Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#12851)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent 9be9ae2 commit 8cb3fe5
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 246 deletions.
14 changes: 7 additions & 7 deletions packages/vant-cli/package.json
Expand Up @@ -40,18 +40,18 @@
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/less": "^3.0.6",
"@types/lodash": "^4.17.0",
"@types/lodash": "^4.17.1",
"@types/markdown-it": "^13.0.8",
"rimraf": "^5.0.5",
"vue": "^3.4.26"
"vue": "^3.4.27"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@rsbuild/core": "0.6.9",
"@rsbuild/plugin-babel": "0.6.9",
"@rsbuild/plugin-vue": "0.6.9",
"@rsbuild/plugin-vue-jsx": "0.6.9",
"@rsbuild/core": "0.6.12",
"@rsbuild/plugin-babel": "0.6.12",
"@rsbuild/plugin-vue": "0.6.12",
"@rsbuild/plugin-vue-jsx": "0.6.12",
"@vant/eslint-config": "workspace:^",
"@vant/touch-emulator": "workspace:^",
"@vitejs/plugin-vue": "^5.0.4",
Expand Down Expand Up @@ -81,7 +81,7 @@
"terser": "^5.31.0",
"transliteration": "^2.3.5",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite": "^5.2.11",
"vue-router": "^4.3.2"
}
}
4 changes: 2 additions & 2 deletions packages/vant-compat/package.json
Expand Up @@ -36,9 +36,9 @@
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {
"@vue/runtime-core": "^3.4.26",
"@vue/runtime-core": "^3.4.27",
"vant": "workspace:*",
"vue": "^3.4.26",
"vue": "^3.4.27",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-use/package.json
Expand Up @@ -41,7 +41,7 @@
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typescript": "^5.4.5",
"vue": "^3.4.26"
"vue": "^3.4.27"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/vant/package.json
Expand Up @@ -48,30 +48,30 @@
"dependencies": {
"@vant/popperjs": "workspace:^",
"@vant/use": "workspace:^",
"@vue/shared": "^3.4.26"
"@vue/shared": "^3.4.27"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@types/node": "^18.19.31",
"@types/node": "^18.19.33",
"@vant/area-data": "workspace:*",
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",
"@vant/icons": "workspace:*",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-istanbul": "^1.5.3",
"@vue/runtime-core": "^3.4.26",
"@vue/test-utils": "^2.4.5",
"@vue/runtime-core": "^3.4.27",
"@vue/test-utils": "^2.4.6",
"csstype": "^3.1.3",
"diffable-html": "^5.0.0",
"jsdom": "^22.1.0",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite": "^5.2.11",
"vitest": "^1.5.3",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.26",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"sideEffects": [
Expand Down

0 comments on commit 8cb3fe5

Please sign in to comment.