From 3fab53d90a5f1bfa1968ea8b97bb9f36f793c9ab Mon Sep 17 00:00:00 2001 From: reco_luan Date: Tue, 11 Jun 2024 01:26:06 +0800 Subject: [PATCH] build: remove invalid deps in core pkg --- packages/core/package.json | 5 +---- pnpm-lock.yaml | 17 ++++------------- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 3296911..a7013ef 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -54,14 +54,11 @@ "autoprefixer": "10.4.13", "cac": "6.7.14", "gitly": "3.0.0", - "naive-ui": "2.34.2", "postcss": "8.4.21", "postcss-each": "1.1.0", "postcss-import": "15.0.0", "tailwindcss": "3.2.1", "vite": "5.2.11", - "vite-plugin-babel": "1.2.0", - "vue": "3.2.45", - "vue-router": "^4.1.6" + "vite-plugin-babel": "1.2.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ba10891..94671b2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,9 +1,5 @@ lockfileVersion: '6.0' -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false - importers: .: @@ -128,9 +124,6 @@ importers: gitly: specifier: 3.0.0 version: 3.0.0 - naive-ui: - specifier: 2.34.2 - version: 2.34.2(vue@3.2.45) postcss: specifier: 8.4.21 version: 8.4.21 @@ -149,12 +142,6 @@ importers: vite-plugin-babel: specifier: 1.2.0 version: 1.2.0(@babel/core@7.24.5)(vite@5.2.11) - vue: - specifier: 3.2.45 - version: 3.2.45 - vue-router: - specifier: ^4.1.6 - version: 4.3.2(vue@3.2.45) packages: @@ -7190,3 +7177,7 @@ packages: synchronous-promise: 2.0.17 toposort: 2.0.2 dev: true + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false