Skip to content

Commit 3ea3f3e

Browse files
chore(deps): update all non-major dependencies (#62)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 49c64ab commit 3ea3f3e

File tree

4 files changed

+282
-249
lines changed

4 files changed

+282
-249
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@v4
4545
with:
46-
node-version: 20
46+
node-version: 20.19.5
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@v4
2828
with:
29-
node-version: 20
29+
node-version: 20.19.5
3030
cache: "pnpm"
3131

3232
- name: Install Dependencies

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@
3838
},
3939
"devDependencies": {
4040
"@biomejs/biome": "^1.9.4",
41-
"@rslib/core": "^0.15.1",
42-
"@rspack/core": "^1.5.8",
43-
"@rstest/core": "^0.5.3",
44-
"@types/node": "^22.17.0",
45-
"bumpp": "^10.2.3",
41+
"@rslib/core": "^0.17.0",
42+
"@rspack/core": "^1.6.0",
43+
"@rstest/core": "^0.6.1",
44+
"@types/node": "^22.18.13",
45+
"bumpp": "^10.3.1",
4646
"cac": "^6.7.14",
47-
"cross-env": "^10.0.0",
47+
"cross-env": "^10.1.0",
4848
"execa": "9.6.0",
49-
"fs-extra": "11.3.0",
49+
"fs-extra": "11.3.2",
5050
"nano-staged": "^0.8.0",
51-
"react-refresh": "^0.17.0",
52-
"semver": "7.7.2",
51+
"react-refresh": "^0.18.0",
52+
"semver": "7.7.3",
5353
"simple-git-hooks": "^2.13.1",
5454
"ts-node": "^10.9.2",
55-
"typescript": "5.9.2"
55+
"typescript": "5.9.3"
5656
},
5757
"dependencies": {
5858
"error-stack-parser": "^2.1.4",
@@ -67,7 +67,7 @@
6767
"optional": true
6868
}
6969
},
70-
"packageManager": "pnpm@10.14.0",
70+
"packageManager": "pnpm@10.20.0",
7171
"publishConfig": {
7272
"access": "public",
7373
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)