chore: 增加 lodash-es type 依赖

develop
时启龙 2024-08-22 17:43:26 +08:00
parent c1af207b5e
commit 40d24af3bc
3 changed files with 10 additions and 14 deletions

View File

@ -32,6 +32,7 @@
"@commitlint/config-conventional": "^17.0.3",
"@iconify-json/ep": "^1.1.6",
"@types/js-cookie": "^3.0.2",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.6.2",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.32.0",

View File

@ -5,6 +5,7 @@ specifiers:
'@commitlint/config-conventional': ^17.0.3
'@iconify-json/ep': ^1.1.6
'@types/js-cookie': ^3.0.2
'@types/lodash-es': ^4.17.12
'@types/node': ^18.6.2
'@types/nprogress': ^0.2.0
'@typescript-eslint/eslint-plugin': ^5.32.0
@ -63,6 +64,7 @@ devDependencies:
'@commitlint/config-conventional': 17.0.3
'@iconify-json/ep': 1.1.6
'@types/js-cookie': 3.0.2
'@types/lodash-es': 4.17.12
'@types/node': 18.6.2
'@types/nprogress': 0.2.0
'@typescript-eslint/eslint-plugin': 5.32.0_iosr3hrei2tubxveewluhu5lhy
@ -507,15 +509,13 @@ packages:
resolution: { integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== }
dev: true
/@types/lodash-es/4.17.6:
resolution: { integrity: sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg== }
/@types/lodash-es/4.17.12:
resolution: { integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ== }
dependencies:
'@types/lodash': 4.14.182
dev: false
/@types/lodash/4.14.182:
resolution: { integrity: sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q== }
dev: false
/@types/minimist/1.2.2:
resolution: { integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== }
@ -1750,14 +1750,14 @@ packages:
'@floating-ui/dom': 0.5.4
'@popperjs/core': /@sxzz/popperjs-es/2.11.7
'@types/lodash': 4.14.182
'@types/lodash-es': 4.17.6
'@types/lodash-es': 4.17.12
'@vueuse/core': 8.9.4_vue@3.2.37
async-validator: 4.2.5
dayjs: 1.11.4
escape-html: 1.0.3
lodash: 4.17.21
lodash-es: 4.17.21
lodash-unified: 1.0.2_3ib2ivapxullxkx3xftsimdk7u
lodash-unified: 1.0.2_vpgwo5v3ie2bia5ss74pgoa5ly
memoize-one: 6.0.0
normalize-wheel-es: 1.2.0
vue: 3.2.37
@ -2941,14 +2941,14 @@ packages:
resolution: { integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw== }
dev: false
/lodash-unified/1.0.2_3ib2ivapxullxkx3xftsimdk7u:
/lodash-unified/1.0.2_vpgwo5v3ie2bia5ss74pgoa5ly:
resolution: { integrity: sha512-OGbEy+1P+UT26CYi4opY4gebD8cWRDxAT6MAObIVQMiqYdxZr1g3QHWCToVsm31x2NkLS4K3+MC2qInaRMa39g== }
peerDependencies:
'@types/lodash-es': '*'
lodash: '*'
lodash-es: '*'
dependencies:
'@types/lodash-es': 4.17.6
'@types/lodash-es': 4.17.12
lodash: 4.17.21
lodash-es: 4.17.21
dev: false

7
src/components.d.ts vendored
View File

@ -8,6 +8,7 @@ export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
ElAside: typeof import('element-plus/es')['ElAside']
ElAvatar: typeof import('element-plus/es')['ElAvatar']
ElBadge: typeof import('element-plus/es')['ElBadge']
ElButton: typeof import('element-plus/es')['ElButton']
ElCard: typeof import('element-plus/es')['ElCard']
@ -31,7 +32,6 @@ declare module '@vue/runtime-core' {
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
ElTab: typeof import('element-plus/es')['ElTab']
ElTabPane: typeof import('element-plus/es')['ElTabPane']
ElTabs: typeof import('element-plus/es')['ElTabs']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
@ -39,16 +39,11 @@ declare module '@vue/runtime-core' {
IconEpArrowDown: typeof import('~icons/ep/arrow-down')['default']
IconEpArrowLeft: typeof import('~icons/ep/arrow-left')['default']
IconEpArrowRight: typeof import('~icons/ep/arrow-right')['default']
IconEpArrowRightBold: typeof import('~icons/ep/arrow-right-bold')['default']
IconEpBell: typeof import('~icons/ep/bell')['default']
IconEpClose: typeof import('~icons/ep/close')['default']
IconEpHomeFilled: typeof import('~icons/ep/home-filled')['default']
IconEpKey: typeof import('~icons/ep/key')['default']
IconEpLock: typeof import('~icons/ep/lock')['default']
IconEpMonitor: typeof import('~icons/ep/monitor')['default']
IconEpPosition: typeof import('~icons/ep/position')['default']
IconEpRight: typeof import('~icons/ep/right')['default']
IconEpService: typeof import('~icons/ep/service')['default']
IconEpSwitchButton: typeof import('~icons/ep/switch-button')['default']
IconEpUploadFilled: typeof import('~icons/ep/upload-filled')['default']
IconEpUser: typeof import('~icons/ep/user')['default']