From e3d6fd426bb0c8c9cd5f15ccde597ece9127031f Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Mon, 6 Jun 2022 15:56:47 +0800 Subject: [PATCH] chore: bump vue from 3.2.33 to 3.2.36 --- package.json | 12 +- packages/playground/ssr/package.json | 2 +- packages/uni-app-plus/package.json | 4 +- packages/uni-app-vite/package.json | 8 +- packages/uni-app/package.json | 2 +- packages/uni-cli-shared/package.json | 12 +- packages/uni-h5-vite/package.json | 12 +- packages/uni-h5/dist/uni-h5.cjs.js | 10 +- packages/uni-h5/dist/uni-h5.es.js | 10 +- packages/uni-h5/package.json | 6 +- .../src/view/components/picker/index.tsx | 5 +- packages/uni-mp-alipay/package.json | 4 +- packages/uni-mp-baidu/package.json | 4 +- packages/uni-mp-compiler/package.json | 8 +- packages/uni-mp-kuaishou/package.json | 4 +- packages/uni-mp-lark/package.json | 4 +- packages/uni-mp-qq/package.json | 4 +- packages/uni-mp-toutiao/package.json | 4 +- packages/uni-mp-vite/package.json | 4 +- packages/uni-mp-vue/package.json | 2 +- packages/uni-mp-weixin/package.json | 4 +- packages/uni-nvue-styler/package.json | 2 +- packages/uni-quickapp-webview/package.json | 4 +- packages/uni-shared/package.json | 4 +- packages/vite-plugin-uni/package.json | 10 +- pnpm-lock.yaml | 404 ++++++++++++------ scripts/checkVersion.js | 2 +- 27 files changed, 339 insertions(+), 212 deletions(-) diff --git a/package.json b/package.json index a30032fe2..c58fcfced 100644 --- a/package.json +++ b/package.json @@ -60,11 +60,11 @@ "@typescript-eslint/parser": "^5.14.0", "@vitejs/plugin-vue": "^2.3.3", "@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", - "@vue/shared": "3.2.33", + "@vue/compiler-sfc": "3.2.36", + "@vue/reactivity": "3.2.36", + "@vue/runtime-core": "3.2.36", + "@vue/runtime-dom": "3.2.36", + "@vue/shared": "3.2.36", "core-js": "^2.6.12", "enquirer": "^2.3.6", "eslint": "^7.17.0", @@ -88,7 +88,7 @@ "ts-jest": "^27.0.3", "typescript": "4.6.4", "vite": "^2.9.9", - "vue": "3.2.33", + "vue": "3.2.36", "vue-router": "^4.0.15", "yorkie": "^2.0.0" }, diff --git a/packages/playground/ssr/package.json b/packages/playground/ssr/package.json index b1b35b50f..fb96eec72 100644 --- a/packages/playground/ssr/package.json +++ b/packages/playground/ssr/package.json @@ -12,7 +12,7 @@ "@dcloudio/uni-app": "../../uni-app", "@dcloudio/uni-components": "../../uni-components", "@dcloudio/uni-h5": "../../uni-h5", - "vue": "3.2.33", + "vue": "3.2.36", "vue-router": "^4.0.15", "vuex": "^4.0.2" }, diff --git a/packages/uni-app-plus/package.json b/packages/uni-app-plus/package.json index a0ed89dd9..2f5ddd4b2 100644 --- a/packages/uni-app-plus/package.json +++ b/packages/uni-app-plus/package.json @@ -34,11 +34,11 @@ "@dcloudio/uni-i18n": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-shared": "3.0.0-alpha-3041320220531001", "@types/pako": "1.0.2", - "@vue/compiler-sfc": "3.2.33", + "@vue/compiler-sfc": "3.2.36", "autoprefixer": "^10.4.7", "pako": "^1.0.11", "postcss": "^8.4.13", - "vue": "3.2.33" + "vue": "3.2.36" }, "dependencies": { "@dcloudio/uni-app-vite": "3.0.0-alpha-3041320220531001", diff --git a/packages/uni-app-vite/package.json b/packages/uni-app-vite/package.json index 3dd219df6..f280c8966 100644 --- a/packages/uni-app-vite/package.json +++ b/packages/uni-app-vite/package.json @@ -27,8 +27,8 @@ "@dcloudio/uts": "3.0.0-alpha-3041320220531001", "@rollup/pluginutils": "^4.2.0", "@vitejs/plugin-vue": "^2.3.3", - "@vue/compiler-dom": "3.2.33", - "@vue/compiler-sfc": "3.2.33", + "@vue/compiler-dom": "3.2.36", + "@vue/compiler-sfc": "3.2.36", "debug": "^4.3.3", "fs-extra": "^10.0.0", "picocolors": "^1.0.0", @@ -37,10 +37,10 @@ "devDependencies": { "@types/debug": "^4.1.7", "@types/fs-extra": "^9.0.13", - "@vue/compiler-core": "3.2.33", + "@vue/compiler-core": "3.2.36", "esbuild": "^0.14.27", "postcss": "^8.4.13", "vite": "^2.9.9", - "vue": "3.2.33" + "vue": "3.2.36" } } diff --git a/packages/uni-app/package.json b/packages/uni-app/package.json index 1b6c0277e..de20e478e 100644 --- a/packages/uni-app/package.json +++ b/packages/uni-app/package.json @@ -30,6 +30,6 @@ "@dcloudio/uni-push": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-shared": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-stat": "3.0.0-alpha-3041320220531001", - "@vue/shared": "3.2.33" + "@vue/shared": "3.2.36" } } diff --git a/packages/uni-cli-shared/package.json b/packages/uni-cli-shared/package.json index f70e51107..29c499d15 100644 --- a/packages/uni-cli-shared/package.json +++ b/packages/uni-cli-shared/package.json @@ -28,11 +28,11 @@ "@intlify/shared": "9.1.9", "@intlify/vue-devtools": "9.1.9", "@rollup/pluginutils": "^4.2.0", - "@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/shared": "3.2.33", + "@vue/compiler-core": "3.2.36", + "@vue/compiler-dom": "3.2.36", + "@vue/compiler-sfc": "3.2.36", + "@vue/server-renderer": "3.2.36", + "@vue/shared": "3.2.36", "autoprefixer": "^10.4.7", "base64url": "^3.0.1", "chokidar": "^3.5.3", @@ -72,6 +72,6 @@ "@types/sass": "^1.43.1", "@types/stylus": "^0.48.36", "postcss": "^8.4.13", - "vue": "3.2.33" + "vue": "3.2.36" } } diff --git a/packages/uni-h5-vite/package.json b/packages/uni-h5-vite/package.json index 724a72f17..850af644d 100644 --- a/packages/uni-h5-vite/package.json +++ b/packages/uni-h5-vite/package.json @@ -22,10 +22,10 @@ "@dcloudio/uni-cli-shared": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-shared": "3.0.0-alpha-3041320220531001", "@rollup/pluginutils": "^4.2.0", - "@vue/compiler-dom": "3.2.33", - "@vue/compiler-sfc": "3.2.33", - "@vue/server-renderer": "3.2.33", - "@vue/shared": "3.2.33", + "@vue/compiler-dom": "3.2.36", + "@vue/compiler-sfc": "3.2.36", + "@vue/server-renderer": "3.2.36", + "@vue/shared": "3.2.36", "debug": "^4.3.3", "fs-extra": "^10.0.0", "mime": "^3.0.0", @@ -37,8 +37,8 @@ "@types/mime": "^2.0.3", "@types/module-alias": "^2.0.1", "@types/resolve": "^1.20.2", - "@vue/compiler-core": "3.2.33", + "@vue/compiler-core": "3.2.36", "esbuild": "^0.14.27", - "vue": "3.2.33" + "vue": "3.2.36" } } diff --git a/packages/uni-h5/dist/uni-h5.cjs.js b/packages/uni-h5/dist/uni-h5.cjs.js index 61c56b727..8f6a4d2a4 100644 --- a/packages/uni-h5/dist/uni-h5.cjs.js +++ b/packages/uni-h5/dist/uni-h5.cjs.js @@ -10048,7 +10048,7 @@ const getDeviceInfo = /* @__PURE__ */ defineSyncApi("getDeviceInfo", () => { }); const getAppBaseInfo = /* @__PURE__ */ defineSyncApi("getAppBaseInfo", () => { initBrowserInfo(); - const { theme, language } = browserInfo; + const { theme, language, browserName, browserVersion } = browserInfo; return { appId: __uniConfig.appId, appName: __uniConfig.appName, @@ -10059,10 +10059,10 @@ const getAppBaseInfo = /* @__PURE__ */ defineSyncApi("getAppBaseInfo", () => { hostSDKVersion: void 0, hostPackageName: void 0, hostFontSizeSetting: void 0, - hostName: void 0, - hostVersion: void 0, - hostTheme: void 0, - hostLanguage: void 0, + hostName: browserName, + hostVersion: browserVersion, + hostTheme: theme, + hostLanguage: language, language, SDKVersion: "", theme, diff --git a/packages/uni-h5/dist/uni-h5.es.js b/packages/uni-h5/dist/uni-h5.es.js index cd6f35dbe..9a9db86be 100644 --- a/packages/uni-h5/dist/uni-h5.es.js +++ b/packages/uni-h5/dist/uni-h5.es.js @@ -16527,7 +16527,7 @@ const getDeviceInfo = /* @__PURE__ */ defineSyncApi("getDeviceInfo", () => { }); const getAppBaseInfo = /* @__PURE__ */ defineSyncApi("getAppBaseInfo", () => { initBrowserInfo(); - const { theme, language } = browserInfo; + const { theme, language, browserName, browserVersion } = browserInfo; return { appId: __uniConfig.appId, appName: __uniConfig.appName, @@ -16538,10 +16538,10 @@ const getAppBaseInfo = /* @__PURE__ */ defineSyncApi("getAppBaseInfo", () => { hostSDKVersion: void 0, hostPackageName: void 0, hostFontSizeSetting: void 0, - hostName: void 0, - hostVersion: void 0, - hostTheme: void 0, - hostLanguage: void 0, + hostName: browserName, + hostVersion: browserVersion, + hostTheme: theme, + hostLanguage: language, language, SDKVersion: "", theme, diff --git a/packages/uni-h5/package.json b/packages/uni-h5/package.json index f5e2878f1..997b0d45d 100644 --- a/packages/uni-h5/package.json +++ b/packages/uni-h5/package.json @@ -33,8 +33,8 @@ "@dcloudio/uni-h5-vue": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-i18n": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-shared": "3.0.0-alpha-3041320220531001", - "@vue/server-renderer": "3.2.33", - "@vue/shared": "3.2.33", + "@vue/server-renderer": "3.2.36", + "@vue/shared": "3.2.36", "localstorage-polyfill": "^1.0.1", "safe-area-insets": "^1.4.1", "vue-router": "^4.0.15", @@ -47,6 +47,6 @@ "@types/google.maps": "^3.45.6", "acorn-loose": "^8.2.1", "acorn-walk": "^8.2.0", - "vue": "3.2.33" + "vue": "3.2.36" } } diff --git a/packages/uni-h5/src/view/components/picker/index.tsx b/packages/uni-h5/src/view/components/picker/index.tsx index 1b9f159af..5cf36d598 100644 --- a/packages/uni-h5/src/view/components/picker/index.tsx +++ b/packages/uni-h5/src/view/components/picker/index.tsx @@ -12,6 +12,7 @@ import { Ref, ExtractPropTypes, onMounted, + StyleValue, } from 'vue' import { useBooleanAttr, @@ -198,8 +199,8 @@ type State = { oldValueArray: number[] isDesktop: boolean popupStyle: { - content: Data - triangle: Data + content: StyleValue + triangle: StyleValue } } diff --git a/packages/uni-mp-alipay/package.json b/packages/uni-mp-alipay/package.json index 0da7aa1e8..375e2150e 100644 --- a/packages/uni-mp-alipay/package.json +++ b/packages/uni-mp-alipay/package.json @@ -26,7 +26,7 @@ "@dcloudio/uni-mp-vite": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-mp-vue": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-shared": "3.0.0-alpha-3041320220531001", - "@vue/compiler-core": "3.2.33", - "@vue/shared": "3.2.33" + "@vue/compiler-core": "3.2.36", + "@vue/shared": "3.2.36" } } diff --git a/packages/uni-mp-baidu/package.json b/packages/uni-mp-baidu/package.json index 31f20a02e..5e39d30f2 100644 --- a/packages/uni-mp-baidu/package.json +++ b/packages/uni-mp-baidu/package.json @@ -32,7 +32,7 @@ "@dcloudio/uni-mp-vue": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-mp-weixin": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-shared": "3.0.0-alpha-3041320220531001", - "@vue/compiler-core": "3.2.33", - "@vue/shared": "3.2.33" + "@vue/compiler-core": "3.2.36", + "@vue/shared": "3.2.36" } } diff --git a/packages/uni-mp-compiler/package.json b/packages/uni-mp-compiler/package.json index f991ca0a5..60f06765d 100644 --- a/packages/uni-mp-compiler/package.json +++ b/packages/uni-mp-compiler/package.json @@ -24,14 +24,14 @@ "@babel/types": "^7.17.0", "@dcloudio/uni-cli-shared": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-shared": "3.0.0-alpha-3041320220531001", - "@vue/compiler-core": "3.2.33", - "@vue/compiler-dom": "3.2.33", - "@vue/shared": "3.2.33", + "@vue/compiler-core": "3.2.36", + "@vue/compiler-dom": "3.2.36", + "@vue/shared": "3.2.36", "estree-walker": "^2.0.2" }, "devDependencies": { "@types/babel__generator": "^7.6.4", - "@vue/compiler-sfc": "3.2.33", + "@vue/compiler-sfc": "3.2.36", "source-map": "^0.6.1" } } diff --git a/packages/uni-mp-kuaishou/package.json b/packages/uni-mp-kuaishou/package.json index cdbfbf538..7881b911a 100644 --- a/packages/uni-mp-kuaishou/package.json +++ b/packages/uni-mp-kuaishou/package.json @@ -28,7 +28,7 @@ "@dcloudio/uni-mp-vue": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-mp-weixin": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-shared": "3.0.0-alpha-3041320220531001", - "@vue/compiler-core": "3.2.33", - "@vue/shared": "3.2.33" + "@vue/compiler-core": "3.2.36", + "@vue/shared": "3.2.36" } } diff --git a/packages/uni-mp-lark/package.json b/packages/uni-mp-lark/package.json index 66b6845a1..63ccfb5a5 100644 --- a/packages/uni-mp-lark/package.json +++ b/packages/uni-mp-lark/package.json @@ -28,7 +28,7 @@ "@dcloudio/uni-mp-vite": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-mp-vue": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-shared": "3.0.0-alpha-3041320220531001", - "@vue/compiler-core": "3.2.33", - "@vue/shared": "3.2.33" + "@vue/compiler-core": "3.2.36", + "@vue/shared": "3.2.36" } } diff --git a/packages/uni-mp-qq/package.json b/packages/uni-mp-qq/package.json index e9b9fe65f..ccd85c373 100644 --- a/packages/uni-mp-qq/package.json +++ b/packages/uni-mp-qq/package.json @@ -24,14 +24,14 @@ "devDependencies": { "@dcloudio/uni-mp-weixin": "3.0.0-alpha-3041320220531001", "@types/fs-extra": "^9.0.13", - "@vue/compiler-core": "3.2.33" + "@vue/compiler-core": "3.2.36" }, "dependencies": { "@dcloudio/uni-cli-shared": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-mp-vite": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-mp-vue": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-shared": "3.0.0-alpha-3041320220531001", - "@vue/shared": "3.2.33", + "@vue/shared": "3.2.36", "fs-extra": "^10.0.0" } } diff --git a/packages/uni-mp-toutiao/package.json b/packages/uni-mp-toutiao/package.json index 7b2b5a70e..d1566fd66 100644 --- a/packages/uni-mp-toutiao/package.json +++ b/packages/uni-mp-toutiao/package.json @@ -27,7 +27,7 @@ "@dcloudio/uni-mp-vite": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-mp-vue": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-shared": "3.0.0-alpha-3041320220531001", - "@vue/shared": "3.2.33", - "@vue/compiler-core": "3.2.33" + "@vue/shared": "3.2.36", + "@vue/compiler-core": "3.2.36" } } diff --git a/packages/uni-mp-vite/package.json b/packages/uni-mp-vite/package.json index 242513e1e..afb219af7 100644 --- a/packages/uni-mp-vite/package.json +++ b/packages/uni-mp-vite/package.json @@ -22,8 +22,8 @@ "@dcloudio/uni-mp-compiler": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-mp-vue": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-shared": "3.0.0-alpha-3041320220531001", - "@vue/compiler-sfc": "3.2.33", - "@vue/shared": "3.2.33", + "@vue/compiler-sfc": "3.2.36", + "@vue/shared": "3.2.36", "debug": "^4.3.3", "magic-string": "^0.26.1" }, diff --git a/packages/uni-mp-vue/package.json b/packages/uni-mp-vue/package.json index b39537b2e..10efdc1ad 100644 --- a/packages/uni-mp-vue/package.json +++ b/packages/uni-mp-vue/package.json @@ -20,7 +20,7 @@ "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "dependencies": { "@dcloudio/uni-shared": "3.0.0-alpha-3041320220531001", - "@vue/shared": "3.2.33" + "@vue/shared": "3.2.36" }, "devDependencies": { "@dcloudio/uni-mp-vue": "3.0.0-alpha-3041320220531001" diff --git a/packages/uni-mp-weixin/package.json b/packages/uni-mp-weixin/package.json index 6dc7c55a9..3c5f60bcd 100644 --- a/packages/uni-mp-weixin/package.json +++ b/packages/uni-mp-weixin/package.json @@ -26,13 +26,13 @@ }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "devDependencies": { - "@vue/compiler-core": "3.2.33" + "@vue/compiler-core": "3.2.36" }, "dependencies": { "@dcloudio/uni-cli-shared": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-mp-vite": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-mp-vue": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-shared": "3.0.0-alpha-3041320220531001", - "@vue/shared": "3.2.33" + "@vue/shared": "3.2.36" } } diff --git a/packages/uni-nvue-styler/package.json b/packages/uni-nvue-styler/package.json index a876a9e60..c1fe2fbf3 100644 --- a/packages/uni-nvue-styler/package.json +++ b/packages/uni-nvue-styler/package.json @@ -17,7 +17,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@vue/shared": "3.2.33", + "@vue/shared": "3.2.36", "parse-css-font": "^4.0.0", "postcss": "^8.4.13" } diff --git a/packages/uni-quickapp-webview/package.json b/packages/uni-quickapp-webview/package.json index 1d0827735..950a620d1 100644 --- a/packages/uni-quickapp-webview/package.json +++ b/packages/uni-quickapp-webview/package.json @@ -22,13 +22,13 @@ }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "devDependencies": { - "@vue/compiler-core": "3.2.33" + "@vue/compiler-core": "3.2.36" }, "dependencies": { "@dcloudio/uni-cli-shared": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-mp-vite": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-mp-vue": "3.0.0-alpha-3041320220531001", "@dcloudio/uni-shared": "3.0.0-alpha-3041320220531001", - "@vue/shared": "3.2.33" + "@vue/shared": "3.2.36" } } diff --git a/packages/uni-shared/package.json b/packages/uni-shared/package.json index 34f6a03c6..53a0b508f 100644 --- a/packages/uni-shared/package.json +++ b/packages/uni-shared/package.json @@ -20,9 +20,9 @@ }, "gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da", "devDependencies": { - "@vue/runtime-core": "3.2.33" + "@vue/runtime-core": "3.2.36" }, "dependencies": { - "@vue/shared": "3.2.33" + "@vue/shared": "3.2.36" } } diff --git a/packages/vite-plugin-uni/package.json b/packages/vite-plugin-uni/package.json index 404161239..3e8520ba9 100644 --- a/packages/vite-plugin-uni/package.json +++ b/packages/vite-plugin-uni/package.json @@ -31,10 +31,10 @@ "@vitejs/plugin-legacy": "^1.8.2", "@vitejs/plugin-vue": "^2.3.3", "@vitejs/plugin-vue-jsx": "^1.3.10", - "@vue/compiler-core": "3.2.33", - "@vue/compiler-dom": "3.2.33", - "@vue/compiler-sfc": "3.2.33", - "@vue/shared": "3.2.33", + "@vue/compiler-core": "3.2.36", + "@vue/compiler-dom": "3.2.36", + "@vue/compiler-sfc": "3.2.36", + "@vue/shared": "3.2.36", "cac": "6.7.9", "debug": "^4.3.3", "estree-walker": "^2.0.2", @@ -54,7 +54,7 @@ "@vue/babel-plugin-jsx": "^1.1.1", "chokidar": "^3.5.3", "vite": "^2.9.9", - "vue": "3.2.33" + "vue": "3.2.36" }, "peerDependencies": { "vite": "^2.9.9" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c3672639c..a225b7de3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,11 +23,11 @@ importers: '@typescript-eslint/parser': ^5.14.0 '@vitejs/plugin-vue': ^2.3.3 '@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 - '@vue/shared': 3.2.33 + '@vue/compiler-sfc': 3.2.36 + '@vue/reactivity': 3.2.36 + '@vue/runtime-core': 3.2.36 + '@vue/runtime-dom': 3.2.36 + '@vue/shared': 3.2.36 core-js: ^2.6.12 enquirer: ^2.3.6 eslint: ^7.17.0 @@ -51,7 +51,7 @@ importers: ts-jest: ^27.0.3 typescript: 4.6.4 vite: ^2.9.9 - vue: 3.2.33 + vue: 3.2.36 vue-router: ^4.0.15 yorkie: ^2.0.0 devDependencies: @@ -72,13 +72,13 @@ importers: '@types/jest': 27.5.0 '@types/node': 17.0.31 '@typescript-eslint/parser': 5.22.0_e4zyhrvfnqudwdx5bevnvkluy4 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.33 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 '@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 - '@vue/shared': 3.2.33 + '@vue/compiler-sfc': 3.2.36 + '@vue/reactivity': 3.2.36 + '@vue/runtime-core': 3.2.36 + '@vue/runtime-dom': 3.2.36 + '@vue/shared': 3.2.36 core-js: 2.6.12 enquirer: 2.3.6 eslint: 7.32.0 @@ -97,13 +97,13 @@ 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_@vue+compiler-sfc@3.2.33 + rollup-plugin-vue: 6.0.0_@vue+compiler-sfc@3.2.36 semver: 7.3.7 ts-jest: 27.1.4_nnrehbtdwi4vovimszixfn4hgm typescript: 4.6.4 vite: 2.9.9 - vue: 3.2.33 - vue-router: 4.0.15_vue@3.2.33 + vue: 3.2.36 + vue-router: 4.0.15_vue@3.2.36 yorkie: 2.0.0 packages/playground/ssr: @@ -116,16 +116,16 @@ importers: cypress: ^7.3.0 serve-static: ^1.14.1 vite: ^2.9.9 - vue: 3.2.33 + vue: 3.2.36 vue-router: ^4.0.15 vuex: ^4.0.2 dependencies: '@dcloudio/uni-app': link:../../uni-app '@dcloudio/uni-components': link:../../uni-components '@dcloudio/uni-h5': link:../../uni-h5 - vue: 3.2.33 - vue-router: 4.0.15_vue@3.2.33 - vuex: 4.0.2_vue@3.2.33 + vue: 3.2.36 + vue-router: 4.0.15_vue@3.2.36 + vuex: 4.0.2_vue@3.2.36 devDependencies: '@dcloudio/vite-plugin-uni': link:../../vite-plugin-uni compression: 1.7.4 @@ -168,7 +168,7 @@ importers: '@dcloudio/uni-push': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-shared': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-stat': 3.0.0-alpha-3041320220531001 - '@vue/shared': 3.2.33 + '@vue/shared': 3.2.36 dependencies: '@dcloudio/uni-cloud': link:../uni-cloud '@dcloudio/uni-components': link:../uni-components @@ -176,7 +176,7 @@ importers: '@dcloudio/uni-push': link:../uni-push '@dcloudio/uni-shared': link:../uni-shared '@dcloudio/uni-stat': link:../uni-stat - '@vue/shared': 3.2.33 + '@vue/shared': 3.2.36 packages/uni-app-plus: specifiers: @@ -188,11 +188,11 @@ importers: '@dcloudio/uni-i18n': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-shared': 3.0.0-alpha-3041320220531001 '@types/pako': 1.0.2 - '@vue/compiler-sfc': 3.2.33 + '@vue/compiler-sfc': 3.2.36 autoprefixer: ^10.4.7 pako: ^1.0.11 postcss: ^8.4.13 - vue: 3.2.33 + vue: 3.2.36 dependencies: '@dcloudio/uni-app-vite': link:../uni-app-vite '@dcloudio/uni-app-vue': link:../uni-app-vue @@ -203,11 +203,11 @@ importers: '@dcloudio/uni-i18n': link:../uni-i18n '@dcloudio/uni-shared': link:../uni-shared '@types/pako': 1.0.2 - '@vue/compiler-sfc': 3.2.33 + '@vue/compiler-sfc': 3.2.36 autoprefixer: 10.4.7_postcss@8.4.13 pako: 1.0.11 postcss: 8.4.13 - vue: 3.2.33 + vue: 3.2.36 packages/uni-app-vite: specifiers: @@ -220,9 +220,9 @@ importers: '@types/debug': ^4.1.7 '@types/fs-extra': ^9.0.13 '@vitejs/plugin-vue': ^2.3.3 - '@vue/compiler-core': 3.2.33 - '@vue/compiler-dom': 3.2.33 - '@vue/compiler-sfc': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/compiler-dom': 3.2.36 + '@vue/compiler-sfc': 3.2.36 debug: ^4.3.3 esbuild: ^0.14.27 fs-extra: ^10.0.0 @@ -230,7 +230,7 @@ importers: postcss: ^8.4.13 rollup: ^2.59.0 vite: ^2.9.9 - vue: 3.2.33 + vue: 3.2.36 dependencies: '@dcloudio/uni-cli-shared': link:../uni-cli-shared '@dcloudio/uni-i18n': link:../uni-i18n @@ -238,9 +238,9 @@ importers: '@dcloudio/uni-shared': link:../uni-shared '@dcloudio/uts': link:../uts '@rollup/pluginutils': 4.2.1 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.33 - '@vue/compiler-dom': 3.2.33 - '@vue/compiler-sfc': 3.2.33 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vue/compiler-dom': 3.2.36 + '@vue/compiler-sfc': 3.2.36 debug: 4.3.4 fs-extra: 10.1.0 picocolors: 1.0.0 @@ -248,11 +248,11 @@ importers: devDependencies: '@types/debug': 4.1.7 '@types/fs-extra': 9.0.13 - '@vue/compiler-core': 3.2.33 + '@vue/compiler-core': 3.2.36 esbuild: 0.14.38 postcss: 8.4.13 vite: 2.9.9 - vue: 3.2.33 + vue: 3.2.36 packages/uni-app-vue: specifiers: @@ -314,11 +314,11 @@ importers: '@types/resolve': ^1.20.2 '@types/sass': ^1.43.1 '@types/stylus': ^0.48.36 - '@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/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/compiler-dom': 3.2.36 + '@vue/compiler-sfc': 3.2.36 + '@vue/server-renderer': 3.2.36 + '@vue/shared': 3.2.36 autoprefixer: ^10.4.7 base64url: ^3.0.1 chokidar: ^3.5.3 @@ -343,7 +343,7 @@ importers: postcss-selector-parser: ^6.0.6 resolve: ^1.22.0 tapable: ^2.2.0 - vue: 3.2.33 + vue: 3.2.36 xregexp: 3.1.0 dependencies: '@ampproject/remapping': 2.2.0 @@ -356,11 +356,11 @@ importers: '@intlify/shared': 9.1.9 '@intlify/vue-devtools': 9.1.9 '@rollup/pluginutils': 4.2.1 - '@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@3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/compiler-dom': 3.2.36 + '@vue/compiler-sfc': 3.2.36 + '@vue/server-renderer': 3.2.36_vue@3.2.36 + '@vue/shared': 3.2.36 autoprefixer: 10.4.7_postcss@8.4.13 base64url: 3.0.1 chokidar: 3.5.3 @@ -398,7 +398,7 @@ importers: '@types/sass': 1.43.1 '@types/stylus': 0.48.37 postcss: 8.4.13 - vue: 3.2.33 + vue: 3.2.36 packages/uni-cloud: specifiers: @@ -439,13 +439,13 @@ importers: '@dcloudio/uni-i18n': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-shared': 3.0.0-alpha-3041320220531001 '@types/google.maps': ^3.45.6 - '@vue/server-renderer': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/server-renderer': 3.2.36 + '@vue/shared': 3.2.36 acorn-loose: ^8.2.1 acorn-walk: ^8.2.0 localstorage-polyfill: ^1.0.1 safe-area-insets: ^1.4.1 - vue: 3.2.33 + vue: 3.2.36 vue-router: ^4.0.15 xmlhttprequest: ^1.8.0 dependencies: @@ -453,11 +453,11 @@ importers: '@dcloudio/uni-h5-vue': link:../uni-h5-vue '@dcloudio/uni-i18n': link:../uni-i18n '@dcloudio/uni-shared': link:../uni-shared - '@vue/server-renderer': 3.2.33_vue@3.2.33 - '@vue/shared': 3.2.33 + '@vue/server-renderer': 3.2.36_vue@3.2.36 + '@vue/shared': 3.2.36 localstorage-polyfill: 1.0.1 safe-area-insets: 1.4.1 - vue-router: 4.0.15_vue@3.2.33 + vue-router: 4.0.15_vue@3.2.36 xmlhttprequest: 1.8.0 devDependencies: '@dcloudio/uni-cli-i18n': 2.0.0-alpha-33020211130001 @@ -465,7 +465,7 @@ importers: '@types/google.maps': 3.48.7 acorn-loose: 8.3.0 acorn-walk: 8.2.0 - vue: 3.2.33 + vue: 3.2.36 packages/uni-h5-vite: specifiers: @@ -477,25 +477,25 @@ importers: '@types/mime': ^2.0.3 '@types/module-alias': ^2.0.1 '@types/resolve': ^1.20.2 - '@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/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/compiler-dom': 3.2.36 + '@vue/compiler-sfc': 3.2.36 + '@vue/server-renderer': 3.2.36 + '@vue/shared': 3.2.36 debug: ^4.3.3 esbuild: ^0.14.27 fs-extra: ^10.0.0 mime: ^3.0.0 module-alias: ^2.2.2 - vue: 3.2.33 + vue: 3.2.36 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@3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-dom': 3.2.36 + '@vue/compiler-sfc': 3.2.36 + '@vue/server-renderer': 3.2.36_vue@3.2.36 + '@vue/shared': 3.2.36 debug: 4.3.4 fs-extra: 10.1.0 mime: 3.0.0 @@ -506,9 +506,9 @@ importers: '@types/mime': 2.0.3 '@types/module-alias': 2.0.1 '@types/resolve': 1.20.2 - '@vue/compiler-core': 3.2.33 + '@vue/compiler-core': 3.2.36 esbuild: 0.14.38 - vue: 3.2.33 + vue: 3.2.36 packages/uni-h5-vue: specifiers: @@ -525,15 +525,15 @@ importers: '@dcloudio/uni-mp-vite': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-shared': 3.0.0-alpha-3041320220531001 - '@vue/compiler-core': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/shared': 3.2.36 dependencies: '@dcloudio/uni-cli-shared': link:../uni-cli-shared '@dcloudio/uni-mp-vite': link:../uni-mp-vite '@dcloudio/uni-mp-vue': link:../uni-mp-vue '@dcloudio/uni-shared': link:../uni-shared - '@vue/compiler-core': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/shared': 3.2.36 packages/uni-mp-baidu: specifiers: @@ -543,8 +543,8 @@ importers: '@dcloudio/uni-mp-vue': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-shared': 3.0.0-alpha-3041320220531001 - '@vue/compiler-core': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/shared': 3.2.36 dependencies: '@dcloudio/uni-cli-shared': link:../uni-cli-shared '@dcloudio/uni-mp-compiler': link:../uni-mp-compiler @@ -552,8 +552,8 @@ importers: '@dcloudio/uni-mp-vue': link:../uni-mp-vue '@dcloudio/uni-mp-weixin': link:../uni-mp-weixin '@dcloudio/uni-shared': link:../uni-shared - '@vue/compiler-core': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/shared': 3.2.36 packages/uni-mp-compiler: specifiers: @@ -563,10 +563,10 @@ importers: '@dcloudio/uni-cli-shared': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-shared': 3.0.0-alpha-3041320220531001 '@types/babel__generator': ^7.6.4 - '@vue/compiler-core': 3.2.33 - '@vue/compiler-dom': 3.2.33 - '@vue/compiler-sfc': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/compiler-dom': 3.2.36 + '@vue/compiler-sfc': 3.2.36 + '@vue/shared': 3.2.36 estree-walker: ^2.0.2 source-map: ^0.6.1 dependencies: @@ -575,13 +575,13 @@ importers: '@babel/types': 7.17.10 '@dcloudio/uni-cli-shared': link:../uni-cli-shared '@dcloudio/uni-shared': link:../uni-shared - '@vue/compiler-core': 3.2.33 - '@vue/compiler-dom': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/compiler-dom': 3.2.36 + '@vue/shared': 3.2.36 estree-walker: 2.0.2 devDependencies: '@types/babel__generator': 7.6.4 - '@vue/compiler-sfc': 3.2.33 + '@vue/compiler-sfc': 3.2.36 source-map: 0.6.1 packages/uni-mp-core: @@ -595,8 +595,8 @@ importers: '@dcloudio/uni-mp-vue': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-shared': 3.0.0-alpha-3041320220531001 - '@vue/compiler-core': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/shared': 3.2.36 dependencies: '@dcloudio/uni-cli-shared': link:../uni-cli-shared '@dcloudio/uni-mp-compiler': link:../uni-mp-compiler @@ -604,8 +604,8 @@ importers: '@dcloudio/uni-mp-vue': link:../uni-mp-vue '@dcloudio/uni-mp-weixin': link:../uni-mp-weixin '@dcloudio/uni-shared': link:../uni-shared - '@vue/compiler-core': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/shared': 3.2.36 packages/uni-mp-lark: specifiers: @@ -615,8 +615,8 @@ importers: '@dcloudio/uni-mp-vite': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-shared': 3.0.0-alpha-3041320220531001 - '@vue/compiler-core': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/shared': 3.2.36 dependencies: '@dcloudio/uni-cli-shared': link:../uni-cli-shared '@dcloudio/uni-mp-compiler': link:../uni-mp-compiler @@ -624,8 +624,8 @@ importers: '@dcloudio/uni-mp-vite': link:../uni-mp-vite '@dcloudio/uni-mp-vue': link:../uni-mp-vue '@dcloudio/uni-shared': link:../uni-shared - '@vue/compiler-core': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/shared': 3.2.36 packages/uni-mp-qq: specifiers: @@ -635,20 +635,20 @@ importers: '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-shared': 3.0.0-alpha-3041320220531001 '@types/fs-extra': ^9.0.13 - '@vue/compiler-core': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/shared': 3.2.36 fs-extra: ^10.0.0 dependencies: '@dcloudio/uni-cli-shared': link:../uni-cli-shared '@dcloudio/uni-mp-vite': link:../uni-mp-vite '@dcloudio/uni-mp-vue': link:../uni-mp-vue '@dcloudio/uni-shared': link:../uni-shared - '@vue/shared': 3.2.33 + '@vue/shared': 3.2.36 fs-extra: 10.1.0 devDependencies: '@dcloudio/uni-mp-weixin': link:../uni-mp-weixin '@types/fs-extra': 9.0.13 - '@vue/compiler-core': 3.2.33 + '@vue/compiler-core': 3.2.36 packages/uni-mp-toutiao: specifiers: @@ -657,16 +657,16 @@ importers: '@dcloudio/uni-mp-vite': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-shared': 3.0.0-alpha-3041320220531001 - '@vue/compiler-core': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/shared': 3.2.36 dependencies: '@dcloudio/uni-cli-shared': link:../uni-cli-shared '@dcloudio/uni-mp-compiler': link:../uni-mp-compiler '@dcloudio/uni-mp-vite': link:../uni-mp-vite '@dcloudio/uni-mp-vue': link:../uni-mp-vue '@dcloudio/uni-shared': link:../uni-shared - '@vue/compiler-core': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/shared': 3.2.36 packages/uni-mp-vite: specifiers: @@ -676,8 +676,8 @@ importers: '@dcloudio/uni-mp-vue': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-shared': 3.0.0-alpha-3041320220531001 '@types/debug': ^4.1.7 - '@vue/compiler-sfc': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-sfc': 3.2.36 + '@vue/shared': 3.2.36 debug: ^4.3.3 magic-string: ^0.26.1 dependencies: @@ -686,8 +686,8 @@ importers: '@dcloudio/uni-mp-compiler': link:../uni-mp-compiler '@dcloudio/uni-mp-vue': link:../uni-mp-vue '@dcloudio/uni-shared': link:../uni-shared - '@vue/compiler-sfc': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-sfc': 3.2.36 + '@vue/shared': 3.2.36 debug: 4.3.4 magic-string: 0.26.1 devDependencies: @@ -697,10 +697,10 @@ importers: specifiers: '@dcloudio/uni-mp-vue': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-shared': 3.0.0-alpha-3041320220531001 - '@vue/shared': 3.2.33 + '@vue/shared': 3.2.36 dependencies: '@dcloudio/uni-shared': link:../uni-shared - '@vue/shared': 3.2.33 + '@vue/shared': 3.2.36 devDependencies: '@dcloudio/uni-mp-vue': 'link:' @@ -710,24 +710,24 @@ importers: '@dcloudio/uni-mp-vite': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-shared': 3.0.0-alpha-3041320220531001 - '@vue/compiler-core': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/shared': 3.2.36 dependencies: '@dcloudio/uni-cli-shared': link:../uni-cli-shared '@dcloudio/uni-mp-vite': link:../uni-mp-vite '@dcloudio/uni-mp-vue': link:../uni-mp-vue '@dcloudio/uni-shared': link:../uni-shared - '@vue/shared': 3.2.33 + '@vue/shared': 3.2.36 devDependencies: - '@vue/compiler-core': 3.2.33 + '@vue/compiler-core': 3.2.36 packages/uni-nvue-styler: specifiers: - '@vue/shared': 3.2.33 + '@vue/shared': 3.2.36 parse-css-font: ^4.0.0 postcss: ^8.4.13 dependencies: - '@vue/shared': 3.2.33 + '@vue/shared': 3.2.36 parse-css-font: 4.0.0 postcss: 8.4.13 @@ -743,25 +743,25 @@ importers: '@dcloudio/uni-mp-vite': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3041320220531001 '@dcloudio/uni-shared': 3.0.0-alpha-3041320220531001 - '@vue/compiler-core': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/shared': 3.2.36 dependencies: '@dcloudio/uni-cli-shared': link:../uni-cli-shared '@dcloudio/uni-mp-vite': link:../uni-mp-vite '@dcloudio/uni-mp-vue': link:../uni-mp-vue '@dcloudio/uni-shared': link:../uni-shared - '@vue/shared': 3.2.33 + '@vue/shared': 3.2.36 devDependencies: - '@vue/compiler-core': 3.2.33 + '@vue/compiler-core': 3.2.36 packages/uni-shared: specifiers: - '@vue/runtime-core': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/runtime-core': 3.2.36 + '@vue/shared': 3.2.36 dependencies: - '@vue/shared': 3.2.33 + '@vue/shared': 3.2.36 devDependencies: - '@vue/runtime-core': 3.2.33 + '@vue/runtime-core': 3.2.36 packages/uni-stacktracey: specifiers: @@ -850,10 +850,10 @@ importers: '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/babel-plugin-jsx': ^1.1.1 - '@vue/compiler-core': 3.2.33 - '@vue/compiler-dom': 3.2.33 - '@vue/compiler-sfc': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/compiler-dom': 3.2.36 + '@vue/compiler-sfc': 3.2.36 + '@vue/shared': 3.2.36 cac: 6.7.9 chokidar: ^3.5.3 debug: ^4.3.3 @@ -865,7 +865,7 @@ importers: jsonc-parser: ^3.0.0 picocolors: ^1.0.0 vite: ^2.9.9 - vue: 3.2.33 + vue: 3.2.36 dependencies: '@babel/core': 7.17.10 '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.17.10 @@ -874,12 +874,12 @@ importers: '@dcloudio/uni-shared': link:../uni-shared '@rollup/pluginutils': 4.2.1 '@vitejs/plugin-legacy': 1.8.2_vite@2.9.9 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.33 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/compiler-core': 3.2.33 - '@vue/compiler-dom': 3.2.33 - '@vue/compiler-sfc': 3.2.33 - '@vue/shared': 3.2.33 + '@vue/compiler-core': 3.2.36 + '@vue/compiler-dom': 3.2.36 + '@vue/compiler-sfc': 3.2.36 + '@vue/shared': 3.2.36 cac: 6.7.9 debug: 4.3.4 estree-walker: 2.0.2 @@ -898,7 +898,7 @@ importers: '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.17.10 chokidar: 3.5.3 vite: 2.9.9 - vue: 3.2.33 + vue: 3.2.36 packages: @@ -2096,11 +2096,13 @@ packages: uuid: 8.3.2 dev: true - /@cypress/xvfb/1.2.4: + /@cypress/xvfb/1.2.4_supports-color@8.1.1: resolution: {integrity: sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==} dependencies: - debug: 3.2.7 + debug: 3.2.7_supports-color@8.1.1 lodash.once: 4.1.1 + transitivePeerDependencies: + - supports-color dev: true /@dcloudio/types/2.6.11: @@ -2982,7 +2984,7 @@ packages: transitivePeerDependencies: - supports-color - /@vitejs/plugin-vue/2.3.3_vite@2.9.9+vue@3.2.33: + /@vitejs/plugin-vue/2.3.3_vite@2.9.9+vue@3.2.36: resolution: {integrity: sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==} engines: {node: '>=12.0.0'} peerDependencies: @@ -2990,7 +2992,7 @@ packages: vue: ^3.2.25 dependencies: vite: 2.9.9 - vue: 3.2.33 + vue: 3.2.36 /@vue/babel-helper-vue-transform-on/1.0.2: resolution: {integrity: sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==} @@ -3018,12 +3020,28 @@ packages: '@vue/shared': 3.2.33 estree-walker: 2.0.2 source-map: 0.6.1 + dev: false + + /@vue/compiler-core/3.2.36: + resolution: {integrity: sha512-bbyZM5hvBicv0PW3KUfVi+x3ylHnfKG7DOn5wM+f2OztTzTjLEyBb/5yrarIYpmnGitVGbjZqDbODyW4iK8hqw==} + dependencies: + '@babel/parser': 7.17.10 + '@vue/shared': 3.2.36 + estree-walker: 2.0.2 + source-map: 0.6.1 /@vue/compiler-dom/3.2.33: resolution: {integrity: sha512-GhiG1C8X98Xz9QUX/RlA6/kgPBWJkjq0Rq6//5XTAGSYrTMBgcLpP9+CnlUg1TFxnnCVughAG+KZl28XJqw8uQ==} dependencies: '@vue/compiler-core': 3.2.33 '@vue/shared': 3.2.33 + dev: false + + /@vue/compiler-dom/3.2.36: + resolution: {integrity: sha512-tcOTAOiW4s24QLnq+ON6J+GRONXJ+A/mqKCORi0LSlIh8XQlNnlm24y8xIL8la+ZDgkdbjarQ9ZqYSvEja6gVA==} + dependencies: + '@vue/compiler-core': 3.2.36 + '@vue/shared': 3.2.36 /@vue/compiler-sfc/3.2.33: resolution: {integrity: sha512-H8D0WqagCr295pQjUYyO8P3IejM3vEzeCO1apzByAEaAR/WimhMYczHfZVvlCE/9yBaEu/eu9RdiWr0kF8b71Q==} @@ -3038,12 +3056,34 @@ packages: magic-string: 0.25.9 postcss: 8.4.13 source-map: 0.6.1 + dev: false + + /@vue/compiler-sfc/3.2.36: + resolution: {integrity: sha512-AvGb4bTj4W8uQ4BqaSxo7UwTEqX5utdRSMyHy58OragWlt8nEACQ9mIeQh3K4di4/SX+41+pJrLIY01lHAOFOA==} + dependencies: + '@babel/parser': 7.17.10 + '@vue/compiler-core': 3.2.36 + '@vue/compiler-dom': 3.2.36 + '@vue/compiler-ssr': 3.2.36 + '@vue/reactivity-transform': 3.2.36 + '@vue/shared': 3.2.36 + estree-walker: 2.0.2 + magic-string: 0.25.9 + postcss: 8.4.13 + source-map: 0.6.1 /@vue/compiler-ssr/3.2.33: resolution: {integrity: sha512-XQh1Xdk3VquDpXsnoCd7JnMoWec9CfAzQDQsaMcSU79OrrO2PNR0ErlIjm/mGq3GmBfkQjzZACV+7GhfRB8xMQ==} dependencies: '@vue/compiler-dom': 3.2.33 '@vue/shared': 3.2.33 + dev: false + + /@vue/compiler-ssr/3.2.36: + resolution: {integrity: sha512-+KugInUFRvOxEdLkZwE+W43BqHyhBh0jpYXhmqw1xGq2dmE6J9eZ8UUSOKNhdHtQ/iNLWWeK/wPZkVLUf3YGaw==} + dependencies: + '@vue/compiler-dom': 3.2.36 + '@vue/shared': 3.2.36 /@vue/devtools-api/6.1.4: resolution: {integrity: sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==} @@ -3056,17 +3096,40 @@ packages: '@vue/shared': 3.2.33 estree-walker: 2.0.2 magic-string: 0.25.9 + dev: false + + /@vue/reactivity-transform/3.2.36: + resolution: {integrity: sha512-Jk5o2BhpODC9XTA7o4EL8hSJ4JyrFWErLtClG3NH8wDS7ri9jBDWxI7/549T7JY9uilKsaNM+4pJASLj5dtRwA==} + dependencies: + '@babel/parser': 7.17.10 + '@vue/compiler-core': 3.2.36 + '@vue/shared': 3.2.36 + estree-walker: 2.0.2 + magic-string: 0.25.9 /@vue/reactivity/3.2.33: resolution: {integrity: sha512-62Sq0mp9/0bLmDuxuLD5CIaMG2susFAGARLuZ/5jkU1FCf9EDbwUuF+BO8Ub3Rbodx0ziIecM/NsmyjardBxfQ==} dependencies: '@vue/shared': 3.2.33 + dev: false + + /@vue/reactivity/3.2.36: + resolution: {integrity: sha512-c2qvopo0crh9A4GXi2/2kfGYMxsJW4tVILrqRPydVGZHhq0fnzy6qmclWOhBFckEhmyxmpHpdJtIRYGeKcuhnA==} + dependencies: + '@vue/shared': 3.2.36 /@vue/runtime-core/3.2.33: resolution: {integrity: sha512-N2D2vfaXsBPhzCV3JsXQa2NECjxP3eXgZlFqKh4tgakp3iX6LCGv76DLlc+IfFZq+TW10Y8QUfeihXOupJ1dGw==} dependencies: '@vue/reactivity': 3.2.33 '@vue/shared': 3.2.33 + dev: false + + /@vue/runtime-core/3.2.36: + resolution: {integrity: sha512-PTWBD+Lub+1U3/KhbCExrfxyS14hstLX+cBboxVHaz+kXoiDLNDEYAovPtxeTutbqtClIXtft+wcGdC+FUQ9qQ==} + dependencies: + '@vue/reactivity': 3.2.36 + '@vue/shared': 3.2.36 /@vue/runtime-dom/3.2.33: resolution: {integrity: sha512-LSrJ6W7CZTSUygX5s8aFkraDWlO6K4geOwA3quFF2O+hC3QuAMZt/0Xb7JKE3C4JD4pFwCSO7oCrZmZ0BIJUnw==} @@ -3074,6 +3137,14 @@ packages: '@vue/runtime-core': 3.2.33 '@vue/shared': 3.2.33 csstype: 2.6.20 + dev: false + + /@vue/runtime-dom/3.2.36: + resolution: {integrity: sha512-gYPYblm7QXHVuBohqNRRT7Wez0f2Mx2D40rb4fleehrJU9CnkjG0phhcGEZFfGwCmHZRqBCRgbFWE98bPULqkg==} + dependencies: + '@vue/runtime-core': 3.2.36 + '@vue/shared': 3.2.36 + csstype: 2.6.20 /@vue/server-renderer/3.2.33_vue@3.2.33: resolution: {integrity: sha512-4jpJHRD4ORv8PlbYi+/MfP8ec1okz6rybe36MdpkDrGIdEItHEUyaHSKvz+ptNEyQpALmmVfRteHkU9F8vxOew==} @@ -3083,9 +3154,23 @@ packages: '@vue/compiler-ssr': 3.2.33 '@vue/shared': 3.2.33 vue: 3.2.33 + dev: false + + /@vue/server-renderer/3.2.36_vue@3.2.36: + resolution: {integrity: sha512-uZE0+jfye6yYXWvAQYeHZv+f50sRryvy16uiqzk3jn8hEY8zTjI+rzlmZSGoE915k+W/Ol9XSw6vxOUD8dGkUg==} + peerDependencies: + vue: 3.2.36 + dependencies: + '@vue/compiler-ssr': 3.2.36 + '@vue/shared': 3.2.36 + vue: 3.2.36 /@vue/shared/3.2.33: resolution: {integrity: sha512-UBc1Pg1T3yZ97vsA2ueER0F6GbJebLHYlEi4ou1H5YL4KWvMOOWwpYo9/QpWq93wxKG6Wo13IY74Hcn/f7c7Bg==} + dev: false + + /@vue/shared/3.2.36: + resolution: {integrity: sha512-JtB41wXl7Au3+Nl3gD16Cfpj7k/6aCroZ6BbOiCMFCMvrOpkg/qQUXTso2XowaNqBbnkuGHurLAqkLBxNGc1hQ==} /abab/2.0.6: resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} @@ -3494,6 +3579,8 @@ packages: raw-body: 2.5.1 type-is: 1.6.18 unpipe: 1.0.0 + transitivePeerDependencies: + - supports-color dev: false /brace-expansion/1.1.11: @@ -3855,6 +3942,8 @@ packages: on-headers: 1.0.2 safe-buffer: 5.1.2 vary: 1.1.2 + transitivePeerDependencies: + - supports-color dev: true /concat-map/0.0.1: @@ -4057,7 +4146,7 @@ packages: requiresBuild: true dependencies: '@cypress/request': 2.88.10 - '@cypress/xvfb': 1.2.4 + '@cypress/xvfb': 1.2.4_supports-color@8.1.1 '@types/node': 14.18.16 '@types/sinonjs__fake-timers': 6.0.4 '@types/sizzle': 2.3.3 @@ -4125,13 +4214,24 @@ packages: /debug/2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true dependencies: ms: 2.0.0 - /debug/3.2.7: + /debug/3.2.7_supports-color@8.1.1: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true dependencies: ms: 2.1.3 + supports-color: 8.1.1 dev: true /debug/4.3.4: @@ -4796,6 +4896,8 @@ packages: type-is: 1.6.18 utils-merge: 1.0.1 vary: 1.1.2 + transitivePeerDependencies: + - supports-color dev: false /extend/3.0.2: @@ -4891,6 +4993,8 @@ packages: parseurl: 1.3.3 statuses: 2.0.1 unpipe: 1.0.0 + transitivePeerDependencies: + - supports-color dev: false /find-cache-dir/3.3.2: @@ -7439,12 +7543,12 @@ packages: typescript: 4.6.4 dev: true - /rollup-plugin-vue/6.0.0_@vue+compiler-sfc@3.2.33: + /rollup-plugin-vue/6.0.0_@vue+compiler-sfc@3.2.36: resolution: {integrity: sha512-oVvUd84d5u73M2HYM3XsMDLtZRIA/tw2U0dmHlXU2UWP5JARYHzh/U9vcxaN/x/9MrepY7VH3pHFeOhrWpxs/Q==} peerDependencies: '@vue/compiler-sfc': '*' dependencies: - '@vue/compiler-sfc': 3.2.33 + '@vue/compiler-sfc': 3.2.36 debug: 4.3.4 hash-sum: 2.0.0 rollup-pluginutils: 2.8.2 @@ -7538,6 +7642,8 @@ packages: on-finished: 2.4.1 range-parser: 1.2.1 statuses: 2.0.1 + transitivePeerDependencies: + - supports-color /serialize-javascript/4.0.0: resolution: {integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==} @@ -7553,6 +7659,8 @@ packages: escape-html: 1.0.3 parseurl: 1.3.3 send: 0.18.0 + transitivePeerDependencies: + - supports-color /setprototypeof/1.2.0: resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} @@ -8198,7 +8306,6 @@ packages: rollup: 2.72.0 optionalDependencies: fsevents: 2.3.2 - dev: true /vlq/0.2.3: resolution: {integrity: sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow==} @@ -8217,13 +8324,13 @@ packages: vue: 3.2.33 dev: false - /vue-router/4.0.15_vue@3.2.33: + /vue-router/4.0.15_vue@3.2.36: resolution: {integrity: sha512-xa+pIN9ZqORdIW1MkN2+d9Ui2pCM1b/UMgwYUCZOiFYHAvz/slKKBDha8DLrh5aCG/RibtrpyhKjKOZ85tYyWg==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.1.4 - vue: 3.2.33 + vue: 3.2.36 /vue/3.2.33: resolution: {integrity: sha512-si1ExAlDUrLSIg/V7D/GgA4twJwfsfgG+t9w10z38HhL/HA07132pUQ2KuwAo8qbCyMJ9e6OqrmWrOCr+jW7ZQ==} @@ -8233,6 +8340,16 @@ packages: '@vue/runtime-dom': 3.2.33 '@vue/server-renderer': 3.2.33_vue@3.2.33 '@vue/shared': 3.2.33 + dev: false + + /vue/3.2.36: + resolution: {integrity: sha512-5yTXmrE6gW8IQgttzHW5bfBiFA6mx35ZXHjGLDmKYzW6MMmYvCwuKybANRepwkMYeXw2v1buGg3/lPICY5YlZw==} + dependencies: + '@vue/compiler-dom': 3.2.36 + '@vue/compiler-sfc': 3.2.36 + '@vue/runtime-dom': 3.2.36 + '@vue/server-renderer': 3.2.36_vue@3.2.36 + '@vue/shared': 3.2.36 /vuex/4.0.2_vue@3.2.33: resolution: {integrity: sha512-M6r8uxELjZIK8kTKDGgZTYX/ahzblnzC4isU1tpmEuOIIKmV+TRdc+H4s8ds2NuZ7wpUTdGRzJRtoj+lI+pc0Q==} @@ -8243,6 +8360,15 @@ packages: vue: 3.2.33 dev: false + /vuex/4.0.2_vue@3.2.36: + resolution: {integrity: sha512-M6r8uxELjZIK8kTKDGgZTYX/ahzblnzC4isU1tpmEuOIIKmV+TRdc+H4s8ds2NuZ7wpUTdGRzJRtoj+lI+pc0Q==} + peerDependencies: + vue: ^3.0.2 + dependencies: + '@vue/devtools-api': 6.1.4 + vue: 3.2.36 + dev: false + /w3c-hr-time/1.0.2: resolution: {integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==} dependencies: diff --git a/scripts/checkVersion.js b/scripts/checkVersion.js index d063214da..e6d81013e 100644 --- a/scripts/checkVersion.js +++ b/scripts/checkVersion.js @@ -10,7 +10,7 @@ async function getVersion(name, tag = 'latest') { const pkgs = { vue: { - latest: '3.2.33', + latest: '3.2.36', }, 'vue-router': { latest: '4.0.15', -- GitLab