diff --git a/package.json b/package.json index 0ecf5b6..f3f7f72 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5d8dc37..a146b04 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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 diff --git a/tsconfig.json b/tsconfig.json index 9530da84..6fcb91f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,6 @@ "types": [ "@dcloudio/types", "@types/wechat-miniprogram", - "@uni-helper/uni-app-types", "wot-design-uni/global.d.ts", "./global.d.ts" ]