From a4a91907674a21a0c21ac16204fd5b6597e25583 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Sat, 7 May 2022 16:08:27 +0800 Subject: [PATCH] release: v3.0.0-alpha-3040820220424002 --- package.json | 10 +- packages/size-check/package.json | 12 +- packages/uni-api/package.json | 4 +- packages/uni-app-plus/package.json | 16 +- packages/uni-app-vite/package.json | 16 +- packages/uni-app-vue/package.json | 4 +- packages/uni-app/package.json | 14 +- packages/uni-automator/package.json | 4 +- packages/uni-cli-shared/package.json | 9 +- packages/uni-cloud/package.json | 8 +- packages/uni-components/package.json | 4 +- packages/uni-core/package.json | 8 +- packages/uni-h5-vite/package.json | 9 +- packages/uni-h5-vue/package.json | 2 +- packages/uni-h5/package.json | 12 +- packages/uni-i18n/package.json | 2 +- packages/uni-mp-alipay/package.json | 10 +- packages/uni-mp-baidu/package.json | 14 +- packages/uni-mp-compiler/package.json | 6 +- packages/uni-mp-core/package.json | 2 +- packages/uni-mp-kuaishou/package.json | 14 +- packages/uni-mp-lark/package.json | 14 +- packages/uni-mp-qq/package.json | 12 +- packages/uni-mp-toutiao/package.json | 12 +- packages/uni-mp-vite/package.json | 12 +- packages/uni-mp-vue/package.json | 6 +- packages/uni-mp-weixin/dist/uni.compiler.js | 56 +- packages/uni-mp-weixin/package.json | 10 +- packages/uni-nvue-styler/package.json | 2 +- packages/uni-push/package.json | 4 +- packages/uni-quickapp-webview/package.json | 10 +- packages/uni-shared/package.json | 2 +- packages/uni-stat/package.json | 6 +- packages/uni-vue/package.json | 6 +- packages/uts-darwin-arm64/package.json | 2 +- packages/uts-win32-x64-msvc/package.json | 2 +- packages/uts/package.json | 6 +- packages/vite-plugin-uni/package.json | 10 +- pnpm-lock.yaml | 1397 +++++++++---------- scripts/release.js | 1 + 40 files changed, 899 insertions(+), 851 deletions(-) diff --git a/package.json b/package.json index 966227fdf..9cdaf1ec6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "workspaces": [ "packages/*" ], @@ -41,10 +41,11 @@ "node": ">=10.0.0" }, "devDependencies": { + "@babel/core": "^7.17.10", "@babel/preset-env": "^7.16.11", "@dcloudio/types": "^2.6.6", - "@dcloudio/uni-api": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-app": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-api": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-app": "3.0.0-alpha-3040820220424002", "@jest/types": "^27.0.2", "@microsoft/api-extractor": "^7.19.4", "@rollup/plugin-alias": "^3.1.1", @@ -54,11 +55,12 @@ "@rollup/plugin-node-resolve": "^11.0.1", "@rollup/plugin-replace": "^2.3.4", "@rollup/plugin-strip": "^2.0.0", - "@types/jest": "^26.0.23", + "@types/jest": "^27.0.0", "@types/node": "^17.0.31", "@typescript-eslint/parser": "^5.14.0", "@vitejs/plugin-vue": "^2.3.2", "@vitejs/plugin-vue-jsx": "^1.3.10", + "@vue/compiler-sfc": "3.2.33", "@vue/reactivity": "3.2.33", "@vue/runtime-core": "3.2.33", "@vue/runtime-dom": "3.2.33", diff --git a/packages/size-check/package.json b/packages/size-check/package.json index 97a637417..d8ead8bcc 100644 --- a/packages/size-check/package.json +++ b/packages/size-check/package.json @@ -1,17 +1,17 @@ { "private": true, "name": "@dcloudio/size-check", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "dependencies": { - "@dcloudio/uni-app": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-h5": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-app": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-h5": "3.0.0-alpha-3040820220424002", "vue": "^3.2.31", "vue-i18n": "9.1.9", "vuex": "^4.0.2" }, "devDependencies": { - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-components": "3.0.0-alpha-3040820220424001", - "@dcloudio/vite-plugin-uni": "3.0.0-alpha-3040820220424001" + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-components": "3.0.0-alpha-3040820220424002", + "@dcloudio/vite-plugin-uni": "3.0.0-alpha-3040820220424002" } } diff --git a/packages/uni-api/package.json b/packages/uni-api/package.json index 3b65da639..eaae0dd21 100644 --- a/packages/uni-api/package.json +++ b/packages/uni-api/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@dcloudio/uni-api", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "@dcloudio/uni-api", "sideEffects": false, "repository": { @@ -14,6 +14,6 @@ "url": "https://github.com/dcloudio/uni-app/issues" }, "devDependencies": { - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001" + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002" } } diff --git a/packages/uni-app-plus/package.json b/packages/uni-app-plus/package.json index 8c89a9ff9..12c281284 100644 --- a/packages/uni-app-plus/package.json +++ b/packages/uni-app-plus/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-app-plus", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "@dcloudio/uni-app-plus", "files": [ "dist", @@ -28,18 +28,18 @@ "main": "dist/uni.compiler.js" }, "devDependencies": { - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-components": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-h5": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-i18n": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-components": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-h5": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-i18n": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", "@types/pako": "1.0.2", "@vue/compiler-sfc": "3.2.33", "pako": "^1.0.11", "vue": "3.2.33" }, "dependencies": { - "@dcloudio/uni-app-vite": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-app-vue": "3.0.0-alpha-3040820220424001" + "@dcloudio/uni-app-vite": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-app-vue": "3.0.0-alpha-3040820220424002" } } diff --git a/packages/uni-app-vite/package.json b/packages/uni-app-vite/package.json index d8962753f..077738220 100644 --- a/packages/uni-app-vite/package.json +++ b/packages/uni-app-vite/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-app-vite", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "uni-app-vite", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -20,11 +20,11 @@ "license": "Apache-2.0", "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "dependencies": { - "@dcloudio/uni-nvue-styler": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-i18n": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", - "@dcloudio/uts": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-nvue-styler": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-i18n": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", + "@dcloudio/uts": "3.0.0-alpha-3040820220424002", "@rollup/pluginutils": "^4.2.0", "@vitejs/plugin-vue": "^2.3.2", "@vue/compiler-dom": "3.2.33", @@ -39,6 +39,8 @@ "@types/fs-extra": "^9.0.13", "@vue/compiler-core": "3.2.33", "esbuild": "^0.14.27", - "postcss": "^8.4.13" + "postcss": "^8.4.13", + "vite": "^2.9.8", + "vue": "3.2.33" } } diff --git a/packages/uni-app-vue/package.json b/packages/uni-app-vue/package.json index 3442a0738..363c8ccc4 100644 --- a/packages/uni-app-vue/package.json +++ b/packages/uni-app-vue/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-app-vue", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "@dcloudio/uni-app-vue", "main": "dist/service.runtime.esm.dev.js", "module": "dist/service.runtime.esm.dev.js", @@ -19,6 +19,6 @@ }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "devDependencies": { - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001" + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002" } } diff --git a/packages/uni-app/package.json b/packages/uni-app/package.json index d3e2ad4aa..83e56b89b 100644 --- a/packages/uni-app/package.json +++ b/packages/uni-app/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-app", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "@dcloudio/uni-app", "main": "./dist/uni-app.cjs.js", "module": "./dist/uni-app.es.js", @@ -24,12 +24,12 @@ "main": "dist/uni.compiler.js" }, "dependencies": { - "@dcloudio/uni-cloud": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-components": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-i18n": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-push": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-stat": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-cloud": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-components": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-i18n": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-push": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-stat": "3.0.0-alpha-3040820220424002", "@vue/shared": "3.2.33" } } diff --git a/packages/uni-automator/package.json b/packages/uni-automator/package.json index ab2eec6c8..b4ed11071 100644 --- a/packages/uni-automator/package.json +++ b/packages/uni-automator/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-automator", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "@dcloudio/uni-automator", "main": "dist/index.js", "files": [ @@ -27,7 +27,7 @@ }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "dependencies": { - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002", "address": "^1.1.2", "cross-env": "^7.0.3", "debug": "^4.3.3", diff --git a/packages/uni-cli-shared/package.json b/packages/uni-cli-shared/package.json index 0633e6e39..f5c40c239 100644 --- a/packages/uni-cli-shared/package.json +++ b/packages/uni-cli-shared/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-cli-shared", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "@dcloudio/uni-cli-shared", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -22,8 +22,8 @@ "@babel/core": "^7.17.9", "@babel/parser": "^7.17.9", "@babel/types": "^7.17.0", - "@dcloudio/uni-i18n": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-i18n": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", "@intlify/core-base": "9.1.9", "@intlify/shared": "9.1.9", "@intlify/vue-devtools": "9.1.9", @@ -71,6 +71,7 @@ "@types/resolve": "^1.20.2", "@types/sass": "^1.43.1", "@types/stylus": "^0.48.36", - "postcss": "^8.4.13" + "postcss": "^8.4.13", + "vue": "3.2.33" } } diff --git a/packages/uni-cloud/package.json b/packages/uni-cloud/package.json index 799243a17..cde3ddc69 100644 --- a/packages/uni-cloud/package.json +++ b/packages/uni-cloud/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-cloud", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "@dcloudio/uni-cloud", "main": "dist/uni-cloud.cjs.js", "module": "dist/uni-cloud.es.js", @@ -20,8 +20,8 @@ }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "dependencies": { - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-i18n": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001" + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-i18n": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002" } } diff --git a/packages/uni-components/package.json b/packages/uni-components/package.json index 175a6cbab..942a2b359 100644 --- a/packages/uni-components/package.json +++ b/packages/uni-components/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-components", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "@dcloudio/uni-components", "main": "index.js", "files": [ @@ -18,7 +18,7 @@ }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "devDependencies": { - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", "@types/quill": "^1.3.7" } } diff --git a/packages/uni-core/package.json b/packages/uni-core/package.json index 99d73d33d..bf6d5fb78 100644 --- a/packages/uni-core/package.json +++ b/packages/uni-core/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@dcloudio/uni-core", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "@dcloudio/uni-core", "sideEffects": false, "repository": { @@ -14,9 +14,9 @@ "url": "https://github.com/dcloudio/uni-app/issues" }, "devDependencies": { - "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-i18n": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-i18n": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", "safe-area-insets": "^1.4.1" } } diff --git a/packages/uni-h5-vite/package.json b/packages/uni-h5-vite/package.json index 4377a9e36..359375e1b 100644 --- a/packages/uni-h5-vite/package.json +++ b/packages/uni-h5-vite/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-h5-vite", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "uni-h5-vite", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -19,8 +19,8 @@ "license": "Apache-2.0", "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "dependencies": { - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", "@rollup/pluginutils": "^4.2.0", "@vue/compiler-dom": "3.2.33", "@vue/compiler-sfc": "3.2.33", @@ -38,6 +38,7 @@ "@types/module-alias": "^2.0.1", "@types/resolve": "^1.20.2", "@vue/compiler-core": "3.2.33", - "esbuild": "^0.14.27" + "esbuild": "^0.14.27", + "vue": "3.2.33" } } diff --git a/packages/uni-h5-vue/package.json b/packages/uni-h5-vue/package.json index 51b8f4ea1..1952e1a85 100644 --- a/packages/uni-h5-vue/package.json +++ b/packages/uni-h5-vue/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-h5-vue", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "@dcloudio/uni-h5-vue", "main": "dist/vue.runtime.cjs.js", "module": "dist/vue.runtime.esm.js", diff --git a/packages/uni-h5/package.json b/packages/uni-h5/package.json index 13c81a219..fc51ae239 100644 --- a/packages/uni-h5/package.json +++ b/packages/uni-h5/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-h5", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "@dcloudio/uni-h5", "main": "./dist/uni-h5.cjs.js", "module": "./dist/uni-h5.es.js", @@ -29,10 +29,10 @@ "main": "dist/uni.compiler.js" }, "dependencies": { - "@dcloudio/uni-h5-vite": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-h5-vue": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-i18n": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-h5-vite": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-h5-vue": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-i18n": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", "@vue/server-renderer": "3.2.33", "@vue/shared": "3.2.33", "localstorage-polyfill": "^1.0.1", @@ -43,7 +43,7 @@ "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "devDependencies": { "@dcloudio/uni-cli-i18n": "^2.0.0-32920211029004", - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002", "@types/google.maps": "^3.45.6", "acorn-loose": "^8.2.1", "acorn-walk": "^8.2.0", diff --git a/packages/uni-i18n/package.json b/packages/uni-i18n/package.json index 7e914cb75..0ae926405 100644 --- a/packages/uni-i18n/package.json +++ b/packages/uni-i18n/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-i18n", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "@dcloudio/uni-i18n", "main": "./dist/uni-i18n.cjs.js", "module": "./dist/uni-i18n.es.js", diff --git a/packages/uni-mp-alipay/package.json b/packages/uni-mp-alipay/package.json index 04b05be55..9b1465d93 100644 --- a/packages/uni-mp-alipay/package.json +++ b/packages/uni-mp-alipay/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-mp-alipay", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "uni-app mp-alipay", "main": "dist/index.js", "repository": { @@ -22,10 +22,10 @@ }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "dependencies": { - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-vite": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-vite": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", "@vue/compiler-core": "3.2.33", "@vue/shared": "3.2.33" } diff --git a/packages/uni-mp-baidu/package.json b/packages/uni-mp-baidu/package.json index 05af9d88f..d5ca72f71 100644 --- a/packages/uni-mp-baidu/package.json +++ b/packages/uni-mp-baidu/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-mp-baidu", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "uni-app mp-baidu", "main": "dist/index.js", "files": [ @@ -26,12 +26,12 @@ }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "dependencies": { - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-compiler": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-vite": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-weixin": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-compiler": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-vite": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-weixin": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", "@vue/compiler-core": "3.2.33", "@vue/shared": "3.2.33" } diff --git a/packages/uni-mp-compiler/package.json b/packages/uni-mp-compiler/package.json index 7201dbfbe..c4042d01b 100644 --- a/packages/uni-mp-compiler/package.json +++ b/packages/uni-mp-compiler/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-mp-compiler", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "uni-mp-compiler", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -22,8 +22,8 @@ "@babel/generator": "^7.17.9", "@babel/parser": "^7.17.9", "@babel/types": "^7.17.0", - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", "@vue/compiler-core": "3.2.33", "@vue/compiler-dom": "3.2.33", "@vue/shared": "3.2.33", diff --git a/packages/uni-mp-core/package.json b/packages/uni-mp-core/package.json index ba40495c7..c0f531657 100644 --- a/packages/uni-mp-core/package.json +++ b/packages/uni-mp-core/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@dcloudio/uni-mp-core", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "@dcloudio/uni-mp-core", "sideEffects": false, "repository": { diff --git a/packages/uni-mp-kuaishou/package.json b/packages/uni-mp-kuaishou/package.json index 49895f323..bd06e636c 100644 --- a/packages/uni-mp-kuaishou/package.json +++ b/packages/uni-mp-kuaishou/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-mp-kuaishou", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "uni-app mp-kuaishou", "main": "dist/index.js", "repository": { @@ -22,12 +22,12 @@ }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "dependencies": { - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-compiler": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-vite": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-weixin": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-compiler": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-vite": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-weixin": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", "@vue/compiler-core": "3.2.33", "@vue/shared": "3.2.33" } diff --git a/packages/uni-mp-lark/package.json b/packages/uni-mp-lark/package.json index c7727f5c4..52bdea634 100644 --- a/packages/uni-mp-lark/package.json +++ b/packages/uni-mp-lark/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-mp-lark", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "uni-app mp-lark", "main": "dist/index.js", "repository": { @@ -22,12 +22,12 @@ }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "dependencies": { - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-compiler": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-vite": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-compiler": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-vite": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", "@vue/compiler-core": "3.2.33", "@vue/shared": "3.2.33" } diff --git a/packages/uni-mp-qq/package.json b/packages/uni-mp-qq/package.json index d38d92eb9..48ef018df 100644 --- a/packages/uni-mp-qq/package.json +++ b/packages/uni-mp-qq/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-mp-qq", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "uni-app mp-qq", "main": "dist/index.js", "repository": { @@ -22,15 +22,15 @@ }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "devDependencies": { - "@dcloudio/uni-mp-weixin": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-mp-weixin": "3.0.0-alpha-3040820220424002", "@types/fs-extra": "^9.0.13", "@vue/compiler-core": "3.2.33" }, "dependencies": { - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-vite": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-vite": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", "@vue/shared": "3.2.33", "fs-extra": "^10.0.0" } diff --git a/packages/uni-mp-toutiao/package.json b/packages/uni-mp-toutiao/package.json index 52b9b5496..7cb63b2bc 100644 --- a/packages/uni-mp-toutiao/package.json +++ b/packages/uni-mp-toutiao/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-mp-toutiao", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "uni-app mp-toutiao", "main": "dist/index.js", "repository": { @@ -22,11 +22,11 @@ }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "dependencies": { - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-compiler": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-vite": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-compiler": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-vite": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", "@vue/shared": "3.2.33", "@vue/compiler-core": "3.2.33" } diff --git a/packages/uni-mp-vite/package.json b/packages/uni-mp-vite/package.json index 42f9b1c7f..0671ee4a2 100644 --- a/packages/uni-mp-vite/package.json +++ b/packages/uni-mp-vite/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-mp-vite", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "uni-mp-vite", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -17,11 +17,11 @@ }, "license": "Apache-2.0", "dependencies": { - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-i18n": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-compiler": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-i18n": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-compiler": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", "@vue/compiler-sfc": "3.2.33", "@vue/shared": "3.2.33", "debug": "^4.3.3", diff --git a/packages/uni-mp-vue/package.json b/packages/uni-mp-vue/package.json index b40501929..a36806c92 100644 --- a/packages/uni-mp-vue/package.json +++ b/packages/uni-mp-vue/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-mp-vue", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "@dcloudio/uni-mp-vue", "main": "dist/vue.runtime.esm.js", "module": "dist/vue.runtime.esm.js", @@ -19,10 +19,10 @@ }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "dependencies": { - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", "@vue/shared": "3.2.33" }, "devDependencies": { - "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424001" + "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424002" } } diff --git a/packages/uni-mp-weixin/dist/uni.compiler.js b/packages/uni-mp-weixin/dist/uni.compiler.js index 244231555..681fead1b 100644 --- a/packages/uni-mp-weixin/dist/uni.compiler.js +++ b/packages/uni-mp-weixin/dist/uni.compiler.js @@ -3,12 +3,60 @@ var uniCliShared = require('@dcloudio/uni-cli-shared'); var initMiniProgramPlugin = require('@dcloudio/uni-mp-vite'); var path = require('path'); +var compilerCore = require('@vue/compiler-core'); function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } var initMiniProgramPlugin__default = /*#__PURE__*/_interopDefaultLegacy(initMiniProgramPlugin); var path__default = /*#__PURE__*/_interopDefaultLegacy(path); +const AD_COMPONENTS = [ + 'uniad', + 'ad-rewarded-video', + 'ad-fullscreen-video', + 'ad-interstitial', +]; +function transformAd(node, context) { + if (!uniCliShared.isElementNode(node)) { + return; + } + const adpidProp = compilerCore.findProp(node, 'adpid'); + if (node.tag === 'ad' && adpidProp) { + node.tag = 'uniad'; + node.tagType = 1 /* COMPONENT */; + } + if (AD_COMPONENTS.indexOf(node.tag) > -1) { + process.env.UNI_MP_UNIAD = true; + } +} + +var uniad_app_json = function (appJson) { + if (!appJson.plugins) { + appJson.plugins = {}; + } + if (!appJson.plugins['uni-ad']) { + appJson.plugins['uni-ad'] = { + version: '1.0.3', + provider: 'wx999bf02c8e05dfc9', + }; + } + if (!appJson.plugins['coral-adv']) { + appJson.plugins['coral-adv'] = { + version: '1.0.7', + provider: 'wx0e203209e27b1e66', + }; + } + + if (!appJson.usingComponents) { + appJson.usingComponents = {}; + } + if (!appJson.usingComponents['uniad-plugin']) { + appJson.usingComponents['uniad-plugin'] = 'plugin://uni-ad/ad'; + } +}; + +var uniadAppJson = uniad_app_json; + var description = "项目配置文件。"; var packOptions = { ignore: [ @@ -65,7 +113,7 @@ const customElements = [ 'match-media', ]; const compilerOptions = { - nodeTransforms: [uniCliShared.transformRef, uniCliShared.transformComponentLink], + nodeTransforms: [uniCliShared.transformRef, uniCliShared.transformComponentLink, transformAd], }; const COMPONENTS_DIR = 'wxcomponents'; const miniProgram = { @@ -139,6 +187,12 @@ const options = { darkmode: true, subpackages: true, plugins: true, + normalize(appJson) { + if (process.env.UNI_MP_UNIAD == true) { + uniadAppJson(appJson); + } + return appJson; + }, }, project: { filename: projectConfigFilename, diff --git a/packages/uni-mp-weixin/package.json b/packages/uni-mp-weixin/package.json index d7b796fa2..908e07b0f 100644 --- a/packages/uni-mp-weixin/package.json +++ b/packages/uni-mp-weixin/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-mp-weixin", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "uni-app mp-weixin", "main": "dist/index.js", "files": [ @@ -29,10 +29,10 @@ "@vue/compiler-core": "3.2.33" }, "dependencies": { - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-vite": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-vite": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", "@vue/shared": "3.2.33" } } diff --git a/packages/uni-nvue-styler/package.json b/packages/uni-nvue-styler/package.json index b8ef9f20b..dc62de0b7 100644 --- a/packages/uni-nvue-styler/package.json +++ b/packages/uni-nvue-styler/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-nvue-styler", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "uni-nvue-styler", "main": "./dist/uni-nvue-styler.cjs.js", "types": "./dist/uni-nvue-styler.d.ts", diff --git a/packages/uni-push/package.json b/packages/uni-push/package.json index 93d7eeb5f..576b21a7b 100644 --- a/packages/uni-push/package.json +++ b/packages/uni-push/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-push", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "@dcloudio/uni-push", "main": "lib/uni-push.js", "module": "lib/uni-push.js", @@ -20,6 +20,6 @@ }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "dependencies": { - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001" + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002" } } diff --git a/packages/uni-quickapp-webview/package.json b/packages/uni-quickapp-webview/package.json index 37a3f9f22..769792c24 100644 --- a/packages/uni-quickapp-webview/package.json +++ b/packages/uni-quickapp-webview/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-quickapp-webview", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "uni-app quickapp-webview", "main": "dist/index.js", "repository": { @@ -25,10 +25,10 @@ "@vue/compiler-core": "3.2.33" }, "dependencies": { - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-vite": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-vite": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", "@vue/shared": "3.2.33" } } diff --git a/packages/uni-shared/package.json b/packages/uni-shared/package.json index a9be21f8f..314b7d065 100644 --- a/packages/uni-shared/package.json +++ b/packages/uni-shared/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-shared", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "@dcloudio/uni-shared", "main": "./dist/uni-shared.cjs.js", "module": "./dist/uni-shared.es.js", diff --git a/packages/uni-stat/package.json b/packages/uni-stat/package.json index 8d7f018e8..1ee80edba 100644 --- a/packages/uni-stat/package.json +++ b/packages/uni-stat/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uni-stat", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "@dcloudio/uni-stat", "main": "dist/uni-stat.es.js", "module": "dist/uni-stat.es.js", @@ -20,8 +20,8 @@ }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "dependencies": { - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", "debug": "^4.3.3" }, "devDependencies": { diff --git a/packages/uni-vue/package.json b/packages/uni-vue/package.json index 00e6f5bf7..2e291ae6b 100644 --- a/packages/uni-vue/package.json +++ b/packages/uni-vue/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@dcloudio/uni-vue", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "@dcloudio/uni-vue", "files": [ "dist" @@ -17,7 +17,7 @@ "url": "https://github.com/dcloudio/uni-app/issues" }, "devDependencies": { - "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001" + "@dcloudio/uni-mp-vue": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002" } } diff --git a/packages/uts-darwin-arm64/package.json b/packages/uts-darwin-arm64/package.json index 413a210f9..2e048ead6 100644 --- a/packages/uts-darwin-arm64/package.json +++ b/packages/uts-darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uts-darwin-arm64", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "os": [ "darwin" ], diff --git a/packages/uts-win32-x64-msvc/package.json b/packages/uts-win32-x64-msvc/package.json index a9a5ea88e..96369e2c5 100644 --- a/packages/uts-win32-x64-msvc/package.json +++ b/packages/uts-win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uts-win32-x64-msvc", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "os": [ "win32" ], diff --git a/packages/uts/package.json b/packages/uts/package.json index 98400eb75..fd592e877 100644 --- a/packages/uts/package.json +++ b/packages/uts/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/uts", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "uts", "bin": { "uts": "bin/uts.js" @@ -27,7 +27,7 @@ "@types/fs-extra": "^9.0.13" }, "optionalDependencies": { - "@dcloudio/uts-darwin-arm64": "3.0.0-alpha-3040820220424001", - "@dcloudio/uts-win32-x64-msvc": "3.0.0-alpha-3040820220424001" + "@dcloudio/uts-darwin-arm64": "3.0.0-alpha-3040820220424002", + "@dcloudio/uts-win32-x64-msvc": "3.0.0-alpha-3040820220424002" } } diff --git a/packages/vite-plugin-uni/package.json b/packages/vite-plugin-uni/package.json index c55cb7ce9..b3ae394a8 100644 --- a/packages/vite-plugin-uni/package.json +++ b/packages/vite-plugin-uni/package.json @@ -1,6 +1,6 @@ { "name": "@dcloudio/vite-plugin-uni", - "version": "3.0.0-alpha-3040820220424001", + "version": "3.0.0-alpha-3040820220424002", "description": "uni-app vite plugin", "bin": { "uni": "bin/uni.js" @@ -25,8 +25,8 @@ "@babel/core": "^7.17.9", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-transform-typescript": "^7.16.8", - "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424001", - "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424001", + "@dcloudio/uni-cli-shared": "3.0.0-alpha-3040820220424002", + "@dcloudio/uni-shared": "3.0.0-alpha-3040820220424002", "@rollup/pluginutils": "^4.2.0", "@vitejs/plugin-legacy": "^1.8.2", "@vitejs/plugin-vue": "^2.3.2", @@ -51,7 +51,9 @@ "@types/fs-extra": "^9.0.13", "@types/sass": "^1.16.0", "@vue/babel-plugin-jsx": "^1.1.1", - "chokidar": "^3.5.3" + "chokidar": "^3.5.3", + "vite": "^2.9.8", + "vue": "3.2.33" }, "peerDependencies": { "vite": "^2.9.8" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 359983300..d72688941 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,10 +4,11 @@ importers: .: specifiers: + '@babel/core': ^7.17.10 '@babel/preset-env': ^7.16.11 '@dcloudio/types': ^2.6.6 - '@dcloudio/uni-api': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-app': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-api': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-app': 3.0.0-alpha-3040820220424002 '@jest/types': ^27.0.2 '@microsoft/api-extractor': ^7.19.4 '@rollup/plugin-alias': ^3.1.1 @@ -17,11 +18,12 @@ importers: '@rollup/plugin-node-resolve': ^11.0.1 '@rollup/plugin-replace': ^2.3.4 '@rollup/plugin-strip': ^2.0.0 - '@types/jest': ^26.0.23 + '@types/jest': ^27.0.0 '@types/node': ^17.0.31 '@typescript-eslint/parser': ^5.14.0 '@vitejs/plugin-vue': ^2.3.2 '@vitejs/plugin-vue-jsx': ^1.3.10 + '@vue/compiler-sfc': 3.2.33 '@vue/reactivity': 3.2.33 '@vue/runtime-core': 3.2.33 '@vue/runtime-dom': 3.2.33 @@ -53,24 +55,26 @@ importers: vue-router: ^4.0.15 yorkie: ^2.0.0 devDependencies: - '@babel/preset-env': 7.17.10 + '@babel/core': 7.17.10 + '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@dcloudio/types': 2.6.6 '@dcloudio/uni-api': link:packages/uni-api '@dcloudio/uni-app': link:packages/uni-app '@jest/types': 27.5.1 '@microsoft/api-extractor': 7.23.1 '@rollup/plugin-alias': 3.1.9_rollup@2.72.0 - '@rollup/plugin-babel': 5.3.1_rollup@2.72.0 + '@rollup/plugin-babel': 5.3.1_wkwocc4dsk7bd65om3dnrhmmbq '@rollup/plugin-commonjs': 17.1.0_rollup@2.72.0 '@rollup/plugin-json': 4.1.0_rollup@2.72.0 '@rollup/plugin-node-resolve': 11.2.1_rollup@2.72.0 '@rollup/plugin-replace': 2.4.2_rollup@2.72.0 '@rollup/plugin-strip': 2.1.0_rollup@2.72.0 - '@types/jest': 26.0.24 + '@types/jest': 27.5.0 '@types/node': 17.0.31 '@typescript-eslint/parser': 5.22.0_e4zyhrvfnqudwdx5bevnvkluy4 '@vitejs/plugin-vue': 2.3.2_vite@2.9.8+vue@3.2.33 '@vitejs/plugin-vue-jsx': 1.3.10 + '@vue/compiler-sfc': 3.2.33 '@vue/reactivity': 3.2.33 '@vue/runtime-core': 3.2.33 '@vue/runtime-dom': 3.2.33 @@ -93,9 +97,9 @@ importers: rollup-plugin-node-globals: 1.4.0 rollup-plugin-terser: 7.0.2_rollup@2.72.0 rollup-plugin-typescript2: 0.29.0_s6zbpzdkhlvcqzhawas6jkergu - rollup-plugin-vue: 6.0.0 + rollup-plugin-vue: 6.0.0_@vue+compiler-sfc@3.2.33 semver: 7.3.7 - ts-jest: 27.1.4_cgk4wcbcl7jxzzbsdvyvawgyma + ts-jest: 27.1.4_nnrehbtdwi4vovimszixfn4hgm typescript: 4.6.4 vite: 2.9.8 vue: 3.2.33 @@ -131,11 +135,11 @@ importers: packages/size-check: specifiers: - '@dcloudio/uni-app': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-components': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-h5': 3.0.0-alpha-3040820220424001 - '@dcloudio/vite-plugin-uni': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-app': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-components': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-h5': 3.0.0-alpha-3040820220424002 + '@dcloudio/vite-plugin-uni': 3.0.0-alpha-3040820220424002 vue: ^3.2.31 vue-i18n: 9.1.9 vuex: ^4.0.2 @@ -152,18 +156,18 @@ importers: packages/uni-api: specifiers: - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 devDependencies: '@dcloudio/uni-shared': link:../uni-shared packages/uni-app: specifiers: - '@dcloudio/uni-cloud': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-components': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-i18n': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-push': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-stat': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-cloud': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-components': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-i18n': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-push': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-stat': 3.0.0-alpha-3040820220424002 '@vue/shared': 3.2.33 dependencies: '@dcloudio/uni-cloud': link:../uni-cloud @@ -176,13 +180,13 @@ importers: packages/uni-app-plus: specifiers: - '@dcloudio/uni-app-vite': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-app-vue': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-components': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-h5': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-i18n': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-app-vite': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-app-vue': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-components': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-h5': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-i18n': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 '@types/pako': 1.0.2 '@vue/compiler-sfc': 3.2.33 pako: ^1.0.11 @@ -203,11 +207,11 @@ importers: packages/uni-app-vite: specifiers: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-i18n': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-nvue-styler': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uts': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-i18n': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-nvue-styler': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uts': 3.0.0-alpha-3040820220424002 '@rollup/pluginutils': ^4.2.0 '@types/debug': ^4.1.7 '@types/fs-extra': ^9.0.13 @@ -221,6 +225,8 @@ importers: picocolors: ^1.0.0 postcss: ^8.4.13 rollup: ^2.59.0 + vite: ^2.9.8 + vue: 3.2.33 dependencies: '@dcloudio/uni-cli-shared': link:../uni-cli-shared '@dcloudio/uni-i18n': link:../uni-i18n @@ -228,7 +234,7 @@ importers: '@dcloudio/uni-shared': link:../uni-shared '@dcloudio/uts': link:../uts '@rollup/pluginutils': 4.2.1 - '@vitejs/plugin-vue': 2.3.2 + '@vitejs/plugin-vue': 2.3.2_vite@2.9.8+vue@3.2.33 '@vue/compiler-dom': 3.2.33 '@vue/compiler-sfc': 3.2.33 debug: 4.3.4 @@ -241,16 +247,18 @@ importers: '@vue/compiler-core': 3.2.33 esbuild: 0.14.38 postcss: 8.4.13 + vite: 2.9.8 + vue: 3.2.33 packages/uni-app-vue: specifiers: - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 devDependencies: '@dcloudio/uni-shared': link:../uni-shared packages/uni-automator: specifiers: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 '@types/debug': ^4.1.7 '@types/fs-extra': ^9.0.13 address: ^1.1.2 @@ -285,8 +293,8 @@ importers: '@babel/core': ^7.17.9 '@babel/parser': ^7.17.9 '@babel/types': ^7.17.0 - '@dcloudio/uni-i18n': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-i18n': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 '@intlify/core-base': 9.1.9 '@intlify/shared': 9.1.9 '@intlify/vue-devtools': 9.1.9 @@ -331,6 +339,7 @@ importers: postcss-selector-parser: ^6.0.6 resolve: ^1.22.0 tapable: ^2.2.0 + vue: 3.2.33 xregexp: 3.1.0 dependencies: '@ampproject/remapping': 2.2.0 @@ -346,7 +355,7 @@ importers: '@vue/compiler-core': 3.2.33 '@vue/compiler-dom': 3.2.33 '@vue/compiler-sfc': 3.2.33 - '@vue/server-renderer': 3.2.33 + '@vue/server-renderer': 3.2.33_vue@3.2.33 '@vue/shared': 3.2.33 autoprefixer: 10.4.7_postcss@8.4.13 base64url: 3.0.1 @@ -385,12 +394,13 @@ importers: '@types/sass': 1.43.1 '@types/stylus': 0.48.37 postcss: 8.4.13 + vue: 3.2.33 packages/uni-cloud: specifiers: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-i18n': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-i18n': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 dependencies: '@dcloudio/uni-cli-shared': link:../uni-cli-shared '@dcloudio/uni-i18n': link:../uni-i18n @@ -398,7 +408,7 @@ importers: packages/uni-components: specifiers: - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 '@types/quill': ^1.3.7 devDependencies: '@dcloudio/uni-shared': link:../uni-shared @@ -406,9 +416,9 @@ importers: packages/uni-core: specifiers: - '@dcloudio/uni-i18n': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-i18n': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 safe-area-insets: ^1.4.1 devDependencies: '@dcloudio/uni-i18n': link:../uni-i18n @@ -419,11 +429,11 @@ importers: packages/uni-h5: specifiers: '@dcloudio/uni-cli-i18n': ^2.0.0-32920211029004 - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-h5-vite': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-h5-vue': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-i18n': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-h5-vite': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-h5-vue': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-i18n': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 '@types/google.maps': ^3.45.6 '@vue/server-renderer': 3.2.33 '@vue/shared': 3.2.33 @@ -455,8 +465,8 @@ importers: packages/uni-h5-vite: specifiers: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 '@rollup/pluginutils': ^4.2.0 '@types/debug': ^4.1.7 '@types/fs-extra': ^9.0.13 @@ -473,13 +483,14 @@ importers: fs-extra: ^10.0.0 mime: ^3.0.0 module-alias: ^2.2.2 + vue: 3.2.33 dependencies: '@dcloudio/uni-cli-shared': link:../uni-cli-shared '@dcloudio/uni-shared': link:../uni-shared '@rollup/pluginutils': 4.2.1 '@vue/compiler-dom': 3.2.33 '@vue/compiler-sfc': 3.2.33 - '@vue/server-renderer': 3.2.33 + '@vue/server-renderer': 3.2.33_vue@3.2.33 '@vue/shared': 3.2.33 debug: 4.3.4 fs-extra: 10.1.0 @@ -493,6 +504,7 @@ importers: '@types/resolve': 1.20.2 '@vue/compiler-core': 3.2.33 esbuild: 0.14.38 + vue: 3.2.33 packages/uni-h5-vue: specifiers: {} @@ -502,10 +514,10 @@ importers: packages/uni-mp-alipay: specifiers: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 '@vue/compiler-core': 3.2.33 '@vue/shared': 3.2.33 dependencies: @@ -518,12 +530,12 @@ importers: packages/uni-mp-baidu: specifiers: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 '@vue/compiler-core': 3.2.33 '@vue/shared': 3.2.33 dependencies: @@ -541,8 +553,8 @@ importers: '@babel/generator': ^7.17.9 '@babel/parser': ^7.17.9 '@babel/types': ^7.17.0 - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 '@types/babel__generator': ^7.6.4 '@vue/compiler-core': 3.2.33 '@vue/compiler-dom': 3.2.33 @@ -570,12 +582,12 @@ importers: packages/uni-mp-kuaishou: specifiers: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 '@vue/compiler-core': 3.2.33 '@vue/shared': 3.2.33 dependencies: @@ -590,12 +602,12 @@ importers: packages/uni-mp-lark: specifiers: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 '@vue/compiler-core': 3.2.33 '@vue/shared': 3.2.33 dependencies: @@ -610,11 +622,11 @@ importers: packages/uni-mp-qq: specifiers: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 '@types/fs-extra': ^9.0.13 '@vue/compiler-core': 3.2.33 '@vue/shared': 3.2.33 @@ -633,11 +645,11 @@ importers: packages/uni-mp-toutiao: specifiers: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 '@vue/compiler-core': 3.2.33 '@vue/shared': 3.2.33 dependencies: @@ -651,11 +663,11 @@ importers: packages/uni-mp-vite: specifiers: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-i18n': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-i18n': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 '@types/debug': ^4.1.7 '@vue/compiler-sfc': 3.2.33 '@vue/shared': 3.2.33 @@ -676,8 +688,8 @@ importers: packages/uni-mp-vue: specifiers: - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 '@vue/shared': 3.2.33 dependencies: '@dcloudio/uni-shared': link:../uni-shared @@ -687,10 +699,10 @@ importers: packages/uni-mp-weixin: specifiers: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 '@vue/compiler-core': 3.2.33 '@vue/shared': 3.2.33 dependencies: @@ -714,16 +726,16 @@ importers: packages/uni-push: specifiers: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 dependencies: '@dcloudio/uni-cli-shared': link:../uni-cli-shared packages/uni-quickapp-webview: specifiers: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-vite': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-vite': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 '@vue/compiler-core': 3.2.33 '@vue/shared': 3.2.33 dependencies: @@ -746,8 +758,8 @@ importers: packages/uni-stat: specifiers: - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 '@types/debug': ^4.1.7 debug: ^4.3.3 dependencies: @@ -759,15 +771,16 @@ importers: packages/uni-vue: specifiers: - '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-mp-vue': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 devDependencies: '@dcloudio/uni-mp-vue': link:../uni-mp-vue '@dcloudio/uni-shared': link:../uni-shared packages/uts: specifiers: - '@dcloudio/uts-darwin-arm64': 3.0.0-alpha-3040820220424001 + '@dcloudio/uts-darwin-arm64': 3.0.0-alpha-3040820220424002 + '@dcloudio/uts-win32-x64-msvc': 3.0.0-alpha-3040820220424002 '@types/fs-extra': ^9.0.13 cac: 6.7.9 chokidar: ^3.5.3 @@ -782,6 +795,7 @@ importers: picocolors: 1.0.0 optionalDependencies: '@dcloudio/uts-darwin-arm64': link:../uts-darwin-arm64 + '@dcloudio/uts-win32-x64-msvc': link:../uts-win32-x64-msvc devDependencies: '@types/fs-extra': 9.0.13 @@ -796,8 +810,8 @@ importers: '@babel/core': ^7.17.9 '@babel/plugin-syntax-import-meta': ^7.10.4 '@babel/plugin-transform-typescript': ^7.16.8 - '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424001 - '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424001 + '@dcloudio/uni-cli-shared': 3.0.0-alpha-3040820220424002 + '@dcloudio/uni-shared': 3.0.0-alpha-3040820220424002 '@rollup/pluginutils': ^4.2.0 '@types/debug': ^4.1.7 '@types/estree': ^0.0.51 @@ -821,6 +835,8 @@ importers: hash-sum: ^2.0.0 jsonc-parser: ^3.0.0 picocolors: ^1.0.0 + vite: ^2.9.8 + vue: 3.2.33 dependencies: '@babel/core': 7.17.10 '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.17.10 @@ -828,8 +844,8 @@ importers: '@dcloudio/uni-cli-shared': link:../uni-cli-shared '@dcloudio/uni-shared': link:../uni-shared '@rollup/pluginutils': 4.2.1 - '@vitejs/plugin-legacy': 1.8.2 - '@vitejs/plugin-vue': 2.3.2 + '@vitejs/plugin-legacy': 1.8.2_vite@2.9.8 + '@vitejs/plugin-vue': 2.3.2_vite@2.9.8+vue@3.2.33 '@vitejs/plugin-vue-jsx': 1.3.10 '@vue/compiler-core': 3.2.33 '@vue/compiler-dom': 3.2.33 @@ -851,6 +867,8 @@ importers: '@types/sass': 1.43.1 '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.17.10 chokidar: 3.5.3 + vite: 2.9.8 + vue: 3.2.33 packages: @@ -921,18 +939,6 @@ packages: '@babel/types': 7.17.10 dev: true - /@babel/helper-compilation-targets/7.17.10: - resolution: {integrity: sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.17.10 - '@babel/helper-validator-option': 7.16.7 - browserslist: 4.20.3 - semver: 6.3.0 - dev: true - /@babel/helper-compilation-targets/7.17.10_@babel+core@7.17.10: resolution: {integrity: sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==} engines: {node: '>=6.9.0'} @@ -945,23 +951,6 @@ packages: browserslist: 4.20.3 semver: 6.3.0 - /@babel/helper-create-class-features-plugin/7.17.9: - resolution: {integrity: sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/helper-annotate-as-pure': 7.16.7 - '@babel/helper-environment-visitor': 7.16.7 - '@babel/helper-function-name': 7.17.9 - '@babel/helper-member-expression-to-functions': 7.17.7 - '@babel/helper-optimise-call-expression': 7.16.7 - '@babel/helper-replace-supers': 7.16.7 - '@babel/helper-split-export-declaration': 7.16.7 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/helper-create-class-features-plugin/7.17.9_@babel+core@7.17.10: resolution: {integrity: sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==} engines: {node: '>=6.9.0'} @@ -979,22 +968,24 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-create-regexp-features-plugin/7.17.0: + /@babel/helper-create-regexp-features-plugin/7.17.0_@babel+core@7.17.10: resolution: {integrity: sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-annotate-as-pure': 7.16.7 regexpu-core: 5.0.1 dev: true - /@babel/helper-define-polyfill-provider/0.3.1: + /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.10: resolution: {integrity: sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/helper-compilation-targets': 7.17.10 + '@babel/core': 7.17.10 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 '@babel/traverse': 7.17.10 @@ -1154,199 +1145,208 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7: + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-proposal-optional-chaining': 7.16.7 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.10 dev: true - /@babel/plugin-proposal-async-generator-functions/7.16.8: + /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.17.10: resolution: {integrity: sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-remap-async-to-generator': 7.16.8 - '@babel/plugin-syntax-async-generators': 7.8.4 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.10 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.16.7: + /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-create-class-features-plugin': 7.17.9 + '@babel/core': 7.17.10 + '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.10 '@babel/helper-plugin-utils': 7.16.7 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-static-block/7.17.6: + /@babel/plugin-proposal-class-static-block/7.17.6_@babel+core@7.17.10: resolution: {integrity: sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/helper-create-class-features-plugin': 7.17.9 + '@babel/core': 7.17.10 + '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-class-static-block': 7.14.5 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.10 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-dynamic-import/7.16.7: + /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-dynamic-import': 7.8.3 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.10 dev: true - /@babel/plugin-proposal-export-namespace-from/7.16.7: + /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-export-namespace-from': 7.8.3 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.10 dev: true - /@babel/plugin-proposal-json-strings/7.16.7: + /@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-json-strings': 7.8.3 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.10 dev: true - /@babel/plugin-proposal-logical-assignment-operators/7.16.7: + /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.10 dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7: + /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.10 dev: true - /@babel/plugin-proposal-numeric-separator/7.16.7: + /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-numeric-separator': 7.10.4 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.10 dev: true - /@babel/plugin-proposal-object-rest-spread/7.17.3: + /@babel/plugin-proposal-object-rest-spread/7.17.3_@babel+core@7.17.10: resolution: {integrity: sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.17.10 - '@babel/helper-compilation-targets': 7.17.10 + '@babel/core': 7.17.10 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-object-rest-spread': 7.8.3 - '@babel/plugin-transform-parameters': 7.16.7 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.10 + '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.10 dev: true - /@babel/plugin-proposal-optional-catch-binding/7.16.7: + /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.10 dev: true - /@babel/plugin-proposal-optional-chaining/7.16.7: + /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.10 dev: true - /@babel/plugin-proposal-private-methods/7.16.11: + /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.10: resolution: {integrity: sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-create-class-features-plugin': 7.17.9 + '@babel/core': 7.17.10 + '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.10 '@babel/helper-plugin-utils': 7.16.7 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object/7.16.7: + /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-annotate-as-pure': 7.16.7 - '@babel/helper-create-class-features-plugin': 7.17.9 + '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-private-property-in-object': 7.14.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.10 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-unicode-property-regex/7.16.7: + /@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-create-regexp-features-plugin': 7.17.0 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - - /@babel/plugin-syntax-async-generators/7.8.4: - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: + '@babel/core': 7.17.10 + '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true @@ -1368,14 +1368,6 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-class-properties/7.12.13: - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.10: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: @@ -1385,28 +1377,31 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-class-static-block/7.14.5: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.10: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.10: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.10: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true @@ -1418,14 +1413,6 @@ packages: '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-json-strings/7.8.3: - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.10: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: @@ -1444,14 +1431,6 @@ packages: '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-logical-assignment-operators/7.10.4: - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.10: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: @@ -1461,14 +1440,6 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3: - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.10: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: @@ -1478,14 +1449,6 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4: - resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.10: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: @@ -1495,14 +1458,6 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3: - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.10: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: @@ -1512,14 +1467,6 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3: - resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.10: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: @@ -1529,14 +1476,6 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3: - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.10: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: @@ -1546,21 +1485,13 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-private-property-in-object/7.14.5: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.10: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-plugin-utils': 7.16.7 - dev: true - - /@babel/plugin-syntax-top-level-await/7.14.5: - resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true @@ -1583,21 +1514,23 @@ packages: '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-arrow-functions/7.16.7: + /@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-async-to-generator/7.16.8: + /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.17.10: resolution: {integrity: sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-remap-async-to-generator': 7.16.8 @@ -1605,30 +1538,33 @@ packages: - supports-color dev: true - /@babel/plugin-transform-block-scoped-functions/7.16.7: + /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-block-scoping/7.16.7: + /@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-classes/7.16.7: + /@babel/plugin-transform-classes/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-function-name': 7.17.9 @@ -1641,97 +1577,107 @@ packages: - supports-color dev: true - /@babel/plugin-transform-computed-properties/7.16.7: + /@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-destructuring/7.17.7: + /@babel/plugin-transform-destructuring/7.17.7_@babel+core@7.17.10: resolution: {integrity: sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-dotall-regex/7.16.7: + /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-create-regexp-features-plugin': 7.17.0 + '@babel/core': 7.17.10 + '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-duplicate-keys/7.16.7: + /@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-exponentiation-operator/7.16.7: + /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-for-of/7.16.7: + /@babel/plugin-transform-for-of/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-function-name/7.16.7: + /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-compilation-targets': 7.17.10 + '@babel/core': 7.17.10 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10 '@babel/helper-function-name': 7.17.9 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-literals/7.16.7: + /@babel/plugin-transform-literals/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-member-expression-literals/7.16.7: + /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-modules-amd/7.16.7: + /@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-module-transforms': 7.17.7 '@babel/helper-plugin-utils': 7.16.7 babel-plugin-dynamic-import-node: 2.3.3 @@ -1739,12 +1685,13 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs/7.17.9: + /@babel/plugin-transform-modules-commonjs/7.17.9_@babel+core@7.17.10: resolution: {integrity: sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-module-transforms': 7.17.7 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-simple-access': 7.17.7 @@ -1753,12 +1700,13 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs/7.17.8: + /@babel/plugin-transform-modules-systemjs/7.17.8_@babel+core@7.17.10: resolution: {integrity: sha512-39reIkMTUVagzgA5x88zDYXPCMT6lcaRKs1+S9K6NKBPErbgO/w/kP8GlNQTC87b412ZTlmNgr3k2JrWgHH+Bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-hoist-variables': 7.16.7 '@babel/helper-module-transforms': 7.17.7 '@babel/helper-plugin-utils': 7.16.7 @@ -1768,127 +1716,140 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-umd/7.16.7: + /@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-module-transforms': 7.17.7 '@babel/helper-plugin-utils': 7.16.7 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.17.10: + /@babel/plugin-transform-named-capturing-groups-regex/7.17.10_@babel+core@7.17.10: resolution: {integrity: sha512-v54O6yLaJySCs6mGzaVOUw9T967GnH38T6CQSAtnzdNPwu84l2qAjssKzo/WSO8Yi7NF+7ekm5cVbF/5qiIgNA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/helper-create-regexp-features-plugin': 7.17.0 + '@babel/core': 7.17.10 + '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.10 dev: true - /@babel/plugin-transform-new-target/7.16.7: + /@babel/plugin-transform-new-target/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-object-super/7.16.7: + /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-replace-supers': 7.16.7 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-parameters/7.16.7: + /@babel/plugin-transform-parameters/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-property-literals/7.16.7: + /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-regenerator/7.17.9: + /@babel/plugin-transform-regenerator/7.17.9_@babel+core@7.17.10: resolution: {integrity: sha512-Lc2TfbxR1HOyn/c6b4Y/b6NHoTb67n/IoWLxTu4kC7h4KQnWlhCq2S8Tx0t2SVvv5Uu87Hs+6JEJ5kt2tYGylQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 regenerator-transform: 0.15.0 dev: true - /@babel/plugin-transform-reserved-words/7.16.7: + /@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-shorthand-properties/7.16.7: + /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-spread/7.16.7: + /@babel/plugin-transform-spread/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 dev: true - /@babel/plugin-transform-sticky-regex/7.16.7: + /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-template-literals/7.16.7: + /@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-typeof-symbol/7.16.7: + /@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true @@ -1905,117 +1866,121 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-unicode-escapes/7.16.7: + /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-unicode-regex/7.16.7: + /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-create-regexp-features-plugin': 7.17.0 + '@babel/core': 7.17.10 + '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/preset-env/7.17.10: + /@babel/preset-env/7.17.10_@babel+core@7.17.10: resolution: {integrity: sha512-YNgyBHZQpeoBSRBg0xixsZzfT58Ze1iZrajvv0lJc70qDDGuGfonEnMGfWeSY0mQ3JTuCWFbMkzFRVafOyJx4g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.17.10 - '@babel/helper-compilation-targets': 7.17.10 + '@babel/core': 7.17.10 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-validator-option': 7.16.7 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7 - '@babel/plugin-proposal-async-generator-functions': 7.16.8 - '@babel/plugin-proposal-class-properties': 7.16.7 - '@babel/plugin-proposal-class-static-block': 7.17.6 - '@babel/plugin-proposal-dynamic-import': 7.16.7 - '@babel/plugin-proposal-export-namespace-from': 7.16.7 - '@babel/plugin-proposal-json-strings': 7.16.7 - '@babel/plugin-proposal-logical-assignment-operators': 7.16.7 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7 - '@babel/plugin-proposal-numeric-separator': 7.16.7 - '@babel/plugin-proposal-object-rest-spread': 7.17.3 - '@babel/plugin-proposal-optional-catch-binding': 7.16.7 - '@babel/plugin-proposal-optional-chaining': 7.16.7 - '@babel/plugin-proposal-private-methods': 7.16.11 - '@babel/plugin-proposal-private-property-in-object': 7.16.7 - '@babel/plugin-proposal-unicode-property-regex': 7.16.7 - '@babel/plugin-syntax-async-generators': 7.8.4 - '@babel/plugin-syntax-class-properties': 7.12.13 - '@babel/plugin-syntax-class-static-block': 7.14.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3 - '@babel/plugin-syntax-export-namespace-from': 7.8.3 - '@babel/plugin-syntax-json-strings': 7.8.3 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3 - '@babel/plugin-syntax-numeric-separator': 7.10.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3 - '@babel/plugin-syntax-optional-chaining': 7.8.3 - '@babel/plugin-syntax-private-property-in-object': 7.14.5 - '@babel/plugin-syntax-top-level-await': 7.14.5 - '@babel/plugin-transform-arrow-functions': 7.16.7 - '@babel/plugin-transform-async-to-generator': 7.16.8 - '@babel/plugin-transform-block-scoped-functions': 7.16.7 - '@babel/plugin-transform-block-scoping': 7.16.7 - '@babel/plugin-transform-classes': 7.16.7 - '@babel/plugin-transform-computed-properties': 7.16.7 - '@babel/plugin-transform-destructuring': 7.17.7 - '@babel/plugin-transform-dotall-regex': 7.16.7 - '@babel/plugin-transform-duplicate-keys': 7.16.7 - '@babel/plugin-transform-exponentiation-operator': 7.16.7 - '@babel/plugin-transform-for-of': 7.16.7 - '@babel/plugin-transform-function-name': 7.16.7 - '@babel/plugin-transform-literals': 7.16.7 - '@babel/plugin-transform-member-expression-literals': 7.16.7 - '@babel/plugin-transform-modules-amd': 7.16.7 - '@babel/plugin-transform-modules-commonjs': 7.17.9 - '@babel/plugin-transform-modules-systemjs': 7.17.8 - '@babel/plugin-transform-modules-umd': 7.16.7 - '@babel/plugin-transform-named-capturing-groups-regex': 7.17.10 - '@babel/plugin-transform-new-target': 7.16.7 - '@babel/plugin-transform-object-super': 7.16.7 - '@babel/plugin-transform-parameters': 7.16.7 - '@babel/plugin-transform-property-literals': 7.16.7 - '@babel/plugin-transform-regenerator': 7.17.9 - '@babel/plugin-transform-reserved-words': 7.16.7 - '@babel/plugin-transform-shorthand-properties': 7.16.7 - '@babel/plugin-transform-spread': 7.16.7 - '@babel/plugin-transform-sticky-regex': 7.16.7 - '@babel/plugin-transform-template-literals': 7.16.7 - '@babel/plugin-transform-typeof-symbol': 7.16.7 - '@babel/plugin-transform-unicode-escapes': 7.16.7 - '@babel/plugin-transform-unicode-regex': 7.16.7 - '@babel/preset-modules': 0.1.5 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.17.10 + '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-class-static-block': 7.17.6_@babel+core@7.17.10 + '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-object-rest-spread': 7.17.3_@babel+core@7.17.10 + '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.10 + '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.10 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.10 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.10 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.10 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.10 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.10 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.10 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.10 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.10 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.10 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.10 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.10 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.10 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.10 + '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.17.10 + '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-destructuring': 7.17.7_@babel+core@7.17.10 + '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-modules-commonjs': 7.17.9_@babel+core@7.17.10 + '@babel/plugin-transform-modules-systemjs': 7.17.8_@babel+core@7.17.10 + '@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-named-capturing-groups-regex': 7.17.10_@babel+core@7.17.10 + '@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-regenerator': 7.17.9_@babel+core@7.17.10 + '@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.10 + '@babel/preset-modules': 0.1.5_@babel+core@7.17.10 '@babel/types': 7.17.10 - babel-plugin-polyfill-corejs2: 0.3.1 - babel-plugin-polyfill-corejs3: 0.5.2 - babel-plugin-polyfill-regenerator: 0.3.1 + babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.10 + babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.10 + babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.10 core-js-compat: 3.22.4 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-modules/0.1.5: + /@babel/preset-modules/0.1.5_@babel+core@7.17.10: resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-proposal-unicode-property-regex': 7.16.7 - '@babel/plugin-transform-dotall-regex': 7.16.7 + '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.10 '@babel/types': 7.17.10 esutils: 2.0.3 dev: true @@ -2068,13 +2033,6 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@colors/colors/1.5.0: - resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} - engines: {node: '>=0.1.90'} - requiresBuild: true - dev: true - optional: true - /@cypress/request/2.88.10: resolution: {integrity: sha512-Zp7F+R93N0yZyG34GutyTNr+okam7s/Fzc1+i3kcqOP8vk6OuajuE9qZJ6Rs+10/1JFtXFYMdyarnU1rZuJesg==} engines: {node: '>= 6'} @@ -2403,17 +2361,6 @@ packages: - supports-color dev: true - /@jest/types/26.6.2: - resolution: {integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==} - engines: {node: '>= 10.14.2'} - dependencies: - '@types/istanbul-lib-coverage': 2.0.4 - '@types/istanbul-reports': 3.0.1 - '@types/node': 17.0.31 - '@types/yargs': 15.0.14 - chalk: 4.1.2 - dev: true - /@jest/types/27.5.1: resolution: {integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -2526,7 +2473,7 @@ packages: slash: 3.0.0 dev: true - /@rollup/plugin-babel/5.3.1_rollup@2.72.0: + /@rollup/plugin-babel/5.3.1_wkwocc4dsk7bd65om3dnrhmmbq: resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -2537,6 +2484,7 @@ packages: '@types/babel__core': optional: true dependencies: + '@babel/core': 7.17.10 '@babel/helper-module-imports': 7.16.7 '@rollup/pluginutils': 3.1.0_rollup@2.72.0 rollup: 2.72.0 @@ -2782,11 +2730,11 @@ packages: '@types/istanbul-lib-report': 3.0.0 dev: true - /@types/jest/26.0.24: - resolution: {integrity: sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==} + /@types/jest/27.5.0: + resolution: {integrity: sha512-9RBFx7r4k+msyj/arpfaa0WOOEcaAZNmN+j80KFbFCoSqCJGHTz7YMAMGQW9Xmqm5w6l5c25vbSjMwlikJi5+g==} dependencies: - jest-diff: 26.6.2 - pretty-format: 26.6.2 + jest-matcher-utils: 27.5.1 + pretty-format: 27.5.1 dev: true /@types/less/3.0.3: @@ -2892,26 +2840,12 @@ packages: resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} dev: true - /@types/yargs/15.0.14: - resolution: {integrity: sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==} - dependencies: - '@types/yargs-parser': 21.0.0 - dev: true - /@types/yargs/16.0.4: resolution: {integrity: sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==} dependencies: '@types/yargs-parser': 21.0.0 dev: true - /@types/yauzl/2.10.0: - resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} - requiresBuild: true - dependencies: - '@types/node': 14.18.16 - dev: true - optional: true - /@typescript-eslint/parser/5.22.0_e4zyhrvfnqudwdx5bevnvkluy4: resolution: {integrity: sha512-piwC4krUpRDqPaPbFaycN70KCP87+PC5WZmrWs+DlVOxxmF+zI6b6hETv7Quy4s9wbkV16ikMeZgXsvzwI3icQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2974,7 +2908,7 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@vitejs/plugin-legacy/1.8.2: + /@vitejs/plugin-legacy/1.8.2_vite@2.9.8: resolution: {integrity: sha512-NCOKU+pU+cxLMR9P9RTolEuOK+h+zYBXlknj+zGcKSj/NXBZYgA1GAH1FnO4zijoWRiTaiOm2ha9LQrELE7XHg==} engines: {node: '>=12.0.0'} peerDependencies: @@ -2985,6 +2919,7 @@ packages: magic-string: 0.26.1 regenerator-runtime: 0.13.9 systemjs: 6.12.1 + vite: 2.9.8 dev: false /@vitejs/plugin-vue-jsx/1.3.10: @@ -3000,14 +2935,6 @@ packages: transitivePeerDependencies: - supports-color - /@vitejs/plugin-vue/2.3.2: - resolution: {integrity: sha512-umyypfSHS4kQLdYAnJHhaASq7FRzNCdvcRoQ3uYGNk1/M4a+hXUd7ysN7BLhCrWH6uBokyCkFeUAaFDzSaaSrQ==} - engines: {node: '>=12.0.0'} - peerDependencies: - vite: ^2.5.10 - vue: ^3.2.25 - dev: false - /@vitejs/plugin-vue/2.3.2_vite@2.9.8+vue@3.2.33: resolution: {integrity: sha512-umyypfSHS4kQLdYAnJHhaASq7FRzNCdvcRoQ3uYGNk1/M4a+hXUd7ysN7BLhCrWH6uBokyCkFeUAaFDzSaaSrQ==} engines: {node: '>=12.0.0'} @@ -3017,7 +2944,6 @@ packages: dependencies: vite: 2.9.8 vue: 3.2.33 - dev: true /@vue/babel-helper-vue-transform-on/1.0.2: resolution: {integrity: sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==} @@ -3102,15 +3028,6 @@ packages: '@vue/shared': 3.2.33 csstype: 2.6.20 - /@vue/server-renderer/3.2.33: - resolution: {integrity: sha512-4jpJHRD4ORv8PlbYi+/MfP8ec1okz6rybe36MdpkDrGIdEItHEUyaHSKvz+ptNEyQpALmmVfRteHkU9F8vxOew==} - peerDependencies: - vue: 3.2.33 - dependencies: - '@vue/compiler-ssr': 3.2.33 - '@vue/shared': 3.2.33 - dev: false - /@vue/server-renderer/3.2.33_vue@3.2.33: resolution: {integrity: sha512-4jpJHRD4ORv8PlbYi+/MfP8ec1okz6rybe36MdpkDrGIdEItHEUyaHSKvz+ptNEyQpALmmVfRteHkU9F8vxOew==} peerDependencies: @@ -3401,35 +3318,38 @@ packages: '@types/babel__traverse': 7.17.1 dev: true - /babel-plugin-polyfill-corejs2/0.3.1: + /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.17.10: resolution: {integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.17.10 - '@babel/helper-define-polyfill-provider': 0.3.1 + '@babel/core': 7.17.10 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.10 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.5.2: + /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.17.10: resolution: {integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-define-polyfill-provider': 0.3.1 + '@babel/core': 7.17.10 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.10 core-js-compat: 3.22.4 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator/0.3.1: + /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.17.10: resolution: {integrity: sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-define-polyfill-provider': 0.3.1 + '@babel/core': 7.17.10 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.10 transitivePeerDependencies: - supports-color dev: true @@ -3732,7 +3652,7 @@ packages: normalize-path: 3.0.0 readdirp: 3.6.0 optionalDependencies: - fsevents: 2.3.2 + fsevents: registry.npmjs.org/fsevents/2.3.2 /ci-info/1.6.0: resolution: {integrity: sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==} @@ -3771,7 +3691,7 @@ packages: dependencies: string-width: 4.2.3 optionalDependencies: - '@colors/colors': 1.5.0 + '@colors/colors': registry.npmjs.org/@colors/colors/1.5.0 dev: true /cli-truncate/2.1.0: @@ -4245,11 +4165,6 @@ packages: engines: {node: '>=8'} dev: true - /diff-sequences/26.6.2: - resolution: {integrity: sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==} - engines: {node: '>= 10.14.2'} - dev: true - /diff-sequences/27.5.1: resolution: {integrity: sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -4304,213 +4219,53 @@ packages: brorand: 1.1.0 hash.js: 1.1.7 hmac-drbg: 1.0.1 - inherits: 2.0.4 - minimalistic-assert: 1.0.1 - minimalistic-crypto-utils: 1.0.1 - dev: true - - /emittery/0.8.1: - resolution: {integrity: sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==} - engines: {node: '>=10'} - dev: true - - /emoji-regex/8.0.0: - resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} - dev: true - - /encodeurl/1.0.2: - resolution: {integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=} - engines: {node: '>= 0.8'} - - /end-of-stream/1.4.4: - resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} - dependencies: - once: 1.4.0 - dev: true - - /enquirer/2.3.6: - resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} - engines: {node: '>=8.6'} - dependencies: - ansi-colors: 4.1.1 - dev: true - - /errno/0.1.8: - resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} - hasBin: true - dependencies: - prr: 1.0.1 - dev: true - - /error-ex/1.3.2: - resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} - dependencies: - is-arrayish: 0.2.1 - dev: true - - /es-module-lexer/0.9.3: - resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==} - dev: false - - /esbuild-android-64/0.14.38: - resolution: {integrity: sha512-aRFxR3scRKkbmNuGAK+Gee3+yFxkTJO/cx83Dkyzo4CnQl/2zVSurtG6+G86EQIZ+w+VYngVyK7P3HyTBKu3nw==} - engines: {node: '>=12'} - cpu: [x64] - os: [android] - requiresBuild: true - optional: true - - /esbuild-android-arm64/0.14.38: - resolution: {integrity: sha512-L2NgQRWuHFI89IIZIlpAcINy9FvBk6xFVZ7xGdOwIm8VyhX1vNCEqUJO3DPSSy945Gzdg98cxtNt8Grv1CsyhA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] - requiresBuild: true - optional: true - - /esbuild-darwin-64/0.14.38: - resolution: {integrity: sha512-5JJvgXkX87Pd1Og0u/NJuO7TSqAikAcQQ74gyJ87bqWRVeouky84ICoV4sN6VV53aTW+NE87qLdGY4QA2S7KNA==} - engines: {node: '>=12'} - cpu: [x64] - os: [darwin] - requiresBuild: true - optional: true - - /esbuild-darwin-arm64/0.14.38: - resolution: {integrity: sha512-eqF+OejMI3mC5Dlo9Kdq/Ilbki9sQBw3QlHW3wjLmsLh+quNfHmGMp3Ly1eWm981iGBMdbtSS9+LRvR2T8B3eQ==} - engines: {node: '>=12'} - cpu: [arm64] - os: [darwin] - requiresBuild: true - optional: true - - /esbuild-freebsd-64/0.14.38: - resolution: {integrity: sha512-epnPbhZUt93xV5cgeY36ZxPXDsQeO55DppzsIgWM8vgiG/Rz+qYDLmh5ts3e+Ln1wA9dQ+nZmVHw+RjaW3I5Ig==} - engines: {node: '>=12'} - cpu: [x64] - os: [freebsd] - requiresBuild: true - optional: true - - /esbuild-freebsd-arm64/0.14.38: - resolution: {integrity: sha512-/9icXUYJWherhk+y5fjPI5yNUdFPtXHQlwP7/K/zg8t8lQdHVj20SqU9/udQmeUo5pDFHMYzcEFfJqgOVeKNNQ==} - engines: {node: '>=12'} - cpu: [arm64] - os: [freebsd] - requiresBuild: true - optional: true - - /esbuild-linux-32/0.14.38: - resolution: {integrity: sha512-QfgfeNHRFvr2XeHFzP8kOZVnal3QvST3A0cgq32ZrHjSMFTdgXhMhmWdKzRXP/PKcfv3e2OW9tT9PpcjNvaq6g==} - engines: {node: '>=12'} - cpu: [ia32] - os: [linux] - requiresBuild: true - optional: true - - /esbuild-linux-64/0.14.38: - resolution: {integrity: sha512-uuZHNmqcs+Bj1qiW9k/HZU3FtIHmYiuxZ/6Aa+/KHb/pFKr7R3aVqvxlAudYI9Fw3St0VCPfv7QBpUITSmBR1Q==} - engines: {node: '>=12'} - cpu: [x64] - os: [linux] - requiresBuild: true - optional: true - - /esbuild-linux-arm/0.14.38: - resolution: {integrity: sha512-FiFvQe8J3VKTDXG01JbvoVRXQ0x6UZwyrU4IaLBZeq39Bsbatd94Fuc3F1RGqPF5RbIWW7RvkVQjn79ejzysnA==} - engines: {node: '>=12'} - cpu: [arm] - os: [linux] - requiresBuild: true - optional: true - - /esbuild-linux-arm64/0.14.38: - resolution: {integrity: sha512-HlMGZTEsBrXrivr64eZ/EO0NQM8H8DuSENRok9d+Jtvq8hOLzrxfsAT9U94K3KOGk2XgCmkaI2KD8hX7F97lvA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [linux] - requiresBuild: true - optional: true - - /esbuild-linux-mips64le/0.14.38: - resolution: {integrity: sha512-qd1dLf2v7QBiI5wwfil9j0HG/5YMFBAmMVmdeokbNAMbcg49p25t6IlJFXAeLzogv1AvgaXRXvgFNhScYEUXGQ==} - engines: {node: '>=12'} - cpu: [mips64el] - os: [linux] - requiresBuild: true - optional: true - - /esbuild-linux-ppc64le/0.14.38: - resolution: {integrity: sha512-mnbEm7o69gTl60jSuK+nn+pRsRHGtDPfzhrqEUXyCl7CTOCLtWN2bhK8bgsdp6J/2NyS/wHBjs1x8aBWwP2X9Q==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [linux] - requiresBuild: true - optional: true + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + minimalistic-crypto-utils: 1.0.1 + dev: true - /esbuild-linux-riscv64/0.14.38: - resolution: {integrity: sha512-+p6YKYbuV72uikChRk14FSyNJZ4WfYkffj6Af0/Tw63/6TJX6TnIKE+6D3xtEc7DeDth1fjUOEqm+ApKFXbbVQ==} - engines: {node: '>=12'} - cpu: [riscv64] - os: [linux] - requiresBuild: true - optional: true + /emittery/0.8.1: + resolution: {integrity: sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==} + engines: {node: '>=10'} + dev: true - /esbuild-linux-s390x/0.14.38: - resolution: {integrity: sha512-0zUsiDkGJiMHxBQ7JDU8jbaanUY975CdOW1YDrurjrM0vWHfjv9tLQsW9GSyEb/heSK1L5gaweRjzfUVBFoybQ==} - engines: {node: '>=12'} - cpu: [s390x] - os: [linux] - requiresBuild: true - optional: true + /emoji-regex/8.0.0: + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + dev: true - /esbuild-netbsd-64/0.14.38: - resolution: {integrity: sha512-cljBAApVwkpnJZfnRVThpRBGzCi+a+V9Ofb1fVkKhtrPLDYlHLrSYGtmnoTVWDQdU516qYI8+wOgcGZ4XIZh0Q==} - engines: {node: '>=12'} - cpu: [x64] - os: [netbsd] - requiresBuild: true - optional: true + /encodeurl/1.0.2: + resolution: {integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=} + engines: {node: '>= 0.8'} - /esbuild-openbsd-64/0.14.38: - resolution: {integrity: sha512-CDswYr2PWPGEPpLDUO50mL3WO/07EMjnZDNKpmaxUPsrW+kVM3LoAqr/CE8UbzugpEiflYqJsGPLirThRB18IQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [openbsd] - requiresBuild: true - optional: true + /end-of-stream/1.4.4: + resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} + dependencies: + once: 1.4.0 + dev: true - /esbuild-sunos-64/0.14.38: - resolution: {integrity: sha512-2mfIoYW58gKcC3bck0j7lD3RZkqYA7MmujFYmSn9l6TiIcAMpuEvqksO+ntBgbLep/eyjpgdplF7b+4T9VJGOA==} - engines: {node: '>=12'} - cpu: [x64] - os: [sunos] - requiresBuild: true - optional: true + /enquirer/2.3.6: + resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} + engines: {node: '>=8.6'} + dependencies: + ansi-colors: 4.1.1 + dev: true - /esbuild-windows-32/0.14.38: - resolution: {integrity: sha512-L2BmEeFZATAvU+FJzJiRLFUP+d9RHN+QXpgaOrs2klshoAm1AE6Us4X6fS9k33Uy5SzScn2TpcgecbqJza1Hjw==} - engines: {node: '>=12'} - cpu: [ia32] - os: [win32] - requiresBuild: true - optional: true + /errno/0.1.8: + resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} + hasBin: true + dependencies: + prr: 1.0.1 + dev: true - /esbuild-windows-64/0.14.38: - resolution: {integrity: sha512-Khy4wVmebnzue8aeSXLC+6clo/hRYeNIm0DyikoEqX+3w3rcvrhzpoix0S+MF9vzh6JFskkIGD7Zx47ODJNyCw==} - engines: {node: '>=12'} - cpu: [x64] - os: [win32] - requiresBuild: true - optional: true + /error-ex/1.3.2: + resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + dependencies: + is-arrayish: 0.2.1 + dev: true - /esbuild-windows-arm64/0.14.38: - resolution: {integrity: sha512-k3FGCNmHBkqdJXuJszdWciAH77PukEyDsdIryEHn9cKLQFxzhT39dSumeTuggaQcXY57UlmLGIkklWZo2qzHpw==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] - requiresBuild: true - optional: true + /es-module-lexer/0.9.3: + resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==} + dev: false /esbuild/0.14.38: resolution: {integrity: sha512-12fzJ0fsm7gVZX1YQ1InkOE5f9Tl7cgf6JPYXRJtPIoE0zkWAbHdPHVPPaLi9tYAcEBqheGzqLn/3RdTOyBfcA==} @@ -4518,26 +4273,26 @@ packages: hasBin: true requiresBuild: true optionalDependencies: - esbuild-android-64: 0.14.38 - esbuild-android-arm64: 0.14.38 - esbuild-darwin-64: 0.14.38 - esbuild-darwin-arm64: 0.14.38 - esbuild-freebsd-64: 0.14.38 - esbuild-freebsd-arm64: 0.14.38 - esbuild-linux-32: 0.14.38 - esbuild-linux-64: 0.14.38 - esbuild-linux-arm: 0.14.38 - esbuild-linux-arm64: 0.14.38 - esbuild-linux-mips64le: 0.14.38 - esbuild-linux-ppc64le: 0.14.38 - esbuild-linux-riscv64: 0.14.38 - esbuild-linux-s390x: 0.14.38 - esbuild-netbsd-64: 0.14.38 - esbuild-openbsd-64: 0.14.38 - esbuild-sunos-64: 0.14.38 - esbuild-windows-32: 0.14.38 - esbuild-windows-64: 0.14.38 - esbuild-windows-arm64: 0.14.38 + esbuild-android-64: registry.npmjs.org/esbuild-android-64/0.14.38 + esbuild-android-arm64: registry.npmjs.org/esbuild-android-arm64/0.14.38 + esbuild-darwin-64: registry.npmjs.org/esbuild-darwin-64/0.14.38 + esbuild-darwin-arm64: registry.npmjs.org/esbuild-darwin-arm64/0.14.38 + esbuild-freebsd-64: registry.npmjs.org/esbuild-freebsd-64/0.14.38 + esbuild-freebsd-arm64: registry.npmjs.org/esbuild-freebsd-arm64/0.14.38 + esbuild-linux-32: registry.npmjs.org/esbuild-linux-32/0.14.38 + esbuild-linux-64: registry.npmjs.org/esbuild-linux-64/0.14.38 + esbuild-linux-arm: registry.npmjs.org/esbuild-linux-arm/0.14.38 + esbuild-linux-arm64: registry.npmjs.org/esbuild-linux-arm64/0.14.38 + esbuild-linux-mips64le: registry.npmjs.org/esbuild-linux-mips64le/0.14.38 + esbuild-linux-ppc64le: registry.npmjs.org/esbuild-linux-ppc64le/0.14.38 + esbuild-linux-riscv64: registry.npmjs.org/esbuild-linux-riscv64/0.14.38 + esbuild-linux-s390x: registry.npmjs.org/esbuild-linux-s390x/0.14.38 + esbuild-netbsd-64: registry.npmjs.org/esbuild-netbsd-64/0.14.38 + esbuild-openbsd-64: registry.npmjs.org/esbuild-openbsd-64/0.14.38 + esbuild-sunos-64: registry.npmjs.org/esbuild-sunos-64/0.14.38 + esbuild-windows-32: registry.npmjs.org/esbuild-windows-32/0.14.38 + esbuild-windows-64: registry.npmjs.org/esbuild-windows-64/0.14.38 + esbuild-windows-arm64: registry.npmjs.org/esbuild-windows-arm64/0.14.38 /escalade/3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} @@ -4570,7 +4325,7 @@ packages: esutils: 2.0.3 optionator: 0.8.3 optionalDependencies: - source-map: 0.6.1 + source-map: registry.npmjs.org/source-map/0.6.1 dev: true /eslint-scope/5.1.1: @@ -4840,7 +4595,7 @@ packages: get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: - '@types/yauzl': 2.10.0 + '@types/yauzl': registry.npmjs.org/@types/yauzl/2.9.2 transitivePeerDependencies: - supports-color dev: true @@ -5030,13 +4785,6 @@ packages: resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=} dev: true - /fsevents/2.3.2: - resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} - engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} - os: [darwin] - requiresBuild: true - optional: true - /function-bind/1.1.1: resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} @@ -5670,16 +5418,6 @@ packages: - utf-8-validate dev: true - /jest-diff/26.6.2: - resolution: {integrity: sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==} - engines: {node: '>= 10.14.2'} - dependencies: - chalk: 4.1.2 - diff-sequences: 26.6.2 - jest-get-type: 26.3.0 - pretty-format: 26.6.2 - dev: true - /jest-diff/27.5.1: resolution: {integrity: sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -5738,11 +5476,6 @@ packages: jest-util: 27.5.1 dev: true - /jest-get-type/26.3.0: - resolution: {integrity: sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==} - engines: {node: '>= 10.14.2'} - dev: true - /jest-get-type/27.5.1: resolution: {integrity: sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -5765,7 +5498,7 @@ packages: micromatch: 4.0.5 walker: 1.0.8 optionalDependencies: - fsevents: 2.3.2 + fsevents: registry.npmjs.org/fsevents/2.3.2 dev: true /jest-jasmine2/27.5.1: @@ -6172,7 +5905,7 @@ packages: /jsonfile/4.0.0: resolution: {integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=} optionalDependencies: - graceful-fs: 4.2.10 + graceful-fs: registry.npmjs.org/graceful-fs/4.2.9 dev: true /jsonfile/6.1.0: @@ -6180,7 +5913,7 @@ packages: dependencies: universalify: 2.0.0 optionalDependencies: - graceful-fs: 4.2.10 + graceful-fs: registry.npmjs.org/graceful-fs/4.2.9 /jsprim/2.0.2: resolution: {integrity: sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==} @@ -6488,7 +6221,7 @@ packages: resolution: {integrity: sha512-xTYd4JVHpSCW+aqDof6w/MebaMVNTVYBZhbB/vi513xXdiPT92JMVCo0Jq8W2UZnzYRFeVbQiQ+I25l13JuKvA==} hasBin: true optionalDependencies: - minimist: 1.2.6 + minimist: registry.npmjs.org/minimist/1.2.5 dev: true /make-plural/7.1.0: @@ -7082,16 +6815,6 @@ packages: engines: {node: '>=6'} dev: true - /pretty-format/26.6.2: - resolution: {integrity: sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==} - engines: {node: '>= 10'} - dependencies: - '@jest/types': 26.6.2 - ansi-regex: 5.0.1 - ansi-styles: 4.3.0 - react-is: 17.0.2 - dev: true - /pretty-format/27.5.1: resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -7485,11 +7208,12 @@ packages: typescript: 4.6.4 dev: true - /rollup-plugin-vue/6.0.0: + /rollup-plugin-vue/6.0.0_@vue+compiler-sfc@3.2.33: resolution: {integrity: sha512-oVvUd84d5u73M2HYM3XsMDLtZRIA/tw2U0dmHlXU2UWP5JARYHzh/U9vcxaN/x/9MrepY7VH3pHFeOhrWpxs/Q==} peerDependencies: '@vue/compiler-sfc': '*' dependencies: + '@vue/compiler-sfc': 3.2.33 debug: 4.3.4 hash-sum: 2.0.0 rollup-pluginutils: 2.8.2 @@ -7508,7 +7232,7 @@ packages: engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: - fsevents: 2.3.2 + fsevents: registry.npmjs.org/fsevents/2.3.2 /run-parallel/1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} @@ -7988,7 +7712,7 @@ packages: punycode: 2.1.1 dev: true - /ts-jest/27.1.4_cgk4wcbcl7jxzzbsdvyvawgyma: + /ts-jest/27.1.4_nnrehbtdwi4vovimszixfn4hgm: resolution: {integrity: sha512-qjkZlVPWVctAezwsOD1OPzbZ+k7zA5z3oxII4dGdZo5ggX/PL7kvwTM0pXTr10fAtbiVpJaL3bWd502zAhpgSQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -8009,7 +7733,8 @@ packages: esbuild: optional: true dependencies: - '@types/jest': 26.0.24 + '@babel/core': 7.17.10 + '@types/jest': 27.5.0 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 jest: 27.5.1 @@ -8235,7 +7960,7 @@ packages: resolve: 1.22.0 rollup: 2.72.0 optionalDependencies: - fsevents: 2.3.2 + fsevents: registry.npmjs.org/fsevents/2.3.2 dev: true /vlq/0.2.3: @@ -8521,5 +8246,265 @@ packages: lodash.isequal: 4.5.0 validator: 13.7.0 optionalDependencies: - commander: 2.20.3 + commander: registry.npmjs.org/commander/2.20.3 + dev: true + + registry.npmjs.org/@colors/colors/1.5.0: + resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz} + name: '@colors/colors' + version: 1.5.0 + engines: {node: '>=0.1.90'} + requiresBuild: true + dev: true + optional: true + + registry.npmjs.org/@types/yauzl/2.9.2: + resolution: {integrity: sha512-8uALY5LTvSuHgloDVUvWP3pIauILm+8/0pDMokuDYIoNsOkSwd5AiHBTSEJjKTDcZr5z8UpgOWZkxBF4iJftoA==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/@types/yauzl/-/yauzl-2.9.2.tgz} + name: '@types/yauzl' + version: 2.9.2 + requiresBuild: true + dependencies: + '@types/node': 14.18.16 + dev: true + optional: true + + registry.npmjs.org/commander/2.20.3: + resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/commander/-/commander-2.20.3.tgz} + name: commander + version: 2.20.3 + requiresBuild: true + dev: true + optional: true + + registry.npmjs.org/esbuild-android-64/0.14.38: + resolution: {integrity: sha512-aRFxR3scRKkbmNuGAK+Gee3+yFxkTJO/cx83Dkyzo4CnQl/2zVSurtG6+G86EQIZ+w+VYngVyK7P3HyTBKu3nw==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.14.38.tgz} + name: esbuild-android-64 + version: 0.14.38 + engines: {node: '>=12'} + cpu: [x64] + os: [android] + requiresBuild: true + optional: true + + registry.npmjs.org/esbuild-android-arm64/0.14.38: + resolution: {integrity: sha512-L2NgQRWuHFI89IIZIlpAcINy9FvBk6xFVZ7xGdOwIm8VyhX1vNCEqUJO3DPSSy945Gzdg98cxtNt8Grv1CsyhA==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.14.38.tgz} + name: esbuild-android-arm64 + version: 0.14.38 + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + requiresBuild: true + optional: true + + registry.npmjs.org/esbuild-darwin-64/0.14.38: + resolution: {integrity: sha512-5JJvgXkX87Pd1Og0u/NJuO7TSqAikAcQQ74gyJ87bqWRVeouky84ICoV4sN6VV53aTW+NE87qLdGY4QA2S7KNA==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.14.38.tgz} + name: esbuild-darwin-64 + version: 0.14.38 + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + requiresBuild: true + optional: true + + registry.npmjs.org/esbuild-darwin-arm64/0.14.38: + resolution: {integrity: sha512-eqF+OejMI3mC5Dlo9Kdq/Ilbki9sQBw3QlHW3wjLmsLh+quNfHmGMp3Ly1eWm981iGBMdbtSS9+LRvR2T8B3eQ==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.38.tgz} + name: esbuild-darwin-arm64 + version: 0.14.38 + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + optional: true + + registry.npmjs.org/esbuild-freebsd-64/0.14.38: + resolution: {integrity: sha512-epnPbhZUt93xV5cgeY36ZxPXDsQeO55DppzsIgWM8vgiG/Rz+qYDLmh5ts3e+Ln1wA9dQ+nZmVHw+RjaW3I5Ig==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.38.tgz} + name: esbuild-freebsd-64 + version: 0.14.38 + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + requiresBuild: true + optional: true + + registry.npmjs.org/esbuild-freebsd-arm64/0.14.38: + resolution: {integrity: sha512-/9icXUYJWherhk+y5fjPI5yNUdFPtXHQlwP7/K/zg8t8lQdHVj20SqU9/udQmeUo5pDFHMYzcEFfJqgOVeKNNQ==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.38.tgz} + name: esbuild-freebsd-arm64 + version: 0.14.38 + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + requiresBuild: true + optional: true + + registry.npmjs.org/esbuild-linux-32/0.14.38: + resolution: {integrity: sha512-QfgfeNHRFvr2XeHFzP8kOZVnal3QvST3A0cgq32ZrHjSMFTdgXhMhmWdKzRXP/PKcfv3e2OW9tT9PpcjNvaq6g==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.14.38.tgz} + name: esbuild-linux-32 + version: 0.14.38 + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + requiresBuild: true + optional: true + + registry.npmjs.org/esbuild-linux-64/0.14.38: + resolution: {integrity: sha512-uuZHNmqcs+Bj1qiW9k/HZU3FtIHmYiuxZ/6Aa+/KHb/pFKr7R3aVqvxlAudYI9Fw3St0VCPfv7QBpUITSmBR1Q==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.14.38.tgz} + name: esbuild-linux-64 + version: 0.14.38 + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + requiresBuild: true + optional: true + + registry.npmjs.org/esbuild-linux-arm/0.14.38: + resolution: {integrity: sha512-FiFvQe8J3VKTDXG01JbvoVRXQ0x6UZwyrU4IaLBZeq39Bsbatd94Fuc3F1RGqPF5RbIWW7RvkVQjn79ejzysnA==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.14.38.tgz} + name: esbuild-linux-arm + version: 0.14.38 + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + requiresBuild: true + optional: true + + registry.npmjs.org/esbuild-linux-arm64/0.14.38: + resolution: {integrity: sha512-HlMGZTEsBrXrivr64eZ/EO0NQM8H8DuSENRok9d+Jtvq8hOLzrxfsAT9U94K3KOGk2XgCmkaI2KD8hX7F97lvA==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.38.tgz} + name: esbuild-linux-arm64 + version: 0.14.38 + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + requiresBuild: true + optional: true + + registry.npmjs.org/esbuild-linux-mips64le/0.14.38: + resolution: {integrity: sha512-qd1dLf2v7QBiI5wwfil9j0HG/5YMFBAmMVmdeokbNAMbcg49p25t6IlJFXAeLzogv1AvgaXRXvgFNhScYEUXGQ==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.38.tgz} + name: esbuild-linux-mips64le + version: 0.14.38 + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + requiresBuild: true + optional: true + + registry.npmjs.org/esbuild-linux-ppc64le/0.14.38: + resolution: {integrity: sha512-mnbEm7o69gTl60jSuK+nn+pRsRHGtDPfzhrqEUXyCl7CTOCLtWN2bhK8bgsdp6J/2NyS/wHBjs1x8aBWwP2X9Q==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.38.tgz} + name: esbuild-linux-ppc64le + version: 0.14.38 + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + requiresBuild: true + optional: true + + registry.npmjs.org/esbuild-linux-riscv64/0.14.38: + resolution: {integrity: sha512-+p6YKYbuV72uikChRk14FSyNJZ4WfYkffj6Af0/Tw63/6TJX6TnIKE+6D3xtEc7DeDth1fjUOEqm+ApKFXbbVQ==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.38.tgz} + name: esbuild-linux-riscv64 + version: 0.14.38 + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + requiresBuild: true + optional: true + + registry.npmjs.org/esbuild-linux-s390x/0.14.38: + resolution: {integrity: sha512-0zUsiDkGJiMHxBQ7JDU8jbaanUY975CdOW1YDrurjrM0vWHfjv9tLQsW9GSyEb/heSK1L5gaweRjzfUVBFoybQ==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.38.tgz} + name: esbuild-linux-s390x + version: 0.14.38 + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + requiresBuild: true + optional: true + + registry.npmjs.org/esbuild-netbsd-64/0.14.38: + resolution: {integrity: sha512-cljBAApVwkpnJZfnRVThpRBGzCi+a+V9Ofb1fVkKhtrPLDYlHLrSYGtmnoTVWDQdU516qYI8+wOgcGZ4XIZh0Q==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.38.tgz} + name: esbuild-netbsd-64 + version: 0.14.38 + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + requiresBuild: true + optional: true + + registry.npmjs.org/esbuild-openbsd-64/0.14.38: + resolution: {integrity: sha512-CDswYr2PWPGEPpLDUO50mL3WO/07EMjnZDNKpmaxUPsrW+kVM3LoAqr/CE8UbzugpEiflYqJsGPLirThRB18IQ==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.38.tgz} + name: esbuild-openbsd-64 + version: 0.14.38 + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + requiresBuild: true + optional: true + + registry.npmjs.org/esbuild-sunos-64/0.14.38: + resolution: {integrity: sha512-2mfIoYW58gKcC3bck0j7lD3RZkqYA7MmujFYmSn9l6TiIcAMpuEvqksO+ntBgbLep/eyjpgdplF7b+4T9VJGOA==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.14.38.tgz} + name: esbuild-sunos-64 + version: 0.14.38 + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + requiresBuild: true + optional: true + + registry.npmjs.org/esbuild-windows-32/0.14.38: + resolution: {integrity: sha512-L2BmEeFZATAvU+FJzJiRLFUP+d9RHN+QXpgaOrs2klshoAm1AE6Us4X6fS9k33Uy5SzScn2TpcgecbqJza1Hjw==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.14.38.tgz} + name: esbuild-windows-32 + version: 0.14.38 + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + requiresBuild: true + optional: true + + registry.npmjs.org/esbuild-windows-64/0.14.38: + resolution: {integrity: sha512-Khy4wVmebnzue8aeSXLC+6clo/hRYeNIm0DyikoEqX+3w3rcvrhzpoix0S+MF9vzh6JFskkIGD7Zx47ODJNyCw==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.14.38.tgz} + name: esbuild-windows-64 + version: 0.14.38 + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + requiresBuild: true + optional: true + + registry.npmjs.org/esbuild-windows-arm64/0.14.38: + resolution: {integrity: sha512-k3FGCNmHBkqdJXuJszdWciAH77PukEyDsdIryEHn9cKLQFxzhT39dSumeTuggaQcXY57UlmLGIkklWZo2qzHpw==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.38.tgz} + name: esbuild-windows-arm64 + version: 0.14.38 + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + requiresBuild: true + optional: true + + registry.npmjs.org/fsevents/2.3.2: + resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz} + name: fsevents + version: 2.3.2 + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + requiresBuild: true + optional: true + + registry.npmjs.org/graceful-fs/4.2.9: + resolution: {integrity: sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz} + name: graceful-fs + version: 4.2.9 + requiresBuild: true + optional: true + + registry.npmjs.org/minimist/1.2.5: + resolution: {integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz} + name: minimist + version: 1.2.5 + requiresBuild: true + dev: true + optional: true + + registry.npmjs.org/source-map/0.6.1: + resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz} + name: source-map + version: 0.6.1 + engines: {node: '>=0.10.0'} + requiresBuild: true dev: true + optional: true diff --git a/scripts/release.js b/scripts/release.js index 5bfdbccef..7ed94308e 100644 --- a/scripts/release.js +++ b/scripts/release.js @@ -130,6 +130,7 @@ function updatePackage(pkgRoot, version) { updateDeps(pkg, 'dependencies', version) updateDeps(pkg, 'devDependencies', version) updateDeps(pkg, 'peerDependencies', version) + updateDeps(pkg, 'optionalDependencies', version) fs.writeFileSync(pkgPath, JSON.stringify(pkg, null, 2) + '\n') } -- GitLab