Skip to content

Commit 44eff6a

Browse files
chore(deps): update all non-major dependencies (#66)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 390d94d commit 44eff6a

File tree

4 files changed

+188
-177
lines changed

4 files changed

+188
-177
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.19.5
46+
node-version: 20.19.6
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.19.5
29+
node-version: 20.19.6
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,16 +38,16 @@
3838
},
3939
"devDependencies": {
4040
"@biomejs/biome": "^1.9.4",
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",
41+
"@rslib/core": "^0.18.2",
42+
"@rspack/core": "^1.6.5",
43+
"@rstest/core": "^0.6.8",
44+
"@types/node": "^22.19.1",
45+
"bumpp": "^10.3.2",
4646
"cac": "^6.7.14",
4747
"cross-env": "^10.1.0",
48-
"execa": "9.6.0",
48+
"execa": "9.6.1",
4949
"fs-extra": "11.3.2",
50-
"nano-staged": "^0.8.0",
50+
"nano-staged": "^0.9.0",
5151
"react-refresh": "^0.18.0",
5252
"semver": "7.7.3",
5353
"simple-git-hooks": "^2.13.1",
@@ -67,7 +67,7 @@
6767
"optional": true
6868
}
6969
},
70-
"packageManager": "pnpm@10.20.0",
70+
"packageManager": "pnpm@10.24.0",
7171
"publishConfig": {
7272
"access": "public",
7373
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)