Skip to content

Commit 797d28e

Browse files
chore(deps): update all non-major dependencies
1 parent 7985ae8 commit 797d28e

File tree

6 files changed

+310
-414
lines changed

6 files changed

+310
-414
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.18.0
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.18.0
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.14.0
37+
version: 10.18.1
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.18.0
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
@@ -17,7 +17,7 @@
1717
"typescript"
1818
],
1919
"version": "1.0.1",
20-
"packageManager": "pnpm@10.14.0",
20+
"packageManager": "pnpm@10.18.1",
2121
"repository": {
2222
"type": "git",
2323
"url": "git+https://github.com/winjs-dev/winjs-plugin-antdv.git"
@@ -50,15 +50,15 @@
5050
"pre-commit": "npm run lint:write"
5151
},
5252
"devDependencies": {
53-
"@biomejs/biome": "^2.2.0",
54-
"@playwright/test": "^1.54.2",
55-
"@rsbuild/core": "^1.4.15",
56-
"@rslib/core": "^0.12.1",
57-
"@types/node": "^22.17.2",
53+
"@biomejs/biome": "^2.2.5",
54+
"@playwright/test": "^1.56.0",
55+
"@rsbuild/core": "^1.5.14",
56+
"@rslib/core": "^0.15.0",
57+
"@types/node": "^22.18.8",
5858
"@winner-fed/winjs": "*",
59-
"playwright": "^1.54.2",
59+
"playwright": "^1.56.0",
6060
"simple-git-hooks": "^2.13.1",
61-
"typescript": "^5.9.2",
61+
"typescript": "^5.9.3",
6262
"unplugin-vue-components": "28.8.0"
6363
},
6464
"peerDevDependencies": {

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)