Skip to content

Commit

Permalink
chore(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 11, 2024
1 parent bd90b6d commit 9406652
Show file tree
Hide file tree
Showing 5 changed files with 250 additions and 208 deletions.
16 changes: 8 additions & 8 deletions packages/vant-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
"@types/lodash": "^4.17.7",
"@types/markdown-it": "^14.1.2",
"rimraf": "^6.0.1",
"vue": "^3.5.0"
"vue": "^3.5.4"
},
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@rsbuild/core": "1.0.1-rc.5",
"@rsbuild/plugin-babel": "1.0.1-rc.5",
"@rsbuild/plugin-less": "1.0.1-rc.5",
"@rsbuild/plugin-sass": "1.0.1-rc.5",
"@rsbuild/plugin-vue": "1.0.1-rc.5",
"@rsbuild/core": "1.0.2",
"@rsbuild/plugin-babel": "1.0.1",
"@rsbuild/plugin-less": "1.0.1",
"@rsbuild/plugin-sass": "1.0.1",
"@rsbuild/plugin-vue": "1.0.1",
"@rsbuild/plugin-vue-jsx": "1.0.1",
"@vant/eslint-config": "workspace:^",
"@vant/touch-emulator": "workspace:^",
Expand Down Expand Up @@ -83,7 +83,7 @@
"terser": "^5.31.6",
"transliteration": "^2.3.5",
"typescript": "^5.5.4",
"vite": "^5.4.3",
"vue-router": "^4.4.3"
"vite": "^5.4.4",
"vue-router": "^4.4.4"
}
}
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.4",
"vant": "workspace:*",
"vue": "^3.5.0",
"vue": "^3.5.4",
"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.4"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down
10 changes: 5 additions & 5 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.4"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand All @@ -62,17 +62,17 @@
"@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.4",
"@vue/test-utils": "^2.4.6",
"csstype": "^3.1.3",
"diffable-html": "^5.0.0",
"jsdom": "^24.1.3",
"typescript": "^5.5.4",
"vite": "^5.4.3",
"vite": "^5.4.4",
"vitest": "^1.6.0",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.5.0",
"vue-router": "^4.4.3"
"vue": "^3.5.4",
"vue-router": "^4.4.4"
},
"sideEffects": [
"es/**/style/*",
Expand Down
Loading

0 comments on commit 9406652

Please sign in to comment.