From ad6b54c2dbfcb509e11b3d634141231d4bab637f Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Wed, 16 Oct 2024 09:16:37 +0200 Subject: [PATCH] refactor: making vue a devDependency as I can't identify a reason why it would need to be a Dependency. --- output/vue/package.json | 4 +--- package-lock.json | 6 ++---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/output/vue/package.json b/output/vue/package.json index 60b4cdbafdf..fdc85f69225 100644 --- a/output/vue/package.json +++ b/output/vue/package.json @@ -37,9 +37,6 @@ "postbuild": "npm-run-all -p mv:*", "test:components": "playwright test -c playwright.config.ts" }, - "dependencies": { - "vue": "^3.5.12" - }, "devDependencies": { "@playwright/experimental-ct-vue": "1.47.2", "@vitejs/plugin-vue": "^5.1.4", @@ -47,6 +44,7 @@ "tsx": "^4.19.1", "typescript": "^5.4.5", "vite": "^5.4.9", + "vue": "^3.5.12", "vue-tsc": "^2.1.6" }, "publishConfig": { diff --git a/package-lock.json b/package-lock.json index 2733a2abb6a..09e0b4690f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40986,9 +40986,6 @@ "name": "@db-ui/v-components", "version": "0.0.0", "license": "Apache-2.0", - "dependencies": { - "vue": "^3.5.12" - }, "devDependencies": { "@playwright/experimental-ct-vue": "1.47.2", "@vitejs/plugin-vue": "^5.1.4", @@ -40996,6 +40993,7 @@ "tsx": "^4.19.1", "typescript": "^5.4.5", "vite": "^5.4.9", + "vue": "^3.5.12", "vue-tsc": "^2.1.6" } }, @@ -41377,7 +41375,7 @@ }, "showcases/next-showcase": { "dependencies": { - "next": "*", + "next": "latest", "react": "18.3.1", "react-dom": "18.3.1" },