Skip to content

Commit 8925121

Browse files
chore(deps): update all patch dependencies
1 parent 3c125aa commit 8925121

12 files changed

Lines changed: 404 additions & 371 deletions

File tree

.github/workflows/deploy-v4-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- uses: actions/setup-node@v6
2828
with:
29-
node-version: '22.22.2'
29+
node-version: '22.22.3'
3030
cache: 'pnpm'
3131

3232
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
- uses: actions/setup-node@v6
2626
with:
27-
node-version: '22.22.2'
27+
node-version: '22.22.3'
2828
cache: 'pnpm'
2929

3030
- name: Install dependencies
@@ -45,7 +45,7 @@ jobs:
4545
4646
- uses: actions/setup-node@v6
4747
with:
48-
node-version: '22.22.2'
48+
node-version: '22.22.3'
4949
cache: 'pnpm'
5050

5151
- name: Install dependencies
@@ -72,7 +72,7 @@ jobs:
7272
7373
- uses: actions/setup-node@v6
7474
with:
75-
node-version: '22.22.2'
75+
node-version: '22.22.3'
7676
cache: 'pnpm'
7777

7878
- name: Install dependencies

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"*.{ts,tsx,js,mjs,cjs}": "rslint --fix"
1818
},
1919
"engines": {
20-
"pnpm": ">= 10.33.2"
20+
"pnpm": ">= 10.33.4"
2121
},
22-
"packageManager": "pnpm@10.33.2",
22+
"packageManager": "pnpm@10.33.4",
2323
"devDependencies": {
24-
"@rslint/core": "^0.5.1",
24+
"@rslint/core": "^0.5.3",
2525
"@vant/cli": "workspace:*",
2626
"husky": "^9.1.7",
2727
"nano-staged": "^0.9.0",

packages/create-vant-cli-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"dependencies": {
3131
"enquirer": "2.4.1",
3232
"fast-glob": "^3.3.3",
33-
"fs-extra": "^11.3.4",
33+
"fs-extra": "^11.3.5",
3434
"picocolors": "^1.1.1",
3535
"rslog": "^2.1.1"
3636
},
3737
"devDependencies": {
3838
"@types/fs-extra": "^11.0.4",
39-
"@types/node": "^24.12.2",
39+
"@types/node": "^24.12.4",
4040
"rimraf": "^6.1.3",
4141
"typescript": "^5.9.3"
4242
},

packages/vant-area-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"author": "chenjiahan",
3838
"license": "MIT",
3939
"devDependencies": {
40-
"@rslib/core": "^0.21.3",
40+
"@rslib/core": "^0.21.5",
4141
"typescript": "^5.9.3"
4242
}
4343
}

packages/vant-auto-import-resolver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"author": "chenjiahan",
3838
"license": "MIT",
3939
"devDependencies": {
40-
"@rslib/core": "^0.21.3",
40+
"@rslib/core": "^0.21.5",
4141
"typescript": "^5.9.3"
4242
}
4343
}

packages/vant-cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"dependencies": {
3434
"@babel/core": "^7.29.0",
3535
"@babel/preset-typescript": "^7.28.5",
36-
"@rsbuild/core": "^2.0.3",
36+
"@rsbuild/core": "^2.0.6",
3737
"@rsbuild/plugin-babel": "^1.1.2",
3838
"@rsbuild/plugin-less": "^1.6.3",
3939
"@rsbuild/plugin-sass": "^1.5.2",
40-
"@rsbuild/plugin-vue": "^1.2.7",
40+
"@rsbuild/plugin-vue": "^1.2.8",
4141
"@rsbuild/plugin-vue-jsx": "^2.0.0",
4242
"@vant/touch-emulator": "workspace:^",
4343
"@vitejs/plugin-vue": "^5.2.4",
@@ -48,7 +48,7 @@
4848
"enquirer": "2.4.1",
4949
"esbuild": "^0.28.0",
5050
"fast-glob": "^3.3.3",
51-
"fs-extra": "^11.3.4",
51+
"fs-extra": "^11.3.5",
5252
"hash-sum": "^2.0.0",
5353
"highlight.js": "^11.11.1",
5454
"husky": "^9.1.7",
@@ -58,7 +58,7 @@
5858
"markdown-it-anchor": "^9.2.0",
5959
"nano-staged": "^0.9.0",
6060
"picocolors": "^1.1.1",
61-
"postcss": "^8.5.13",
61+
"postcss": "^8.5.14",
6262
"postcss-load-config": "^6.0.1",
6363
"prettier": "^3.8.3",
6464
"rslog": "^2.1.1",
@@ -67,16 +67,16 @@
6767
"transliteration": "^2.6.1",
6868
"typescript": "^5.9.3",
6969
"vite": "^5.4.20",
70-
"vue-router": "^5.0.6"
70+
"vue-router": "^5.0.7"
7171
},
7272
"devDependencies": {
7373
"@types/fs-extra": "^11.0.4",
7474
"@types/less": "^3.0.8",
7575
"@types/lodash": "^4.17.24",
7676
"@types/markdown-it": "^14.1.2",
77-
"@types/node": "^24.12.2",
77+
"@types/node": "^24.12.4",
7878
"rimraf": "^6.1.3",
79-
"vue": "^3.5.33"
79+
"vue": "^3.5.34"
8080
},
8181
"engines": {
8282
"node": ">=16.0.0"

packages/vant-compat/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"author": "chenjiahan",
3434
"license": "MIT",
3535
"devDependencies": {
36-
"@rslib/core": "^0.21.3",
37-
"@vue/runtime-core": "^3.5.33",
36+
"@rslib/core": "^0.21.5",
37+
"@vue/runtime-core": "^3.5.34",
3838
"typescript": "^5.9.3",
3939
"vant": "workspace:*",
40-
"vue": "^3.5.33"
40+
"vue": "^3.5.34"
4141
}
4242
}

packages/vant-popperjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"license": "MIT",
3838
"devDependencies": {
3939
"@popperjs/core": "^2.11.8",
40-
"@rslib/core": "^0.21.3",
40+
"@rslib/core": "^0.21.5",
4141
"typescript": "^5.9.3"
4242
}
4343
}

packages/vant-use/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"author": "chenjiahan",
3737
"license": "MIT",
3838
"devDependencies": {
39-
"@rslib/core": "^0.21.3",
39+
"@rslib/core": "^0.21.5",
4040
"typescript": "^5.9.3",
41-
"vue": "^3.5.33"
41+
"vue": "^3.5.34"
4242
},
4343
"peerDependencies": {
4444
"vue": "^3.0.0"

0 commit comments

Comments
 (0)