Skip to content

Commit 264fc5b

Browse files
fix(deps): update all non-major dependencies
1 parent 46b390c commit 264fc5b

File tree

6 files changed

+1088
-547
lines changed

6 files changed

+1088
-547
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.3
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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@
2828
"pre-commit": "npm run lint:write"
2929
},
3030
"dependencies": {
31-
"unplugin-icons": "^22.2.0",
31+
"unplugin-icons": "^22.4.2",
3232
"svgo": "^4.0.0"
3333
},
3434
"devDependencies": {
35-
"@biomejs/biome": "^2.1.4",
36-
"@playwright/test": "^1.54.2",
37-
"@rsbuild/core": "^1.4.15",
38-
"@rslib/core": "^0.11.2",
39-
"@types/node": "^22.17.1",
40-
"@winner-fed/winjs": "^0.16.10",
41-
"@winner-fed/utils": "^0.16.10",
42-
"playwright": "^1.54.2",
35+
"@biomejs/biome": "^2.2.6",
36+
"@playwright/test": "^1.56.0",
37+
"@rsbuild/core": "^1.5.17",
38+
"@rslib/core": "^0.15.1",
39+
"@types/node": "^22.18.10",
40+
"@winner-fed/winjs": "^0.18.6",
41+
"@winner-fed/utils": "^0.18.6",
42+
"playwright": "^1.56.0",
4343
"simple-git-hooks": "^2.13.1",
44-
"typescript": "^5.9.2"
44+
"typescript": "^5.9.3"
4545
},
4646
"peerDependencies": {
4747
"@rsbuild/core": "1.x",

playground/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"@winner-fed/winjs": "*"
1515
},
1616
"devDependencies": {
17-
"@iconify-json/carbon": "^1.2.11",
18-
"@iconify-json/icon-park": "^1.2.2",
19-
"@iconify-json/logos": "^1.2.5",
17+
"@iconify-json/carbon": "^1.2.14",
18+
"@iconify-json/icon-park": "^1.2.4",
19+
"@iconify-json/logos": "^1.2.9",
2020
"@iconify-json/mdi": "^1.2.3",
21-
"@iconify-json/noto-v1": "^1.2.2",
22-
"@iconify-json/ri": "^1.2.5",
23-
"typescript": "^5.9.2"
21+
"@iconify-json/noto-v1": "^1.2.5",
22+
"@iconify-json/ri": "^1.2.6",
23+
"typescript": "^5.9.3"
2424
}
2525
}

0 commit comments

Comments
 (0)