build: remove @uni-helper/uni-app-types 才有提示
This commit is contained in:
parent
be35efd530
commit
cc716a1e0c
@ -113,7 +113,6 @@
|
|||||||
"@types/wechat-miniprogram": "^3.4.7",
|
"@types/wechat-miniprogram": "^3.4.7",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
||||||
"@typescript-eslint/parser": "^6.15.0",
|
"@typescript-eslint/parser": "^6.15.0",
|
||||||
"@uni-helper/uni-app-types": "^0.5.12",
|
|
||||||
"@uni-helper/vite-plugin-uni-components": "^0.0.8",
|
"@uni-helper/vite-plugin-uni-components": "^0.0.8",
|
||||||
"@uni-helper/vite-plugin-uni-layouts": "^0.1.7",
|
"@uni-helper/vite-plugin-uni-layouts": "^0.1.7",
|
||||||
"@uni-helper/vite-plugin-uni-manifest": "^0.2.3",
|
"@uni-helper/vite-plugin-uni-manifest": "^0.2.3",
|
||||||
|
14
pnpm-lock.yaml
generated
14
pnpm-lock.yaml
generated
@ -109,9 +109,6 @@ devDependencies:
|
|||||||
'@typescript-eslint/parser':
|
'@typescript-eslint/parser':
|
||||||
specifier: ^6.15.0
|
specifier: ^6.15.0
|
||||||
version: 6.15.0(eslint@8.56.0)(typescript@4.9.5)
|
version: 6.15.0(eslint@8.56.0)(typescript@4.9.5)
|
||||||
'@uni-helper/uni-app-types':
|
|
||||||
specifier: ^0.5.12
|
|
||||||
version: 0.5.12(typescript@4.9.5)
|
|
||||||
'@uni-helper/vite-plugin-uni-components':
|
'@uni-helper/vite-plugin-uni-components':
|
||||||
specifier: ^0.0.8
|
specifier: ^0.0.8
|
||||||
version: 0.0.8
|
version: 0.0.8
|
||||||
@ -4067,17 +4064,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
|
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@uni-helper/uni-app-types@0.5.12(typescript@4.9.5):
|
|
||||||
resolution: {integrity: sha512-SeUEgDgGftI4XEp1AB3C6IFLnRPT83tgTCCmlLUBmQyHh+UhRY+CX4QtgQ0n/kF8txNUq8Bc9YwKlYdXQGx6Ww==}
|
|
||||||
engines: {node: '>=14.18'}
|
|
||||||
peerDependencies:
|
|
||||||
typescript: ^4.8.0 || ^5.0.0
|
|
||||||
dependencies:
|
|
||||||
'@dcloudio/types': 3.4.8
|
|
||||||
typescript: 4.9.5
|
|
||||||
vue3: /vue@3.4.19(typescript@4.9.5)
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@uni-helper/uni-env@0.0.3:
|
/@uni-helper/uni-env@0.0.3:
|
||||||
resolution: {integrity: sha512-K6MEnmN7Dg+NnEkfUUhjaKc/rPVY7tcGdsVUKOlC1/z2E6H6zjSSTdJg8z+sVJtZ03Ff1G/MHz2PYDyAS6gjQQ==}
|
resolution: {integrity: sha512-K6MEnmN7Dg+NnEkfUUhjaKc/rPVY7tcGdsVUKOlC1/z2E6H6zjSSTdJg8z+sVJtZ03Ff1G/MHz2PYDyAS6gjQQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
"types": [
|
"types": [
|
||||||
"@dcloudio/types",
|
"@dcloudio/types",
|
||||||
"@types/wechat-miniprogram",
|
"@types/wechat-miniprogram",
|
||||||
"@uni-helper/uni-app-types",
|
|
||||||
"wot-design-uni/global.d.ts",
|
"wot-design-uni/global.d.ts",
|
||||||
"./global.d.ts"
|
"./global.d.ts"
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user