From 5054d90be3e3c729494d5f61abc4511bfc32ae97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 11:39:02 +0000 Subject: [PATCH] fix(deps): update @dcloudio --- playground/vue2.6/package.json | 58 +- playground/vue3.2/package.json | 34 +- playground/vue3.3/package.json | 32 +- pnpm-lock.yaml | 1104 +++++++++++++++++--------------- 4 files changed, 645 insertions(+), 583 deletions(-) diff --git a/playground/vue2.6/package.json b/playground/vue2.6/package.json index 1d4e749..92b59db 100644 --- a/playground/vue2.6/package.json +++ b/playground/vue2.6/package.json @@ -43,25 +43,25 @@ "serve:quickapp-native": "node node_modules/@dcloudio/uni-quickapp-native/bin/serve.js" }, "dependencies": { - "@dcloudio/uni-app": "2.0.2-3071120230427001", - "@dcloudio/uni-app-plus": "2.0.2-3071120230427001", - "@dcloudio/uni-h5": "2.0.2-3071120230427001", - "@dcloudio/uni-i18n": "2.0.2-3071120230427001", - "@dcloudio/uni-mp-360": "2.0.2-3071120230427001", - "@dcloudio/uni-mp-alipay": "2.0.2-3071120230427001", - "@dcloudio/uni-mp-baidu": "2.0.2-3071120230427001", - "@dcloudio/uni-mp-jd": "2.0.2-3071120230427001", - "@dcloudio/uni-mp-kuaishou": "2.0.2-3071120230427001", - "@dcloudio/uni-mp-lark": "2.0.2-3071120230427001", - "@dcloudio/uni-mp-qq": "2.0.2-3071120230427001", - "@dcloudio/uni-mp-toutiao": "2.0.2-3071120230427001", - "@dcloudio/uni-mp-vue": "2.0.2-3071120230427001", - "@dcloudio/uni-mp-weixin": "2.0.2-3071120230427001", - "@dcloudio/uni-mp-xhs": "2.0.2-3071120230427001", - "@dcloudio/uni-quickapp-native": "2.0.2-3071120230427001", - "@dcloudio/uni-quickapp-webview": "2.0.2-3071120230427001", - "@dcloudio/uni-stacktracey": "2.0.2-3071120230427001", - "@dcloudio/uni-stat": "2.0.2-3071120230427001", + "@dcloudio/uni-app": "2.0.2-3081220230817001", + "@dcloudio/uni-app-plus": "2.0.2-3081220230817001", + "@dcloudio/uni-h5": "2.0.2-3081220230817001", + "@dcloudio/uni-i18n": "2.0.2-3081220230817001", + "@dcloudio/uni-mp-360": "2.0.2-3081220230817001", + "@dcloudio/uni-mp-alipay": "2.0.2-3081220230817001", + "@dcloudio/uni-mp-baidu": "2.0.2-3081220230817001", + "@dcloudio/uni-mp-jd": "2.0.2-3081220230817001", + "@dcloudio/uni-mp-kuaishou": "2.0.2-3081220230817001", + "@dcloudio/uni-mp-lark": "2.0.2-3081220230817001", + "@dcloudio/uni-mp-qq": "2.0.2-3081220230817001", + "@dcloudio/uni-mp-toutiao": "2.0.2-3081220230817001", + "@dcloudio/uni-mp-vue": "2.0.2-3081220230817001", + "@dcloudio/uni-mp-weixin": "2.0.2-3081220230817001", + "@dcloudio/uni-mp-xhs": "2.0.2-3081220230817001", + "@dcloudio/uni-quickapp-native": "2.0.2-3081220230817001", + "@dcloudio/uni-quickapp-webview": "2.0.2-3081220230817001", + "@dcloudio/uni-stacktracey": "2.0.2-3081220230817001", + "@dcloudio/uni-stat": "2.0.2-3081220230817001", "@vue/composition-api": "^1.7.1", "@vue/shared": "3.3.2", "core-js": "3.30.2", @@ -71,16 +71,16 @@ "devDependencies": { "@babel/plugin-syntax-typescript": "7.21.4", "@dcloudio/types": "3.3.3", - "@dcloudio/uni-automator": "2.0.2-3071120230427001", - "@dcloudio/uni-cli-i18n": "2.0.2-3071120230427001", - "@dcloudio/uni-cli-shared": "2.0.2-3071120230427001", - "@dcloudio/uni-migration": "2.0.2-3071120230427001", - "@dcloudio/uni-template-compiler": "2.0.2-3071120230427001", - "@dcloudio/vue-cli-plugin-hbuilderx": "2.0.2-3071120230427001", - "@dcloudio/vue-cli-plugin-uni": "2.0.2-3071120230427001", - "@dcloudio/vue-cli-plugin-uni-optimize": "2.0.2-3071120230427001", - "@dcloudio/webpack-uni-mp-loader": "2.0.2-3071120230427001", - "@dcloudio/webpack-uni-pages-loader": "2.0.2-3071120230427001", + "@dcloudio/uni-automator": "2.0.2-3081220230817001", + "@dcloudio/uni-cli-i18n": "2.0.2-3081220230817001", + "@dcloudio/uni-cli-shared": "2.0.2-3081220230817001", + "@dcloudio/uni-migration": "2.0.2-3081220230817001", + "@dcloudio/uni-template-compiler": "2.0.2-3081220230817001", + "@dcloudio/vue-cli-plugin-hbuilderx": "2.0.2-3081220230817001", + "@dcloudio/vue-cli-plugin-uni": "2.0.2-3081220230817001", + "@dcloudio/vue-cli-plugin-uni-optimize": "2.0.2-3081220230817001", + "@dcloudio/webpack-uni-mp-loader": "2.0.2-3081220230817001", + "@dcloudio/webpack-uni-pages-loader": "2.0.2-3081220230817001", "@uni-helper/uni-app-types": "workspace:*", "@vue/cli-plugin-babel": "5.0.8", "@vue/cli-plugin-typescript": "5.0.8", diff --git a/playground/vue3.2/package.json b/playground/vue3.2/package.json index 2e9700e..93781f6 100644 --- a/playground/vue3.2/package.json +++ b/playground/vue3.2/package.json @@ -39,28 +39,28 @@ "type-check": "vue-tsc --noEmit" }, "dependencies": { - "@dcloudio/uni-app": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-app-plus": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-components": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-h5": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-mp-alipay": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-mp-baidu": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-mp-jd": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-mp-kuaishou": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-mp-lark": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-mp-qq": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-mp-weixin": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3080220230428002", + "@dcloudio/uni-app": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-app-plus": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-components": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-h5": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-mp-alipay": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-mp-baidu": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-mp-jd": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-mp-kuaishou": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-mp-lark": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-mp-qq": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-mp-weixin": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3090120230923001", "vue": "3.2.47", "vue-i18n": "9.2.2" }, "devDependencies": { "@dcloudio/types": "3.3.3", - "@dcloudio/uni-automator": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-stacktracey": "3.0.0-alpha-3080220230428002", - "@dcloudio/vite-plugin-uni": "3.0.0-alpha-3080220230428002", + "@dcloudio/uni-automator": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-stacktracey": "3.0.0-alpha-3090120230923001", + "@dcloudio/vite-plugin-uni": "3.0.0-alpha-3090120230923001", "@uni-helper/uni-app-types": "workspace:*", "typescript": "5.0.4", "vite": "4.3.7", diff --git a/playground/vue3.3/package.json b/playground/vue3.3/package.json index 74aa7ae..65f2111 100644 --- a/playground/vue3.3/package.json +++ b/playground/vue3.3/package.json @@ -37,27 +37,27 @@ "type-check": "vue-tsc --noEmit" }, "dependencies": { - "@dcloudio/uni-app": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-app-plus": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-components": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-h5": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-mp-alipay": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-mp-baidu": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-mp-kuaishou": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-mp-lark": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-mp-qq": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-mp-weixin": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3080220230428002", + "@dcloudio/uni-app": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-app-plus": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-components": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-h5": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-mp-alipay": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-mp-baidu": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-mp-kuaishou": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-mp-lark": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-mp-qq": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-mp-weixin": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3090120230923001", "vue": "3.3.2", "vue-i18n": "9.2.2" }, "devDependencies": { "@dcloudio/types": "3.3.3", - "@dcloudio/uni-automator": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3080220230428002", - "@dcloudio/uni-stacktracey": "3.0.0-alpha-3080220230428002", - "@dcloudio/vite-plugin-uni": "3.0.0-alpha-3080220230428002", + "@dcloudio/uni-automator": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3090120230923001", + "@dcloudio/uni-stacktracey": "3.0.0-alpha-3090120230923001", + "@dcloudio/vite-plugin-uni": "3.0.0-alpha-3090120230923001", "@uni-helper/uni-app-types": "workspace:*", "typescript": "5.0.4", "vite": "4.3.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b57832f..8390fd5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -93,62 +93,62 @@ importers: playground/vue2.6: dependencies: '@dcloudio/uni-app': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001(@dcloudio/types@3.3.3)(@vue/composition-api@1.7.1) + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001(@dcloudio/types@3.3.3)(@vue/composition-api@1.7.1) '@dcloudio/uni-app-plus': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/uni-h5': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/uni-i18n': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/uni-mp-360': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/uni-mp-alipay': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/uni-mp-baidu': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/uni-mp-jd': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/uni-mp-kuaishou': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/uni-mp-lark': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/uni-mp-qq': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/uni-mp-toutiao': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/uni-mp-vue': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/uni-mp-weixin': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/uni-mp-xhs': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/uni-quickapp-native': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001(webpack@5.0.0-rc.6) + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001(webpack@5.0.0-rc.6) '@dcloudio/uni-quickapp-webview': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/uni-stacktracey': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/uni-stat': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@vue/composition-api': specifier: ^1.7.1 version: 1.7.1(vue@2.6.14) @@ -172,35 +172,35 @@ importers: specifier: 3.3.3 version: 3.3.3 '@dcloudio/uni-automator': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001(adbkit@2.11.1)(jimp@0.10.3)(node-simctl@6.6.0)(puppeteer@3.3.0) + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001(adbkit@2.11.1)(jimp@0.10.3)(node-simctl@6.6.0)(puppeteer@3.3.0) '@dcloudio/uni-cli-i18n': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/uni-cli-shared': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/uni-migration': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/uni-template-compiler': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/vue-cli-plugin-hbuilderx': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/vue-cli-plugin-uni': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001(copy-webpack-plugin@11.0.0)(postcss@8.4.23) + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001(copy-webpack-plugin@11.0.0)(postcss@8.4.23) '@dcloudio/vue-cli-plugin-uni-optimize': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/webpack-uni-mp-loader': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@dcloudio/webpack-uni-pages-loader': - specifier: 2.0.2-3071120230427001 - version: 2.0.2-3071120230427001 + specifier: 2.0.2-3081220230817001 + version: 2.0.2-3081220230817001 '@uni-helper/uni-app-types': specifier: workspace:* version: link:../.. @@ -238,44 +238,44 @@ importers: playground/vue3.2: dependencies: '@dcloudio/uni-app': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(@dcloudio/types@3.3.3)(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(@dcloudio/types@3.3.3)(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) '@dcloudio/uni-app-plus': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.2.47) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.2.47) '@dcloudio/uni-components': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) '@dcloudio/uni-h5': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) '@dcloudio/uni-mp-alipay': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) '@dcloudio/uni-mp-baidu': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) '@dcloudio/uni-mp-jd': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) '@dcloudio/uni-mp-kuaishou': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) '@dcloudio/uni-mp-lark': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) '@dcloudio/uni-mp-qq': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) '@dcloudio/uni-mp-toutiao': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) '@dcloudio/uni-mp-weixin': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) '@dcloudio/uni-quickapp-webview': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) vue: specifier: 3.2.47 version: 3.2.47 @@ -287,17 +287,17 @@ importers: specifier: 3.3.3 version: 3.3.3 '@dcloudio/uni-automator': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) '@dcloudio/uni-cli-shared': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) '@dcloudio/uni-stacktracey': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002 + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001 '@dcloudio/vite-plugin-uni': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.2.47) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.2.47) '@uni-helper/uni-app-types': specifier: workspace:* version: link:../.. @@ -314,41 +314,41 @@ importers: playground/vue3.3: dependencies: '@dcloudio/uni-app': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(@dcloudio/types@3.3.3)(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(@dcloudio/types@3.3.3)(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) '@dcloudio/uni-app-plus': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.3.2) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.3.2) '@dcloudio/uni-components': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) '@dcloudio/uni-h5': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) '@dcloudio/uni-mp-alipay': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) '@dcloudio/uni-mp-baidu': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) '@dcloudio/uni-mp-kuaishou': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) '@dcloudio/uni-mp-lark': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) '@dcloudio/uni-mp-qq': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) '@dcloudio/uni-mp-toutiao': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) '@dcloudio/uni-mp-weixin': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) '@dcloudio/uni-quickapp-webview': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) vue: specifier: 3.3.2 version: 3.3.2 @@ -360,17 +360,17 @@ importers: specifier: 3.3.3 version: 3.3.3 '@dcloudio/uni-automator': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) '@dcloudio/uni-cli-shared': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) '@dcloudio/uni-stacktracey': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002 + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001 '@dcloudio/vite-plugin-uni': - specifier: 3.0.0-alpha-3080220230428002 - version: 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.3.2) + specifier: 3.0.0-alpha-3090120230923001 + version: 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.3.2) '@uni-helper/uni-app-types': specifier: workspace:* version: link:../.. @@ -463,7 +463,7 @@ packages: dependencies: '@babel/types': 7.21.5 '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.18 + '@jridgewell/trace-mapping': 0.3.19 jsesc: 2.5.2 /@babel/helper-annotate-as-pure@7.18.6: @@ -706,6 +706,7 @@ packages: /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.8): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -732,6 +733,7 @@ packages: /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead. peerDependencies: '@babel/core': ^7.12.0 dependencies: @@ -761,6 +763,7 @@ packages: /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -771,6 +774,7 @@ packages: /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.8): resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -781,6 +785,7 @@ packages: /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-json-strings instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -791,6 +796,7 @@ packages: /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.21.8): resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -801,6 +807,7 @@ packages: /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -811,6 +818,7 @@ packages: /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -821,6 +829,7 @@ packages: /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.21.8): resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -834,6 +843,7 @@ packages: /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -844,6 +854,7 @@ packages: /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -855,6 +866,7 @@ packages: /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -867,6 +879,7 @@ packages: /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -881,6 +894,7 @@ packages: /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -1803,16 +1817,16 @@ packages: /@dcloudio/types@3.3.3: resolution: {integrity: sha512-xfp88QOJ2fgCzv49HhEGrX0L+3xDsCyyvcoApL7z0J1Lr7tqPUkxqAVBe9zBlKsDX/mO9mNj7NzKIisHfp+fNQ==} - /@dcloudio/uni-app-plus@2.0.2-3071120230427001: - resolution: {integrity: sha512-OZ24fYPMDfXzfsEt8IRYOA+Lycld/fd8/PBs+JDOTykdIQTZ6oc8cTVpXiBBRMOwYQayRbQr9dxH4EDEeWgZVQ==} + /@dcloudio/uni-app-plus@2.0.2-3081220230817001: + resolution: {integrity: sha512-tNHha2t05PV2y/kNWpStYGyd7/KdPVZEbjDO16duNyHTEzVUrisxoMpu/ym50449h18Epuxykr9vZMz///44qg==} dev: false - /@dcloudio/uni-app-plus@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.2.47): - resolution: {integrity: sha512-UasrkJdqcfC5ZJzzrZZAslcOKqkg62gFLB7WsZayNCt2qt+IYexRk8CIn8IL0CKECWIpUQxXkIqsWe+3WRXxvw==} + /@dcloudio/uni-app-plus@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.2.47): + resolution: {integrity: sha512-I9ypIbLsM+9FnD3BWLMxhvKEBR7TnI1wu2aJNJzQaLZOQk0oRwRKDQVJcxdIBOlqO+LHuEqWSsBc5cwcXMqExQ==} dependencies: - '@dcloudio/uni-app-uts': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-app-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.2.47) - '@dcloudio/uni-app-vue': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-app-uts': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-app-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.2.47) + '@dcloudio/uni-app-vue': 3.0.0-alpha-3090120230923001 debug: 4.3.4 fs-extra: 10.1.0 licia: 1.38.1 @@ -1825,12 +1839,12 @@ packages: - vue dev: false - /@dcloudio/uni-app-plus@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.3.2): - resolution: {integrity: sha512-UasrkJdqcfC5ZJzzrZZAslcOKqkg62gFLB7WsZayNCt2qt+IYexRk8CIn8IL0CKECWIpUQxXkIqsWe+3WRXxvw==} + /@dcloudio/uni-app-plus@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.3.2): + resolution: {integrity: sha512-I9ypIbLsM+9FnD3BWLMxhvKEBR7TnI1wu2aJNJzQaLZOQk0oRwRKDQVJcxdIBOlqO+LHuEqWSsBc5cwcXMqExQ==} dependencies: - '@dcloudio/uni-app-uts': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-app-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.3.2) - '@dcloudio/uni-app-vue': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-app-uts': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-app-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.3.2) + '@dcloudio/uni-app-vue': 3.0.0-alpha-3090120230923001 debug: 4.3.4 fs-extra: 10.1.0 licia: 1.38.1 @@ -1843,23 +1857,27 @@ packages: - vue dev: false - /@dcloudio/uni-app-uts@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-z1MAxJjh/hO58gRoR03HZudeuxq7bbkKaCivx4l7UQ90Kz1Ka1AiWG4q38nVEmIRV0YUrXgalTj4jACkpMp5NA==} + /@dcloudio/uni-app-uts@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-HFgquRl+rrVoKMHdRLDt0kJNM4ozKjv3AZWIt496FROQjWSPNtC/30o94vkXVnzgu6P6NjlG39fDh03w9L9mvw==} dependencies: '@babel/parser': 7.21.8 '@babel/types': 7.21.5 - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-nvue-styler': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-i18n': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-nvue-styler': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.19 '@rollup/pluginutils': 4.2.1 '@vue/compiler-core': 3.2.47 '@vue/compiler-sfc': 3.2.47 '@vue/shared': 3.2.47 debug: 4.3.4 es-module-lexer: 1.2.1 + estree-walker: 2.0.2 fs-extra: 10.1.0 picocolors: 1.0.0 - source-map: 0.6.1 + source-map-js: 1.0.2 transitivePeerDependencies: - postcss - supports-color @@ -1867,23 +1885,27 @@ packages: - vue dev: false - /@dcloudio/uni-app-uts@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-z1MAxJjh/hO58gRoR03HZudeuxq7bbkKaCivx4l7UQ90Kz1Ka1AiWG4q38nVEmIRV0YUrXgalTj4jACkpMp5NA==} + /@dcloudio/uni-app-uts@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-HFgquRl+rrVoKMHdRLDt0kJNM4ozKjv3AZWIt496FROQjWSPNtC/30o94vkXVnzgu6P6NjlG39fDh03w9L9mvw==} dependencies: '@babel/parser': 7.21.8 '@babel/types': 7.21.5 - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-nvue-styler': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-i18n': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-nvue-styler': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.19 '@rollup/pluginutils': 4.2.1 '@vue/compiler-core': 3.2.47 '@vue/compiler-sfc': 3.2.47 '@vue/shared': 3.2.47 debug: 4.3.4 es-module-lexer: 1.2.1 + estree-walker: 2.0.2 fs-extra: 10.1.0 picocolors: 1.0.0 - source-map: 0.6.1 + source-map-js: 1.0.2 transitivePeerDependencies: - postcss - supports-color @@ -1891,13 +1913,13 @@ packages: - vue dev: false - /@dcloudio/uni-app-vite@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.2.47): - resolution: {integrity: sha512-WjUTD9M3TBGL8JbCUSqdTRq0R5GAaOlZYQinhMTHKO1X5Cs4xCqRViIlwSFTvFAiaBpmHz0ZoN0wU9pHfddQ9g==} + /@dcloudio/uni-app-vite@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.2.47): + resolution: {integrity: sha512-0eFoqRfGTVYw1apVq+nStHkSlAZz6XddUhu8gQ7SpdoRlAxhKelrpJ0cXNUjMVxvwn3kISYC0voyBQUky5uerw==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-i18n': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-nvue-styler': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-i18n': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-nvue-styler': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@rollup/pluginutils': 4.2.1 '@vitejs/plugin-vue': 4.2.3(vite@4.3.7)(vue@3.2.47) '@vue/compiler-dom': 3.2.47 @@ -1913,13 +1935,13 @@ packages: - vue dev: false - /@dcloudio/uni-app-vite@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.3.2): - resolution: {integrity: sha512-WjUTD9M3TBGL8JbCUSqdTRq0R5GAaOlZYQinhMTHKO1X5Cs4xCqRViIlwSFTvFAiaBpmHz0ZoN0wU9pHfddQ9g==} + /@dcloudio/uni-app-vite@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.3.2): + resolution: {integrity: sha512-0eFoqRfGTVYw1apVq+nStHkSlAZz6XddUhu8gQ7SpdoRlAxhKelrpJ0cXNUjMVxvwn3kISYC0voyBQUky5uerw==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-i18n': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-nvue-styler': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-i18n': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-nvue-styler': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@rollup/pluginutils': 4.2.1 '@vitejs/plugin-vue': 4.2.3(vite@4.3.7)(vue@3.3.2) '@vue/compiler-dom': 3.2.47 @@ -1935,12 +1957,12 @@ packages: - vue dev: false - /@dcloudio/uni-app-vue@3.0.0-alpha-3080220230428002: - resolution: {integrity: sha512-yv1tWVmbKoNB1/yo41Bq+owcMW21y1VjtfyF+a6+WBDZ9MNCH7GFa36tYBaBsnyrkxz24cHzEzY+gq9ro0mKjQ==} + /@dcloudio/uni-app-vue@3.0.0-alpha-3090120230923001: + resolution: {integrity: sha512-2HVRH/iO+mc4tSNXbyu5WlKElR2gNMJa+9gnFkj/5TeqJc7thr5YAJzKwXMXZmFGvKF1Ca4XVyKZehOj84K4NA==} dev: false - /@dcloudio/uni-app@2.0.2-3071120230427001(@dcloudio/types@3.3.3)(@vue/composition-api@1.7.1): - resolution: {integrity: sha512-/uOwT0Aci2dWnRAAexf1D8HHPW3emWRy2ytXtdRViKE3DGESnjV610Oyoe36k0WveoBZ+NFZhSj4i6ZfgBcgPw==} + /@dcloudio/uni-app@2.0.2-3081220230817001(@dcloudio/types@3.3.3)(@vue/composition-api@1.7.1): + resolution: {integrity: sha512-wLrHkVkzEFa8XSi1+HBnqzu18geVO4ABJjBou0P1AOW4aEm34qSVr0W2RUAFdATZGXJZOQGd6CMtjmzrXjbxLw==} peerDependencies: '@dcloudio/types': ^3.0.15 '@vue/composition-api': ^1.7.0 @@ -1949,18 +1971,18 @@ packages: '@vue/composition-api': 1.7.1(vue@2.6.14) dev: false - /@dcloudio/uni-app@3.0.0-alpha-3080220230428002(@dcloudio/types@3.3.3)(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-7nN3yJp4hDvUUS2ne5/GlF3+WOF4p4CyAZ9SBlPCBZIi/14d7YfEwBrWoBM4KvS+e58+ChCXHKpLzKX581B3HA==} + /@dcloudio/uni-app@3.0.0-alpha-3090120230923001(@dcloudio/types@3.3.3)(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-aNZbgl1Em/8e3SOXIXSFU4W1/Gl0e4JOwagr0+pPdgTd4CknAgfFl8pNrBNaan94hzc7s6OdIga0EJTTixXJZg==} peerDependencies: '@dcloudio/types': ^3.3.2 dependencies: '@dcloudio/types': 3.3.3 - '@dcloudio/uni-cloud': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-components': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-i18n': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-push': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-stat': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-cloud': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-components': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-i18n': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-push': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-stat': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) '@vue/shared': 3.2.47 transitivePeerDependencies: - postcss @@ -1969,18 +1991,18 @@ packages: - vue dev: false - /@dcloudio/uni-app@3.0.0-alpha-3080220230428002(@dcloudio/types@3.3.3)(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-7nN3yJp4hDvUUS2ne5/GlF3+WOF4p4CyAZ9SBlPCBZIi/14d7YfEwBrWoBM4KvS+e58+ChCXHKpLzKX581B3HA==} + /@dcloudio/uni-app@3.0.0-alpha-3090120230923001(@dcloudio/types@3.3.3)(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-aNZbgl1Em/8e3SOXIXSFU4W1/Gl0e4JOwagr0+pPdgTd4CknAgfFl8pNrBNaan94hzc7s6OdIga0EJTTixXJZg==} peerDependencies: '@dcloudio/types': ^3.3.2 dependencies: '@dcloudio/types': 3.3.3 - '@dcloudio/uni-cloud': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-components': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-i18n': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-push': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-stat': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-cloud': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-components': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-i18n': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-push': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-stat': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) '@vue/shared': 3.2.47 transitivePeerDependencies: - postcss @@ -1989,8 +2011,8 @@ packages: - vue dev: false - /@dcloudio/uni-automator@2.0.2-3071120230427001(adbkit@2.11.1)(jimp@0.10.3)(node-simctl@6.6.0)(puppeteer@3.3.0): - resolution: {integrity: sha512-X22N1sjJXgZjbNqielgDPe5VICHKtj/eK/YaCKZwsQO1ZJuoSrNqQDEkF0o63XhOG3Yp3xTpQdn8WPcCBXLEHQ==} + /@dcloudio/uni-automator@2.0.2-3081220230817001(adbkit@2.11.1)(jimp@0.10.3)(node-simctl@6.6.0)(puppeteer@3.3.0): + resolution: {integrity: sha512-AWw7VoU0vuBc5FU6O+NAMO3fBAGZxuF2PbUHMfOT9OnbeAawLtw/McZ4+A45A2mcjEIfSxS83lhxj+VGQcFGRQ==} peerDependencies: adbkit: ^2.11.1 jimp: ^0.10.1 @@ -2002,6 +2024,7 @@ packages: debug: 4.3.4 default-gateway: 6.0.3 jimp: 0.10.3 + jsonc-parser: 3.2.0 kill-port: 1.6.1 licia: 1.38.1 node-simctl: 6.6.0 @@ -2016,13 +2039,13 @@ packages: - utf-8-validate dev: true - /@dcloudio/uni-automator@3.0.0-alpha-3080220230428002(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-jAld31P87SAq8jh5IT47fr+CnR23LWEm7HCNI70I7FFu0JhzOeN/fRZvGhVbYOl4WwOI++4t5tkiBW7D97smlw==} + /@dcloudio/uni-automator@3.0.0-alpha-3090120230923001(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-rE7ydPi0wpNOkfJv+jwsEvmf2Tl15+qdpOaGf/RYDkxcjIkmuqbiV1ORPqJhKNMtpCJMow/mmiMJnQGdWEk6Pw==} peerDependencies: jest: 27.0.4 jest-environment-node: 27.5.1 dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) address: 1.2.2 cross-env: 7.0.3 debug: 4.3.4 @@ -2030,6 +2053,7 @@ packages: fs-extra: 10.1.0 jest: 27.0.4(ts-node@10.9.1) jest-environment-node: 27.5.1 + jsonc-parser: 3.2.0 licia: 1.38.1 qrcode-reader: 1.0.4 qrcode-terminal: 0.12.0 @@ -2043,13 +2067,13 @@ packages: - vue dev: true - /@dcloudio/uni-automator@3.0.0-alpha-3080220230428002(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-jAld31P87SAq8jh5IT47fr+CnR23LWEm7HCNI70I7FFu0JhzOeN/fRZvGhVbYOl4WwOI++4t5tkiBW7D97smlw==} + /@dcloudio/uni-automator@3.0.0-alpha-3090120230923001(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-rE7ydPi0wpNOkfJv+jwsEvmf2Tl15+qdpOaGf/RYDkxcjIkmuqbiV1ORPqJhKNMtpCJMow/mmiMJnQGdWEk6Pw==} peerDependencies: jest: 27.0.4 jest-environment-node: 27.5.1 dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) address: 1.2.2 cross-env: 7.0.3 debug: 4.3.4 @@ -2057,6 +2081,7 @@ packages: fs-extra: 10.1.0 jest: 27.0.4(ts-node@10.9.1) jest-environment-node: 27.5.1 + jsonc-parser: 3.2.0 licia: 1.38.1 qrcode-reader: 1.0.4 qrcode-terminal: 0.12.0 @@ -2070,8 +2095,8 @@ packages: - vue dev: true - /@dcloudio/uni-cli-i18n@2.0.2-3071120230427001: - resolution: {integrity: sha512-XOjcoqHhBTf9h8gM9oiVhgsBu5tXbh99br8TJEhmFQJB7Xx8SJMrzTPF+jC1LPn9yihM1I8p+fMzV4bR8ewtFQ==} + /@dcloudio/uni-cli-i18n@2.0.2-3081220230817001: + resolution: {integrity: sha512-lLUv7qTO6wiIQBl0UUvxKd9oiBuMMKjGsGFZs7am0iyNzc+TDzOnaokSDt7Nu9MWrqKSW/jk3xT0C3Ie66cwdw==} dependencies: i18n: 0.13.4 os-locale-s-fix: 1.0.8-fix-1 @@ -2079,8 +2104,8 @@ packages: - supports-color dev: true - /@dcloudio/uni-cli-shared@2.0.2-3071120230427001: - resolution: {integrity: sha512-tCY2cce880x0pnP1twfsFdpUSmLiozPMk/nDYNdzNaGDNRJ4YAmHtjbuhvDvGCnb0LpaLnot5NhPlq3jmijbBA==} + /@dcloudio/uni-cli-shared@2.0.2-3081220230817001: + resolution: {integrity: sha512-0cxK2T6x6qT5oAZzva02DprBywKPkvayBTbdgl06inLTYWRhZNIm8RdcN5nOlQJ3LCPBHjUJCn6XlO1gYXU0nw==} dependencies: escape-string-regexp: 4.0.0 fast-glob: 3.2.12 @@ -2090,16 +2115,16 @@ packages: strip-json-comments: 2.0.1 dev: true - /@dcloudio/uni-cli-shared@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-lHgF9uApx2pFCZ2fANTqT1IAuY0GaX2PR5lPQ8sBV/ZIUFchvMvrDvFio4Tp5RYRk7wUCYHQW3lETnIYMO6sag==} + /@dcloudio/uni-cli-shared@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-+lrtJN5LIil0CYRujerVYA6p7E/HFaVTor5UdwGDxlpA9I4Dcz2gYOJJIWYX73ENrry54XGlUj7kEFXp5/nPNQ==} engines: {node: ^14.18.0 || >=16.0.0} dependencies: '@ampproject/remapping': 2.2.1 '@babel/core': 7.21.8 '@babel/parser': 7.21.8 '@babel/types': 7.21.5 - '@dcloudio/uni-i18n': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-i18n': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@intlify/core-base': 9.1.9 '@intlify/shared': 9.1.9 '@intlify/vue-devtools': 9.1.9 @@ -2140,16 +2165,16 @@ packages: - ts-node - vue - /@dcloudio/uni-cli-shared@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-lHgF9uApx2pFCZ2fANTqT1IAuY0GaX2PR5lPQ8sBV/ZIUFchvMvrDvFio4Tp5RYRk7wUCYHQW3lETnIYMO6sag==} + /@dcloudio/uni-cli-shared@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-+lrtJN5LIil0CYRujerVYA6p7E/HFaVTor5UdwGDxlpA9I4Dcz2gYOJJIWYX73ENrry54XGlUj7kEFXp5/nPNQ==} engines: {node: ^14.18.0 || >=16.0.0} dependencies: '@ampproject/remapping': 2.2.1 '@babel/core': 7.21.8 '@babel/parser': 7.21.8 '@babel/types': 7.21.5 - '@dcloudio/uni-i18n': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-i18n': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@intlify/core-base': 9.1.9 '@intlify/shared': 9.1.9 '@intlify/vue-devtools': 9.1.9 @@ -2190,12 +2215,12 @@ packages: - ts-node - vue - /@dcloudio/uni-cloud@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-bHM2KYrBOuRJ5LK2DENWdpwpagf6r8sPkfunOtfxn5x/qpYkavyoFPW/yIRZhPyfwGsYZvVr4EzevMCZ8G8FgA==} + /@dcloudio/uni-cloud@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-Jkru+z76TkJZGEAO3nlqS9++2CioWtAsqCA8SixhaW2UficODJlVc5dWw+bTxos9IEExd4n0gFhi119wiDF3ZA==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-i18n': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-i18n': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/shared': 3.2.47 fast-glob: 3.2.12 transitivePeerDependencies: @@ -2205,12 +2230,12 @@ packages: - vue dev: false - /@dcloudio/uni-cloud@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-bHM2KYrBOuRJ5LK2DENWdpwpagf6r8sPkfunOtfxn5x/qpYkavyoFPW/yIRZhPyfwGsYZvVr4EzevMCZ8G8FgA==} + /@dcloudio/uni-cloud@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-Jkru+z76TkJZGEAO3nlqS9++2CioWtAsqCA8SixhaW2UficODJlVc5dWw+bTxos9IEExd4n0gFhi119wiDF3ZA==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-i18n': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-i18n': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/shared': 3.2.47 fast-glob: 3.2.12 transitivePeerDependencies: @@ -2220,12 +2245,12 @@ packages: - vue dev: false - /@dcloudio/uni-components@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-WJsNkhm58opoAvpxtQ7dRQK/VdEJhJ9cJ/zCjsb4FUHdAv0/lP1TdAaMtni3HU2g/fwG3WMPkTYeP106uVDRWw==} + /@dcloudio/uni-components@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-+mqtzeOvfNvvNQZXqmlOzXeXk6lN0jbpR0c+ErnCzMN/AgpAB7LYStJgk4b73g3ndKYzn/jbjWBaejiBpypM8Q==} dependencies: - '@dcloudio/uni-cloud': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-h5': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-i18n': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cloud': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-h5': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-i18n': 3.0.0-alpha-3090120230923001 transitivePeerDependencies: - postcss - supports-color @@ -2233,12 +2258,12 @@ packages: - vue dev: false - /@dcloudio/uni-components@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-WJsNkhm58opoAvpxtQ7dRQK/VdEJhJ9cJ/zCjsb4FUHdAv0/lP1TdAaMtni3HU2g/fwG3WMPkTYeP106uVDRWw==} + /@dcloudio/uni-components@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-+mqtzeOvfNvvNQZXqmlOzXeXk6lN0jbpR0c+ErnCzMN/AgpAB7LYStJgk4b73g3ndKYzn/jbjWBaejiBpypM8Q==} dependencies: - '@dcloudio/uni-cloud': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-h5': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-i18n': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cloud': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-h5': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-i18n': 3.0.0-alpha-3090120230923001 transitivePeerDependencies: - postcss - supports-color @@ -2246,11 +2271,11 @@ packages: - vue dev: false - /@dcloudio/uni-h5-vite@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-Cz9yK4ntjWVfNhTJdK7KM5ae7Yf2kLHgVkJ1fgftnt28lpX2eD6XwAoCt7PaeSj+ZjpqkE3sIR7TcuXaUYHiwQ==} + /@dcloudio/uni-h5-vite@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-O37sB1S/7OXS2HkNacGx1NeUhKcWfl10ybndAhBtbGh2DlcYDbQoqHPnHjT+FOJ3+KHXq5huiz/JQLnpOVQTsg==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@rollup/pluginutils': 4.2.1 '@vue/compiler-dom': 3.2.47 '@vue/compiler-sfc': 3.2.47 @@ -2267,11 +2292,11 @@ packages: - vue dev: false - /@dcloudio/uni-h5-vite@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-Cz9yK4ntjWVfNhTJdK7KM5ae7Yf2kLHgVkJ1fgftnt28lpX2eD6XwAoCt7PaeSj+ZjpqkE3sIR7TcuXaUYHiwQ==} + /@dcloudio/uni-h5-vite@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-O37sB1S/7OXS2HkNacGx1NeUhKcWfl10ybndAhBtbGh2DlcYDbQoqHPnHjT+FOJ3+KHXq5huiz/JQLnpOVQTsg==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@rollup/pluginutils': 4.2.1 '@vue/compiler-dom': 3.2.47 '@vue/compiler-sfc': 3.2.47 @@ -2288,26 +2313,26 @@ packages: - vue dev: false - /@dcloudio/uni-h5-vue@3.0.0-alpha-3080220230428002(vue@3.2.47): - resolution: {integrity: sha512-aqEGuiJypd+zIHz3+EEPzk7T40ImcxUx8Lz3IdzWc7hNZyFF/aA3iVYdX9Q2Rs8hyf8sw6zYk/qw/pkw4ZG7vw==} + /@dcloudio/uni-h5-vue@3.0.0-alpha-3090120230923001(vue@3.2.47): + resolution: {integrity: sha512-EXTUpQyaNbpTsLu5cWH7fkH44xbgP0T/4smCpc98uegVN3H3r2P4FWa6lXIJj6bbVgYcFgfApx3aj/OPNAymLQ==} dependencies: - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/server-renderer': 3.2.47(vue@3.2.47) transitivePeerDependencies: - vue dev: false - /@dcloudio/uni-h5-vue@3.0.0-alpha-3080220230428002(vue@3.3.2): - resolution: {integrity: sha512-aqEGuiJypd+zIHz3+EEPzk7T40ImcxUx8Lz3IdzWc7hNZyFF/aA3iVYdX9Q2Rs8hyf8sw6zYk/qw/pkw4ZG7vw==} + /@dcloudio/uni-h5-vue@3.0.0-alpha-3090120230923001(vue@3.3.2): + resolution: {integrity: sha512-EXTUpQyaNbpTsLu5cWH7fkH44xbgP0T/4smCpc98uegVN3H3r2P4FWa6lXIJj6bbVgYcFgfApx3aj/OPNAymLQ==} dependencies: - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/server-renderer': 3.2.47(vue@3.3.2) transitivePeerDependencies: - vue dev: false - /@dcloudio/uni-h5@2.0.2-3071120230427001: - resolution: {integrity: sha512-ogxkqvixa7+j9KpCxpRBpaYIqUsDZ7Bzn/Nw83eu64sK/Nwyf/CdegYUSDuOou2q50tGXn5zal8G2s/ZwCbniA==} + /@dcloudio/uni-h5@2.0.2-3081220230817001: + resolution: {integrity: sha512-baWMgHIZJNQy6pKBvLcvr3u/es2mMdYiOGhO3AQOBQx73go0saoh2EyKdd0qs/J8y3aRcSBRUZZjRRLQGK9aZQ==} dependencies: base64-arraybuffer: 0.2.0 intersection-observer: 0.7.0 @@ -2315,13 +2340,13 @@ packages: safe-area-insets: 1.4.1 dev: false - /@dcloudio/uni-h5@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-OtSibZ1blSZP6USZ3k975kmurREIh4vlZ4IiJDUOd76PK/Szzy3+khzraRCakCASUsN4NyhSENnmZYOUEPBuFg==} + /@dcloudio/uni-h5@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-rMPWKhf3m/YTGkHHAReW8bgrxObtjK1IUmhgMP88lZUURSuXyBWIH5+KreuvmJNI7AK6A7x6p0mRpG97qQmkHQ==} dependencies: - '@dcloudio/uni-h5-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-h5-vue': 3.0.0-alpha-3080220230428002(vue@3.2.47) - '@dcloudio/uni-i18n': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-h5-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-h5-vue': 3.0.0-alpha-3090120230923001(vue@3.2.47) + '@dcloudio/uni-i18n': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/server-renderer': 3.2.47(vue@3.2.47) '@vue/shared': 3.2.47 debug: 4.3.4 @@ -2337,13 +2362,13 @@ packages: - vue dev: false - /@dcloudio/uni-h5@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-OtSibZ1blSZP6USZ3k975kmurREIh4vlZ4IiJDUOd76PK/Szzy3+khzraRCakCASUsN4NyhSENnmZYOUEPBuFg==} + /@dcloudio/uni-h5@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-rMPWKhf3m/YTGkHHAReW8bgrxObtjK1IUmhgMP88lZUURSuXyBWIH5+KreuvmJNI7AK6A7x6p0mRpG97qQmkHQ==} dependencies: - '@dcloudio/uni-h5-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-h5-vue': 3.0.0-alpha-3080220230428002(vue@3.3.2) - '@dcloudio/uni-i18n': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-h5-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-h5-vue': 3.0.0-alpha-3090120230923001(vue@3.3.2) + '@dcloudio/uni-i18n': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/server-renderer': 3.2.47(vue@3.3.2) '@vue/shared': 3.2.47 debug: 4.3.4 @@ -2359,15 +2384,15 @@ packages: - vue dev: false - /@dcloudio/uni-i18n@2.0.2-3071120230427001: - resolution: {integrity: sha512-SBuFhplZqGB9+1MvzJg4sNizlxmfZxWANx1TsHEEFoHiPztZvdkLYZB8+K47uJnwnFAauOfUH941eoUZ7xqe6Q==} + /@dcloudio/uni-i18n@2.0.2-3081220230817001: + resolution: {integrity: sha512-KvMNkOumixkYDs83ZiU/xwn93dJBedH7vVji6TjylvXmdjCSHiRlG/MsxhpUnCMOSJYnxLKurvUZ3KUw0k6kWw==} dev: false - /@dcloudio/uni-i18n@3.0.0-alpha-3080220230428002: - resolution: {integrity: sha512-oZbdRTR+9t/wBiSxnUbkh5qLnB1H0W2CY+IiCrKVMHtsqNUWQ7uEb4jTTqH52l+KiJ1eOued6IRitbz0sRU+qg==} + /@dcloudio/uni-i18n@3.0.0-alpha-3090120230923001: + resolution: {integrity: sha512-aRfzbGrd5F2B3IK49mGvOImUZZ2Rnle+H9OHJs4F7XSMRYAMB4+YYVvVzmJlbyS6Z6wSs9GKDfdy1yi3RucmXg==} - /@dcloudio/uni-migration@2.0.2-3071120230427001: - resolution: {integrity: sha512-iQSA9TTswMHP1T3bvYp0DaghwG/oORZ3/bvBdeooXETan8zKPDik0Td1+20GcfzrgFKOh/Ui8Xs2NAshVZHIGw==} + /@dcloudio/uni-migration@2.0.2-3081220230817001: + resolution: {integrity: sha512-BeYqGVTD7JNsXhInzMQOmUs7odBEB5dRldYrMmWa55Uy+hXsXlnDDmtErHaTogTg0t5DAPIAuHZKsyWdYuPd+g==} hasBin: true dependencies: commander: 4.1.1 @@ -2377,21 +2402,21 @@ packages: stricter-htmlparser2: 3.9.6 dev: true - /@dcloudio/uni-mp-360@2.0.2-3071120230427001: - resolution: {integrity: sha512-JIWoxAplBoJH2F6Gb8dv4lHOTqpEf7RIjvnGsQR61xUNlC6IXckllVFmjXJx2FYlYxj514W/wVtcjyiVZOjdrg==} + /@dcloudio/uni-mp-360@2.0.2-3081220230817001: + resolution: {integrity: sha512-t8Tri1Syx5QL4MyAVx3+x0O44geFvPZlVFiE0kuhYrYdTRPKQ0euVtQ5gjD8ym3wRIf/xgz9KNN/JTJrmKNEaA==} dev: false - /@dcloudio/uni-mp-alipay@2.0.2-3071120230427001: - resolution: {integrity: sha512-bJtTFA3xszclqNEuWL8ArIDFtlmOuayE3euYlFUD/UoZktNwdeAIBhdvfw5jKDoPgJbq9ZD7rUORYSFQt4SxDw==} + /@dcloudio/uni-mp-alipay@2.0.2-3081220230817001: + resolution: {integrity: sha512-P22+6SyeML7FRVNEZK/S/jry5TGXHZEAzmFelQzzXxx58q9L3mPeogrTjHvkNqESE86DwPL/PqkhPh0F7r9zrw==} dev: false - /@dcloudio/uni-mp-alipay@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-msCLihIsiATZ4FHebKdWnZceULCPWrlune8CLP7T5T4KlQN4nzfUYfJbkNlqd/g8QcTMfa3MzpjGkBSktdSRYA==} + /@dcloudio/uni-mp-alipay@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-X3XVLtIFPeMh2+HagJiAODihhXnNyuLcXktuXsj7oPJ8kgtUdu5nqYvdz7RiDKUU5UFVOWp97l8Spl6RZ+SORQ==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/compiler-core': 3.2.47 '@vue/shared': 3.2.47 transitivePeerDependencies: @@ -2401,13 +2426,13 @@ packages: - vue dev: false - /@dcloudio/uni-mp-alipay@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-msCLihIsiATZ4FHebKdWnZceULCPWrlune8CLP7T5T4KlQN4nzfUYfJbkNlqd/g8QcTMfa3MzpjGkBSktdSRYA==} + /@dcloudio/uni-mp-alipay@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-X3XVLtIFPeMh2+HagJiAODihhXnNyuLcXktuXsj7oPJ8kgtUdu5nqYvdz7RiDKUU5UFVOWp97l8Spl6RZ+SORQ==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/compiler-core': 3.2.47 '@vue/shared': 3.2.47 transitivePeerDependencies: @@ -2417,19 +2442,19 @@ packages: - vue dev: false - /@dcloudio/uni-mp-baidu@2.0.2-3071120230427001: - resolution: {integrity: sha512-kfB7PyCmed7yOs/oUTrRVSIPmrR2txG9+KYA491YVrZlSMTHV8S7r2mcju8h5WpccRm8wlQro5AR8SWzOaiuyQ==} + /@dcloudio/uni-mp-baidu@2.0.2-3081220230817001: + resolution: {integrity: sha512-6xgqTaWLQjpE+vM83bz1p6f+vb3uyLek5qqDk1gr+koqq0mbisMuKTxpzsXVpqpB1Y8CiI4hoDi8v1o713lfHg==} dev: false - /@dcloudio/uni-mp-baidu@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-cPjAwdxRrhn9FdgkqSsjFC0XS4oaUN7w2gsWvYPN8I0R3aaixiqXH1JfSty+uA+x3w/KJhGShfAAV4uZURrVgg==} + /@dcloudio/uni-mp-baidu@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-L9/Yfe6+ei3g4AH5JBZaShUdUHDgypWGqIOrS4/YtbPuUGblF2u7xLDYXJiWTZhrpiczJ6YO2v5PXj4QqYuFig==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/compiler-core': 3.2.47 '@vue/shared': 3.2.47 jimp: 0.10.3 @@ -2446,15 +2471,15 @@ packages: - vue dev: false - /@dcloudio/uni-mp-baidu@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-cPjAwdxRrhn9FdgkqSsjFC0XS4oaUN7w2gsWvYPN8I0R3aaixiqXH1JfSty+uA+x3w/KJhGShfAAV4uZURrVgg==} + /@dcloudio/uni-mp-baidu@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-L9/Yfe6+ei3g4AH5JBZaShUdUHDgypWGqIOrS4/YtbPuUGblF2u7xLDYXJiWTZhrpiczJ6YO2v5PXj4QqYuFig==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/compiler-core': 3.2.47 '@vue/shared': 3.2.47 jimp: 0.10.3 @@ -2471,14 +2496,14 @@ packages: - vue dev: false - /@dcloudio/uni-mp-compiler@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-KmyQa7aninshhn5CcoGQoNto/sL4VpD5RF0HVQygGHVV8MQ0p38vudKUapyDe7QvnO0liSlSWeMZC+VUNbW8yg==} + /@dcloudio/uni-mp-compiler@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-ycmTMursvW3Gw7hhd/bjQu7FyWlE0euKiKaRDzxKCaoZzV17azm8Cg5TY7Nm6Ez2Ys+4Mg9MTM4NET0sdBA3PA==} dependencies: '@babel/generator': 7.21.5 '@babel/parser': 7.21.8 '@babel/types': 7.21.5 - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/compiler-core': 3.2.47 '@vue/compiler-dom': 3.2.47 '@vue/shared': 3.2.47 @@ -2490,14 +2515,14 @@ packages: - vue dev: false - /@dcloudio/uni-mp-compiler@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-KmyQa7aninshhn5CcoGQoNto/sL4VpD5RF0HVQygGHVV8MQ0p38vudKUapyDe7QvnO0liSlSWeMZC+VUNbW8yg==} + /@dcloudio/uni-mp-compiler@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-ycmTMursvW3Gw7hhd/bjQu7FyWlE0euKiKaRDzxKCaoZzV17azm8Cg5TY7Nm6Ez2Ys+4Mg9MTM4NET0sdBA3PA==} dependencies: '@babel/generator': 7.21.5 '@babel/parser': 7.21.8 '@babel/types': 7.21.5 - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/compiler-core': 3.2.47 '@vue/compiler-dom': 3.2.47 '@vue/shared': 3.2.47 @@ -2509,18 +2534,18 @@ packages: - vue dev: false - /@dcloudio/uni-mp-jd@2.0.2-3071120230427001: - resolution: {integrity: sha512-+oLEwtsPnfNiVsTZ+0ctzBv2/AKb8GRcYg+edH0CcXiTvSe7h/tGL517PIHuo82IMfyJdzS8m+Qtuox+tm9bpA==} + /@dcloudio/uni-mp-jd@2.0.2-3081220230817001: + resolution: {integrity: sha512-hxeCFR004Cuk5eyNljGOubJMKu8G1aZbVNlcn77972Bbpigbs7pyeiROvmlZEx1EIvU5zhUMFTsKGkkHmvCv4Q==} dev: false - /@dcloudio/uni-mp-jd@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-LwkoSTj5IBmYvO3qt/wfyYg9z0jzKpHM9+/Wx+KAlCkwAAUuS7CeMzLTrV4/3F1ThHXACMF4yWDfBbzmR/Ixvg==} + /@dcloudio/uni-mp-jd@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-l3fuZWngYV0z9384bqBciJ9CovU1uZGD5lzBUpe/wdhmkgVgxWHRoMAQ9+AanoCjPys8330SPK7lieHEE1dSEg==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/shared': 3.2.47 transitivePeerDependencies: - postcss @@ -2529,19 +2554,19 @@ packages: - vue dev: false - /@dcloudio/uni-mp-kuaishou@2.0.2-3071120230427001: - resolution: {integrity: sha512-KwGAKNVewtnfHC/D83OM7yTZ0KJ/TxMSuuK6jOlfBVdVAMsCZ+vZixsnuIR5as3WG/Q2JKyGWLtRxwRBqm0WPw==} + /@dcloudio/uni-mp-kuaishou@2.0.2-3081220230817001: + resolution: {integrity: sha512-zECSYYgl6fO4u/XPIWeKuw//11Poh04+HttbXBKM0uLN1Z38dWnL9MRdt5RxUtWx+Z2eOEStnm3Te8qOypcyag==} dev: false - /@dcloudio/uni-mp-kuaishou@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-wIokeJQPNgiU3NQwYkabH2aJ8tr1ZY6uGBkx7JU4B116oXpQ5HrxjyGpWDCK/2RwTYb8SDdUZIHv03JtMhpK1w==} + /@dcloudio/uni-mp-kuaishou@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-LdoEZG+FD/XfvbaWx4/233KVxRwn2pqXo5WfceYMwWBwXJL0iJ4qa3pWgLvgktuBt6DwphX2bmvUghJRcxgKXw==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/compiler-core': 3.2.47 '@vue/shared': 3.2.47 transitivePeerDependencies: @@ -2553,15 +2578,15 @@ packages: - vue dev: false - /@dcloudio/uni-mp-kuaishou@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-wIokeJQPNgiU3NQwYkabH2aJ8tr1ZY6uGBkx7JU4B116oXpQ5HrxjyGpWDCK/2RwTYb8SDdUZIHv03JtMhpK1w==} + /@dcloudio/uni-mp-kuaishou@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-LdoEZG+FD/XfvbaWx4/233KVxRwn2pqXo5WfceYMwWBwXJL0iJ4qa3pWgLvgktuBt6DwphX2bmvUghJRcxgKXw==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/compiler-core': 3.2.47 '@vue/shared': 3.2.47 transitivePeerDependencies: @@ -2573,19 +2598,19 @@ packages: - vue dev: false - /@dcloudio/uni-mp-lark@2.0.2-3071120230427001: - resolution: {integrity: sha512-OGehUrHb/Wx4qHYW8s27wnbw9nhJSYKytoxFwD9Rl9JT6w2D2s4iqhtEKjOIghVCkNJrNQ/6OLS73+Y9uQiUJw==} + /@dcloudio/uni-mp-lark@2.0.2-3081220230817001: + resolution: {integrity: sha512-8LWfZd3LAcdeF0xRF1xKltst1RNSJc6at4pyVy+dnSdmnGt9IchdYRuS8scAfTqMxoo/3zHWdUOAGO0ZWoz97Q==} dev: false - /@dcloudio/uni-mp-lark@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-BlU7ksgfPK9hKkxsQH3WDgASiH0Yg/RCzQ6OqOXG+qS6lLBMeSUJTEsDaVtEkgjUIFKf6+QFIbfscr2kJBW1/A==} + /@dcloudio/uni-mp-lark@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-CYAsWBVTSPMtMyUkKEVclDoVVH8XffvMJD3tjfCo5lK+6MNut+BvLOM6gEZec/7hGMEhaqW35AKaMRWZbmv9Sg==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/compiler-core': 3.2.47 '@vue/shared': 3.2.47 transitivePeerDependencies: @@ -2595,15 +2620,15 @@ packages: - vue dev: false - /@dcloudio/uni-mp-lark@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-BlU7ksgfPK9hKkxsQH3WDgASiH0Yg/RCzQ6OqOXG+qS6lLBMeSUJTEsDaVtEkgjUIFKf6+QFIbfscr2kJBW1/A==} + /@dcloudio/uni-mp-lark@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-CYAsWBVTSPMtMyUkKEVclDoVVH8XffvMJD3tjfCo5lK+6MNut+BvLOM6gEZec/7hGMEhaqW35AKaMRWZbmv9Sg==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/compiler-core': 3.2.47 '@vue/shared': 3.2.47 transitivePeerDependencies: @@ -2613,17 +2638,17 @@ packages: - vue dev: false - /@dcloudio/uni-mp-qq@2.0.2-3071120230427001: - resolution: {integrity: sha512-8SVP1lBkN4itF4TGyJc6w38/Y1sC7HmXgevsI6MXmVH3r3AX/SYvSL9M4M/3KaBomuz+gM4g0pZSHuCMyHx/ng==} + /@dcloudio/uni-mp-qq@2.0.2-3081220230817001: + resolution: {integrity: sha512-KRmo39wKerB+bFocw1VsbzT9pN/nRs6Vao+lROpPVJVlQqJxK+ldM+J7shfgTtCoo2ZF7vInOVwR1amEJF6Nmw==} dev: false - /@dcloudio/uni-mp-qq@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-t0tlu6C/wPDc1+oUyTP3MEYKmXemOjBLdz0n3a3bP2n1fZ2xQc60FMFerLNeGCPBIGRPSpLv//Y7w0StTiWX/w==} + /@dcloudio/uni-mp-qq@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-e8+kqTEfh7aIhgnBaxnoWTTwWWHL2hpPAEw9DWF7Niylyky2zQ/OMb4/LuTpeXZTLQ1DFGnwSjNVm3THfn/saA==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/shared': 3.2.47 fs-extra: 10.1.0 transitivePeerDependencies: @@ -2633,13 +2658,13 @@ packages: - vue dev: false - /@dcloudio/uni-mp-qq@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-t0tlu6C/wPDc1+oUyTP3MEYKmXemOjBLdz0n3a3bP2n1fZ2xQc60FMFerLNeGCPBIGRPSpLv//Y7w0StTiWX/w==} + /@dcloudio/uni-mp-qq@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-e8+kqTEfh7aIhgnBaxnoWTTwWWHL2hpPAEw9DWF7Niylyky2zQ/OMb4/LuTpeXZTLQ1DFGnwSjNVm3THfn/saA==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/shared': 3.2.47 fs-extra: 10.1.0 transitivePeerDependencies: @@ -2649,18 +2674,18 @@ packages: - vue dev: false - /@dcloudio/uni-mp-toutiao@2.0.2-3071120230427001: - resolution: {integrity: sha512-6Nyic1mvU9UkxKK/XzFodOPtk8Z1cZdSAuSB6RYiYZK8I2KjFYnu4KB5+KGtK7PmRZpvG34lxy76igottgwzuQ==} + /@dcloudio/uni-mp-toutiao@2.0.2-3081220230817001: + resolution: {integrity: sha512-BHRKB78xt1J0wBWpAPz8Dzlo1kC4W4T97QCt8cnlhxBI/T1N16gGpTq03UWDjgU45bJ0iyc5eHQ9RKSR2/pLgg==} dev: false - /@dcloudio/uni-mp-toutiao@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-wHk4QZ/ToOee9MhsqsHBZn7aESME1UU8Ex/6sr78jM5xau12PoRI/OzvZIaTMdzCmS4NNcSvmBM8Pqbwuis+0A==} + /@dcloudio/uni-mp-toutiao@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-2pkby6vVnYWbQ/ABYrPrahL2TAHQmvjYWyZ2H8N4qgDEPAyNDKDXIMF38bnQjCuQ6dRGy2irge/zhDVeewSNxQ==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/compiler-core': 3.2.47 '@vue/shared': 3.2.47 transitivePeerDependencies: @@ -2670,14 +2695,14 @@ packages: - vue dev: false - /@dcloudio/uni-mp-toutiao@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-wHk4QZ/ToOee9MhsqsHBZn7aESME1UU8Ex/6sr78jM5xau12PoRI/OzvZIaTMdzCmS4NNcSvmBM8Pqbwuis+0A==} + /@dcloudio/uni-mp-toutiao@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-2pkby6vVnYWbQ/ABYrPrahL2TAHQmvjYWyZ2H8N4qgDEPAyNDKDXIMF38bnQjCuQ6dRGy2irge/zhDVeewSNxQ==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/compiler-core': 3.2.47 '@vue/shared': 3.2.47 transitivePeerDependencies: @@ -2687,14 +2712,14 @@ packages: - vue dev: false - /@dcloudio/uni-mp-vite@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-cNlrTZ5ELzurR6JEW/jHkVY2xgKCycqWy0cKE8JeUWfBDyxejF+Rk4Nhp6BJWRhXcHsOJtzL/Mscw7SG5qzhHw==} + /@dcloudio/uni-mp-vite@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-bvvrGZKZbVdvUO3VXOodVne81FKmtNQDkqbo928VoDaD9FiQqt/VPPuhaxaWU6LOzDoAFdsZF0XqhMLb1XUKPQ==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-i18n': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-i18n': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/compiler-sfc': 3.2.47 '@vue/shared': 3.2.47 debug: 4.3.4 @@ -2705,14 +2730,14 @@ packages: - vue dev: false - /@dcloudio/uni-mp-vite@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-cNlrTZ5ELzurR6JEW/jHkVY2xgKCycqWy0cKE8JeUWfBDyxejF+Rk4Nhp6BJWRhXcHsOJtzL/Mscw7SG5qzhHw==} + /@dcloudio/uni-mp-vite@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-bvvrGZKZbVdvUO3VXOodVne81FKmtNQDkqbo928VoDaD9FiQqt/VPPuhaxaWU6LOzDoAFdsZF0XqhMLb1XUKPQ==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-i18n': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-i18n': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/compiler-sfc': 3.2.47 '@vue/shared': 3.2.47 debug: 4.3.4 @@ -2723,28 +2748,28 @@ packages: - vue dev: false - /@dcloudio/uni-mp-vue@2.0.2-3071120230427001: - resolution: {integrity: sha512-RpspKbw7IvR6YwaOFlQqFkDznIgtb1WgqFZoqa9PjK5yuY32lFPhfLFw7HrO886O1W4Ki4ZQQfg2b7LiBPWX3w==} + /@dcloudio/uni-mp-vue@2.0.2-3081220230817001: + resolution: {integrity: sha512-zM7riLVb8mhjVIoFyopQ5zPxKcGGnEzNMaSHAx8zh/wgAFpZGtM3+awH7XLjtk/JH6Ry1dqqkvYZ0s++x4ErEg==} dev: false - /@dcloudio/uni-mp-vue@3.0.0-alpha-3080220230428002: - resolution: {integrity: sha512-X4vtJ9nFzVvdJs2DpNksbwfwd4+Hlz4P1vBnyn+MNZ4oifoC4ySuEgNPMJPMn9rpc7wzSkBM2eZ7naJ6khrleA==} + /@dcloudio/uni-mp-vue@3.0.0-alpha-3090120230923001: + resolution: {integrity: sha512-PsjsO67YXlSRdZbDlHTC64FK19GjzxCg3VEbpr7nEj/zwmCLvoOMd5FrC/dUh8CjOjnvglxPJHBKFZ0ZDOAUoQ==} dependencies: - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/shared': 3.2.47 dev: false - /@dcloudio/uni-mp-weixin@2.0.2-3071120230427001: - resolution: {integrity: sha512-dIj9waRFU0MwSxmor7kkuyuXBCXkk4XfbKuxdFPZ6hl5wdKCBpnc+kREGhh62xqsrPhsTINKflIQui1pSI3RSg==} + /@dcloudio/uni-mp-weixin@2.0.2-3081220230817001: + resolution: {integrity: sha512-Y7W83PIvq2U8dQKFR9Vg7AvTkMKxe1sOIaAYuHWHU/uszgoa5tZvhHsmtHBHtaw7KA5sFFafhby5v+KM5iN+EA==} dev: false - /@dcloudio/uni-mp-weixin@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-0ZRjgcSQ6oWvsHyNMKngkchgBHe/yExgZvJSxoz9T89Tb3lmyzk3jOELXKGKJrkWyu3MAw08/RpXX2+HI14isQ==} + /@dcloudio/uni-mp-weixin@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-yfAnT5FWYjDXjkkElYDB7X6QvKBl6WmonaJve1nr2y9NpL2X35WN91LXGJaJxui7GRurpJWTei0xmeIiatkzrg==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/shared': 3.2.47 jimp: 0.10.3 licia: 1.38.1 @@ -2760,13 +2785,13 @@ packages: - vue dev: false - /@dcloudio/uni-mp-weixin@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-0ZRjgcSQ6oWvsHyNMKngkchgBHe/yExgZvJSxoz9T89Tb3lmyzk3jOELXKGKJrkWyu3MAw08/RpXX2+HI14isQ==} + /@dcloudio/uni-mp-weixin@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-yfAnT5FWYjDXjkkElYDB7X6QvKBl6WmonaJve1nr2y9NpL2X35WN91LXGJaJxui7GRurpJWTei0xmeIiatkzrg==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/shared': 3.2.47 jimp: 0.10.3 licia: 1.38.1 @@ -2782,22 +2807,22 @@ packages: - vue dev: false - /@dcloudio/uni-mp-xhs@2.0.2-3071120230427001: - resolution: {integrity: sha512-eaE/sTGXL/hNWu3gjyp0yljUxdisck5pSkJvG6hqxOPOqEdGy9GCPkxw5uHYe2GK4/nWT+V1TpgUBz7NVdsCQg==} + /@dcloudio/uni-mp-xhs@2.0.2-3081220230817001: + resolution: {integrity: sha512-+sRUD72hGMW5MCWOWFzTDJWVe7eT15LfqFKSBKD/yy+hBjNyoQY7DNdPzA98Ykv77VLET98K9DGTdFIg1CojNQ==} dev: false - /@dcloudio/uni-nvue-styler@3.0.0-alpha-3080220230428002: - resolution: {integrity: sha512-/k6MUNDcvDXCDffSDMF3BNfJrIfDfAJTWbCb/4mQ4oB37CAPDfKbXeZsufA+nn1H7l7AkQmNckU+AmW3WJoAaQ==} + /@dcloudio/uni-nvue-styler@3.0.0-alpha-3090120230923001: + resolution: {integrity: sha512-TrYNWVA3t7+L14CZBf+dwRy1tF8EMtnCCaWoF+zkfOxDJJvhT8WnvJvx0g5QJfijRNc8qkcb/ByRE+LLYuqtgQ==} dependencies: '@vue/shared': 3.2.47 parse-css-font: 4.0.0 postcss: 8.4.23 dev: false - /@dcloudio/uni-push@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-ap0GHZyLVxRhaD5BnG0aSlme9o/+xiczHDVF7RHHO7MLhe/vpuh2t0m5wI0dg4LGqIBcXbuumWKqaU5qSo9g3A==} + /@dcloudio/uni-push@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-o/RKnAZPt7LRXip9iTWtkZSNvTBG/GlIX3iwPJnBT294JFG2Hs3D+BcfaLGcVS7Y8cco7mYZHWo//pYnnkyutg==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) transitivePeerDependencies: - postcss - supports-color @@ -2805,10 +2830,10 @@ packages: - vue dev: false - /@dcloudio/uni-push@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-ap0GHZyLVxRhaD5BnG0aSlme9o/+xiczHDVF7RHHO7MLhe/vpuh2t0m5wI0dg4LGqIBcXbuumWKqaU5qSo9g3A==} + /@dcloudio/uni-push@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-o/RKnAZPt7LRXip9iTWtkZSNvTBG/GlIX3iwPJnBT294JFG2Hs3D+BcfaLGcVS7Y8cco7mYZHWo//pYnnkyutg==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) transitivePeerDependencies: - postcss - supports-color @@ -2816,8 +2841,8 @@ packages: - vue dev: false - /@dcloudio/uni-quickapp-native@2.0.2-3071120230427001(webpack@5.0.0-rc.6): - resolution: {integrity: sha512-5981OMcBA1WvlPs+scUrCCs10jBNnp0WWUuyRwAp+INmojOUeEn0utl8SxcxcaDQQLWFGVUedEjKr/U1Bg0CDA==} + /@dcloudio/uni-quickapp-native@2.0.2-3081220230817001(webpack@5.0.0-rc.6): + resolution: {integrity: sha512-2tBMLwusu+bY2Ugl8s8fh+2fpOEXUsFoqTqwmFTUPecqKwSti+67RUgj7EXK+ylmJIs9cPGVUZ4tierEurRv2w==} dependencies: '@hap-toolkit/dsl-vue': 0.6.13(webpack@5.0.0-rc.6) '@hap-toolkit/packager': 0.6.13 @@ -2888,17 +2913,17 @@ packages: - whiskers dev: false - /@dcloudio/uni-quickapp-webview@2.0.2-3071120230427001: - resolution: {integrity: sha512-7KgHcntIGtX0dKMEdwepKCYUREbKVnj2zHxawLIEvJmMHZZW+DEGdRHIUbYZ6qaGmIiYtnJKuT6lj4XshYd59g==} + /@dcloudio/uni-quickapp-webview@2.0.2-3081220230817001: + resolution: {integrity: sha512-F9oufSuVXqgdQ5h/FL8+8qp5YqLYnAD8SWaO5aIMm4BQrGfaICckhKBukMca+NK51T7AcTL5C7+mVvRZzG/tXQ==} dev: false - /@dcloudio/uni-quickapp-webview@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-fHRTlQMckrcNRa/rfGTpyxk+q9x+ZaZwfvDCixdON2BHuXSJcWlb69u4QW4lXm1Atjnqo5qiD/pbJJtKeSiYVQ==} + /@dcloudio/uni-quickapp-webview@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-Vn9heALNT800Qf7ddYIvVzqhXDMMdEhZ8EzizU1kKZV4mZb9dSz6/B7VUwzEr0DAPauTBaDxZBxdiswUV8E48w==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/shared': 3.2.47 transitivePeerDependencies: - postcss @@ -2907,13 +2932,13 @@ packages: - vue dev: false - /@dcloudio/uni-quickapp-webview@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-fHRTlQMckrcNRa/rfGTpyxk+q9x+ZaZwfvDCixdON2BHuXSJcWlb69u4QW4lXm1Atjnqo5qiD/pbJJtKeSiYVQ==} + /@dcloudio/uni-quickapp-webview@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-Vn9heALNT800Qf7ddYIvVzqhXDMMdEhZ8EzizU1kKZV4mZb9dSz6/B7VUwzEr0DAPauTBaDxZBxdiswUV8E48w==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3080220230428002 - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3090120230923001 + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@vue/shared': 3.2.47 transitivePeerDependencies: - postcss @@ -2922,27 +2947,27 @@ packages: - vue dev: false - /@dcloudio/uni-shared@3.0.0-alpha-3080220230428002: - resolution: {integrity: sha512-145D0xwxnnexJtSgmjFj3thA69hOY1TM4p3ncTU4svJCBACLwu8ThrkB3nvmfYKyZSxxJe55J5xQq2uqVFAfwA==} + /@dcloudio/uni-shared@3.0.0-alpha-3090120230923001: + resolution: {integrity: sha512-glqvNx5oKH75UPgoptGWlNlQKuUHMkaw/86xR/DafnBxVrkqdHi8cD0zDzUD6bSkf+Um3tBIbWQzSUPjdTu03Q==} dependencies: '@vue/shared': 3.2.47 - /@dcloudio/uni-stacktracey@2.0.2-3071120230427001: - resolution: {integrity: sha512-jQAknfzxv0D+nYzrZuvdVcjW5EPEe/YGCPo4XYeVQomZCKli+lx8Wm8F+B/ky8k9Tv2TOYj3+xLQK3485dd54w==} + /@dcloudio/uni-stacktracey@2.0.2-3081220230817001: + resolution: {integrity: sha512-mt17mnk4nSWc1JqZR6pLBt/7XX+TDxNy31ifIyb5l/BMsmTGrH3cO5XH7lNZ3uSGmbIise4UGPr5ZxDTaAcbtA==} dev: false - /@dcloudio/uni-stacktracey@3.0.0-alpha-3080220230428002: - resolution: {integrity: sha512-G1lOiGUvWMNE+cRjwugw1oG5/LLelEoelQVedesJSL7ZkAfPBFVXgCWmDjEgAlVYTyJMP1rqAf/g24rTs1rM4Q==} + /@dcloudio/uni-stacktracey@3.0.0-alpha-3090120230923001: + resolution: {integrity: sha512-FhPvtf10AWDvv8vPvyu8gLkdZUxaA+4AJcVHvX8MD4MkEOy5YPa90th5IbO0i19KDn4g+xhbZt3lhUYdTPmjhg==} dev: true - /@dcloudio/uni-stat@2.0.2-3071120230427001: - resolution: {integrity: sha512-ejZ+OBDlGPcA8uAl5CdoZ+ZfqNNdryNks55T/eaDSpadJLGX1wlZCy0EOR4tckxY0zeXza+nP4arwyXPOeFCTg==} + /@dcloudio/uni-stat@2.0.2-3081220230817001: + resolution: {integrity: sha512-QNekRcwvcWSyRA3mfpSBit86OhPQERtkKF9kEuyKAVZg/tsjTektCZHxXSLkzkFXiF7cOE3k4wp53Bc4E81nRg==} - /@dcloudio/uni-stat@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): - resolution: {integrity: sha512-hQrJx0X+oSd3R8xOLlhIuxKO2uAd046z+W8xDM3mrIuafoGJO6JZWo8dvlPpMe87BT7j+JMwsk8xBGNbavhJdw==} + /@dcloudio/uni-stat@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47): + resolution: {integrity: sha512-P3caVLAELwnBDUi6d8aZyL1gN5bjbJ0cfumOErVDUvCaXD2OLNjFUIPgXCNO4QEnt/rxTEqxmvjAy1SM5+ceSA==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 debug: 4.3.4 transitivePeerDependencies: - postcss @@ -2951,11 +2976,11 @@ packages: - vue dev: false - /@dcloudio/uni-stat@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): - resolution: {integrity: sha512-hQrJx0X+oSd3R8xOLlhIuxKO2uAd046z+W8xDM3mrIuafoGJO6JZWo8dvlPpMe87BT7j+JMwsk8xBGNbavhJdw==} + /@dcloudio/uni-stat@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2): + resolution: {integrity: sha512-P3caVLAELwnBDUi6d8aZyL1gN5bjbJ0cfumOErVDUvCaXD2OLNjFUIPgXCNO4QEnt/rxTEqxmvjAy1SM5+ceSA==} dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 debug: 4.3.4 transitivePeerDependencies: - postcss @@ -2964,8 +2989,8 @@ packages: - vue dev: false - /@dcloudio/uni-template-compiler@2.0.2-3071120230427001: - resolution: {integrity: sha512-Ql2dHc9Xol3KYaOZkjfE7DtZO7R6vILthvBGMHYLHhOAeAGuGyraLvXVcF08o9vQ/TeYDeXiV50jF+noRM/89A==} + /@dcloudio/uni-template-compiler@2.0.2-3081220230817001: + resolution: {integrity: sha512-vA9ZpTlX1YWwp5baFwt46JH7fCRbAoopP0POgs2IH20AyQXkNimi2X6FC1YDNj37HAx95fQy2/rSO8PFyTIeJg==} dependencies: '@babel/parser': 7.21.8 '@babel/template': 7.20.7 @@ -2976,8 +3001,8 @@ packages: - supports-color dev: true - /@dcloudio/vite-plugin-uni@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.2.47): - resolution: {integrity: sha512-TmXmlbp94OZfD6W+zEux+Rlfmc26e8t9EbCwGyGvDtG3IZkMcX4AABYJTs76nilHyKIxvwnrjE51XBZVpmllIw==} + /@dcloudio/vite-plugin-uni@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.2.47): + resolution: {integrity: sha512-OgVztELObTcPyH5RqQKZrJckMuynz0igZ85EVhIN5KGS2Y/DL9FodojjJDwiny1zBJ4ZZ1SGsJhYUGbuhjNQ5Q==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -2986,8 +3011,8 @@ packages: '@babel/core': 7.21.8 '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.8) '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.8) - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.2.47) + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@rollup/pluginutils': 4.2.1 '@vitejs/plugin-legacy': 4.0.3(terser@5.17.4)(vite@4.3.7) '@vitejs/plugin-vue': 4.2.3(vite@4.3.7)(vue@3.2.47) @@ -3015,8 +3040,8 @@ packages: - vue dev: true - /@dcloudio/vite-plugin-uni@3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.3.2): - resolution: {integrity: sha512-TmXmlbp94OZfD6W+zEux+Rlfmc26e8t9EbCwGyGvDtG3IZkMcX4AABYJTs76nilHyKIxvwnrjE51XBZVpmllIw==} + /@dcloudio/vite-plugin-uni@3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vite@4.3.7)(vue@3.3.2): + resolution: {integrity: sha512-OgVztELObTcPyH5RqQKZrJckMuynz0igZ85EVhIN5KGS2Y/DL9FodojjJDwiny1zBJ4ZZ1SGsJhYUGbuhjNQ5Q==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -3025,8 +3050,8 @@ packages: '@babel/core': 7.21.8 '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.8) '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.8) - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3080220230428002(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) - '@dcloudio/uni-shared': 3.0.0-alpha-3080220230428002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3090120230923001(postcss@8.4.23)(ts-node@10.9.1)(vue@3.3.2) + '@dcloudio/uni-shared': 3.0.0-alpha-3090120230923001 '@rollup/pluginutils': 4.2.1 '@vitejs/plugin-legacy': 4.0.3(terser@5.17.4)(vite@4.3.7) '@vitejs/plugin-vue': 4.2.3(vite@4.3.7)(vue@3.3.2) @@ -3054,26 +3079,26 @@ packages: - vue dev: true - /@dcloudio/vue-cli-plugin-hbuilderx@2.0.2-3071120230427001: - resolution: {integrity: sha512-9ZNlFfx0+R5bKpzeww0qwnIC4dehXGvR5FRz3mH9kpisk3omni/WCrsSBBdqnHTeU/4B/dc0xOJQAhhNLdxKCA==} + /@dcloudio/vue-cli-plugin-hbuilderx@2.0.2-3081220230817001: + resolution: {integrity: sha512-2ZKijg95pKzTpd0bbvWVnAHe7U9Vwi638n6V7caiUkUSCnV9sPE0K3ZmjF5yCQu/IJxXKRrVm7ClvTd/X3aodg==} dependencies: acorn: 5.7.4 css: 2.2.4 escodegen: 1.14.3 dev: true - /@dcloudio/vue-cli-plugin-uni-optimize@2.0.2-3071120230427001: - resolution: {integrity: sha512-D7pawv4WveUYEwTDCXHYWJoj25KvlwtIIM05zkbkXt+QeaCwvU8Sj7r7CsJR1MiO5coFG9yz7pBstAnxgSgpuw==} + /@dcloudio/vue-cli-plugin-uni-optimize@2.0.2-3081220230817001: + resolution: {integrity: sha512-/2rB4ofajfsV5+2u9PkLfC8H62SmnN1QIcnzliC5DOjB/vv2dCXH5hQbYx64kL2RHiG02c33j2PU6HjzYkgVxg==} dev: true - /@dcloudio/vue-cli-plugin-uni@2.0.2-3071120230427001(copy-webpack-plugin@11.0.0)(postcss@8.4.23): - resolution: {integrity: sha512-ceS94mFfctVvy+9VofpWtoW9lW0AYf73SZmlTKsZDnRdAYx2t8M8C1zGWCBT2g02jG61RbG1XwCQkNPCN18E7g==} + /@dcloudio/vue-cli-plugin-uni@2.0.2-3081220230817001(copy-webpack-plugin@11.0.0)(postcss@8.4.23): + resolution: {integrity: sha512-oiFU3Nve7ggqM4qOlC6F9PY54hs4EfjPetzW53VE76nOmIQQYHTli141kT73ALhe7XRc1ebcFXwenC0eNqSHVA==} hasBin: true peerDependencies: copy-webpack-plugin: '>=5' postcss: '>=7' dependencies: - '@dcloudio/uni-stat': 2.0.2-3071120230427001 + '@dcloudio/uni-stat': 2.0.2-3081220230817001 buffer-json: 2.0.0 clone-deep: 4.0.1 copy-webpack-plugin: 11.0.0(webpack@5.0.0-rc.6) @@ -3096,12 +3121,12 @@ packages: xregexp: 4.0.0 dev: true - /@dcloudio/webpack-uni-mp-loader@2.0.2-3071120230427001: - resolution: {integrity: sha512-HBxmovDvO3IBVQM2F6GGgYTAZBgATE03CNJktiYmrGfB1696edjFoQ459O7EgWhdm7a4Vxspt+wQBp/By7FAzg==} + /@dcloudio/webpack-uni-mp-loader@2.0.2-3081220230817001: + resolution: {integrity: sha512-4basIJ49EmbYImcjRP4vu60qWnAoIMtm0mq0RqMrkznZIWVFZkK1VZXVeIjZqx+6g8s9weB5eTQs42dssBwbIA==} dev: true - /@dcloudio/webpack-uni-pages-loader@2.0.2-3071120230427001: - resolution: {integrity: sha512-/IunTmASpkXzGpJUN2bYFVdKIV41qfmXg2NhAPY+XGsQ0kB3I/SG6jcEbTz9vubQDW2jiBtj60QjhgnzUNokkg==} + /@dcloudio/webpack-uni-pages-loader@2.0.2-3081220230817001: + resolution: {integrity: sha512-qoABL306qJUQYThlpIaGkd06j0++xELbkuruZzQyozo5RJhg4Egg/ytXUFrHVH+snlSDa6c1FZaxEHPOnk9JGQ==} dependencies: merge: 2.1.1 strip-json-comments: 2.0.1 @@ -4274,7 +4299,7 @@ packages: dependencies: '@jridgewell/set-array': 1.1.2 '@jridgewell/sourcemap-codec': 1.4.15 - '@jridgewell/trace-mapping': 0.3.18 + '@jridgewell/trace-mapping': 0.3.19 /@jridgewell/resolve-uri@3.1.0: resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} @@ -4292,7 +4317,7 @@ packages: resolution: {integrity: sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==} dependencies: '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.18 + '@jridgewell/trace-mapping': 0.3.19 /@jridgewell/sourcemap-codec@1.4.14: resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} @@ -4306,6 +4331,12 @@ packages: '@jridgewell/resolve-uri': 3.1.0 '@jridgewell/sourcemap-codec': 1.4.14 + /@jridgewell/trace-mapping@0.3.19: + resolution: {integrity: sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==} + dependencies: + '@jridgewell/resolve-uri': 3.1.1 + '@jridgewell/sourcemap-codec': 1.4.15 + /@jridgewell/trace-mapping@0.3.9: resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} dependencies: @@ -4373,8 +4404,8 @@ packages: eslint-config-next: 13.4.2(eslint@8.40.0)(typescript@5.0.4) eslint-config-prettier: 8.8.0(eslint@8.40.0) eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-node@0.3.7)(eslint-plugin-i@2.27.5-1)(eslint@8.40.0) - eslint-plugin-import: /eslint-plugin-i@2.27.5-1(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0) + eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-node@0.3.7)(eslint-plugin-i@2.28.1)(eslint@8.40.0) + eslint-plugin-import: /eslint-plugin-i@2.28.1(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0) eslint-plugin-jsonc: 2.8.0(eslint@8.40.0) eslint-plugin-jsx-a11y: 6.7.1(eslint@8.40.0) eslint-plugin-markdown: 3.0.0(eslint@8.40.0) @@ -4463,7 +4494,7 @@ packages: nopt: 7.1.0 proc-log: 3.0.0 read-package-json-fast: 3.0.2 - semver: 7.5.1 + semver: 7.5.4 walk-up-path: 3.0.1 dev: true @@ -4471,21 +4502,21 @@ packages: resolution: {integrity: sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==} dependencies: '@gar/promisify': 1.1.3 - semver: 7.5.1 + semver: 7.5.4 /@npmcli/fs@2.1.2: resolution: {integrity: sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: '@gar/promisify': 1.1.3 - semver: 7.5.1 + semver: 7.5.4 dev: true /@npmcli/fs@3.1.0: resolution: {integrity: sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - semver: 7.5.1 + semver: 7.5.4 dev: true /@npmcli/git@4.0.4: @@ -4498,7 +4529,7 @@ packages: proc-log: 3.0.0 promise-inflight: 1.0.1(bluebird@3.7.2) promise-retry: 2.0.1 - semver: 7.5.1 + semver: 7.5.4 which: 3.0.1 transitivePeerDependencies: - bluebird @@ -6984,6 +7015,7 @@ packages: /bindings@1.5.0: resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} + requiresBuild: true dependencies: file-uri-to-path: 1.0.0 dev: false @@ -7223,7 +7255,7 @@ packages: /builtins@5.0.1: resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} dependencies: - semver: 7.5.1 + semver: 7.5.4 dev: true /bumpp@9.1.0: @@ -7943,7 +7975,7 @@ packages: js-string-escape: 1.0.1 lodash: 4.17.21 md5-hex: 3.0.1 - semver: 7.5.1 + semver: 7.5.4 well-known-symbols: 2.0.0 dev: true @@ -8479,7 +8511,7 @@ packages: postcss-modules-scope: 3.0.0(postcss@8.4.23) postcss-modules-values: 4.0.0(postcss@8.4.23) postcss-value-parser: 4.2.0 - semver: 7.5.1 + semver: 7.5.4 webpack: 5.82.1 dev: true @@ -9578,7 +9610,7 @@ packages: - supports-color dev: true - /eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-node@0.3.7)(eslint-plugin-i@2.27.5-1)(eslint@8.40.0): + /eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-node@0.3.7)(eslint-plugin-i@2.28.1)(eslint@8.40.0): resolution: {integrity: sha512-TdJqPHs2lW5J9Zpe17DZNQuDnox4xo2o+0tE7Pggain9Rbc19ik8kFtXdxZ250FVx2kF4vlt2RSf4qlUpG7bhw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -9589,7 +9621,7 @@ packages: enhanced-resolve: 5.14.0 eslint: 8.40.0 eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0) - eslint-plugin-import: /eslint-plugin-i@2.27.5-1(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0) + eslint-plugin-import: /eslint-plugin-i@2.28.1(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0) get-tsconfig: 4.5.0 globby: 13.1.4 is-core-module: 2.12.0 @@ -9651,7 +9683,7 @@ packages: debug: 3.2.7 eslint: 8.40.0 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-node@0.3.7)(eslint-plugin-i@2.27.5-1)(eslint@8.40.0) + eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-node@0.3.7)(eslint-plugin-i@2.28.1)(eslint@8.40.0) transitivePeerDependencies: - supports-color dev: true @@ -9667,27 +9699,22 @@ packages: regexpp: 3.2.0 dev: true - /eslint-plugin-i@2.27.5-1(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0): - resolution: {integrity: sha512-BbtCbC2/cnfyCVSWAXArrgKyM7cnAvdMWlh1qqENI7JPUy3rjiPztMScZNKJfEGH7l6izlnkkTvXITS30o9z4A==} - engines: {node: '>=4'} + /eslint-plugin-i@2.28.1(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0): + resolution: {integrity: sha512-a4oVt0j3ixNhGhvV4XF6NS7OWRFK2rrJ0Q5C4S2dSRb8FxZi31J0uUd5WJLL58wnVJ/OiQ1BxiXnFA4dWQO1Cg==} + engines: {node: '>=12'} peerDependencies: - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 + eslint: ^7.2.0 || ^8 dependencies: - array-includes: 3.1.6 - array.prototype.flat: 1.3.1 - array.prototype.flatmap: 1.3.1 debug: 3.2.7 doctrine: 2.1.0 eslint: 8.40.0 eslint-import-resolver-node: 0.3.7 eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.6)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.40.0) - has: 1.0.3 - is-core-module: 2.12.0 + get-tsconfig: 4.7.2 is-glob: 4.0.3 minimatch: 3.1.2 - object.values: 1.1.6 - resolve: 1.22.2 - semver: 6.3.0 + resolve: 1.22.6 + semver: 7.5.4 transitivePeerDependencies: - '@typescript-eslint/parser' - eslint-import-resolver-typescript @@ -9719,7 +9746,7 @@ packages: is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.6 - resolve: 1.22.2 + resolve: 1.22.6 semver: 6.3.0 tsconfig-paths: 3.14.2 transitivePeerDependencies: @@ -9790,15 +9817,15 @@ packages: ignore: 5.2.4 is-core-module: 2.12.0 minimatch: 3.1.2 - resolve: 1.22.2 - semver: 7.5.1 + resolve: 1.22.6 + semver: 7.5.4 dev: true /eslint-plugin-nuxt@4.0.0(eslint@8.40.0): resolution: {integrity: sha512-v3Vwdk8YKe52bAz8eSIDqQuTtfL/T1r9dSl1uhC5SyR5pgLxgKkQdxXVf/Bf6Ax7uyd9rHqiAuYVdqqDb7ILdA==} dependencies: eslint-plugin-vue: 9.13.0(eslint@8.40.0) - semver: 7.5.1 + semver: 7.5.4 vue-eslint-parser: 9.3.0(eslint@8.40.0) transitivePeerDependencies: - eslint @@ -9921,7 +9948,7 @@ packages: regexp-tree: 0.1.27 regjsparser: 0.10.0 safe-regex: 2.1.1 - semver: 7.5.1 + semver: 7.5.4 strip-indent: 3.0.0 dev: true @@ -9956,7 +9983,7 @@ packages: natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.13 - semver: 7.5.1 + semver: 7.5.4 vue-eslint-parser: 9.3.0(eslint@8.40.0) xml-name-validator: 4.0.0 transitivePeerDependencies: @@ -10421,6 +10448,7 @@ packages: /file-uri-to-path@1.0.0: resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} + requiresBuild: true dev: false optional: true @@ -10604,7 +10632,7 @@ packages: memfs: 3.5.1 minimatch: 3.1.2 schema-utils: 2.7.0 - semver: 7.5.1 + semver: 7.5.4 tapable: 1.1.3 typescript: 5.0.4 vue-template-compiler: 2.6.14 @@ -10865,6 +10893,12 @@ packages: resolution: {integrity: sha512-MjhiaIWCJ1sAU4pIQ5i5OfOuHHxVo1oYeNsWTON7jxYkod8pHocXeh+SSbmu5OZZZK73B6cbJ2XADzXehLyovQ==} dev: true + /get-tsconfig@4.7.2: + resolution: {integrity: sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==} + dependencies: + resolve-pkg-maps: 1.0.0 + dev: true + /get-value@2.0.6: resolution: {integrity: sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==} engines: {node: '>=0.10.0'} @@ -11808,6 +11842,12 @@ packages: dependencies: has: 1.0.3 + /is-core-module@2.13.0: + resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==} + dependencies: + has: 1.0.3 + dev: true + /is-data-descriptor@0.1.4: resolution: {integrity: sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==} engines: {node: '>=0.10.0'} @@ -12529,7 +12569,7 @@ packages: jest-pnp-resolver: 1.2.3(jest-resolve@27.5.1) jest-util: 27.5.1 jest-validate: 27.5.1 - resolve: 1.22.2 + resolve: 1.22.6 resolve.exports: 1.1.1 slash: 3.0.0 dev: true @@ -12629,7 +12669,7 @@ packages: jest-util: 27.5.1 natural-compare: 1.4.0 pretty-format: 27.5.1 - semver: 7.5.1 + semver: 7.5.4 transitivePeerDependencies: - supports-color dev: true @@ -12877,7 +12917,7 @@ packages: acorn: 8.8.2 eslint-visitor-keys: 3.4.1 espree: 9.5.2 - semver: 7.5.1 + semver: 7.5.4 dev: true /jsonc-parser@3.2.0: @@ -14307,6 +14347,7 @@ packages: /nan@2.17.0: resolution: {integrity: sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==} + requiresBuild: true dev: false optional: true @@ -14397,7 +14438,7 @@ packages: nopt: 6.0.0 npmlog: 6.0.2 rimraf: 3.0.2 - semver: 7.5.1 + semver: 7.5.4 tar: 6.1.14 which: 2.0.2 transitivePeerDependencies: @@ -14450,7 +14491,7 @@ packages: lodash: 4.17.21 npmlog: 5.0.1 rimraf: 3.0.2 - semver: 7.5.1 + semver: 7.5.4 source-map-support: 0.5.21 teen_process: 1.16.0 uuid: 8.3.2 @@ -14477,7 +14518,7 @@ packages: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.2 + resolve: 1.22.6 semver: 5.7.1 validate-npm-package-license: 3.0.4 dev: true @@ -14487,8 +14528,8 @@ packages: engines: {node: '>=10'} dependencies: hosted-git-info: 4.1.0 - is-core-module: 2.12.0 - semver: 7.5.1 + is-core-module: 2.13.0 + semver: 7.5.4 validate-npm-package-license: 3.0.4 dev: true @@ -14497,8 +14538,8 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: hosted-git-info: 6.1.1 - is-core-module: 2.12.0 - semver: 7.5.1 + is-core-module: 2.13.0 + semver: 7.5.4 validate-npm-package-license: 3.0.4 dev: true @@ -14541,7 +14582,7 @@ packages: resolution: {integrity: sha512-dH3GmQL4vsPtld59cOn8uY0iOqRmqKvV+DLGwNXV/Q7MDgD2QfOADWd/mFXcIE5LVhYYGjA3baz6W9JneqnuCw==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - semver: 7.5.1 + semver: 7.5.4 dev: true /npm-normalize-package-bin@2.0.0: @@ -14560,7 +14601,7 @@ packages: dependencies: hosted-git-info: 6.1.1 proc-log: 3.0.0 - semver: 7.5.1 + semver: 7.5.4 validate-npm-package-name: 5.0.0 dev: true @@ -14589,7 +14630,7 @@ packages: npm-install-checks: 6.1.1 npm-normalize-package-bin: 3.0.1 npm-package-arg: 10.1.0 - semver: 7.5.1 + semver: 7.5.4 dev: true /npm-registry-fetch@14.0.5: @@ -15429,7 +15470,7 @@ packages: cosmiconfig: 7.1.0 klona: 2.0.6 postcss: 8.4.23 - semver: 7.5.1 + semver: 7.5.4 webpack: 5.82.1 dev: true @@ -16456,6 +16497,10 @@ packages: path-is-absolute: 1.0.1 dev: false + /resolve-pkg-maps@1.0.0: + resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} + dev: true + /resolve-url@0.2.1: resolution: {integrity: sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==} deprecated: https://github.com/lydell/resolve-url#deprecated @@ -16473,11 +16518,20 @@ packages: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + /resolve@1.22.6: + resolution: {integrity: sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==} + hasBin: true + dependencies: + is-core-module: 2.13.0 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + dev: true + /resolve@2.0.0-next.4: resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} hasBin: true dependencies: - is-core-module: 2.12.0 + is-core-module: 2.13.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 dev: true @@ -16750,6 +16804,14 @@ packages: hasBin: true dependencies: lru-cache: 6.0.0 + dev: true + + /semver@7.5.4: + resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} + engines: {node: '>=10'} + hasBin: true + dependencies: + lru-cache: 6.0.0 /send@0.18.0: resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} @@ -17892,7 +17954,7 @@ packages: uglify-js: optional: true dependencies: - '@jridgewell/trace-mapping': 0.3.18 + '@jridgewell/trace-mapping': 0.3.19 jest-worker: 27.5.1 schema-utils: 3.1.2 serialize-javascript: 6.0.1 @@ -18132,7 +18194,7 @@ packages: chalk: 4.1.2 enhanced-resolve: 5.14.0 micromatch: 4.0.5 - semver: 7.5.1 + semver: 7.5.4 typescript: 5.0.4 webpack: 5.82.1 dev: true @@ -18588,7 +18650,7 @@ packages: resolution: {integrity: sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==} engines: {node: '>=10.12.0'} dependencies: - '@jridgewell/trace-mapping': 0.3.18 + '@jridgewell/trace-mapping': 0.3.19 '@types/istanbul-lib-coverage': 2.0.4 convert-source-map: 1.9.0 dev: true @@ -18780,7 +18842,7 @@ packages: espree: 9.5.2 esquery: 1.5.0 lodash: 4.17.21 - semver: 7.5.1 + semver: 7.5.4 transitivePeerDependencies: - supports-color dev: true