提交 e3d6fd42 编写于 作者: fxy060608's avatar fxy060608

chore: bump vue from 3.2.33 to 3.2.36

上级 4a9afb86
......@@ -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"
},
......
......@@ -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",
......
......@@ -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"
}
}
......@@ -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"
}
}
......@@ -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"
}
}
......@@ -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"
}
}
......@@ -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,
......
......@@ -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,
......
......@@ -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"
}
}
......@@ -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
}
}
......
......@@ -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"
}
}
......@@ -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"
}
}
......@@ -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"
}
}
......@@ -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"
}
}
......@@ -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"
}
}
......@@ -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"
}
}
......@@ -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"
}
}
......@@ -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"
},
......
......@@ -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"
......
......@@ -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"
}
}
......@@ -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"
}
......
......@@ -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"
}
}
......@@ -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"
}
}
......@@ -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"
......
此差异已折叠。
......@@ -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',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册