Skip to content

Commit 5ad15b1

Browse files
chore(deps): update all non-major dependencies (#223)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 716266d commit 5ad15b1

3 files changed

Lines changed: 170 additions & 136 deletions

File tree

.changeset/renovate-29d7635.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'filter-data': patch
3+
---
4+
5+
Updated dependency `ramda` to `^0.32.0`.
6+
Updated dependency `@swc/core` to `^1.14.0`.
7+
Updated dependency `@types/node` to `^20.19.24`.
8+
Updated dependency `rimraf` to `^6.1.0`.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"cs:release": "pnpm build && changeset publish"
5757
},
5858
"dependencies": {
59-
"ramda": "^0.31.3"
59+
"ramda": "^0.32.0"
6060
},
6161
"devDependencies": {
6262
"@changesets/changelog-github": "^0.5.1",
@@ -65,10 +65,10 @@
6565
"@rollup/plugin-node-resolve": "^15.3.1",
6666
"@rollup/plugin-terser": "^0.4.4",
6767
"@rollup/plugin-typescript": "^11.1.6",
68-
"@swc/core": "^1.13.5",
68+
"@swc/core": "^1.14.0",
6969
"@swc/jest": "^0.2.39",
7070
"@types/jest": "^30.0.0",
71-
"@types/node": "^20.19.19",
71+
"@types/node": "^20.19.24",
7272
"@types/ramda": "^0.31.1",
7373
"@web-configs/eslint-plugin": "^0.5.2",
7474
"@web-configs/prettier": "^0.1.2",
@@ -77,7 +77,7 @@
7777
"jest": "^30.2.0",
7878
"match-sorter": "^6.3.4",
7979
"prettier": "^3.6.2",
80-
"rimraf": "^6.0.1",
80+
"rimraf": "^6.1.0",
8181
"rollup": "^3.29.5",
8282
"rollup-plugin-dts": "^6.2.3",
8383
"ts-toolbelt": "^9.6.0",

0 commit comments

Comments
 (0)