Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#103)
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] committed Jul 31, 2023
1 parent 777d99a commit 6dacb42
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 124 deletions.
10 changes: 10 additions & 0 deletions .changeset/renovate-6f53928.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'filter-data': patch
---

Updated dependency `packageManager` to `pnpm@8.6.11`.
Updated dependency `@rollup/plugin-commonjs` to `^25.0.3`.
Updated dependency `@types/node` to `^18.17.1`.
Updated dependency `rollup` to `^3.27.0`.
Updated dependency `rollup-plugin-dts` to `^5.3.1`.
Updated dependency `tslib` to `^2.6.1`.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "filter-data",
"version": "0.4.1",
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@8.6.11",
"description": "simple, fast data filter",
"keywords": [
"match-sorter",
Expand Down Expand Up @@ -61,15 +61,15 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.2",
"@swc/core": "^1.3.67",
"@swc/jest": "^0.2.26",
"@types/jest": "^29.5.2",
"@types/match-sorter": "^6.0.0",
"@types/node": "^18.16.19",
"@types/node": "^18.17.1",
"@types/ramda": "^0.29.3",
"@web-configs/eslint-plugin": "^0.5.1",
"@web-configs/prettier": "^0.1.2",
Expand All @@ -79,10 +79,10 @@
"match-sorter": "^6.3.1",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"rollup": "^3.26.0",
"rollup-plugin-dts": "^5.3.0",
"rollup": "^3.27.0",
"rollup-plugin-dts": "^5.3.1",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.6.0",
"tslib": "^2.6.1",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
},
Expand Down
Loading

0 comments on commit 6dacb42

Please sign in to comment.