build: remove @uni-helper/uni-app-types 才有提示

This commit is contained in:
菲鸽 2024-04-03 16:33:24 +08:00
parent bf1b1f76c8
commit ceed2b7562
3 changed files with 0 additions and 16 deletions

View File

@ -113,7 +113,6 @@
"@types/wechat-miniprogram": "^3.4.7",
"@typescript-eslint/eslint-plugin": "^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-layouts": "^0.1.7",
"@uni-helper/vite-plugin-uni-manifest": "^0.2.3",

14
pnpm-lock.yaml generated
View File

@ -109,9 +109,6 @@ devDependencies:
'@typescript-eslint/parser':
specifier: ^6.15.0
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':
specifier: ^0.0.8
version: 0.0.8
@ -4067,17 +4064,6 @@ packages:
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
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:
resolution: {integrity: sha512-K6MEnmN7Dg+NnEkfUUhjaKc/rPVY7tcGdsVUKOlC1/z2E6H6zjSSTdJg8z+sVJtZ03Ff1G/MHz2PYDyAS6gjQQ==}
dev: true

View File

@ -15,7 +15,6 @@
"types": [
"@dcloudio/types",
"@types/wechat-miniprogram",
"@uni-helper/uni-app-types",
"wot-design-uni/global.d.ts",
"./global.d.ts"
]