diff --git a/examples/sites/package.json b/examples/sites/package.json index ec90b83f6..4d491ae01 100644 --- a/examples/sites/package.json +++ b/examples/sites/package.json @@ -33,7 +33,7 @@ "github-markdown-css": "^5.1.0", "highlight.js": "^11.5.1", "prismjs": "^1.28.0", - "vue": "^3.3.4", + "vue": "^3.3.9", "tailwindcss": "^3.2.4", "vue-i18n": "^9.1.10", "vue-router": "4.1.5", @@ -79,4 +79,4 @@ "vite-plugin-dynamic-import": "1.5.0", "vue-tsc": "^1.8.5" } -} \ No newline at end of file +} diff --git a/examples/vue3/package.json b/examples/vue3/package.json index 252248242..d66f6b432 100644 --- a/examples/vue3/package.json +++ b/examples/vue3/package.json @@ -49,7 +49,7 @@ "vite-plugin-vue-inspector": "^3.3.2", "vite-svg-loader": "^3.6.0", "vitest": "^0.31.0", - "vue": "^3.3.4", + "vue": "^3.3.9", "@tiptap/vue-3": "^2.1.0", "vue-i18n": "^9.1.7", "js-sha256": "^0.9.0", diff --git a/internals/vue-test-utils/package.json b/internals/vue-test-utils/package.json index 5c3b0d6ea..ead5d432d 100644 --- a/internals/vue-test-utils/package.json +++ b/internals/vue-test-utils/package.json @@ -10,6 +10,6 @@ "dependencies": { "@opentiny/vue-common": "workspace:~", "@vue/test-utils": "^2.2.7", - "vue": "^3.3.4" + "vue": "^3.3.9" } } diff --git a/internals/vue-vite-import/example/js/package.json b/internals/vue-vite-import/example/js/package.json index db78d6605..0f7a65d0d 100644 --- a/internals/vue-vite-import/example/js/package.json +++ b/internals/vue-vite-import/example/js/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@opentiny/vue": "^3.0.0", - "vue": "^3.3.4", + "vue": "^3.3.9", "vue-i18n": "^9.2.2" }, "devDependencies": { diff --git a/internals/vue-vite-import/example/ts/package.json b/internals/vue-vite-import/example/ts/package.json index a061c485e..8d433b629 100644 --- a/internals/vue-vite-import/example/ts/package.json +++ b/internals/vue-vite-import/example/ts/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@opentiny/vue": "^3.5.2", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "devDependencies": { "@opentiny/vue-vite-import": "^1.0.1", diff --git a/package.json b/package.json index 5c3f07b3a..02014d9f5 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "shx": "^0.3.4", "typescript": "^5.0.0", "vite": "^4.3.8", - "vue": "^3.3.4", + "vue": "^3.3.9", "vue-tsc": "^1.6.5" }, "husky": { @@ -194,10 +194,10 @@ "tsup@7.2.0": "patches/tsup@7.2.0.patch" }, "overrides": { - "@vue/compiler-sfc@3": "3.3.4", - "@vue/runtime-core@3": "3.3.4", - "@vue/runtime-dom@3": "3.3.4", - "@vue/shared@3": "3.3.4", + "@vue/compiler-sfc@3": "3.3.9", + "@vue/runtime-core@3": "3.3.9", + "@vue/runtime-dom@3": "3.3.9", + "@vue/shared@3": "3.3.9", "cropperjs": "1.5.12", "echarts": "5.4.1", "follow-redirects": "1.14.8", @@ -213,10 +213,10 @@ "vue-template-compiler@2.7": "2.7.10", "vue@2.6": "2.6.14", "vue@2.7": "2.7.10", - "vue@3": "3.3.4", + "vue@3": "3.3.9", "vue2": "npm:vue@2.6.14", "vue2.7": "npm:vue@2.7.10", - "vue3": "npm:vue@3.3.4", + "vue3": "npm:vue@3.3.9", "vite": "^4.3.8" }, "packageExtensions": { @@ -237,7 +237,7 @@ }, "vite-plugin-dts": { "peerDependencies": { - "vue": "^3.3.4" + "vue": "^3.3.9" } }, "vite-plugin-md": { diff --git a/packages/vue-common/src/adapter/vue3/package.json b/packages/vue-common/src/adapter/vue3/package.json index 318b77ca9..0815d440f 100644 --- a/packages/vue-common/src/adapter/vue3/package.json +++ b/packages/vue-common/src/adapter/vue3/package.json @@ -6,6 +6,6 @@ "main": "index.ts", "devDependencies": { "@vue/runtime-core": "^3.2.31", - "vue": "^3.3.4" + "vue": "^3.3.9" } } diff --git a/packages/vue/package.json b/packages/vue/package.json index ab3e4543a..7794da63b 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -251,11 +251,11 @@ }, "devDependencies": { "@vue/composition-api": "1.2.2", - "@vue/runtime-core": "^3.3.4", - "@vue/runtime-dom": "^3.3.4", + "@vue/runtime-core": "^3.3.9", + "@vue/runtime-dom": "^3.3.9", "vue2": "npm:vue@2.6.14", "vue2.7": "npm:vue@2.7.10", - "vue3": "npm:vue@3.3.4" + "vue3": "npm:vue@3.3.9" }, "scripts": { "build": "pnpm -w build:ui",