diff --git a/package.json b/package.json index a4e4a180a884db30810892e3a4f1f12dea131398..8995f8d77404dbf3f61d5d71f3c9fa228a22dcbd 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,6 @@ "@rollup/plugin-node-resolve": "^11.0.1", "@rollup/plugin-replace": "^2.3.4", "@rollup/plugin-strip": "^2.0.0", - "@types/debug": "^4.1.7", "@types/jest": "^26.0.23", "@typescript-eslint/parser": "^5.3.0", "@vitejs/plugin-vue": "^1.9.4", diff --git a/packages/uni-app-vite/package.json b/packages/uni-app-vite/package.json index c4476b851740e150412f8693d36f3ac4602e5cec..75698f8adf4944cebcef0f6ecc24d7d92d763f7c 100644 --- a/packages/uni-app-vite/package.json +++ b/packages/uni-app-vite/package.json @@ -32,6 +32,7 @@ "postcss-modules": "^4.1.3" }, "devDependencies": { + "@types/debug": "^4.1.7", "@vue/compiler-core": "3.2.21" } } diff --git a/packages/uni-automator/package.json b/packages/uni-automator/package.json index c0931013c79732b79d6b64616d15b4b97cf97aad..b6d300fca1ca84f0c4d4b7fd383d657d3d66e528 100644 --- a/packages/uni-automator/package.json +++ b/packages/uni-automator/package.json @@ -38,5 +38,8 @@ "qrcode-reader": "^1.0.4", "qrcode-terminal": "^0.12.0", "ws": "^8.2.0" + }, + "devDependencies": { + "@types/debug": "^4.1.7" } } diff --git a/packages/uni-cli-nvue/package.json b/packages/uni-cli-nvue/package.json index ad7c33e257730a5d4f6c4c1e1c186d0c6a9dfcb9..d0f95afbf420a354c244483c3312fdc915550707 100644 --- a/packages/uni-cli-nvue/package.json +++ b/packages/uni-cli-nvue/package.json @@ -58,6 +58,7 @@ }, "devDependencies": { "@types/loader-utils": "^2.0.3", + "@types/module-alias": "^2.0.1", "@types/terser-webpack-plugin": "^5.0.4", "@types/webpack-sources": "^2.1.1", "vue-template-compiler": "^2.6.14" diff --git a/packages/uni-cli-shared/package.json b/packages/uni-cli-shared/package.json index f46aa2ef5c1b2d1ee8a57be170243e938f1c7cad..f3d4669d130c3b825302bd670fb8da7b5a72c437 100644 --- a/packages/uni-cli-shared/package.json +++ b/packages/uni-cli-shared/package.json @@ -48,9 +48,11 @@ }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "devDependencies": { + "@types/debug": "^4.1.7", "@types/hash-sum": "^1.0.0", "@types/less": "^3.0.3", "@types/mime": "^2.0.3", + "@types/module-alias": "^2.0.1", "@types/stylus": "^0.48.36", "@vue/compiler-sfc": "3.2.21", "postcss": "^8.3.8" diff --git a/packages/uni-h5-vite/package.json b/packages/uni-h5-vite/package.json index 0ba98b9d171565498657a01b73a0e7691e7d9976..139b1f1588beea48b4d50d086f7bb41be570af84 100644 --- a/packages/uni-h5-vite/package.json +++ b/packages/uni-h5-vite/package.json @@ -30,7 +30,9 @@ "module-alias": "^2.2.2" }, "devDependencies": { + "@types/debug": "^4.1.7", "@types/mime": "^2.0.3", + "@types/module-alias": "^2.0.1", "@vue/compiler-core": "3.2.21", "esbuild": "^0.13.2" } diff --git a/packages/uni-mp-vite/package.json b/packages/uni-mp-vite/package.json index 189fb4283adf999f3e4a6be990026c6dcc7c6cdb..c8d6668d9a13144db8864ec8fb3c154f1ec34a9f 100644 --- a/packages/uni-mp-vite/package.json +++ b/packages/uni-mp-vite/package.json @@ -28,6 +28,7 @@ }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "devDependencies": { + "@types/debug": "^4.1.7", "@vue/compiler-sfc": "3.2.21" } } diff --git a/packages/uni-stat/package.json b/packages/uni-stat/package.json index 7f7f078cf37793eda19d0e94411b9fef6bd00dcf..c14dbff733a08703aec079afe7b24b640ae39828 100644 --- a/packages/uni-stat/package.json +++ b/packages/uni-stat/package.json @@ -22,5 +22,8 @@ "dependencies": { "@dcloudio/uni-cli-shared": "workspace:3.0.0-alpha-3021320211109003", "debug": "^4.3.2" + }, + "devDependencies": { + "@types/debug": "^4.1.7" } } diff --git a/packages/vite-plugin-uni/package.json b/packages/vite-plugin-uni/package.json index 0c27fb2562a00399f4708de83aa91f882a794a88..a0be5e18ce9c665fb7e4bff862fb047284aa187c 100644 --- a/packages/vite-plugin-uni/package.json +++ b/packages/vite-plugin-uni/package.json @@ -39,6 +39,7 @@ "jsonc-parser": "^3.0.0" }, "devDependencies": { + "@types/debug": "^4.1.7", "@types/express": "^4.17.12", "@types/sass": "^1.16.0", "@vue/babel-plugin-jsx": "^1.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f7fb5ec7b317f18da920bb0e7a31ecba8eee6de7..8130a48cbfbc0f880f1ba7c151c775aaf2cf5d89 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,7 +15,6 @@ importers: '@rollup/plugin-node-resolve': ^11.0.1 '@rollup/plugin-replace': ^2.3.4 '@rollup/plugin-strip': ^2.0.0 - '@types/debug': ^4.1.7 '@types/jest': ^26.0.23 '@typescript-eslint/parser': ^5.3.0 '@vitejs/plugin-vue': ^1.9.4 @@ -62,7 +61,6 @@ importers: '@rollup/plugin-node-resolve': 11.2.1_rollup@2.59.0 '@rollup/plugin-replace': 2.4.2_rollup@2.59.0 '@rollup/plugin-strip': 2.1.0_rollup@2.59.0 - '@types/debug': 4.1.7 '@types/jest': 26.0.24 '@typescript-eslint/parser': 5.3.0_eslint@7.32.0+typescript@4.4.4 '@vitejs/plugin-vue': 1.9.4_vite@2.6.14 @@ -195,6 +193,7 @@ importers: '@dcloudio/uni-i18n': 3.0.0-alpha-3021320211109003 '@dcloudio/uni-shared': 3.0.0-alpha-3021320211109003 '@rollup/pluginutils': ^4.1.1 + '@types/debug': ^4.1.7 '@vue/compiler-core': 3.2.21 clean-css: ^5.1.3 debug: ^4.3.2 @@ -215,6 +214,7 @@ importers: postcss-load-config: 3.1.0 postcss-modules: 4.2.2 devDependencies: + '@types/debug': 4.1.7 '@vue/compiler-core': 3.2.21 packages/uni-app-vue: @@ -223,6 +223,7 @@ importers: packages/uni-automator: specifiers: '@dcloudio/uni-cli-shared': 3.0.0-alpha-3021320211109003 + '@types/debug': ^4.1.7 address: ^1.1.2 cross-env: ^7.0.3 debug: ^4.3.2 @@ -245,6 +246,8 @@ importers: qrcode-reader: 1.0.4 qrcode-terminal: 0.12.0 ws: 8.2.3 + devDependencies: + '@types/debug': 4.1.7 packages/uni-cli-nvue: specifiers: @@ -253,6 +256,7 @@ importers: '@dcloudio/uni-cli-shared': 3.0.0-alpha-3021320211109003 '@dcloudio/uni-shared': 3.0.0-alpha-3021320211109003 '@types/loader-utils': ^2.0.3 + '@types/module-alias': ^2.0.1 '@types/terser-webpack-plugin': ^5.0.4 '@types/webpack-sources': ^2.1.1 acorn: ^5.2.1 @@ -327,6 +331,7 @@ importers: webpack-sources: 3.2.1 devDependencies: '@types/loader-utils': 2.0.3 + '@types/module-alias': 2.0.1 '@types/terser-webpack-plugin': 5.2.0_webpack@5.61.0 '@types/webpack-sources': 2.1.1 vue-template-compiler: 2.6.14 @@ -338,9 +343,11 @@ importers: '@dcloudio/uni-i18n': 3.0.0-alpha-3021320211109003 '@dcloudio/uni-shared': 3.0.0-alpha-3021320211109003 '@rollup/pluginutils': ^4.1.1 + '@types/debug': ^4.1.7 '@types/hash-sum': ^1.0.0 '@types/less': ^3.0.3 '@types/mime': ^2.0.3 + '@types/module-alias': ^2.0.1 '@types/stylus': ^0.48.36 '@vue/compiler-core': 3.2.21 '@vue/compiler-dom': 3.2.21 @@ -395,9 +402,11 @@ importers: tapable: 2.2.1 xregexp: 3.1.0 devDependencies: + '@types/debug': 4.1.7 '@types/hash-sum': 1.0.0 '@types/less': 3.0.3 '@types/mime': 2.0.3 + '@types/module-alias': 2.0.1 '@types/stylus': 0.48.36 '@vue/compiler-sfc': 3.2.21 postcss: 8.3.11 @@ -468,7 +477,9 @@ importers: '@dcloudio/uni-cli-shared': 3.0.0-alpha-3021320211109003 '@dcloudio/uni-shared': 3.0.0-alpha-3021320211109003 '@rollup/pluginutils': ^4.1.1 + '@types/debug': ^4.1.7 '@types/mime': ^2.0.3 + '@types/module-alias': ^2.0.1 '@vue/compiler-core': 3.2.21 '@vue/compiler-dom': 3.2.21 '@vue/compiler-sfc': 3.2.21 @@ -488,7 +499,9 @@ importers: mime: 3.0.0 module-alias: 2.2.2 devDependencies: + '@types/debug': 4.1.7 '@types/mime': 2.0.3 + '@types/module-alias': 2.0.1 '@vue/compiler-core': 3.2.21 esbuild: 0.13.12 @@ -623,6 +636,7 @@ importers: '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3021320211109003 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3021320211109003 '@dcloudio/uni-shared': 3.0.0-alpha-3021320211109003 + '@types/debug': ^4.1.7 '@vue/compiler-sfc': 3.2.21 base64url: ^3.0.1 debug: ^4.3.2 @@ -636,6 +650,7 @@ importers: debug: 4.3.2 magic-string: 0.25.7 devDependencies: + '@types/debug': 4.1.7 '@vue/compiler-sfc': 3.2.21 packages/uni-mp-vue: @@ -679,10 +694,13 @@ importers: packages/uni-stat: specifiers: '@dcloudio/uni-cli-shared': workspace:3.0.0-alpha-3021320211109003 + '@types/debug': ^4.1.7 debug: ^4.3.2 dependencies: '@dcloudio/uni-cli-shared': link:../uni-cli-shared debug: 4.3.2 + devDependencies: + '@types/debug': 4.1.7 packages/uni-vue: specifiers: @@ -697,6 +715,7 @@ importers: '@dcloudio/uni-cli-shared': 3.0.0-alpha-3021320211109003 '@dcloudio/uni-shared': 3.0.0-alpha-3021320211109003 '@rollup/pluginutils': ^4.1.1 + '@types/debug': ^4.1.7 '@types/express': ^4.17.12 '@types/sass': ^1.16.0 '@vitejs/plugin-legacy': ^1.6.2 @@ -730,6 +749,7 @@ importers: fs-extra: 10.0.0 jsonc-parser: 3.0.0 devDependencies: + '@types/debug': 4.1.7 '@types/express': 4.17.13 '@types/sass': 1.43.0 '@vue/babel-plugin-jsx': 1.1.1 @@ -2571,6 +2591,10 @@ packages: resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==} dev: false + /@types/module-alias/2.0.1: + resolution: {integrity: sha512-DN/CCT1HQG6HquBNJdLkvV+4v5l/oEuwOHUPLxI+Eub0NED+lk0YUfba04WGH90EINiUrNgClkNnwGmbICeWMQ==} + dev: true + /@types/ms/0.7.31: resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} dev: true