Skip to content

Commit

Permalink
chore(deps): bump Rsbuild and Vue (youzan#12532)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored and CatsAndMice committed Apr 8, 2024
1 parent 150f41e commit e0b1803
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 108 deletions.
10 changes: 5 additions & 5 deletions packages/vant-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"@types/lodash": "^4.14.191",
"@types/markdown-it": "^13.0.0",
"rimraf": "^5.0.0",
"vue": "^3.4.0-beta.4"
"vue": "^3.4.0-rc.1"
},
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@rsbuild/core": "0.2.8",
"@rsbuild/plugin-babel": "0.2.8",
"@rsbuild/plugin-vue": "0.2.8",
"@rsbuild/plugin-vue-jsx": "0.2.8",
"@rsbuild/core": "0.2.10",
"@rsbuild/plugin-babel": "0.2.10",
"@rsbuild/plugin-vue": "0.2.10",
"@rsbuild/plugin-vue-jsx": "0.2.10",
"@vant/eslint-config": "workspace:^",
"@vant/touch-emulator": "workspace:^",
"@vitejs/plugin-vue": "^4.5.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.0-beta.4",
"@vue/runtime-core": "^3.4.0-rc.1",
"vant": "workspace:*",
"vue": "^3.4.0-beta.4",
"vue": "^3.4.0-rc.1",
"esbuild": "^0.19.10",
"rimraf": "^5.0.0",
"typescript": "^5.0.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.19.10",
"rimraf": "^5.0.0",
"typescript": "^5.0.4",
"vue": "^3.4.0-beta.4"
"vue": "^3.4.0-rc.1"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/vant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-istanbul": "^1.1.0",
"@vue/runtime-core": "^3.4.0-beta.4",
"@vue/runtime-core": "^3.4.0-rc.1",
"@vue/test-utils": "^2.3.2",
"diffable-html": "^5.0.0",
"jsdom": "^22.1.0",
"typescript": "^5.0.4",
"vite": "^5.0.10",
"vitest": "^1.1.0",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.0-beta.4",
"vue": "^3.4.0-rc.1",
"vue-router": "^4.1.6"
},
"sideEffects": [
Expand Down
Loading

0 comments on commit e0b1803

Please sign in to comment.