Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit473b539

Browse files
fix(deps): update all non-major dependencies
1 parent78b8b48 commit473b539

File tree

6 files changed

+361
-533
lines changed

6 files changed

+361
-533
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.21.1
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.21.1
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.20.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.18.0
35+
node-version:22.21.1
3636
cache:"pnpm"
3737

3838
-name:Install Dependencies

‎package.json‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@
5050
"pre-commit":"npm run lint:write"
5151
},
5252
"dependencies": {
53-
"axios":"1.11.0",
53+
"axios":"1.13.2",
5454
"vue-hooks-plus":"1.9.0"
5555
},
5656
"devDependencies": {
57-
"@biomejs/biome":"^2.1.4",
58-
"@playwright/test":"^1.54.2",
59-
"@rsbuild/core":"^1.4.15",
60-
"@rslib/core":"^0.12.0",
61-
"@types/node":"^22.17.1",
57+
"@biomejs/biome":"^2.3.4",
58+
"@playwright/test":"^1.56.1",
59+
"@rsbuild/core":"^1.6.2",
60+
"@rslib/core":"^0.17.1",
61+
"@types/node":"^22.19.0",
6262
"@winner-fed/winjs":"*",
63-
"playwright":"^1.54.2",
63+
"playwright":"^1.56.1",
6464
"simple-git-hooks":"^2.13.1",
65-
"bumpp":"10.2.3",
66-
"typescript":"^5.9.2"
65+
"bumpp":"10.3.1",
66+
"typescript":"^5.9.3"
6767
},
6868
"peerDevDependencies": {
6969
"@winner-fed/winjs":"*"

‎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)

[8]ページ先頭

©2009-2025 Movatter.jp