Skip to content

Commit 0f90d5d

Browse files
chore(deps): update all non-major dependencies
1 parent 3eb61fb commit 0f90d5d

File tree

4 files changed

+128
-297
lines changed

4 files changed

+128
-297
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v6
2626
with:
27-
node-version: 24.11.1
27+
node-version: 24.13.0
2828

2929
# Update npm to the latest version to enable OIDC
3030
# Use corepack to install pnpm

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v6
2828
with:
29-
node-version: 24.11.1
29+
node-version: 24.13.0
3030
cache: "pnpm"
3131

3232
- name: Install Dependencies

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
},
3636
"devDependencies": {
3737
"@biomejs/biome": "^1.9.4",
38-
"@rslib/core": "^0.18.2",
39-
"@rspack/core": "^1.6.5",
40-
"@rstest/core": "0.6.8",
41-
"@types/node": "^24.10.1",
38+
"@rslib/core": "^0.19.5",
39+
"@rspack/core": "^1.7.5",
40+
"@rstest/core": "0.8.3",
41+
"@types/node": "^24.10.12",
4242
"nano-staged": "^0.9.0",
4343
"simple-git-hooks": "^2.13.1",
4444
"typescript": "5.9.3"
4545
},
46-
"packageManager": "pnpm@10.24.0",
46+
"packageManager": "pnpm@10.29.2",
4747
"publishConfig": {
4848
"access": "public",
4949
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)