Skip to content

Commit 336e359

Browse files
chore(deps): update all non-major dependencies
1 parent 64792e1 commit 336e359

File tree

4 files changed

+378
-239
lines changed

4 files changed

+378
-239
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup Node.js
6060
uses: actions/setup-node@v4
6161
with:
62-
node-version: 20
62+
node-version: 20.19.4
6363
cache: "pnpm"
6464

6565
- name: Install Dependencies

.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@v4
2828
with:
29-
node-version: 20
29+
node-version: 20.19.4
3030
cache: "pnpm"
3131

3232
- name: Install Dependencies

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@
2828
},
2929
"devDependencies": {
3030
"@biomejs/biome": "^1.9.4",
31-
"@rspack/core": "^1.3.15",
32-
"@rstest/core": "0.0.1",
33-
"@types/node": "^22.8.7",
31+
"@rspack/core": "^1.4.11",
32+
"@rstest/core": "0.2.2",
33+
"@types/node": "^22.17.2",
3434
"cross-env": "^10.0.0",
35-
"execa": "9.5.1",
36-
"fs-extra": "11.2.0",
35+
"execa": "9.6.0",
36+
"fs-extra": "11.3.1",
3737
"nano-staged": "^0.8.0",
38-
"semver": "7.6.3",
39-
"simple-git-hooks": "^2.11.1",
40-
"typescript": "5.6.3"
38+
"semver": "7.7.2",
39+
"simple-git-hooks": "^2.13.1",
40+
"typescript": "5.9.2"
4141
},
42-
"packageManager": "pnpm@10.5.2",
42+
"packageManager": "pnpm@10.15.0",
4343
"publishConfig": {
4444
"access": "public",
4545
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)