chore(deps): bump Vue 3.4.0-beta.4 (#12520)

This commit is contained in:
neverland
2023-12-23 17:14:04 +08:00
committed by GitHub
parent a7ec33cbc5
commit de023c6e99
7 changed files with 142 additions and 291 deletions

View File

@@ -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",

View File

@@ -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"

View File

@@ -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"

View File

@@ -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": [

View File

@@ -3,7 +3,7 @@
"compilerOptions": {
"allowJs": true,
"noImplicitThis": true,
"types": ["vitest/globals"]
"types": ["vitest/globals", "vue/jsx"]
},
"include": ["src/**/*", "docs/**/*", "test/**/*"],
"exclude": ["**/node_modules", "**/.*/"]