Skip to content

Commit ac26d22

Browse files
chore(deps): update all non-major dependencies
1 parent cd2985d commit ac26d22

File tree

4 files changed

+251
-279
lines changed

4 files changed

+251
-279
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Node.js
4444
uses: actions/setup-node@v6
4545
with:
46-
node-version: 24.11.1
46+
node-version: 24.14.0
4747
cache: "pnpm"
4848

4949
# Update npm to the latest version to enable OIDC

.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.14.0
3030
cache: "pnpm"
3131

3232
- name: Install Dependencies

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@
3838
},
3939
"devDependencies": {
4040
"@biomejs/biome": "^1.9.4",
41-
"@rslib/core": "^0.18.2",
42-
"@rspack/core": "^1.6.5",
43-
"@rstest/core": "^0.6.8",
44-
"@types/node": "^24.10.1",
45-
"bumpp": "^10.3.2",
41+
"@rslib/core": "^0.19.6",
42+
"@rspack/core": "^1.7.7",
43+
"@rstest/core": "^0.9.0",
44+
"@types/node": "^24.12.0",
45+
"bumpp": "^10.4.1",
4646
"cac": "^6.7.14",
4747
"cross-env": "^10.1.0",
4848
"execa": "9.6.1",
49-
"fs-extra": "11.3.2",
49+
"fs-extra": "11.3.4",
5050
"nano-staged": "^0.9.0",
5151
"react-refresh": "^0.18.0",
52-
"semver": "7.7.3",
52+
"semver": "7.7.4",
5353
"simple-git-hooks": "^2.13.1",
5454
"ts-node": "^10.9.2",
5555
"typescript": "5.9.3"
@@ -67,7 +67,7 @@
6767
"optional": true
6868
}
6969
},
70-
"packageManager": "pnpm@10.24.0",
70+
"packageManager": "pnpm@10.31.0",
7171
"publishConfig": {
7272
"access": "public",
7373
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)