mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
chore(deps): bump Vue 3.4.0-beta.4 (#12520)
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
"@types/lodash": "^4.14.191",
|
||||
"@types/markdown-it": "^13.0.0",
|
||||
"rimraf": "^5.0.0",
|
||||
"vue": "^3.3.4"
|
||||
"vue": "^3.4.0-beta.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.23.2",
|
||||
|
@@ -36,9 +36,9 @@
|
||||
"author": "chenjiahan",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@vue/runtime-core": "^3.3.4",
|
||||
"@vue/runtime-core": "^3.4.0-beta.4",
|
||||
"vant": "workspace:*",
|
||||
"vue": "^3.3.4",
|
||||
"vue": "^3.4.0-beta.4",
|
||||
"esbuild": "^0.18.11",
|
||||
"rimraf": "^5.0.0",
|
||||
"typescript": "^5.0.4"
|
||||
|
@@ -41,7 +41,7 @@
|
||||
"esbuild": "^0.18.11",
|
||||
"rimraf": "^5.0.0",
|
||||
"typescript": "^5.0.4",
|
||||
"vue": "^3.3.4"
|
||||
"vue": "^3.4.0-beta.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.0.0"
|
||||
|
@@ -62,7 +62,7 @@
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
||||
"@vitest/coverage-istanbul": "0.34.1",
|
||||
"@vue/runtime-core": "^3.3.4",
|
||||
"@vue/runtime-core": "^3.4.0-beta.4",
|
||||
"@vue/test-utils": "^2.3.2",
|
||||
"diffable-html": "^5.0.0",
|
||||
"jsdom": "^22.1.0",
|
||||
@@ -70,7 +70,7 @@
|
||||
"vite": "^4.4.12",
|
||||
"vitest": "0.34.2",
|
||||
"vitest-canvas-mock": "^0.3.2",
|
||||
"vue": "^3.3.4",
|
||||
"vue": "^3.4.0-beta.4",
|
||||
"vue-router": "^4.1.6"
|
||||
},
|
||||
"sideEffects": [
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"noImplicitThis": true,
|
||||
"types": ["vitest/globals"]
|
||||
"types": ["vitest/globals", "vue/jsx"]
|
||||
},
|
||||
"include": ["src/**/*", "docs/**/*", "test/**/*"],
|
||||
"exclude": ["**/node_modules", "**/.*/"]
|
||||
|
Reference in New Issue
Block a user