Skip to content

Commit f789928

Browse files
chore(deps): update all non-major dependencies
1 parent e52d591 commit f789928

File tree

6 files changed

+327
-344
lines changed

6 files changed

+327
-344
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
- name: 设置 Node.js
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: 22
31+
node-version: 22.20.0
3232
registry-url: 'https://registry.npmjs.org'
3333

3434
- name: 安装 pnpm
3535
uses: pnpm/action-setup@v4
3636
with:
37-
version: 10
37+
version: 10.18.0
3838

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

.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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@
5353
"pre-commit": "npm run lint:write"
5454
},
5555
"devDependencies": {
56-
"@biomejs/biome": "^2.1.1",
57-
"@playwright/test": "^1.53.2",
58-
"@rsbuild/core": "^1.4.2",
59-
"@rslib/core": "^0.10.4",
60-
"@types/node": "^22.15.34",
56+
"@biomejs/biome": "^2.2.5",
57+
"@playwright/test": "^1.55.1",
58+
"@rsbuild/core": "^1.5.13",
59+
"@rslib/core": "^0.15.0",
60+
"@types/node": "^22.18.8",
6161
"@winner-fed/winjs": "*",
6262
"bumpp": "10.2.3",
63-
"playwright": "^1.53.2",
64-
"simple-git-hooks": "^2.13.0",
65-
"typescript": "^5.8.3"
63+
"playwright": "^1.55.1",
64+
"simple-git-hooks": "^2.13.1",
65+
"typescript": "^5.9.3"
6666
},
6767
"peerDevDependencies": {
6868
"@winner-fed/winjs": "*"

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"devDependencies": {
1717
"@winner-fed/plugin-access": "workspace:*",
18-
"typescript": "^5.0.3"
18+
"typescript": "^5.9.3"
1919
}
2020
}

0 commit comments

Comments
 (0)