Skip to content

Commit

Permalink
chore(deps): update all patch dependencies to ^3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent bd90b6d commit 130be3d
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
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": "^6.0.1",
"vue": "^3.5.0"
"vue": "^3.5.3"
},
"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.5.0",
"@vue/runtime-core": "^3.5.3",
"vant": "workspace:*",
"vue": "^3.5.0",
"vue": "^3.5.3",
"esbuild": "^0.23.1",
"rimraf": "^6.0.1",
"typescript": "^5.5.4"
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.23.1",
"rimraf": "^6.0.1",
"typescript": "^5.5.4",
"vue": "^3.5.0"
"vue": "^3.5.3"
},
"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.5.0"
"@vue/shared": "^3.5.3"
},
"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.5.0",
"@vue/runtime-core": "^3.5.3",
"@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.5.0",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
},
"sideEffects": [
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 130be3d

Please sign in to comment.