Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 31, 2023
1 parent 9f4daa7 commit af0e683
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 219 deletions.
12 changes: 12 additions & 0 deletions .changeset/renovate-49e0407.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'filter-data': patch
---

Updated dependency `packageManager` to `pnpm@8.7.1`.
Updated dependency `@rollup/plugin-commonjs` to `^25.0.4`.
Updated dependency `@rollup/plugin-node-resolve` to `^15.2.1`.
Updated dependency `@rollup/plugin-typescript` to `^11.1.3`.
Updated dependency `@types/node` to `^18.17.12`.
Updated dependency `rollup` to `^3.28.1`.
Updated dependency `tslib` to `^2.6.2`.
Updated dependency `typescript` to `^5.2.2`.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "filter-data",
"version": "0.5.1",
"packageManager": "pnpm@8.6.11",
"packageManager": "pnpm@8.7.1",
"description": "simple, fast data filter",
"keywords": [
"match-sorter",
Expand Down Expand Up @@ -61,14 +61,14 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.2",
"@rollup/plugin-typescript": "^11.1.3",
"@swc/core": "^1.3.73",
"@swc/jest": "^0.2.27",
"@types/jest": "^29.5.3",
"@types/node": "^18.17.1",
"@types/node": "^18.17.12",
"@types/ramda": "^0.29.3",
"@web-configs/eslint-plugin": "^0.5.2",
"@web-configs/prettier": "^0.1.2",
Expand All @@ -78,12 +78,12 @@
"match-sorter": "^6.3.1",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"rollup": "^3.27.0",
"rollup": "^3.28.1",
"rollup-plugin-dts": "^5.3.1",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.6.1",
"tslib": "^2.6.2",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"prettier": "@web-configs/prettier"
}
Loading

0 comments on commit af0e683

Please sign in to comment.