Skip to content

Commit

Permalink
chore(deps): bump Vue 3.5 and fix test case (#13106)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Sep 8, 2024
1 parent 3c5b367 commit bb4051b
Show file tree
Hide file tree
Showing 9 changed files with 716 additions and 133 deletions.
4 changes: 2 additions & 2 deletions packages/create-vant-cli-app/generators/vue3/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"*.{ts,tsx,js,vue}": "eslint --fix"
},
"peerDependencies": {
"vue": "^3.3.4"
"vue": "^3.5.0"
},
"devDependencies": {
"@vant/cli": "^7.0.0",
"vue": "^3.3.4",
"vue": "^3.5.0",
"sass": "^1.49.7"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/lodash": "^4.17.7",
"@types/markdown-it": "^14.1.2",
"rimraf": "^5.0.10",
"vue": "^3.4.33"
"vue": "^3.5.0"
},
"dependencies": {
"@babel/core": "^7.25.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/vant-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"@vue/runtime-core": "^3.4.33",
"@vue/runtime-core": "^3.5.0",
"vant": "workspace:*",
"vue": "^3.4.33",
"vue": "^3.5.0",
"esbuild": "^0.20.2",
"rimraf": "^5.0.10",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-use/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"esbuild": "^0.20.2",
"rimraf": "^5.0.10",
"typescript": "^5.4.5",
"vue": "^3.4.33"
"vue": "^3.5.0"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/vant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@vant/popperjs": "workspace:^",
"@vant/use": "workspace:^",
"@vue/shared": "^3.4.33"
"@vue/shared": "^3.5.0"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand All @@ -62,7 +62,7 @@
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitest/coverage-istanbul": "^1.6.0",
"@vue/runtime-core": "^3.4.33",
"@vue/runtime-core": "^3.5.0",
"@vue/test-utils": "^2.4.6",
"csstype": "^3.1.3",
"diffable-html": "^5.0.0",
Expand All @@ -71,7 +71,7 @@
"vite": "^5.4.3",
"vitest": "^1.6.0",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.33",
"vue": "^3.5.0",
"vue-router": "^4.4.3"
},
"sideEffects": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ exports[`should render demo and match snapshot 1`] = `
span: 8
</div>
<div
style
style="padding-left:10px;"
class="van-col van-col--8"
>
<!--[-->
span: 8
</div>
<div
style
style="padding-left:13.333333333333332px;padding-right:1.7763568394002505e-15px;"
class="van-col van-col--8"
>
<!--[-->
Expand All @@ -96,7 +96,7 @@ exports[`should render demo and match snapshot 1`] = `
span: 12
</div>
<div
style
style="padding-left:10px;"
class="van-col van-col--12"
>
<!--[-->
Expand All @@ -110,7 +110,7 @@ exports[`should render demo and match snapshot 1`] = `
span: 12
</div>
<div
style
style="padding-left:10px;"
class="van-col van-col--12"
>
<!--[-->
Expand Down
Loading

0 comments on commit bb4051b

Please sign in to comment.