From 0a1c76c82ec730f7bd4a506d1f01642b0ea237d8 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 14 Feb 2025 16:41:20 +0100 Subject: [PATCH] playground-vue(deps): clean --- playground-vue/package.json | 7 +++---- pnpm-lock.yaml | 6 ------ 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/playground-vue/package.json b/playground-vue/package.json index cbdd8c73..af9f14e7 100644 --- a/playground-vue/package.json +++ b/playground-vue/package.json @@ -5,8 +5,9 @@ "type": "module", "scripts": { "dev": "vite", - "build": "vue-tsc -b && vite build", - "preview": "vite preview" + "build": "vite build", + "preview": "vite preview", + "typecheck": "vue-tsc -p ./tsconfig.app.json" }, "dependencies": { "@nuxt/ui": "latest", @@ -16,8 +17,6 @@ "devDependencies": { "@vitejs/plugin-vue": "^5.2.1", "typescript": "^5.7.2", - "unplugin-auto-import": "^19.0.0", - "unplugin-vue-components": "^28.0.0", "vite": "^6.0.11", "vue-tsc": "^2.2.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 37a51cd4..d1885686 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -362,12 +362,6 @@ importers: typescript: specifier: 5.6.3 version: 5.6.3 - unplugin-auto-import: - specifier: ^19.0.0 - version: 19.0.0(@nuxt/kit@3.15.4(magicast@0.3.5)(rollup@4.34.1))(@vueuse/core@12.6.1(typescript@5.6.3))(rollup@4.34.1) - unplugin-vue-components: - specifier: ^28.0.0 - version: 28.0.0(@babel/parser@7.26.7)(@nuxt/kit@3.15.4(magicast@0.3.5)(rollup@4.34.1))(rollup@4.34.1)(vue@3.5.13(typescript@5.6.3)) vite: specifier: 6.0.11 version: 6.0.11(@types/node@22.13.0)(jiti@2.4.2)(lightningcss@1.29.1)(terser@5.37.0)(yaml@2.7.0)