diff --git a/apps/vue-docs/package.json b/apps/vue-docs/package.json index 1b958b0b11..970cc08f70 100644 --- a/apps/vue-docs/package.json +++ b/apps/vue-docs/package.json @@ -1,7 +1,7 @@ { "name": "vue-docs", "devDependencies": { - "vue": "^3.5.12", + "vue": "^2.7.8", "vitepress": "1.0.0-alpha.65" } } diff --git a/libs/storybook-vue3/package.json b/libs/storybook-vue3/package.json index a18d5b4bd6..8ac3801a79 100644 --- a/libs/storybook-vue3/package.json +++ b/libs/storybook-vue3/package.json @@ -15,6 +15,6 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "storybook": "^7.6.20", - "vue": "^3.5.12" + "vue": "^2.7.8" } } diff --git a/package.json b/package.json index 2947304ac7..a4a2dadada 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "vitest": "^1.6.0", "vue": "2.7.8", "vue-tsc": "2.1.5", - "vue3": "npm:vue@3.3.7" + "vue3": "npm:vue@3.5.12" }, "customElements": "/dist/libs/components/custom-elements.json", "nx": {