Skip to content

Commit 415a3f3

Browse files
authored
Merge pull request #2 from winjs-dev/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2 parents f87a875 + f52d6e7 commit 415a3f3

File tree

4 files changed

+385
-372
lines changed

4 files changed

+385
-372
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: 设置 Node.js
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: '18'
31+
node-version: '18.20.8'
3232
registry-url: 'https://registry.npmjs.org'
3333

3434
- name: 安装 pnpm

package.json

Lines changed: 8 additions & 8 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.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",
39+
"simple-git-hooks": "^2.13.1",
40+
"typescript": "^5.9.2"
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.0.3"
17+
"typescript": "^5.9.2"
1818
}
1919
}

0 commit comments

Comments
 (0)