Skip to content

Commit 990ef61

Browse files
chore(deps): update all non-major dependencies (#26)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3224b87 commit 990ef61

File tree

5 files changed

+211
-283
lines changed

5 files changed

+211
-283
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 22
32+
node-version: 22.20.0
3333
cache: "pnpm"
3434

3535
- name: Install Dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 22
28+
node-version: 22.20.0
2929

3030
# Update npm to the latest version to enable OIDC
3131
# Use corepack to install pnpm

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: 22
35+
node-version: 22.20.0
3636
cache: "pnpm"
3737

3838
- name: Install Dependencies

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
"pre-commit": "npm run lint:write"
3131
},
3232
"devDependencies": {
33-
"@biomejs/biome": "^2.1.1",
34-
"@playwright/test": "^1.53.2",
35-
"@rsbuild/core": "^1.4.2",
36-
"@rslib/core": "^0.10.4",
37-
"@types/node": "^22.15.34",
38-
"playwright": "^1.53.2",
39-
"simple-git-hooks": "^2.13.0",
40-
"typescript": "^5.8.3"
33+
"@biomejs/biome": "^2.2.4",
34+
"@playwright/test": "^1.55.1",
35+
"@rsbuild/core": "^1.5.13",
36+
"@rslib/core": "^0.15.0",
37+
"@types/node": "^22.18.8",
38+
"playwright": "^1.55.1",
39+
"simple-git-hooks": "^2.13.1",
40+
"typescript": "^5.9.3"
4141
},
4242
"peerDependencies": {
4343
"@rsbuild/core": "1.x"
@@ -47,7 +47,7 @@
4747
"optional": true
4848
}
4949
},
50-
"packageManager": "pnpm@10.12.4",
50+
"packageManager": "pnpm@10.17.1",
5151
"publishConfig": {
5252
"access": "public",
5353
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)