Browse Source

chore: remove unused deps

pull/6997/head
xingyu4j 2 months ago
parent
commit
7bf7c0bb06
  1. 3
      packages/@core/base/shared/package.json
  2. 39
      pnpm-lock.yaml
  3. 23
      pnpm-workspace.yaml

3
packages/@core/base/shared/package.json

@ -93,9 +93,6 @@
},
"devDependencies": {
"@types/lodash.clonedeep": "catalog:",
"@types/lodash.get": "catalog:",
"@types/lodash.isequal": "catalog:",
"@types/lodash.set": "catalog:",
"@types/nprogress": "catalog:"
}
}

39
pnpm-lock.yaml

@ -93,15 +93,6 @@ catalogs:
'@types/lodash.clonedeep':
specifier: ^4.5.9
version: 4.5.9
'@types/lodash.get':
specifier: ^4.4.9
version: 4.4.9
'@types/lodash.isequal':
specifier: ^4.5.8
version: 4.5.8
'@types/lodash.set':
specifier: ^4.3.9
version: 4.3.9
'@types/node':
specifier: ^24.10.1
version: 24.10.1
@ -1350,15 +1341,6 @@ importers:
'@types/lodash.clonedeep':
specifier: 'catalog:'
version: 4.5.9
'@types/lodash.get':
specifier: 'catalog:'
version: 4.4.9
'@types/lodash.isequal':
specifier: 'catalog:'
version: 4.5.8
'@types/lodash.set':
specifier: 'catalog:'
version: 4.3.9
'@types/nprogress':
specifier: 'catalog:'
version: 0.2.3
@ -4469,15 +4451,6 @@ packages:
'@types/lodash.clonedeep@4.5.9':
resolution: {integrity: sha512-19429mWC+FyaAhOLzsS8kZUsI+/GmBAQ0HFiCPsKGU+7pBXOQWhyrY6xNNDwUSX8SMZMJvuFVMF9O5dQOlQK9Q==}
'@types/lodash.get@4.4.9':
resolution: {integrity: sha512-J5dvW98sxmGnamqf+/aLP87PYXyrha9xIgc2ZlHl6OHMFR2Ejdxep50QfU0abO1+CH6+ugx+8wEUN1toImAinA==}
'@types/lodash.isequal@4.5.8':
resolution: {integrity: sha512-uput6pg4E/tj2LGxCZo9+y27JNyB2OZuuI/T5F+ylVDYuqICLG2/ktjxx0v6GvVntAf8TvEzeQLcV0ffRirXuA==}
'@types/lodash.set@4.3.9':
resolution: {integrity: sha512-KOxyNkZpbaggVmqbpr82N2tDVTx05/3/j0f50Es1prxrWB0XYf9p3QNxqcbWb7P1Q9wlvsUSlCFnwlPCIJ46PQ==}
'@types/lodash@4.17.21':
resolution: {integrity: sha512-FOvQ0YPD5NOfPgMzJihoT+Za5pdkDJWcbpuj1DjaKZIr/gxodQjY/uWEFlTNqW2ugXHUiL8lRQgw63dzKHZdeQ==}
@ -13608,18 +13581,6 @@ snapshots:
dependencies:
'@types/lodash': 4.17.21
'@types/lodash.get@4.4.9':
dependencies:
'@types/lodash': 4.17.21
'@types/lodash.isequal@4.5.8':
dependencies:
'@types/lodash': 4.17.21
'@types/lodash.set@4.3.9':
dependencies:
'@types/lodash': 4.17.21
'@types/lodash@4.17.21': {}
'@types/markdown-it@14.1.2':

23
pnpm-workspace.yaml

@ -13,6 +13,14 @@ packages:
- docs
- playground
overrides:
'@ast-grep/napi': 'catalog:'
'@ctrl/tinycolor': 'catalog:'
clsx: 'catalog:'
esbuild: 'catalog:'
jiti: 'catalog:'
pinia: 'catalog:'
vue: 'catalog:'
catalog:
'@ast-grep/napi': ^0.39.9
'@changesets/changelog-github': ^0.5.2
@ -45,9 +53,6 @@ catalog:
'@types/json-bigint': ^1.0.4
'@types/jsonwebtoken': ^9.0.10
'@types/lodash.clonedeep': ^4.5.9
'@types/lodash.get': ^4.4.9
'@types/lodash.isequal': ^4.5.8
'@types/lodash.set': ^4.3.9
'@types/node': ^24.10.1
'@types/nprogress': ^0.2.3
'@types/postcss-import': ^14.0.3
@ -60,7 +65,6 @@ catalog:
'@vite-pwa/vitepress': ^1.1.0
'@vitejs/plugin-vue': ^6.0.2
'@vitejs/plugin-vue-jsx': ^5.1.2
'@vue/reactivity': ^3.5.25
'@vue/shared': ^3.5.25
'@vue/test-utils': ^2.4.6
'@vueuse/core': ^14.1.0
@ -124,9 +128,6 @@ catalog:
jsonwebtoken: ^9.0.2
lefthook: ^1.13.6
lodash.clonedeep: ^4.5.0
lodash.get: ^4.4.2
lodash.isequal: ^4.5.0
lodash.set: ^4.3.2
lucide-vue-next: ^0.553.0
medium-zoom: ^1.1.0
naive-ui: ^2.43.2
@ -202,11 +203,3 @@ catalog:
peerDependencyRules:
allowedVersions:
eslint: '*'
overrides:
'@ast-grep/napi': 'catalog:'
'@ctrl/tinycolor': 'catalog:'
clsx: 'catalog:'
esbuild: 'catalog:'
jiti: 'catalog:'
pinia: 'catalog:'
vue: 'catalog:'

Loading…
Cancel
Save