Skip to content

Commit 62aeb3f

Browse files
chore(deps): update all non-major dependencies
1 parent 415a3f3 commit 62aeb3f

File tree

4 files changed

+392
-461
lines changed

4 files changed

+392
-461
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: 安装 pnpm
3535
uses: pnpm/action-setup@v4
3636
with:
37-
version: 10
37+
version: 10.18.2
3838

3939
- name: 获取 pnpm store 目录
4040
shell: bash

package.json

Lines changed: 7 additions & 7 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.4",
34-
"@playwright/test": "^1.54.2",
35-
"@rsbuild/core": "^1.4.15",
36-
"@rslib/core": "^0.11.2",
37-
"@types/node": "^22.17.1",
38-
"playwright": "^1.54.2",
33+
"@biomejs/biome": "^2.2.5",
34+
"@playwright/test": "^1.56.0",
35+
"@rsbuild/core": "^1.5.17",
36+
"@rslib/core": "^0.15.0",
37+
"@types/node": "^22.18.10",
38+
"playwright": "^1.56.0",
3939
"simple-git-hooks": "^2.13.1",
40-
"typescript": "^5.9.2"
40+
"typescript": "^5.9.3"
4141
},
4242
"peerDependencies": {
4343
"@rsbuild/core": "1.x",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@winner-fed/winjs": "*"
1515
},
1616
"devDependencies": {
17-
"typescript": "^5.9.2"
17+
"typescript": "^5.9.3"
1818
}
1919
}

0 commit comments

Comments
 (0)