Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#167)
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 May 31, 2024
1 parent 280afe9 commit 1f31cd5
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 194 deletions.
13 changes: 13 additions & 0 deletions .changeset/renovate-d0f73df.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'filter-data': patch
---

Updated dependency `packageManager` to `pnpm@9.1.4`.
Updated dependency `@changesets/cli` to `^2.27.5`.
Updated dependency `@rollup/plugin-commonjs` to `^25.0.8`.
Updated dependency `@swc/core` to `^1.5.24`.
Updated dependency `@types/node` to `^20.12.13`.
Updated dependency `@types/ramda` to `^0.30.0`.
Updated dependency `rimraf` to `^5.0.7`.
Updated dependency `rollup-plugin-dts` to `^6.1.1`.
Updated dependency `tsx` to `^4.11.0`.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "filter-data",
"version": "0.6.0",
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.4",
"description": "simple, fast data filter",
"keywords": [
"match-sorter",
Expand Down Expand Up @@ -60,29 +60,29 @@
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@changesets/cli": "^2.27.5",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@swc/core": "^1.4.17",
"@swc/core": "^1.5.24",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.8",
"@types/ramda": "^0.29.12",
"@types/node": "^20.12.13",
"@types/ramda": "^0.30.0",
"@web-configs/eslint-plugin": "^0.5.2",
"@web-configs/prettier": "^0.1.2",
"eslint": "^8.57.0",
"fuse.js": "^7.0.0",
"jest": "^29.7.0",
"match-sorter": "^6.3.4",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"rollup": "^3.29.4",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-dts": "^6.1.1",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.6.2",
"tsx": "^4.8.2",
"tsx": "^4.11.0",
"typescript": "^5.4.5"
},
"prettier": "@web-configs/prettier"
Expand Down
Loading

0 comments on commit 1f31cd5

Please sign in to comment.