feat(vue): update vue version (#955)

This commit is contained in:
ajaxzheng 2023-11-29 16:29:22 +08:00 committed by GitHub
parent 0580c292a8
commit f3d490d10b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 18 additions and 18 deletions

View File

@ -33,7 +33,7 @@
"github-markdown-css": "^5.1.0", "github-markdown-css": "^5.1.0",
"highlight.js": "^11.5.1", "highlight.js": "^11.5.1",
"prismjs": "^1.28.0", "prismjs": "^1.28.0",
"vue": "^3.3.4", "vue": "^3.3.9",
"tailwindcss": "^3.2.4", "tailwindcss": "^3.2.4",
"vue-i18n": "^9.1.10", "vue-i18n": "^9.1.10",
"vue-router": "4.1.5", "vue-router": "4.1.5",
@ -79,4 +79,4 @@
"vite-plugin-dynamic-import": "1.5.0", "vite-plugin-dynamic-import": "1.5.0",
"vue-tsc": "^1.8.5" "vue-tsc": "^1.8.5"
} }
} }

View File

@ -49,7 +49,7 @@
"vite-plugin-vue-inspector": "^3.3.2", "vite-plugin-vue-inspector": "^3.3.2",
"vite-svg-loader": "^3.6.0", "vite-svg-loader": "^3.6.0",
"vitest": "^0.31.0", "vitest": "^0.31.0",
"vue": "^3.3.4", "vue": "^3.3.9",
"@tiptap/vue-3": "^2.1.0", "@tiptap/vue-3": "^2.1.0",
"vue-i18n": "^9.1.7", "vue-i18n": "^9.1.7",
"js-sha256": "^0.9.0", "js-sha256": "^0.9.0",

View File

@ -10,6 +10,6 @@
"dependencies": { "dependencies": {
"@opentiny/vue-common": "workspace:~", "@opentiny/vue-common": "workspace:~",
"@vue/test-utils": "^2.2.7", "@vue/test-utils": "^2.2.7",
"vue": "^3.3.4" "vue": "^3.3.9"
} }
} }

View File

@ -10,7 +10,7 @@
}, },
"dependencies": { "dependencies": {
"@opentiny/vue": "^3.0.0", "@opentiny/vue": "^3.0.0",
"vue": "^3.3.4", "vue": "^3.3.9",
"vue-i18n": "^9.2.2" "vue-i18n": "^9.2.2"
}, },
"devDependencies": { "devDependencies": {

View File

@ -10,7 +10,7 @@
}, },
"dependencies": { "dependencies": {
"@opentiny/vue": "^3.5.2", "@opentiny/vue": "^3.5.2",
"vue": "^3.3.4" "vue": "^3.3.9"
}, },
"devDependencies": { "devDependencies": {
"@opentiny/vue-vite-import": "^1.0.1", "@opentiny/vue-vite-import": "^1.0.1",

View File

@ -168,7 +168,7 @@
"shx": "^0.3.4", "shx": "^0.3.4",
"typescript": "^5.0.0", "typescript": "^5.0.0",
"vite": "^4.3.8", "vite": "^4.3.8",
"vue": "^3.3.4", "vue": "^3.3.9",
"vue-tsc": "^1.6.5" "vue-tsc": "^1.6.5"
}, },
"husky": { "husky": {
@ -194,10 +194,10 @@
"tsup@7.2.0": "patches/tsup@7.2.0.patch" "tsup@7.2.0": "patches/tsup@7.2.0.patch"
}, },
"overrides": { "overrides": {
"@vue/compiler-sfc@3": "3.3.4", "@vue/compiler-sfc@3": "3.3.9",
"@vue/runtime-core@3": "3.3.4", "@vue/runtime-core@3": "3.3.9",
"@vue/runtime-dom@3": "3.3.4", "@vue/runtime-dom@3": "3.3.9",
"@vue/shared@3": "3.3.4", "@vue/shared@3": "3.3.9",
"cropperjs": "1.5.12", "cropperjs": "1.5.12",
"echarts": "5.4.1", "echarts": "5.4.1",
"follow-redirects": "1.14.8", "follow-redirects": "1.14.8",
@ -213,10 +213,10 @@
"vue-template-compiler@2.7": "2.7.10", "vue-template-compiler@2.7": "2.7.10",
"vue@2.6": "2.6.14", "vue@2.6": "2.6.14",
"vue@2.7": "2.7.10", "vue@2.7": "2.7.10",
"vue@3": "3.3.4", "vue@3": "3.3.9",
"vue2": "npm:vue@2.6.14", "vue2": "npm:vue@2.6.14",
"vue2.7": "npm:vue@2.7.10", "vue2.7": "npm:vue@2.7.10",
"vue3": "npm:vue@3.3.4", "vue3": "npm:vue@3.3.9",
"vite": "^4.3.8" "vite": "^4.3.8"
}, },
"packageExtensions": { "packageExtensions": {
@ -237,7 +237,7 @@
}, },
"vite-plugin-dts": { "vite-plugin-dts": {
"peerDependencies": { "peerDependencies": {
"vue": "^3.3.4" "vue": "^3.3.9"
} }
}, },
"vite-plugin-md": { "vite-plugin-md": {

View File

@ -6,6 +6,6 @@
"main": "index.ts", "main": "index.ts",
"devDependencies": { "devDependencies": {
"@vue/runtime-core": "^3.2.31", "@vue/runtime-core": "^3.2.31",
"vue": "^3.3.4" "vue": "^3.3.9"
} }
} }

View File

@ -251,11 +251,11 @@
}, },
"devDependencies": { "devDependencies": {
"@vue/composition-api": "1.2.2", "@vue/composition-api": "1.2.2",
"@vue/runtime-core": "^3.3.4", "@vue/runtime-core": "^3.3.9",
"@vue/runtime-dom": "^3.3.4", "@vue/runtime-dom": "^3.3.9",
"vue2": "npm:vue@2.6.14", "vue2": "npm:vue@2.6.14",
"vue2.7": "npm:vue@2.7.10", "vue2.7": "npm:vue@2.7.10",
"vue3": "npm:vue@3.3.4" "vue3": "npm:vue@3.3.9"
}, },
"scripts": { "scripts": {
"build": "pnpm -w build:ui", "build": "pnpm -w build:ui",