Skip to content

Commit 555258e

Browse files
chore(deps): update all patch dependencies
1 parent 0e9f7fc commit 555258e

File tree

12 files changed

+465
-981
lines changed

12 files changed

+465
-981
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- uses: actions/setup-node@v6
2727
with:
28-
node-version: '22.22.0'
28+
node-version: '22.22.1'
2929
cache: 'pnpm'
3030

3131
- 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.0'
27+
node-version: '22.22.1'
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.0'
48+
node-version: '22.22.1'
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.0'
75+
node-version: '22.22.1'
7676
cache: 'pnpm'
7777

7878
- name: Install dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"prettier": "^3.8.1"
3030
},
3131
"overrides": {
32-
"esbuild": "^0.27.2"
32+
"esbuild": "^0.27.3"
3333
}
3434
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
"dependencies": {
3131
"enquirer": "2.4.1",
3232
"fast-glob": "^3.3.3",
33-
"fs-extra": "^11.3.3",
33+
"fs-extra": "^11.3.4",
3434
"picocolors": "^1.1.1",
3535
"rslog": "^1.3.2"
3636
},
3737
"devDependencies": {
3838
"@types/fs-extra": "^11.0.4",
3939
"@types/node": "^24.10.9",
40-
"rimraf": "^6.1.2",
40+
"rimraf": "^6.1.3",
4141
"typescript": "^5.9.3"
4242
},
4343
"publishConfig": {

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.19.2",
40+
"@rslib/core": "^0.19.6",
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.19.2",
40+
"@rslib/core": "^0.19.6",
4141
"typescript": "^5.9.3"
4242
}
4343
}

packages/vant-cli/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,24 @@
3333
"dependencies": {
3434
"@babel/core": "^7.29.0",
3535
"@babel/preset-typescript": "^7.28.5",
36-
"@rsbuild/core": "^1.7.2",
37-
"@rsbuild/plugin-babel": "^1.1.0",
36+
"@rsbuild/core": "^1.7.3",
37+
"@rsbuild/plugin-babel": "^1.1.1",
3838
"@rsbuild/plugin-less": "^1.6.0",
3939
"@rsbuild/plugin-sass": "^1.5.0",
40-
"@rsbuild/plugin-vue": "^1.2.3",
40+
"@rsbuild/plugin-vue": "^1.2.6",
4141
"@rsbuild/plugin-vue-jsx": "^1.1.2",
4242
"@vant/eslint-config": "workspace:^",
4343
"@vant/touch-emulator": "workspace:^",
4444
"@vitejs/plugin-vue": "^5.2.4",
4545
"@vitejs/plugin-vue-jsx": "^4.2.0",
4646
"@vue/babel-plugin-jsx": "^2.0.1",
47-
"autoprefixer": "^10.4.23",
48-
"commander": "^14.0.2",
47+
"autoprefixer": "^10.4.27",
48+
"commander": "^14.0.3",
4949
"enquirer": "2.4.1",
50-
"esbuild": "^0.27.2",
50+
"esbuild": "^0.27.3",
5151
"eslint": "^8.57.1",
5252
"fast-glob": "^3.3.3",
53-
"fs-extra": "^11.3.3",
53+
"fs-extra": "^11.3.4",
5454
"hash-sum": "^2.0.0",
5555
"highlight.js": "^11.11.1",
5656
"husky": "^9.1.7",
@@ -60,25 +60,25 @@
6060
"markdown-it-anchor": "^9.2.0",
6161
"nano-staged": "^0.9.0",
6262
"picocolors": "^1.1.1",
63-
"postcss": "^8.5.6",
63+
"postcss": "^8.5.8",
6464
"postcss-load-config": "^6.0.1",
6565
"prettier": "^3.8.1",
6666
"rslog": "^1.3.2",
6767
"rspack-plugin-virtual-module": "^1.0.1",
6868
"terser": "^5.46.0",
69-
"transliteration": "^2.6.0",
69+
"transliteration": "^2.6.1",
7070
"typescript": "^5.9.3",
7171
"vite": "^5.4.20",
7272
"vue-router": "^4.6.4"
7373
},
7474
"devDependencies": {
7575
"@types/fs-extra": "^11.0.4",
7676
"@types/less": "^3.0.8",
77-
"@types/lodash": "^4.17.23",
77+
"@types/lodash": "^4.17.24",
7878
"@types/markdown-it": "^14.1.2",
7979
"@types/node": "^24.10.9",
80-
"rimraf": "^6.1.2",
81-
"vue": "^3.5.26"
80+
"rimraf": "^6.1.3",
81+
"vue": "^3.5.30"
8282
},
8383
"engines": {
8484
"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.19.2",
37-
"@vue/runtime-core": "^3.5.26",
36+
"@rslib/core": "^0.19.6",
37+
"@vue/runtime-core": "^3.5.30",
3838
"typescript": "^5.9.3",
3939
"vant": "workspace:*",
40-
"vue": "^3.5.26"
40+
"vue": "^3.5.30"
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.19.2",
40+
"@rslib/core": "^0.19.6",
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.19.2",
39+
"@rslib/core": "^0.19.6",
4040
"typescript": "^5.9.3",
41-
"vue": "^3.5.26"
41+
"vue": "^3.5.30"
4242
},
4343
"peerDependencies": {
4444
"vue": "^3.0.0"

0 commit comments

Comments
 (0)