Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#182)
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, 2024
1 parent 6254e39 commit f9c46eb
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 281 deletions.
10 changes: 10 additions & 0 deletions .changeset/renovate-8945cec.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'filter-data': patch
---

Updated dependency `packageManager` to `pnpm@9.9.0`.
Updated dependency `@swc/core` to `^1.7.22`.
Updated dependency `@types/node` to `^20.16.2`.
Updated dependency `@types/ramda` to `^0.30.2`.
Updated dependency `tslib` to `^2.7.0`.
Updated dependency `tsx` to `^4.19.0`.
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.6.0",
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.9.0",
"description": "simple, fast data filter",
"keywords": [
"match-sorter",
Expand Down Expand Up @@ -65,11 +65,11 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@swc/core": "^1.7.5",
"@swc/core": "^1.7.22",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.14",
"@types/ramda": "^0.30.1",
"@types/node": "^20.16.2",
"@types/ramda": "^0.30.2",
"@web-configs/eslint-plugin": "^0.5.2",
"@web-configs/prettier": "^0.1.2",
"eslint": "^8.57.0",
Expand All @@ -81,8 +81,8 @@
"rollup": "^3.29.4",
"rollup-plugin-dts": "^6.1.1",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.6.3",
"tsx": "^4.16.5",
"tslib": "^2.7.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"prettier": "@web-configs/prettier"
Expand Down
Loading

0 comments on commit f9c46eb

Please sign in to comment.