Skip to content

Commit 86843b3

Browse files
fix(deps): update all non-major dependencies (#24)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7de04fe commit 86843b3

File tree

4 files changed

+207
-267
lines changed

4 files changed

+207
-267
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@v4
2626
with:
27-
node-version: 22
27+
node-version: 22.20.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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node.js
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 22
34+
node-version: 22.20.0
3535
cache: "pnpm"
3636

3737
- name: Install Dependencies

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,24 @@
3636
"dependencies": {
3737
"fast-glob": "^3.3.3",
3838
"json5": "^2.2.3",
39-
"yaml": "^2.8.0"
39+
"yaml": "^2.8.1"
4040
},
4141
"devDependencies": {
4242
"@biomejs/biome": "^1.9.4",
43-
"@playwright/test": "^1.54.1",
44-
"@rsbuild/core": "^1.4.12",
45-
"@rsbuild/plugin-react": "^1.3.4",
46-
"@rsbuild/plugin-type-check": "^1.2.3",
47-
"@rslib/core": "^0.11.0",
48-
"@types/node": "^22.17.0",
49-
"@types/react": "^19.1.9",
50-
"@types/react-dom": "^19.1.7",
43+
"@playwright/test": "^1.55.1",
44+
"@rsbuild/core": "^1.5.13",
45+
"@rsbuild/plugin-react": "^1.4.1",
46+
"@rsbuild/plugin-type-check": "^1.2.4",
47+
"@rslib/core": "^0.15.0",
48+
"@types/node": "^22.18.8",
49+
"@types/react": "^19.1.16",
50+
"@types/react-dom": "^19.1.9",
5151
"nano-staged": "^0.8.0",
52-
"playwright": "^1.54.1",
52+
"playwright": "^1.55.1",
5353
"react": "^19.1.1",
5454
"react-dom": "^19.1.1",
5555
"simple-git-hooks": "^2.13.1",
56-
"typescript": "^5.9.2"
56+
"typescript": "^5.9.3"
5757
},
5858
"peerDependencies": {
5959
"@rsbuild/core": "1.x"
@@ -63,7 +63,7 @@
6363
"optional": true
6464
}
6565
},
66-
"packageManager": "pnpm@10.14.0",
66+
"packageManager": "pnpm@10.17.1",
6767
"publishConfig": {
6868
"access": "public",
6969
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)