提交 7a5248f4 作者: 方治民

feat: 新增全局 Message 工具方法、横竖屏实例等

上级 821b7b8f
...@@ -18,6 +18,7 @@ export function configAutoImportPlugin(): Plugin { ...@@ -18,6 +18,7 @@ export function configAutoImportPlugin(): Plugin {
'@/config/app': ['$app'], '@/config/app': ['$app'],
'@/api/services': ['defs'], '@/api/services': ['defs'],
'@/api/services/mods': ['API'], '@/api/services/mods': ['API'],
'@/commom/message': ['Message'],
}, },
], ],
}) })
......
...@@ -4,37 +4,37 @@ specifiers: ...@@ -4,37 +4,37 @@ specifiers:
'@commitlint/cli': ^17.0.3 '@commitlint/cli': ^17.0.3
'@commitlint/config-conventional': ^16.2.4 '@commitlint/config-conventional': ^16.2.4
'@dcloudio/types': ^3.0.13 '@dcloudio/types': ^3.0.13
'@dcloudio/uni-app': ^3.0.0-alpha-3050420220804003 '@dcloudio/uni-app': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-app-plus': ^3.0.0-alpha-3050420220804003 '@dcloudio/uni-app-plus': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-automator': ^3.0.0-alpha-3050420220804003 '@dcloudio/uni-automator': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-cli-shared': ^3.0.0-alpha-3050420220804003 '@dcloudio/uni-cli-shared': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-components': ^3.0.0-alpha-3050420220804003 '@dcloudio/uni-components': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-h5': ^3.0.0-alpha-3050420220804003 '@dcloudio/uni-h5': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-helper-json': ^1.0.13 '@dcloudio/uni-helper-json': ^1.0.13
'@dcloudio/uni-mp-alipay': ^3.0.0-alpha-3050420220804003 '@dcloudio/uni-mp-alipay': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-mp-baidu': ^3.0.0-alpha-3050420220804003 '@dcloudio/uni-mp-baidu': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-mp-kuaishou': ^3.0.0-alpha-3050420220804003 '@dcloudio/uni-mp-kuaishou': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-mp-lark': ^3.0.0-alpha-3050420220804003 '@dcloudio/uni-mp-lark': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-mp-qq': ^3.0.0-alpha-3050420220804003 '@dcloudio/uni-mp-qq': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-mp-toutiao': ^3.0.0-alpha-3050420220804003 '@dcloudio/uni-mp-toutiao': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-mp-weixin': ^3.0.0-alpha-3050420220804003 '@dcloudio/uni-mp-weixin': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-quickapp-webview': ^3.0.0-alpha-3050420220804003 '@dcloudio/uni-quickapp-webview': ^3.0.0-alpha-3050420220804006
'@dcloudio/vite-plugin-uni': ^3.0.0-alpha-3050420220804003 '@dcloudio/vite-plugin-uni': ^3.0.0-alpha-3050420220804006
'@types/lodash-es': ^4.17.6 '@types/lodash-es': ^4.17.6
'@types/mockjs': ^1.0.6 '@types/mockjs': ^1.0.6
'@types/prettier': ^2.7.0 '@types/prettier': ^2.7.0
'@types/qs': ^6.9.7 '@types/qs': ^6.9.7
'@typescript-eslint/eslint-plugin': ^5.33.0 '@typescript-eslint/eslint-plugin': ^5.33.1
'@typescript-eslint/parser': ^5.33.0 '@typescript-eslint/parser': ^5.33.1
'@vue/runtime-core': ^3.2.37 '@vue/runtime-core': ^3.2.37
'@vueuse/core': ^8.9.4 '@vueuse/core': ^8.9.4
axios: ^0.26.1 axios: ^0.26.1
commitizen: ^4.2.5 commitizen: ^4.2.5
conventional-changelog-cli: ^2.2.2 conventional-changelog-cli: ^2.2.2
cz-conventional-changelog: ^3.3.0 cz-conventional-changelog: ^3.3.0
dayjs: ^1.11.4 dayjs: ^1.11.5
dotenv: ^16.0.1 dotenv: ^16.0.1
eslint: ^8.21.0 eslint: ^8.22.0
eslint-config-prettier: ^8.5.0 eslint-config-prettier: ^8.5.0
eslint-plugin-prettier: ^4.2.1 eslint-plugin-prettier: ^4.2.1
eslint-plugin-vue: ^9.3.0 eslint-plugin-vue: ^9.3.0
...@@ -45,7 +45,7 @@ specifiers: ...@@ -45,7 +45,7 @@ specifiers:
mockjs: ^1.1.0 mockjs: ^1.1.0
npm-run-all: ^4.1.5 npm-run-all: ^4.1.5
picocolors: ^1.0.0 picocolors: ^1.0.0
pinia: ^2.0.17 pinia: ^2.0.18
pont-engine: ^1.3.3 pont-engine: ^1.3.3
postcss: ^8.4.16 postcss: ^8.4.16
postcss-html: ^1.5.0 postcss-html: ^1.5.0
...@@ -54,7 +54,7 @@ specifiers: ...@@ -54,7 +54,7 @@ specifiers:
qs: ~6.9.7 qs: ~6.9.7
rimraf: ^3.0.2 rimraf: ^3.0.2
sort-package-json: ^1.57.0 sort-package-json: ^1.57.0
stylelint: ^14.9.1 stylelint: ^14.10.0
stylelint-config-html: ^1.1.0 stylelint-config-html: ^1.1.0
stylelint-config-prettier: ^9.0.3 stylelint-config-prettier: ^9.0.3
stylelint-config-recommended: ^8.0.0 stylelint-config-recommended: ^8.0.0
...@@ -64,32 +64,32 @@ specifiers: ...@@ -64,32 +64,32 @@ specifiers:
terser: ^5.14.2 terser: ^5.14.2
typescript: ^4.7.4 typescript: ^4.7.4
unplugin-auto-import: ^0.7.2 unplugin-auto-import: ^0.7.2
vite: ^3.0.4 vite: ^3.0.8
vue: ^3.2.37 vue: ^3.2.37
vue-eslint-parser: ^9.0.3 vue-eslint-parser: ^9.0.3
vue-i18n: ^9.2.2 vue-i18n: ^9.2.2
vue-types: ^4.2.1 vue-types: ^4.2.1
dependencies: dependencies:
'@dcloudio/uni-app': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-app': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-app-plus': 3.0.0-alpha-3050420220804003_ofzonvds4qnoototspwioyvnwq '@dcloudio/uni-app-plus': 3.0.0-alpha-3050420220804006_fcxfrzo7gdbcvuo6b7csxs7peu
'@dcloudio/uni-components': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-components': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-h5': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-h5': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-alipay': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-alipay': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-baidu': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-baidu': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-kuaishou': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-kuaishou': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-lark': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-lark': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-qq': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-qq': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-quickapp-webview': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-quickapp-webview': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@vue/runtime-core': 3.2.37 '@vue/runtime-core': 3.2.37
'@vueuse/core': 8.9.4_vue@3.2.37 '@vueuse/core': 8.9.4_vue@3.2.37
axios: 0.26.1 axios: 0.26.1
dayjs: 1.11.4 dayjs: 1.11.5
lodash-es: 4.17.21 lodash-es: 4.17.21
mockjs: 1.1.0 mockjs: 1.1.0
pinia: 2.0.17_j6bzmzd4ujpabbp5objtwxyjp4 pinia: 2.0.18_j6bzmzd4ujpabbp5objtwxyjp4
qs: 6.9.7 qs: 6.9.7
vue: 3.2.37 vue: 3.2.37
vue-i18n: 9.2.2_vue@3.2.37 vue-i18n: 9.2.2_vue@3.2.37
...@@ -99,24 +99,24 @@ devDependencies: ...@@ -99,24 +99,24 @@ devDependencies:
'@commitlint/cli': 17.0.3 '@commitlint/cli': 17.0.3
'@commitlint/config-conventional': 16.2.4 '@commitlint/config-conventional': 16.2.4
'@dcloudio/types': 3.0.13 '@dcloudio/types': 3.0.13
'@dcloudio/uni-automator': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-automator': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-helper-json': 1.0.13 '@dcloudio/uni-helper-json': 1.0.13
'@dcloudio/vite-plugin-uni': 3.0.0-alpha-3050420220804003_ofzonvds4qnoototspwioyvnwq '@dcloudio/vite-plugin-uni': 3.0.0-alpha-3050420220804006_fcxfrzo7gdbcvuo6b7csxs7peu
'@types/lodash-es': 4.17.6 '@types/lodash-es': 4.17.6
'@types/mockjs': 1.0.6 '@types/mockjs': 1.0.6
'@types/prettier': 2.7.0 '@types/prettier': 2.7.0
'@types/qs': 6.9.7 '@types/qs': 6.9.7
'@typescript-eslint/eslint-plugin': 5.33.0_njno5y7ry2l2lcmiu4tywxkwnq '@typescript-eslint/eslint-plugin': 5.33.1_vsoshirnpb7xw6mr7xomgfas2i
'@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq '@typescript-eslint/parser': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq
commitizen: 4.2.5 commitizen: 4.2.5
conventional-changelog-cli: 2.2.2 conventional-changelog-cli: 2.2.2
cz-conventional-changelog: 3.3.0 cz-conventional-changelog: 3.3.0
dotenv: 16.0.1 dotenv: 16.0.1
eslint: 8.21.0 eslint: 8.22.0
eslint-config-prettier: 8.5.0_eslint@8.21.0 eslint-config-prettier: 8.5.0_eslint@8.22.0
eslint-plugin-prettier: 4.2.1_h62lvancfh4b7r6zn2dgodrh5e eslint-plugin-prettier: 4.2.1_i2cojdczqdiurzgttlwdgf764e
eslint-plugin-vue: 9.3.0_eslint@8.21.0 eslint-plugin-vue: 9.3.0_eslint@8.22.0
husky: 7.0.4 husky: 7.0.4
less: 4.1.3 less: 4.1.3
lint-staged: 13.0.3 lint-staged: 13.0.3
...@@ -129,18 +129,18 @@ devDependencies: ...@@ -129,18 +129,18 @@ devDependencies:
prettier: 2.7.1 prettier: 2.7.1
rimraf: 3.0.2 rimraf: 3.0.2
sort-package-json: 1.57.0 sort-package-json: 1.57.0
stylelint: 14.9.1 stylelint: 14.10.0
stylelint-config-html: 1.1.0_5rxrxgs7sjazj2ve56ds3kmipi stylelint-config-html: 1.1.0_p3sfza3ylapcvxk5wvhsxfln5e
stylelint-config-prettier: 9.0.3_stylelint@14.9.1 stylelint-config-prettier: 9.0.3_stylelint@14.10.0
stylelint-config-recommended: 8.0.0_stylelint@14.9.1 stylelint-config-recommended: 8.0.0_stylelint@14.10.0
stylelint-config-standard: 26.0.0_stylelint@14.9.1 stylelint-config-standard: 26.0.0_stylelint@14.10.0
stylelint-order: 5.0.0_stylelint@14.9.1 stylelint-order: 5.0.0_stylelint@14.10.0
stylus: 0.56.0 stylus: 0.56.0
terser: 5.14.2 terser: 5.14.2
typescript: 4.7.4 typescript: 4.7.4
unplugin-auto-import: 0.7.2_acydjjxemu2xp4gd2vardb6gwa unplugin-auto-import: 0.7.2_rw7qhmomomz2o5q2bfguevjfvy
vite: 3.0.4_ldklcjfatu7qedyjhd4as6di6a vite: 3.0.8_ldklcjfatu7qedyjhd4as6di6a
vue-eslint-parser: 9.0.3_eslint@8.21.0 vue-eslint-parser: 9.0.3_eslint@8.22.0
packages: packages:
...@@ -149,7 +149,7 @@ packages: ...@@ -149,7 +149,7 @@ packages:
engines: {node: '>=6.0.0'} engines: {node: '>=6.0.0'}
dependencies: dependencies:
'@jridgewell/gen-mapping': 0.1.1 '@jridgewell/gen-mapping': 0.1.1
'@jridgewell/trace-mapping': 0.3.14 '@jridgewell/trace-mapping': 0.3.15
/@antfu/utils/0.5.2: /@antfu/utils/0.5.2:
resolution: {integrity: sha512-CQkeV+oJxUazwjlHD0/3ZD08QWKuGQkhnrKo3e6ly5pd48VUpXbb77q0xMU4+vc2CkJnDS02Eq/M9ugyX20XZA==} resolution: {integrity: sha512-CQkeV+oJxUazwjlHD0/3ZD08QWKuGQkhnrKo3e6ly5pd48VUpXbb77q0xMU4+vc2CkJnDS02Eq/M9ugyX20XZA==}
...@@ -514,10 +514,10 @@ packages: ...@@ -514,10 +514,10 @@ packages:
'@commitlint/execute-rule': 17.0.0 '@commitlint/execute-rule': 17.0.0
'@commitlint/resolve-extends': 17.0.3 '@commitlint/resolve-extends': 17.0.3
'@commitlint/types': 17.0.0 '@commitlint/types': 17.0.0
'@types/node': 18.6.5 '@types/node': 18.7.6
chalk: 4.1.2 chalk: 4.1.2
cosmiconfig: 7.0.1 cosmiconfig: 7.0.1
cosmiconfig-typescript-loader: 2.0.2_cvilj4l3ytrlnvtlqw3tscihve cosmiconfig-typescript-loader: 2.0.2_z5yog5l5yqinvqran22gqy2vdi
lodash: 4.17.21 lodash: 4.17.21
resolve-from: 5.0.0 resolve-from: 5.0.0
typescript: 4.7.4 typescript: 4.7.4
...@@ -614,12 +614,12 @@ packages: ...@@ -614,12 +614,12 @@ packages:
resolution: {integrity: sha512-K8z8DfylWnLjEHUnsc6DsxA6ugCzYZoAmyVIpT57K3cAfMTGx8E6GAW5x8Qy2lbFpw02N3D+sGHX63zO1zDVig==} resolution: {integrity: sha512-K8z8DfylWnLjEHUnsc6DsxA6ugCzYZoAmyVIpT57K3cAfMTGx8E6GAW5x8Qy2lbFpw02N3D+sGHX63zO1zDVig==}
dev: true dev: true
/@dcloudio/uni-app-plus/3.0.0-alpha-3050420220804003_ofzonvds4qnoototspwioyvnwq: /@dcloudio/uni-app-plus/3.0.0-alpha-3050420220804006_fcxfrzo7gdbcvuo6b7csxs7peu:
resolution: {integrity: sha512-mhsulVRVkib9uB2WGyS7XnIgA7hqyjhe/aSbAcmekIGRoU2zPuJ/zGK2I5m/nV8Oe3bwLdnlpjLa108NJ3UwIg==} resolution: {integrity: sha512-VjqvQMGwU9B5kLy8lcpnpggk7O1hYoo0dkV2MjMxBnWMJUb6WmTBSBB54KSOlt5Jn6CXBNW7uNdqJSt0+DMqog==}
dependencies: dependencies:
'@dcloudio/uni-app-vite': 3.0.0-alpha-3050420220804003_ofzonvds4qnoototspwioyvnwq '@dcloudio/uni-app-vite': 3.0.0-alpha-3050420220804006_fcxfrzo7gdbcvuo6b7csxs7peu
'@dcloudio/uni-app-vue': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-app-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-uts-vite': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-uts-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
- supports-color - supports-color
...@@ -628,22 +628,22 @@ packages: ...@@ -628,22 +628,22 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-app-vite/3.0.0-alpha-3050420220804003_ofzonvds4qnoototspwioyvnwq: /@dcloudio/uni-app-vite/3.0.0-alpha-3050420220804006_fcxfrzo7gdbcvuo6b7csxs7peu:
resolution: {integrity: sha512-RbrtZTod+CBYB2BPljzytlzqEGv0lekqYa+/w+xh54jyeCByMP/rS1dng4vQdLnnGHhpPyWYtVDxmsn6dW34cQ==} resolution: {integrity: sha512-0Rj3tQBkPC/jYWfaoytexXlVT0cg+DhCSvEwOuE33jzGdh3s8vqwHKH9NXtvmcnpNumkFteRFHCSN8/6URWTeA==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-nvue-styler': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-nvue-styler': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uts': 3.0.0-alpha-3050420220804003 '@dcloudio/uts': 3.0.0-alpha-3050420220804006
'@rollup/pluginutils': 4.2.1 '@rollup/pluginutils': 4.2.1
'@vitejs/plugin-vue': 2.3.3_vite@3.0.4+vue@3.2.37 '@vitejs/plugin-vue': 2.3.4_vite@3.0.8+vue@3.2.37
'@vue/compiler-dom': 3.2.37 '@vue/compiler-dom': 3.2.37
'@vue/compiler-sfc': 3.2.37 '@vue/compiler-sfc': 3.2.37
debug: 4.3.4 debug: 4.3.4
fs-extra: 10.1.0 fs-extra: 10.1.0
picocolors: 1.0.0 picocolors: 1.0.0
rollup: 2.77.2 rollup: 2.78.0
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
- supports-color - supports-color
...@@ -652,19 +652,19 @@ packages: ...@@ -652,19 +652,19 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-app-vue/3.0.0-alpha-3050420220804003: /@dcloudio/uni-app-vue/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-tfhGlIhRlycUZ6enI5jwKfFY+C24W508tG4bmoFJWs9EWu/BxiJnoU9n4+kWv6QWmcnjnOCw0YgusKYpLpa9hA==} resolution: {integrity: sha512-5YqnZLfsaqV39Qgj5HHyWYCtEYvqARv2Viy7neger59ZWXPvXL4DgZ+OKH17EnfUYQJ2PUokB/4QRfaAHAArqQ==}
dev: false dev: false
/@dcloudio/uni-app/3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37: /@dcloudio/uni-app/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-XG3IOyhCDQDcA96KOOQrjAhAdpFcEy1ZfIWo4RVi7OSt4q6IKN3/ygLv1QMZhi2bZZ9nsnl9DAB4uUH7dMg54A==} resolution: {integrity: sha512-Fn4BT5KVmX//lnejFD/v24rWDQfwRjEDcO4vEOffcEgMg4t0yf26mrLKR0j8Ld49NopuXDa+QWkm2CEgjuw9bA==}
dependencies: dependencies:
'@dcloudio/uni-cloud': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cloud': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-components': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-components': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-push': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-push': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-stat': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-stat': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@vue/shared': 3.2.37 '@vue/shared': 3.2.37
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
...@@ -673,10 +673,10 @@ packages: ...@@ -673,10 +673,10 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-automator/3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37: /@dcloudio/uni-automator/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-y57bQKRZaBjEqaxoP0VvZe2Bku8EfPZrmA4ivBJ/3KI8di4nPWohsH+CDzthTMleiFaXvQpTrRyqBC4D5wt8Bg==} resolution: {integrity: sha512-mwkwb21vVCWRcy3Eg14mITw0rIgP1ITPwwvyY7OfA365geTfNeeh6qYsTrjq7DyOyy8wu8XFkYyTgADHZ97riA==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
address: 1.2.0 address: 1.2.0
cross-env: 7.0.3 cross-env: 7.0.3
debug: 4.3.4 debug: 4.3.4
...@@ -696,15 +696,15 @@ packages: ...@@ -696,15 +696,15 @@ packages:
- vue - vue
dev: true dev: true
/@dcloudio/uni-cli-shared/3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37: /@dcloudio/uni-cli-shared/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-yvuPxX4HLsi+Kx5elnWChJVkdeWzM7MLwId1rAvoqZvImHfq6Aiq+o63G7WsZa1yMvtJcDllHGjRwh00bU8VvQ==} resolution: {integrity: sha512-T74krMlhRnp7kZokha7i7d3ivlX5SVN3vXK6FlIoIHC+5h6ALr6NqQyZGK9mx3bed/ThpTLOHKYk0GIP1c9DBQ==}
dependencies: dependencies:
'@ampproject/remapping': 2.2.0 '@ampproject/remapping': 2.2.0
'@babel/core': 7.18.10 '@babel/core': 7.18.10
'@babel/parser': 7.18.11 '@babel/parser': 7.18.11
'@babel/types': 7.18.10 '@babel/types': 7.18.10
'@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@intlify/core-base': 9.1.9 '@intlify/core-base': 9.1.9
'@intlify/shared': 9.1.9 '@intlify/shared': 9.1.9
'@intlify/vue-devtools': 9.1.9 '@intlify/vue-devtools': 9.1.9
...@@ -745,12 +745,12 @@ packages: ...@@ -745,12 +745,12 @@ packages:
- ts-node - ts-node
- vue - vue
/@dcloudio/uni-cloud/3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37: /@dcloudio/uni-cloud/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-0x4b+mrYSIkcMOkC2sEQ0Ekt26F97tc8uros44Dlh8WEIZexlGpHxkJLsDpsDQTuxh2sfJzGTXyzHoFoE6dOPA==} resolution: {integrity: sha512-qK4SNw/IwvWP9b1kkr2Ut3aLeCqg2Xn9x2XZnqjuK2fWOAr5P0Zg3Ek6SYBCJYMM/9tpwU0gMvlP/20pO4zgZg==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@vue/shared': 3.2.37 '@vue/shared': 3.2.37
fast-glob: 3.2.11 fast-glob: 3.2.11
transitivePeerDependencies: transitivePeerDependencies:
...@@ -760,15 +760,15 @@ packages: ...@@ -760,15 +760,15 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-components/3.0.0-alpha-3050420220804003: /@dcloudio/uni-components/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-FYg0JoeZCb4Y00Sj7+BBD6cGeN1mLW6a1KPX3nIePH+wgcy9DgseITq65Lnh69sJE+MMFG6PNqE6CToUOocxow==} resolution: {integrity: sha512-jHc6Ucz7AwbtwGGhf6iq68qrL/nfrw+S/x43jbnahuOs7ZVh18MMUsl6CAiVQGOiB5JSXiVXaX9BwxdMlfGvkQ==}
dev: false dev: false
/@dcloudio/uni-h5-vite/3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37: /@dcloudio/uni-h5-vite/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-FvPwOOsLdlX4icZbDmbwHBjUTszDixsXyVnVjvjFoqG3ieFjp6HnTlK3VuI1GuWTcQ0wNe3sllEq2iMt0K92IQ==} resolution: {integrity: sha512-0DD1UrdS3vag+Lc34m6+1r90LTbOgQ6acEWZb7TJ2ELoEzMWFN91fBLZGzTEwqb9cUYE1Vv87/y7r2KWWUQJGQ==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@rollup/pluginutils': 4.2.1 '@rollup/pluginutils': 4.2.1
'@vue/compiler-dom': 3.2.37 '@vue/compiler-dom': 3.2.37
'@vue/compiler-sfc': 3.2.37 '@vue/compiler-sfc': 3.2.37
...@@ -785,19 +785,19 @@ packages: ...@@ -785,19 +785,19 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-h5-vue/3.0.0-alpha-3050420220804003: /@dcloudio/uni-h5-vue/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-V+0qMot1D+zRpAW3ajFFEymwQEOKZe1uVl1VP40xZhvtc5lDAFJ5M1s6Pk9WhGI5siKMzzLVcwAPUWPL1TjxmA==} resolution: {integrity: sha512-JCK6ERT3a75XQ1cu4niLH1CcXPJv8egTuatr26MUstLZiRuJ3I01fL+ufFlCPjo6Ew6h0q3emEV4l9gpA15nJg==}
dependencies: dependencies:
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
dev: false dev: false
/@dcloudio/uni-h5/3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37: /@dcloudio/uni-h5/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-/l0B6UOk4MV1YUF1eO9XWIs11+16wcqbsAUskfbafoExljAF5WBI9dAmMzzLOgSYptHYhYhetgm4lyIpJsUE7w==} resolution: {integrity: sha512-0NK0GnKbbV+N7lv67nxpLXFqiI+M0d7MUvdSWTM0iEMLcEvqH4i3B1ddhXDEPynZRxawJoALhqv1jcIef7HTEA==}
dependencies: dependencies:
'@dcloudio/uni-h5-vite': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-h5-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-h5-vue': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-h5-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@vue/server-renderer': 3.2.37_vue@3.2.37 '@vue/server-renderer': 3.2.37_vue@3.2.37
'@vue/shared': 3.2.37 '@vue/shared': 3.2.37
localstorage-polyfill: 1.0.1 localstorage-polyfill: 1.0.1
...@@ -815,16 +815,16 @@ packages: ...@@ -815,16 +815,16 @@ packages:
resolution: {integrity: sha512-FO9Iu4zW4td3Tr+eiCDWuele2ehkJ4qxQ/UhpAMLjso+ZdWz6NagK5Syh6cdy1hoDqbxpNoqnLynuJXe81Ereg==} resolution: {integrity: sha512-FO9Iu4zW4td3Tr+eiCDWuele2ehkJ4qxQ/UhpAMLjso+ZdWz6NagK5Syh6cdy1hoDqbxpNoqnLynuJXe81Ereg==}
dev: true dev: true
/@dcloudio/uni-i18n/3.0.0-alpha-3050420220804003: /@dcloudio/uni-i18n/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-EfFxb1zhERub+rFpsTYK/DR1djXhRu/kzZcQiMTAI94oVzj4bBHBLfBtBUbxRJ9hkE9+3MRD+r44g9yp41CdAQ==} resolution: {integrity: sha512-LS2AfIYfGe2xJTJ+mhMBYKLgjc3xoh8N0HSQ5ohAt4a01vu97IBHuEK7zWrSZ7ePwrWsrMUoLC1Kxa9SimMtvQ==}
/@dcloudio/uni-mp-alipay/3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37: /@dcloudio/uni-mp-alipay/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-VrLyLSzNsKhYBXvn8YeMJLAEtf7uIa1PMsZ0vJCFxFbpgqEKUG4Ho5xm1Z1HjCf1Ohss8WsogX9KvAd5ulnmgA==} resolution: {integrity: sha512-Ckxkro4qgNfLOSPYNvoUDkbbxU+3UtjTR7TSZHWEfAGDi3VrsitwngrV1J7dRtI2VMBbFC9hxI+3q2fK+81YlA==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@vue/compiler-core': 3.2.37 '@vue/compiler-core': 3.2.37
'@vue/shared': 3.2.37 '@vue/shared': 3.2.37
transitivePeerDependencies: transitivePeerDependencies:
...@@ -834,15 +834,15 @@ packages: ...@@ -834,15 +834,15 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-baidu/3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37: /@dcloudio/uni-mp-baidu/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-Fzin4xJ6VODgfL1JHzagVDtKQQOnNAKdVvA/ZzbdaVTlq2Pq//1UcvPYGkje4tC7X8ywAhML4Cef9YKVX61ieg==} resolution: {integrity: sha512-OwVPqon9qW6UBeMfcH8icKGoc0D4+anqFBO99zABYGONrSECBXVaQ50F46JBUhhJXjb3WJZuwgUwYXq1yXlL+g==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@vue/compiler-core': 3.2.37 '@vue/compiler-core': 3.2.37
'@vue/shared': 3.2.37 '@vue/shared': 3.2.37
transitivePeerDependencies: transitivePeerDependencies:
...@@ -852,14 +852,14 @@ packages: ...@@ -852,14 +852,14 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-compiler/3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37: /@dcloudio/uni-mp-compiler/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-XqJPnDZ+++YW9lrFtO/fVRq0Kpc2dq0BndXvt5WRdSQeGPJWjRilU4Qbrx1FRZr+WP8DE3yQunBfHvk4ed8Bdw==} resolution: {integrity: sha512-dgZz2ObvV3M8gsJ8FCXcwL345XoDqilAUGoA+If4POmZzQcmn/+p4oLQK+sBzE/PnecznYyih+YdY7CsX127zw==}
dependencies: dependencies:
'@babel/generator': 7.18.12 '@babel/generator': 7.18.12
'@babel/parser': 7.18.11 '@babel/parser': 7.18.11
'@babel/types': 7.18.10 '@babel/types': 7.18.10
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@vue/compiler-core': 3.2.37 '@vue/compiler-core': 3.2.37
'@vue/compiler-dom': 3.2.37 '@vue/compiler-dom': 3.2.37
'@vue/shared': 3.2.37 '@vue/shared': 3.2.37
...@@ -871,15 +871,15 @@ packages: ...@@ -871,15 +871,15 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-kuaishou/3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37: /@dcloudio/uni-mp-kuaishou/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-CMMC5Y8UTHNI/WUPtpO67gpsHRHBBxPeSFxo0UADg4piRaA5F/1uI/Px6UPwZdUsK/x9nCojC2ye9J64bPly+Q==} resolution: {integrity: sha512-bzt4AC9KZXZI+lX6SoFa1C3UJSiwOoA8eV8QfvdGhB94Z4AZeoITA6+vYDL5zqnKJJOZBzoNHWtgrAqAgLwhKQ==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-weixin': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@vue/compiler-core': 3.2.37 '@vue/compiler-core': 3.2.37
'@vue/shared': 3.2.37 '@vue/shared': 3.2.37
transitivePeerDependencies: transitivePeerDependencies:
...@@ -889,15 +889,15 @@ packages: ...@@ -889,15 +889,15 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-lark/3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37: /@dcloudio/uni-mp-lark/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-MqR6/YXPI9/m05lK5ZsLSnHUNpwWM6buSoxkusuTNvTk/K1Xd8FfEsS9T1LLp7DltjZkWx+ZIyMY5n786O+mqw==} resolution: {integrity: sha512-4MYH9hTLIhgfG/6w9b+HGDRTemk5nlpz9U6aKgqjjelPsSMcrioONQwHqMgfXdro9aMhrJslnCYfijk41MtLVA==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@vue/compiler-core': 3.2.37 '@vue/compiler-core': 3.2.37
'@vue/shared': 3.2.37 '@vue/shared': 3.2.37
transitivePeerDependencies: transitivePeerDependencies:
...@@ -907,13 +907,13 @@ packages: ...@@ -907,13 +907,13 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-qq/3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37: /@dcloudio/uni-mp-qq/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-wXoHZq66EXefmUXDc/OOEGaAvpkqJb6fHRsaWXnt1TyRozvhsCcVJZNySM4OL12Gzo05MyzLiNmHrcgNq9Srgw==} resolution: {integrity: sha512-qP1jzgQsMRllwgf7wDB0CPqVGKh/fBYPwsDF+njuOT2FZToR1fbZLxCopZtHc0+MZDgqcbOvceB4Tce2GG/XYA==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@vue/shared': 3.2.37 '@vue/shared': 3.2.37
fs-extra: 10.1.0 fs-extra: 10.1.0
transitivePeerDependencies: transitivePeerDependencies:
...@@ -923,14 +923,14 @@ packages: ...@@ -923,14 +923,14 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-toutiao/3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37: /@dcloudio/uni-mp-toutiao/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-7Y3r82p0M/JHPZPU1VMM5OJFKNekDnPhbTmygR8aGneGKV/k7HboPO2VFjN0L1DLOX9jGy8woHeUwDRtR6z0mw==} resolution: {integrity: sha512-jf7KEWo2tvslR94CJnPdrp0HjruqvZY60D4IaC/FgPJ7Y0jECEO+UDsAb3b/Rt6d6ftOqfqIp4bTyWXMSXZc8g==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@vue/compiler-core': 3.2.37 '@vue/compiler-core': 3.2.37
'@vue/shared': 3.2.37 '@vue/shared': 3.2.37
transitivePeerDependencies: transitivePeerDependencies:
...@@ -940,14 +940,14 @@ packages: ...@@ -940,14 +940,14 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-vite/3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37: /@dcloudio/uni-mp-vite/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-rjhoTzZVUXUb5oyJFD8+N+UHL7OH3g4Pp+4HBCqy859JZy/XZzP/X/RaTPgAL4C8d8SWuAnUXIQlMhZDGLLhqQ==} resolution: {integrity: sha512-uAYYx8CzW1LivjuTN+gxrZAbRLla5qzMtOQ5PSSx40agv4Y33fzlzev+IrreI5hL8JoXn/gO75n5RFjx1qwpNA==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@vue/compiler-sfc': 3.2.37 '@vue/compiler-sfc': 3.2.37
'@vue/shared': 3.2.37 '@vue/shared': 3.2.37
debug: 4.3.4 debug: 4.3.4
...@@ -959,20 +959,20 @@ packages: ...@@ -959,20 +959,20 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-vue/3.0.0-alpha-3050420220804003: /@dcloudio/uni-mp-vue/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-V88k1F55/arXxMCjfCiMlj9Mz7MaHRX3Ua0zaafM5Q6AKLXyeSqeqzOY8oyq+eEwM1piDOT3T/uh9UkdzEqJUQ==} resolution: {integrity: sha512-JIYfAZoICUG20MPYxSYEpxFBMSTUrTUUdEp5tdjPywU1BTUWU7tf+CwGptYJyeQeCiTXrBgWBMNgOW9iSnektg==}
dependencies: dependencies:
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@vue/shared': 3.2.37 '@vue/shared': 3.2.37
dev: false dev: false
/@dcloudio/uni-mp-weixin/3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37: /@dcloudio/uni-mp-weixin/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-VsQEX0s2dOTmU3yLfDq6bNqTr2uPVgxbDiYPFgf/7fHebB0ZqNLMU4AaztZhFA1MmYzquujVni5pHRClF3MhaQ==} resolution: {integrity: sha512-B/9PtQC7cixDKo2aZ4+OfXaogFs5b1ii8VIVFugaIownnX5IaPoIIoGy3GTA5b43ywMgAT+C86u/Wga76FtjDA==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@vue/shared': 3.2.37 '@vue/shared': 3.2.37
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
...@@ -981,18 +981,18 @@ packages: ...@@ -981,18 +981,18 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-nvue-styler/3.0.0-alpha-3050420220804003: /@dcloudio/uni-nvue-styler/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-HcWKURy06S6nISrMLtL78KSyCKx78YPU6s9otapmh291AD+cOG7m4L17/7tTSH5L1w4pVIcBaUvpJi4j8d4peQ==} resolution: {integrity: sha512-A/2SrNBHvP9gtY1/FaYVBLa8H2WlDfCqU0oahFldpKsYlYzDIgqc9bRYynQsuKRwfdovWrm7DtThkUd2bDK6iA==}
dependencies: dependencies:
'@vue/shared': 3.2.37 '@vue/shared': 3.2.37
parse-css-font: 4.0.0 parse-css-font: 4.0.0
postcss: 8.4.16 postcss: 8.4.16
dev: false dev: false
/@dcloudio/uni-push/3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37: /@dcloudio/uni-push/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-V9OOFCn6wdFqzuyd0tZXs87Lj6oHYeqqU16Spi6Gv2gCwkof1uDSxRKmuSEmAC5x5ntO66YAQe+DKcQ2gQgRKQ==} resolution: {integrity: sha512-Z4xdIrkW3i1MmrNkt5KCfzjx8MaAytd57z4OdbKzplsg7oOfelGSx6ZR5R4b/LQ6ygFJqaCWmVU1+M8cHgItdA==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
- supports-color - supports-color
...@@ -1000,13 +1000,13 @@ packages: ...@@ -1000,13 +1000,13 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-quickapp-webview/3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37: /@dcloudio/uni-quickapp-webview/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-9r71TZbpNZmQuSLBI6WSLSgt78YGKKZ/fiTC8w0p8cXxfvQc0bdDor3yKifi2BrlGZTpL8lNgTtx3eNlGv3RTA==} resolution: {integrity: sha512-X14g3UoIA16hLqfwNWbJdE26PXa1W0p6KwUhcC6NotSBIiQNMV+bDlZxGutsxL5mHsFEB8W4q7TjyPu9UUiz+A==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@vue/shared': 3.2.37 '@vue/shared': 3.2.37
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
...@@ -1015,16 +1015,16 @@ packages: ...@@ -1015,16 +1015,16 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-shared/3.0.0-alpha-3050420220804003: /@dcloudio/uni-shared/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-gou6A7qWyeROVIEPq+rR3heihxoI2fTlTGZfBNxk6SiqxlnXhGuH4BA6BJTtaF/5e52Z8uVnTYqF96tgK1iGPQ==} resolution: {integrity: sha512-50lH1d6b0/03teR5JHmJQQFMhnCsh5xp7h6gsRFwaafu2dmhj//Vg1Ydcviztqt4Z8zPRKWOkTlKfXQDSJCf/g==}
dependencies: dependencies:
'@vue/shared': 3.2.37 '@vue/shared': 3.2.37
/@dcloudio/uni-stat/3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37: /@dcloudio/uni-stat/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-R3N7DgjP3dmCrwSdrroVsen66SdDTjK42qPTRJth7q1ec2dwdZtXV3lsvQztvIehXcEr4Fa4Odg8uRAKroXEuQ==} resolution: {integrity: sha512-la4IV/gXf3nCEBEa6B1M8bc66NnLqvvTMiZo4y09senXDIA5vgZYlKN2bDv5NrZ0cEKrcP9symQn9dfN5n2+nw==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
debug: 4.3.4 debug: 4.3.4
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
...@@ -1033,13 +1033,15 @@ packages: ...@@ -1033,13 +1033,15 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-uts-vite/3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37: /@dcloudio/uni-uts-vite/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-AFa1FDsDgLhDWPCQa4n71clD6nTqGxW8uvWG+J4FlqRZ1FkRjeIuOFJtVAsUE8WSkSL7EjWx0pCBKobDQ3P7Lg==} resolution: {integrity: sha512-VcGno4Haggd+LCX4UNx1iICv24P03Y33DKsLx/lsoEBvX/qmixnHFPWGlJJcc50X1VDwZaFLlm6e21b6ZXzFZQ==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uts': 3.0.0-alpha-3050420220804003 '@dcloudio/uts': 3.0.0-alpha-3050420220804006
adm-zip: 0.5.9
execa: 5.1.1 execa: 5.1.1
fast-glob: 3.2.11
fs-extra: 10.1.0 fs-extra: 10.1.0
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
...@@ -1048,8 +1050,8 @@ packages: ...@@ -1048,8 +1050,8 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uts-darwin-arm64/3.0.0-alpha-3050420220804003: /@dcloudio/uts-darwin-arm64/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-Fhct8oxwC/uiBwnPt7Uxd/G9rdDsVBKTBQqx7vmaVvXqgbVGnECybM14hC3K9biaegA6n7ssBWTEAxeN8jG4mA==} resolution: {integrity: sha512-bMfUxYFS3WE5SBQYgczWXoUbnG4SyLLcAHC7ahdQ1m1/OyBFjCPx95aCd4Oeoc+cjCfQocPHNVnRB2GEw+O/UA==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [arm64] cpu: [arm64]
os: [darwin] os: [darwin]
...@@ -1057,8 +1059,8 @@ packages: ...@@ -1057,8 +1059,8 @@ packages:
dev: false dev: false
optional: true optional: true
/@dcloudio/uts-darwin-x64/3.0.0-alpha-3050420220804003: /@dcloudio/uts-darwin-x64/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-9UeSUsp1OeNtala4b8I6noCNBko990AinfonqVPXbsQ9NZ9wwqJrcBpBRx5W1R7qhNYxuQ708iH9RrUQGSx5eg==} resolution: {integrity: sha512-136dibuK08wE9NtB00UcPate3hJ/BwqAcKLuHgeGbAlgxBZLQK5aLoSYIfhAebXdPDgxhwr3vNaGI1YNHJqGlg==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
...@@ -1066,8 +1068,8 @@ packages: ...@@ -1066,8 +1068,8 @@ packages:
dev: false dev: false
optional: true optional: true
/@dcloudio/uts-win32-ia32-msvc/3.0.0-alpha-3050420220804003: /@dcloudio/uts-win32-ia32-msvc/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-sUnNhCJwMP2+T56bNNCcQ/PsN+zRsDWWv0xAYGorXGelasxP4zqrL8ySrL1np7J+1zvHV+BJcKHYi4FBbfRFtw==} resolution: {integrity: sha512-C+em58t6rpDIgyxAVm+mNSiPGumaEBhSq+TJ9MuAwY7qlfkF9wuyztQhQ//+laq5OfXaHpXOA/qnj3qHZ81pqA==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [ia32] cpu: [ia32]
os: [win32] os: [win32]
...@@ -1075,8 +1077,8 @@ packages: ...@@ -1075,8 +1077,8 @@ packages:
dev: false dev: false
optional: true optional: true
/@dcloudio/uts-win32-x64-msvc/3.0.0-alpha-3050420220804003: /@dcloudio/uts-win32-x64-msvc/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-ICs2vRzDClty7wMx8weG+R4s8ocZwn5euQaSL5FEnhU7HHi16grXO2l1MKJTaKbjdRpMGaXGU3CfeefXPe+Xrg==} resolution: {integrity: sha512-nwN9R0MwawAftAOXM1K03KHQB0597lLmtqHteisJu8zuaR54v+KkNGod3jnJh5x9DaA9BAj+v0pUL9TfIaUAsw==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
...@@ -1084,8 +1086,8 @@ packages: ...@@ -1084,8 +1086,8 @@ packages:
dev: false dev: false
optional: true optional: true
/@dcloudio/uts/3.0.0-alpha-3050420220804003: /@dcloudio/uts/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-gSMxV91TZ9uXRYc10/dlBZ7Mmw0wX6EXTixjIqcbFzlBFA2cOIjEhUfddyI4BjEVkmdmfVlbpjWdkjbXKOe/Og==} resolution: {integrity: sha512-AhWGFRtRVfKbvXnYoWv2GGzaelOtbSsLyePq3ImwbG4jW/98LWbFl7S4HKTd6+whfrKcIYwVhNW4y+BJHk272A==}
hasBin: true hasBin: true
dependencies: dependencies:
cac: 6.7.9 cac: 6.7.9
...@@ -1094,14 +1096,14 @@ packages: ...@@ -1094,14 +1096,14 @@ packages:
fs-extra: 10.1.0 fs-extra: 10.1.0
picocolors: 1.0.0 picocolors: 1.0.0
optionalDependencies: optionalDependencies:
'@dcloudio/uts-darwin-arm64': 3.0.0-alpha-3050420220804003 '@dcloudio/uts-darwin-arm64': 3.0.0-alpha-3050420220804006
'@dcloudio/uts-darwin-x64': 3.0.0-alpha-3050420220804003 '@dcloudio/uts-darwin-x64': 3.0.0-alpha-3050420220804006
'@dcloudio/uts-win32-ia32-msvc': 3.0.0-alpha-3050420220804003 '@dcloudio/uts-win32-ia32-msvc': 3.0.0-alpha-3050420220804006
'@dcloudio/uts-win32-x64-msvc': 3.0.0-alpha-3050420220804003 '@dcloudio/uts-win32-x64-msvc': 3.0.0-alpha-3050420220804006
dev: false dev: false
/@dcloudio/vite-plugin-uni/3.0.0-alpha-3050420220804003_ofzonvds4qnoototspwioyvnwq: /@dcloudio/vite-plugin-uni/3.0.0-alpha-3050420220804006_fcxfrzo7gdbcvuo6b7csxs7peu:
resolution: {integrity: sha512-+9v9eH3VReXPLwOkgFRDUXSJJowVEHgOj724lEFquSjlhX//QIPBfvE1ngoUSQR6RetPmnrdGWBBGsiNpoBLGw==} resolution: {integrity: sha512-27vnaf+LUDjmUJfDayR4+dlUIyOKY4HijdbrrlNhjwAUKrHB9RpHLzcRtcKG7yrEX03A+xZUehQNiBNtxqwGtQ==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
vite: 2.9.14 vite: 2.9.14
...@@ -1109,11 +1111,11 @@ packages: ...@@ -1109,11 +1111,11 @@ packages:
'@babel/core': 7.18.10 '@babel/core': 7.18.10
'@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.10 '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.10
'@babel/plugin-transform-typescript': 7.18.12_@babel+core@7.18.10 '@babel/plugin-transform-typescript': 7.18.12_@babel+core@7.18.10
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804003_postcss@8.4.16+vue@3.2.37 '@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804003 '@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@rollup/pluginutils': 4.2.1 '@rollup/pluginutils': 4.2.1
'@vitejs/plugin-legacy': 1.8.2_vite@3.0.4 '@vitejs/plugin-legacy': 1.8.2_vite@3.0.8
'@vitejs/plugin-vue': 2.3.3_vite@3.0.4+vue@3.2.37 '@vitejs/plugin-vue': 2.3.4_vite@3.0.8+vue@3.2.37
'@vitejs/plugin-vue-jsx': 1.3.10 '@vitejs/plugin-vue-jsx': 1.3.10
'@vue/compiler-core': 3.2.37 '@vue/compiler-core': 3.2.37
'@vue/compiler-dom': 3.2.37 '@vue/compiler-dom': 3.2.37
...@@ -1128,7 +1130,7 @@ packages: ...@@ -1128,7 +1130,7 @@ packages:
hash-sum: 2.0.0 hash-sum: 2.0.0
jsonc-parser: 3.1.0 jsonc-parser: 3.1.0
picocolors: 1.0.0 picocolors: 1.0.0
vite: 3.0.4_ldklcjfatu7qedyjhd4as6di6a vite: 3.0.8_ldklcjfatu7qedyjhd4as6di6a
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
- supports-color - supports-color
...@@ -1285,7 +1287,7 @@ packages: ...@@ -1285,7 +1287,7 @@ packages:
dependencies: dependencies:
'@jridgewell/set-array': 1.1.2 '@jridgewell/set-array': 1.1.2
'@jridgewell/sourcemap-codec': 1.4.14 '@jridgewell/sourcemap-codec': 1.4.14
'@jridgewell/trace-mapping': 0.3.14 '@jridgewell/trace-mapping': 0.3.15
/@jridgewell/resolve-uri/3.1.0: /@jridgewell/resolve-uri/3.1.0:
resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==}
...@@ -1299,13 +1301,13 @@ packages: ...@@ -1299,13 +1301,13 @@ packages:
resolution: {integrity: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==} resolution: {integrity: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==}
dependencies: dependencies:
'@jridgewell/gen-mapping': 0.3.2 '@jridgewell/gen-mapping': 0.3.2
'@jridgewell/trace-mapping': 0.3.14 '@jridgewell/trace-mapping': 0.3.15
/@jridgewell/sourcemap-codec/1.4.14: /@jridgewell/sourcemap-codec/1.4.14:
resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==}
/@jridgewell/trace-mapping/0.3.14: /@jridgewell/trace-mapping/0.3.15:
resolution: {integrity: sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==} resolution: {integrity: sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==}
dependencies: dependencies:
'@jridgewell/resolve-uri': 3.1.0 '@jridgewell/resolve-uri': 3.1.0
'@jridgewell/sourcemap-codec': 1.4.14 '@jridgewell/sourcemap-codec': 1.4.14
...@@ -1366,7 +1368,7 @@ packages: ...@@ -1366,7 +1368,7 @@ packages:
resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==}
dependencies: dependencies:
'@types/minimatch': 3.0.5 '@types/minimatch': 3.0.5
'@types/node': 18.6.5 '@types/node': 18.7.6
dev: true dev: true
/@types/json-schema/7.0.11: /@types/json-schema/7.0.11:
...@@ -1376,11 +1378,11 @@ packages: ...@@ -1376,11 +1378,11 @@ packages:
/@types/lodash-es/4.17.6: /@types/lodash-es/4.17.6:
resolution: {integrity: sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg==} resolution: {integrity: sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg==}
dependencies: dependencies:
'@types/lodash': 4.14.182 '@types/lodash': 4.14.183
dev: true dev: true
/@types/lodash/4.14.182: /@types/lodash/4.14.183:
resolution: {integrity: sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==} resolution: {integrity: sha512-UXavyuxzXKMqJPEpFPri6Ku5F9af6ZJXUneHhvQJxavrEjuHkFp2YnDWHcxJiG7hk8ZkWqjcyNeW1s/smZv5cw==}
dev: true dev: true
/@types/minimatch/3.0.5: /@types/minimatch/3.0.5:
...@@ -1399,8 +1401,8 @@ packages: ...@@ -1399,8 +1401,8 @@ packages:
resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==}
dev: true dev: true
/@types/node/18.6.5: /@types/node/18.7.6:
resolution: {integrity: sha512-Xjt5ZGUa5WusGZJ4WJPbOT8QOqp6nDynVFRKcUt32bOgvXEoc6o085WNkYTMO7ifAj2isEfQQ2cseE+wT6jsRw==} resolution: {integrity: sha512-EdxgKRXgYsNITy5mjjXjVE/CS8YENSdhiagGrLqjG0pvA2owgJ6i4l7wy/PFZGC0B1/H20lWKN7ONVDNYDZm7A==}
dev: true dev: true
/@types/normalize-package-data/2.4.1: /@types/normalize-package-data/2.4.1:
...@@ -1422,8 +1424,8 @@ packages: ...@@ -1422,8 +1424,8 @@ packages:
/@types/web-bluetooth/0.0.14: /@types/web-bluetooth/0.0.14:
resolution: {integrity: sha512-5d2RhCard1nQUC3aHcq/gHzWYO6K0WJmAbjO7mQJgCQKtZpgXxv1rOM6O/dBDhDYYVutk1sciOgNSe+5YyfM8A==} resolution: {integrity: sha512-5d2RhCard1nQUC3aHcq/gHzWYO6K0WJmAbjO7mQJgCQKtZpgXxv1rOM6O/dBDhDYYVutk1sciOgNSe+5YyfM8A==}
/@typescript-eslint/eslint-plugin/5.33.0_njno5y7ry2l2lcmiu4tywxkwnq: /@typescript-eslint/eslint-plugin/5.33.1_vsoshirnpb7xw6mr7xomgfas2i:
resolution: {integrity: sha512-jHvZNSW2WZ31OPJ3enhLrEKvAZNyAFWZ6rx9tUwaessTc4sx9KmgMNhVcqVAl1ETnT5rU5fpXTLmY9YvC1DCNg==} resolution: {integrity: sha512-S1iZIxrTvKkU3+m63YUOxYPKaP+yWDQrdhxTglVDVEVBf+aCSw85+BmJnyUaQQsk5TXFG/LpBu9fa+LrAQ91fQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
'@typescript-eslint/parser': ^5.0.0 '@typescript-eslint/parser': ^5.0.0
...@@ -1433,12 +1435,12 @@ packages: ...@@ -1433,12 +1435,12 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/parser': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq '@typescript-eslint/parser': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq
'@typescript-eslint/scope-manager': 5.33.0 '@typescript-eslint/scope-manager': 5.33.1
'@typescript-eslint/type-utils': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq '@typescript-eslint/type-utils': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq
'@typescript-eslint/utils': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq '@typescript-eslint/utils': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq
debug: 4.3.4 debug: 4.3.4
eslint: 8.21.0 eslint: 8.22.0
functional-red-black-tree: 1.0.1 functional-red-black-tree: 1.0.1
ignore: 5.2.0 ignore: 5.2.0
regexpp: 3.2.0 regexpp: 3.2.0
...@@ -1449,8 +1451,8 @@ packages: ...@@ -1449,8 +1451,8 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/parser/5.33.0_qugx7qdu5zevzvxaiqyxfiwquq: /@typescript-eslint/parser/5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq:
resolution: {integrity: sha512-cgM5cJrWmrDV2KpvlcSkelTBASAs1mgqq+IUGKJvFxWrapHpaRy5EXPQz9YaKF3nZ8KY18ILTiVpUtbIac86/w==} resolution: {integrity: sha512-IgLLtW7FOzoDlmaMoXdxG8HOCByTBXrB1V2ZQYSEV1ggMmJfAkMWTwUjjzagS6OkfpySyhKFkBw7A9jYmcHpZA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
...@@ -1459,26 +1461,26 @@ packages: ...@@ -1459,26 +1461,26 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/scope-manager': 5.33.0 '@typescript-eslint/scope-manager': 5.33.1
'@typescript-eslint/types': 5.33.0 '@typescript-eslint/types': 5.33.1
'@typescript-eslint/typescript-estree': 5.33.0_typescript@4.7.4 '@typescript-eslint/typescript-estree': 5.33.1_typescript@4.7.4
debug: 4.3.4 debug: 4.3.4
eslint: 8.21.0 eslint: 8.22.0
typescript: 4.7.4 typescript: 4.7.4
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/scope-manager/5.33.0: /@typescript-eslint/scope-manager/5.33.1:
resolution: {integrity: sha512-/Jta8yMNpXYpRDl8EwF/M8It2A9sFJTubDo0ATZefGXmOqlaBffEw0ZbkbQ7TNDK6q55NPHFshGBPAZvZkE8Pw==} resolution: {integrity: sha512-8ibcZSqy4c5m69QpzJn8XQq9NnqAToC8OdH/W6IXPXv83vRyEDPYLdjAlUx8h/rbusq6MkW4YdQzURGOqsn3CA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies: dependencies:
'@typescript-eslint/types': 5.33.0 '@typescript-eslint/types': 5.33.1
'@typescript-eslint/visitor-keys': 5.33.0 '@typescript-eslint/visitor-keys': 5.33.1
dev: true dev: true
/@typescript-eslint/type-utils/5.33.0_qugx7qdu5zevzvxaiqyxfiwquq: /@typescript-eslint/type-utils/5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq:
resolution: {integrity: sha512-2zB8uEn7hEH2pBeyk3NpzX1p3lF9dKrEbnXq1F7YkpZ6hlyqb2yZujqgRGqXgRBTHWIUG3NGx/WeZk224UKlIA==} resolution: {integrity: sha512-X3pGsJsD8OiqhNa5fim41YtlnyiWMF/eKsEZGsHID2HcDqeSC5yr/uLOeph8rNF2/utwuI0IQoAK3fpoxcLl2g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: '*' eslint: '*'
...@@ -1487,22 +1489,22 @@ packages: ...@@ -1487,22 +1489,22 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/utils': 5.33.0_qugx7qdu5zevzvxaiqyxfiwquq '@typescript-eslint/utils': 5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq
debug: 4.3.4 debug: 4.3.4
eslint: 8.21.0 eslint: 8.22.0
tsutils: 3.21.0_typescript@4.7.4 tsutils: 3.21.0_typescript@4.7.4
typescript: 4.7.4 typescript: 4.7.4
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/types/5.33.0: /@typescript-eslint/types/5.33.1:
resolution: {integrity: sha512-nIMt96JngB4MYFYXpZ/3ZNU4GWPNdBbcB5w2rDOCpXOVUkhtNlG2mmm8uXhubhidRZdwMaMBap7Uk8SZMU/ppw==} resolution: {integrity: sha512-7K6MoQPQh6WVEkMrMW5QOA5FO+BOwzHSNd0j3+BlBwd6vtzfZceJ8xJ7Um2XDi/O3umS8/qDX6jdy2i7CijkwQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true dev: true
/@typescript-eslint/typescript-estree/5.33.0_typescript@4.7.4: /@typescript-eslint/typescript-estree/5.33.1_typescript@4.7.4:
resolution: {integrity: sha512-tqq3MRLlggkJKJUrzM6wltk8NckKyyorCSGMq4eVkyL5sDYzJJcMgZATqmF8fLdsWrW7OjjIZ1m9v81vKcaqwQ==} resolution: {integrity: sha512-JOAzJ4pJ+tHzA2pgsWQi4804XisPHOtbvwUyqsuuq8+y5B5GMZs7lI1xDWs6V2d7gE/Ez5bTGojSK12+IIPtXA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
typescript: '*' typescript: '*'
...@@ -1510,8 +1512,8 @@ packages: ...@@ -1510,8 +1512,8 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/types': 5.33.0 '@typescript-eslint/types': 5.33.1
'@typescript-eslint/visitor-keys': 5.33.0 '@typescript-eslint/visitor-keys': 5.33.1
debug: 4.3.4 debug: 4.3.4
globby: 11.1.0 globby: 11.1.0
is-glob: 4.0.3 is-glob: 4.0.3
...@@ -1522,33 +1524,33 @@ packages: ...@@ -1522,33 +1524,33 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/utils/5.33.0_qugx7qdu5zevzvxaiqyxfiwquq: /@typescript-eslint/utils/5.33.1_4rv7y5c6xz3vfxwhbrcxxi73bq:
resolution: {integrity: sha512-JxOAnXt9oZjXLIiXb5ZIcZXiwVHCkqZgof0O8KPgz7C7y0HS42gi75PdPlqh1Tf109M0fyUw45Ao6JLo7S5AHw==} resolution: {integrity: sha512-uphZjkMaZ4fE8CR4dU7BquOV6u0doeQAr8n6cQenl/poMaIyJtBu8eys5uk6u5HiDH01Mj5lzbJ5SfeDz7oqMQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies: dependencies:
'@types/json-schema': 7.0.11 '@types/json-schema': 7.0.11
'@typescript-eslint/scope-manager': 5.33.0 '@typescript-eslint/scope-manager': 5.33.1
'@typescript-eslint/types': 5.33.0 '@typescript-eslint/types': 5.33.1
'@typescript-eslint/typescript-estree': 5.33.0_typescript@4.7.4 '@typescript-eslint/typescript-estree': 5.33.1_typescript@4.7.4
eslint: 8.21.0 eslint: 8.22.0
eslint-scope: 5.1.1 eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@8.21.0 eslint-utils: 3.0.0_eslint@8.22.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
- typescript - typescript
dev: true dev: true
/@typescript-eslint/visitor-keys/5.33.0: /@typescript-eslint/visitor-keys/5.33.1:
resolution: {integrity: sha512-/XsqCzD4t+Y9p5wd9HZiptuGKBlaZO5showwqODii5C0nZawxWLF+Q6k5wYHBrQv96h6GYKyqqMHCSTqta8Kiw==} resolution: {integrity: sha512-nwIxOK8Z2MPWltLKMLOEZwmfBZReqUdbEoHQXeCpa+sRVARe5twpJGHCB4dk9903Yaf0nMAlGbQfaAH92F60eg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies: dependencies:
'@typescript-eslint/types': 5.33.0 '@typescript-eslint/types': 5.33.1
eslint-visitor-keys: 3.3.0 eslint-visitor-keys: 3.3.0
dev: true dev: true
/@vitejs/plugin-legacy/1.8.2_vite@3.0.4: /@vitejs/plugin-legacy/1.8.2_vite@3.0.8:
resolution: {integrity: sha512-NCOKU+pU+cxLMR9P9RTolEuOK+h+zYBXlknj+zGcKSj/NXBZYgA1GAH1FnO4zijoWRiTaiOm2ha9LQrELE7XHg==} resolution: {integrity: sha512-NCOKU+pU+cxLMR9P9RTolEuOK+h+zYBXlknj+zGcKSj/NXBZYgA1GAH1FnO4zijoWRiTaiOm2ha9LQrELE7XHg==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
...@@ -1558,8 +1560,8 @@ packages: ...@@ -1558,8 +1560,8 @@ packages:
core-js: 3.24.1 core-js: 3.24.1
magic-string: 0.26.2 magic-string: 0.26.2
regenerator-runtime: 0.13.9 regenerator-runtime: 0.13.9
systemjs: 6.12.1 systemjs: 6.12.2
vite: 3.0.4_ldklcjfatu7qedyjhd4as6di6a vite: 3.0.8_ldklcjfatu7qedyjhd4as6di6a
dev: true dev: true
/@vitejs/plugin-vue-jsx/1.3.10: /@vitejs/plugin-vue-jsx/1.3.10:
...@@ -1576,14 +1578,14 @@ packages: ...@@ -1576,14 +1578,14 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@vitejs/plugin-vue/2.3.3_vite@3.0.4+vue@3.2.37: /@vitejs/plugin-vue/2.3.4_vite@3.0.8+vue@3.2.37:
resolution: {integrity: sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==} resolution: {integrity: sha512-IfFNbtkbIm36O9KB8QodlwwYvTEsJb4Lll4c2IwB3VHc2gie2mSPtSzL0eYay7X2jd/2WX02FjSGTWR6OPr/zg==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
vite: ^2.5.10 vite: ^2.5.10
vue: ^3.2.25 vue: ^3.2.25
dependencies: dependencies:
vite: 3.0.4_ldklcjfatu7qedyjhd4as6di6a vite: 3.0.8_ldklcjfatu7qedyjhd4as6di6a
vue: 3.2.37 vue: 3.2.37
/@vue/babel-helper-vue-transform-on/1.0.2: /@vue/babel-helper-vue-transform-on/1.0.2:
...@@ -1699,7 +1701,7 @@ packages: ...@@ -1699,7 +1701,7 @@ packages:
'@vueuse/metadata': 8.9.4 '@vueuse/metadata': 8.9.4
'@vueuse/shared': 8.9.4_vue@3.2.37 '@vueuse/shared': 8.9.4_vue@3.2.37
vue: 3.2.37 vue: 3.2.37
vue-demi: 0.13.6_vue@3.2.37 vue-demi: 0.13.8_vue@3.2.37
/@vueuse/metadata/8.9.4: /@vueuse/metadata/8.9.4:
resolution: {integrity: sha512-IwSfzH80bnJMzqhaapqJl9JRIiyQU0zsRGEgnxN6jhq7992cPUJIRfV+JHRIZXjYqbwt07E1gTEp0R0zPJ1aqw==} resolution: {integrity: sha512-IwSfzH80bnJMzqhaapqJl9JRIiyQU0zsRGEgnxN6jhq7992cPUJIRfV+JHRIZXjYqbwt07E1gTEp0R0zPJ1aqw==}
...@@ -1716,7 +1718,7 @@ packages: ...@@ -1716,7 +1718,7 @@ packages:
optional: true optional: true
dependencies: dependencies:
vue: 3.2.37 vue: 3.2.37
vue-demi: 0.13.6_vue@3.2.37 vue-demi: 0.13.8_vue@3.2.37
/JSONStream/1.3.5: /JSONStream/1.3.5:
resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==}
...@@ -1761,6 +1763,11 @@ packages: ...@@ -1761,6 +1763,11 @@ packages:
engines: {node: '>= 10.0.0'} engines: {node: '>= 10.0.0'}
dev: true dev: true
/adm-zip/0.5.9:
resolution: {integrity: sha512-s+3fXLkeeLjZ2kLjCBwQufpI5fuN+kIGBxu6530nVQZGVol0d7Y/M88/xw9HGGUcJjKf8LutN3VPRUBq6N7Ajg==}
engines: {node: '>=6.0'}
dev: false
/aggregate-error/3.1.0: /aggregate-error/3.1.0:
resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==}
engines: {node: '>=8'} engines: {node: '>=8'}
...@@ -1878,7 +1885,7 @@ packages: ...@@ -1878,7 +1885,7 @@ packages:
postcss: ^8.1.0 postcss: ^8.1.0
dependencies: dependencies:
browserslist: 4.21.3 browserslist: 4.21.3
caniuse-lite: 1.0.30001374 caniuse-lite: 1.0.30001378
fraction.js: 4.2.0 fraction.js: 4.2.0
normalize-range: 0.1.2 normalize-range: 0.1.2
picocolors: 1.0.0 picocolors: 1.0.0
...@@ -1965,8 +1972,8 @@ packages: ...@@ -1965,8 +1972,8 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true hasBin: true
dependencies: dependencies:
caniuse-lite: 1.0.30001374 caniuse-lite: 1.0.30001378
electron-to-chromium: 1.4.212 electron-to-chromium: 1.4.224
node-releases: 2.0.6 node-releases: 2.0.6
update-browserslist-db: 1.0.5_browserslist@4.21.3 update-browserslist-db: 1.0.5_browserslist@4.21.3
...@@ -2025,8 +2032,8 @@ packages: ...@@ -2025,8 +2032,8 @@ packages:
engines: {node: '>=10'} engines: {node: '>=10'}
dev: true dev: true
/caniuse-lite/1.0.30001374: /caniuse-lite/1.0.30001378:
resolution: {integrity: sha512-mWvzatRx3w+j5wx/mpFN5v5twlPrabG8NqX2c6e45LCpymdoGqNvRkRutFUqpRTXKFQFNQJasvK0YT7suW6/Hw==} resolution: {integrity: sha512-JVQnfoO7FK7WvU4ZkBRbPjaot4+YqxogSDosHv0Hv5mWpUESmN+UubMU6L/hGz8QlQ2aY5U0vR6MOs6j/CXpNA==}
/chalk/2.4.2: /chalk/2.4.2:
resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
...@@ -2108,13 +2115,6 @@ packages: ...@@ -2108,13 +2115,6 @@ packages:
wrap-ansi: 7.0.0 wrap-ansi: 7.0.0
dev: true dev: true
/clone-regexp/2.2.0:
resolution: {integrity: sha512-beMpP7BOtTipFuW8hrJvREQ2DrRu3BE7by0ZpibtfBA+qfHYvMGTc2Yb1JMYPKg/JUw0CHYvpg796aNTSW9z7Q==}
engines: {node: '>=6'}
dependencies:
is-regexp: 2.1.0
dev: true
/clone/1.0.4: /clone/1.0.4:
resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==}
engines: {node: '>=0.8'} engines: {node: '>=0.8'}
...@@ -2139,8 +2139,8 @@ packages: ...@@ -2139,8 +2139,8 @@ packages:
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
dev: true dev: true
/colord/2.9.2: /colord/2.9.3:
resolution: {integrity: sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==} resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==}
dev: true dev: true
/colorette/2.0.19: /colorette/2.0.19:
...@@ -2393,16 +2393,16 @@ packages: ...@@ -2393,16 +2393,16 @@ packages:
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
dev: true dev: true
/cosmiconfig-typescript-loader/2.0.2_cvilj4l3ytrlnvtlqw3tscihve: /cosmiconfig-typescript-loader/2.0.2_z5yog5l5yqinvqran22gqy2vdi:
resolution: {integrity: sha512-KmE+bMjWMXJbkWCeY4FJX/npHuZPNr9XF9q9CIQ/bpFwi1qHfCmSiKarrCcRa0LO4fWjk93pVoeRtJAkTGcYNw==} resolution: {integrity: sha512-KmE+bMjWMXJbkWCeY4FJX/npHuZPNr9XF9q9CIQ/bpFwi1qHfCmSiKarrCcRa0LO4fWjk93pVoeRtJAkTGcYNw==}
engines: {node: '>=12', npm: '>=6'} engines: {node: '>=12', npm: '>=6'}
peerDependencies: peerDependencies:
'@types/node': '*' '@types/node': '*'
typescript: '>=3' typescript: '>=3'
dependencies: dependencies:
'@types/node': 18.6.5 '@types/node': 18.7.6
cosmiconfig: 7.0.1 cosmiconfig: 7.0.1
ts-node: 10.9.1_cvilj4l3ytrlnvtlqw3tscihve ts-node: 10.9.1_z5yog5l5yqinvqran22gqy2vdi
typescript: 4.7.4 typescript: 4.7.4
transitivePeerDependencies: transitivePeerDependencies:
- '@swc/core' - '@swc/core'
...@@ -2521,8 +2521,8 @@ packages: ...@@ -2521,8 +2521,8 @@ packages:
resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==}
dev: true dev: true
/dayjs/1.11.4: /dayjs/1.11.5:
resolution: {integrity: sha512-Zj/lPM5hOvQ1Bf7uAvewDaUcsJoI6JmNqmHhHl3nyumwe0XHwt8sWdOVAPACJzCebL8gQCi+K49w7iKWnGwX9g==} resolution: {integrity: sha512-CAdX5Q3YW3Gclyo5Vpqkgpj8fSdLQcRuzfX6mC6Phy0nfJ0eGYOeS7m4mt2plDWLAtA4TqTakvbboHvUxfe4iA==}
dev: false dev: false
/debug/2.6.9: /debug/2.6.9:
...@@ -2695,8 +2695,8 @@ packages: ...@@ -2695,8 +2695,8 @@ packages:
resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=}
dev: true dev: true
/electron-to-chromium/1.4.212: /electron-to-chromium/1.4.224:
resolution: {integrity: sha512-LjQUg1SpLj2GfyaPDVBUHdhmlDU1vDB4f0mJWSGkISoXQrn5/lH3ECPCuo2Bkvf6Y30wO+b69te+rZK/llZmjg==} resolution: {integrity: sha512-dOujC5Yzj0nOVE23iD5HKqrRSDj2SD7RazpZS/b/WX85MtO6/LzKDF4TlYZTBteB+7fvSg5JpWh0sN7fImNF8w==}
/emoji-regex/8.0.0: /emoji-regex/8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
...@@ -2752,7 +2752,7 @@ packages: ...@@ -2752,7 +2752,7 @@ packages:
is-weakref: 1.0.2 is-weakref: 1.0.2
object-inspect: 1.12.2 object-inspect: 1.12.2
object-keys: 1.1.1 object-keys: 1.1.1
object.assign: 4.1.3 object.assign: 4.1.4
regexp.prototype.flags: 1.4.3 regexp.prototype.flags: 1.4.3
string.prototype.trimend: 1.0.5 string.prototype.trimend: 1.0.5
string.prototype.trimstart: 1.0.5 string.prototype.trimstart: 1.0.5
...@@ -2976,16 +2976,16 @@ packages: ...@@ -2976,16 +2976,16 @@ packages:
engines: {node: '>=10'} engines: {node: '>=10'}
dev: true dev: true
/eslint-config-prettier/8.5.0_eslint@8.21.0: /eslint-config-prettier/8.5.0_eslint@8.22.0:
resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
eslint: '>=7.0.0' eslint: '>=7.0.0'
dependencies: dependencies:
eslint: 8.21.0 eslint: 8.22.0
dev: true dev: true
/eslint-plugin-prettier/4.2.1_h62lvancfh4b7r6zn2dgodrh5e: /eslint-plugin-prettier/4.2.1_i2cojdczqdiurzgttlwdgf764e:
resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==} resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
...@@ -2996,25 +2996,25 @@ packages: ...@@ -2996,25 +2996,25 @@ packages:
eslint-config-prettier: eslint-config-prettier:
optional: true optional: true
dependencies: dependencies:
eslint: 8.21.0 eslint: 8.22.0
eslint-config-prettier: 8.5.0_eslint@8.21.0 eslint-config-prettier: 8.5.0_eslint@8.22.0
prettier: 2.7.1 prettier: 2.7.1
prettier-linter-helpers: 1.0.0 prettier-linter-helpers: 1.0.0
dev: true dev: true
/eslint-plugin-vue/9.3.0_eslint@8.21.0: /eslint-plugin-vue/9.3.0_eslint@8.22.0:
resolution: {integrity: sha512-iscKKkBZgm6fGZwFt6poRoWC0Wy2dQOlwUPW++CiPoQiw1enctV2Hj5DBzzjJZfyqs+FAXhgzL4q0Ww03AgSmQ==} resolution: {integrity: sha512-iscKKkBZgm6fGZwFt6poRoWC0Wy2dQOlwUPW++CiPoQiw1enctV2Hj5DBzzjJZfyqs+FAXhgzL4q0Ww03AgSmQ==}
engines: {node: ^14.17.0 || >=16.0.0} engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
dependencies: dependencies:
eslint: 8.21.0 eslint: 8.22.0
eslint-utils: 3.0.0_eslint@8.21.0 eslint-utils: 3.0.0_eslint@8.22.0
natural-compare: 1.4.0 natural-compare: 1.4.0
nth-check: 2.1.1 nth-check: 2.1.1
postcss-selector-parser: 6.0.10 postcss-selector-parser: 6.0.10
semver: 7.3.7 semver: 7.3.7
vue-eslint-parser: 9.0.3_eslint@8.21.0 vue-eslint-parser: 9.0.3_eslint@8.22.0
xml-name-validator: 4.0.0 xml-name-validator: 4.0.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
...@@ -3036,13 +3036,13 @@ packages: ...@@ -3036,13 +3036,13 @@ packages:
estraverse: 5.3.0 estraverse: 5.3.0
dev: true dev: true
/eslint-utils/3.0.0_eslint@8.21.0: /eslint-utils/3.0.0_eslint@8.22.0:
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
peerDependencies: peerDependencies:
eslint: '>=5' eslint: '>=5'
dependencies: dependencies:
eslint: 8.21.0 eslint: 8.22.0
eslint-visitor-keys: 2.1.0 eslint-visitor-keys: 2.1.0
dev: true dev: true
...@@ -3056,8 +3056,8 @@ packages: ...@@ -3056,8 +3056,8 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true dev: true
/eslint/8.21.0: /eslint/8.22.0:
resolution: {integrity: sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==} resolution: {integrity: sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true hasBin: true
dependencies: dependencies:
...@@ -3071,7 +3071,7 @@ packages: ...@@ -3071,7 +3071,7 @@ packages:
doctrine: 3.0.0 doctrine: 3.0.0
escape-string-regexp: 4.0.0 escape-string-regexp: 4.0.0
eslint-scope: 7.1.1 eslint-scope: 7.1.1
eslint-utils: 3.0.0_eslint@8.21.0 eslint-utils: 3.0.0_eslint@8.22.0
eslint-visitor-keys: 3.3.0 eslint-visitor-keys: 3.3.0
espree: 9.3.3 espree: 9.3.3
esquery: 1.4.0 esquery: 1.4.0
...@@ -3179,13 +3179,6 @@ packages: ...@@ -3179,13 +3179,6 @@ packages:
strip-final-newline: 3.0.0 strip-final-newline: 3.0.0
dev: true dev: true
/execall/2.0.0:
resolution: {integrity: sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==}
engines: {node: '>=8'}
dependencies:
clone-regexp: 2.2.0
dev: true
/expand-tilde/2.0.2: /expand-tilde/2.0.2:
resolution: {integrity: sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==} resolution: {integrity: sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
...@@ -3481,11 +3474,6 @@ packages: ...@@ -3481,11 +3474,6 @@ packages:
yargs: 16.2.0 yargs: 16.2.0
dev: true dev: true
/get-stdin/8.0.0:
resolution: {integrity: sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==}
engines: {node: '>=10'}
dev: true
/get-stream/6.0.1: /get-stream/6.0.1:
resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
engines: {node: '>=10'} engines: {node: '>=10'}
...@@ -3661,7 +3649,7 @@ packages: ...@@ -3661,7 +3649,7 @@ packages:
source-map: 0.6.1 source-map: 0.6.1
wordwrap: 1.0.0 wordwrap: 1.0.0
optionalDependencies: optionalDependencies:
uglify-js: 3.16.3 uglify-js: 3.17.0
dev: true dev: true
/hard-rejection/2.1.0: /hard-rejection/2.1.0:
...@@ -4011,11 +3999,6 @@ packages: ...@@ -4011,11 +3999,6 @@ packages:
has-tostringtag: 1.0.0 has-tostringtag: 1.0.0
dev: true dev: true
/is-regexp/2.1.0:
resolution: {integrity: sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA==}
engines: {node: '>=6'}
dev: true
/is-shared-array-buffer/1.0.2: /is-shared-array-buffer/1.0.2:
resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==}
dependencies: dependencies:
...@@ -4668,8 +4651,8 @@ packages: ...@@ -4668,8 +4651,8 @@ packages:
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
dev: true dev: true
/object.assign/4.1.3: /object.assign/4.1.4:
resolution: {integrity: sha512-ZFJnX3zltyjcYJL0RoCJuzb+11zWGyaDbjgxZbdV7rFEcHQuYxrZqhow67aA7xpes6LhojyFDaBKAFfogQrikA==} resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
dependencies: dependencies:
call-bind: 1.0.2 call-bind: 1.0.2
...@@ -4931,8 +4914,8 @@ packages: ...@@ -4931,8 +4914,8 @@ packages:
engines: {node: '>=6'} engines: {node: '>=6'}
optional: true optional: true
/pinia/2.0.17_j6bzmzd4ujpabbp5objtwxyjp4: /pinia/2.0.18_j6bzmzd4ujpabbp5objtwxyjp4:
resolution: {integrity: sha512-AtwLwEWQgIjofjgeFT+nxbnK5lT2QwQjaHNEDqpsi2AiCwf/NY78uWTeHUyEhiiJy8+sBmw0ujgQMoQbWiZDfA==} resolution: {integrity: sha512-I5MW05UVX6a5Djka136oH3VzYFiZUgeOApBwFjMx6pL91eHtGVlE3adjNUKLgtwGnrxiBRuJ8+4R3LKJKwnyZg==}
peerDependencies: peerDependencies:
'@vue/composition-api': ^1.4.0 '@vue/composition-api': ^1.4.0
typescript: '>=4.4.4' typescript: '>=4.4.4'
...@@ -4946,7 +4929,7 @@ packages: ...@@ -4946,7 +4929,7 @@ packages:
'@vue/devtools-api': 6.2.1 '@vue/devtools-api': 6.2.1
typescript: 4.7.4 typescript: 4.7.4
vue: 3.2.37 vue: 3.2.37
vue-demi: 0.13.6_vue@3.2.37 vue-demi: 0.13.8_vue@3.2.37
dev: false dev: false
/pont-engine/1.3.3: /pont-engine/1.3.3:
...@@ -5355,13 +5338,21 @@ packages: ...@@ -5355,13 +5338,21 @@ packages:
glob: 7.2.3 glob: 7.2.3
dev: true dev: true
/rollup/2.77.2: /rollup/2.77.3:
resolution: {integrity: sha512-m/4YzYgLcpMQbxX3NmAqDvwLATZzxt8bIegO78FZLl+lAgKJBd1DRAOeEiZcKOIOPjxE6ewHWHNgGEalFXuz1g==} resolution: {integrity: sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==}
engines: {node: '>=10.0.0'} engines: {node: '>=10.0.0'}
hasBin: true hasBin: true
optionalDependencies: optionalDependencies:
fsevents: 2.3.2 fsevents: 2.3.2
/rollup/2.78.0:
resolution: {integrity: sha512-4+YfbQC9QEVvKTanHhIAFVUFSRsezvQF8vFOJwtGfb9Bb+r014S+qryr9PSmw8x6sMnPkmFBGAvIFVQxvJxjtg==}
engines: {node: '>=10.0.0'}
hasBin: true
optionalDependencies:
fsevents: 2.3.2
dev: false
/run-async/2.4.1: /run-async/2.4.1:
resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==}
engines: {node: '>=0.12.0'} engines: {node: '>=0.12.0'}
...@@ -5718,7 +5709,7 @@ packages: ...@@ -5718,7 +5709,7 @@ packages:
resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==} resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==}
dev: true dev: true
/stylelint-config-html/1.1.0_5rxrxgs7sjazj2ve56ds3kmipi: /stylelint-config-html/1.1.0_p3sfza3ylapcvxk5wvhsxfln5e:
resolution: {integrity: sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ==} resolution: {integrity: sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ==}
engines: {node: ^12 || >=14} engines: {node: ^12 || >=14}
peerDependencies: peerDependencies:
...@@ -5726,62 +5717,60 @@ packages: ...@@ -5726,62 +5717,60 @@ packages:
stylelint: '>=14.0.0' stylelint: '>=14.0.0'
dependencies: dependencies:
postcss-html: 1.5.0 postcss-html: 1.5.0
stylelint: 14.9.1 stylelint: 14.10.0
dev: true dev: true
/stylelint-config-prettier/9.0.3_stylelint@14.9.1: /stylelint-config-prettier/9.0.3_stylelint@14.10.0:
resolution: {integrity: sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==} resolution: {integrity: sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==}
engines: {node: '>= 12'} engines: {node: '>= 12'}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
stylelint: '>=11.0.0' stylelint: '>=11.0.0'
dependencies: dependencies:
stylelint: 14.9.1 stylelint: 14.10.0
dev: true dev: true
/stylelint-config-recommended/8.0.0_stylelint@14.9.1: /stylelint-config-recommended/8.0.0_stylelint@14.10.0:
resolution: {integrity: sha512-IK6dWvE000+xBv9jbnHOnBq01gt6HGVB2ZTsot+QsMpe82doDQ9hvplxfv4YnpEuUwVGGd9y6nbaAnhrjcxhZQ==} resolution: {integrity: sha512-IK6dWvE000+xBv9jbnHOnBq01gt6HGVB2ZTsot+QsMpe82doDQ9hvplxfv4YnpEuUwVGGd9y6nbaAnhrjcxhZQ==}
peerDependencies: peerDependencies:
stylelint: ^14.8.0 stylelint: ^14.8.0
dependencies: dependencies:
stylelint: 14.9.1 stylelint: 14.10.0
dev: true dev: true
/stylelint-config-standard/26.0.0_stylelint@14.9.1: /stylelint-config-standard/26.0.0_stylelint@14.10.0:
resolution: {integrity: sha512-hUuB7LaaqM8abvkOO84wh5oYSkpXgTzHu2Zza6e7mY+aOmpNTjoFBRxSLlzY0uAOMWEFx0OMKzr+reG1BUtcqQ==} resolution: {integrity: sha512-hUuB7LaaqM8abvkOO84wh5oYSkpXgTzHu2Zza6e7mY+aOmpNTjoFBRxSLlzY0uAOMWEFx0OMKzr+reG1BUtcqQ==}
peerDependencies: peerDependencies:
stylelint: ^14.9.0 stylelint: ^14.9.0
dependencies: dependencies:
stylelint: 14.9.1 stylelint: 14.10.0
stylelint-config-recommended: 8.0.0_stylelint@14.9.1 stylelint-config-recommended: 8.0.0_stylelint@14.10.0
dev: true dev: true
/stylelint-order/5.0.0_stylelint@14.9.1: /stylelint-order/5.0.0_stylelint@14.10.0:
resolution: {integrity: sha512-OWQ7pmicXufDw5BlRqzdz3fkGKJPgLyDwD1rFY3AIEfIH/LQY38Vu/85v8/up0I+VPiuGRwbc2Hg3zLAsJaiyw==} resolution: {integrity: sha512-OWQ7pmicXufDw5BlRqzdz3fkGKJPgLyDwD1rFY3AIEfIH/LQY38Vu/85v8/up0I+VPiuGRwbc2Hg3zLAsJaiyw==}
peerDependencies: peerDependencies:
stylelint: ^14.0.0 stylelint: ^14.0.0
dependencies: dependencies:
postcss: 8.4.16 postcss: 8.4.16
postcss-sorting: 7.0.1_postcss@8.4.16 postcss-sorting: 7.0.1_postcss@8.4.16
stylelint: 14.9.1 stylelint: 14.10.0
dev: true dev: true
/stylelint/14.9.1: /stylelint/14.10.0:
resolution: {integrity: sha512-RdAkJdPiLqHawCSnu21nE27MjNXaVd4WcOHA4vK5GtIGjScfhNnaOuWR2wWdfKFAvcWQPOYe311iveiVKSmwsA==} resolution: {integrity: sha512-VAmyKrEK+wNFh9R8mNqoxEFzaa4gsHGhcT4xgkQDuOA5cjF6CaNS8loYV7gpi4tIZBPUyXesotPXzJAMN8VLOQ==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
hasBin: true hasBin: true
dependencies: dependencies:
'@csstools/selector-specificity': 2.0.2_pnx64jze6bptzcedy5bidi3zdi '@csstools/selector-specificity': 2.0.2_pnx64jze6bptzcedy5bidi3zdi
balanced-match: 2.0.0 balanced-match: 2.0.0
colord: 2.9.2 colord: 2.9.3
cosmiconfig: 7.0.1 cosmiconfig: 7.0.1
css-functions-list: 3.1.0 css-functions-list: 3.1.0
debug: 4.3.4 debug: 4.3.4
execall: 2.0.0
fast-glob: 3.2.11 fast-glob: 3.2.11
fastest-levenshtein: 1.0.16 fastest-levenshtein: 1.0.16
file-entry-cache: 6.0.1 file-entry-cache: 6.0.1
get-stdin: 8.0.0
global-modules: 2.0.0 global-modules: 2.0.0
globby: 11.1.0 globby: 11.1.0
globjoin: 0.1.4 globjoin: 0.1.4
...@@ -5810,7 +5799,7 @@ packages: ...@@ -5810,7 +5799,7 @@ packages:
svg-tags: 1.0.0 svg-tags: 1.0.0
table: 6.8.0 table: 6.8.0
v8-compile-cache: 2.3.0 v8-compile-cache: 2.3.0
write-file-atomic: 4.0.1 write-file-atomic: 4.0.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
...@@ -5857,8 +5846,8 @@ packages: ...@@ -5857,8 +5846,8 @@ packages:
resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==} resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==}
dev: true dev: true
/systemjs/6.12.1: /systemjs/6.12.2:
resolution: {integrity: sha512-hqTN6kW+pN6/qro6G9OZ7ceDQOcYno020zBQKpZQLsJhYTDMCMNfXi/Y8duF5iW+4WWZr42ry0MMkcRGpbwG2A==} resolution: {integrity: sha512-m8E/zVRcfwPiCVtj7iAtL5JdfewnBVvq1HfnPlg30U3SIRCCj1sH2kDLl/PJJvgGB8rSZI65ZXmeZyQshK4aYg==}
dev: true dev: true
/table/6.8.0: /table/6.8.0:
...@@ -5965,7 +5954,7 @@ packages: ...@@ -5965,7 +5954,7 @@ packages:
engines: {node: '>=8'} engines: {node: '>=8'}
dev: true dev: true
/ts-node/10.9.1_cvilj4l3ytrlnvtlqw3tscihve: /ts-node/10.9.1_z5yog5l5yqinvqran22gqy2vdi:
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
...@@ -5984,7 +5973,7 @@ packages: ...@@ -5984,7 +5973,7 @@ packages:
'@tsconfig/node12': 1.0.11 '@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3 '@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.3 '@tsconfig/node16': 1.0.3
'@types/node': 18.6.5 '@types/node': 18.7.6
acorn: 8.8.0 acorn: 8.8.0
acorn-walk: 8.2.0 acorn-walk: 8.2.0
arg: 4.1.3 arg: 4.1.3
...@@ -6064,8 +6053,8 @@ packages: ...@@ -6064,8 +6053,8 @@ packages:
engines: {node: '>=4.2.0'} engines: {node: '>=4.2.0'}
hasBin: true hasBin: true
/uglify-js/3.16.3: /uglify-js/3.17.0:
resolution: {integrity: sha512-uVbFqx9vvLhQg0iBaau9Z75AxWJ8tqM9AV890dIZCLApF4rTcyHwmAvLeEdYRs+BzYWu8Iw81F79ah0EfTXbaw==} resolution: {integrity: sha512-aTeNPVmgIMPpm1cxXr2Q/nEbvkmV8yq66F3om7X3P/cvOXQ0TMQ64Wk63iyT1gPlmdmGzjGpyLh1f3y8MZWXGg==}
engines: {node: '>=0.8.0'} engines: {node: '>=0.8.0'}
hasBin: true hasBin: true
requiresBuild: true requiresBuild: true
...@@ -6095,7 +6084,7 @@ packages: ...@@ -6095,7 +6084,7 @@ packages:
engines: {node: '>= 0.8'} engines: {node: '>= 0.8'}
dev: true dev: true
/unplugin-auto-import/0.7.2_acydjjxemu2xp4gd2vardb6gwa: /unplugin-auto-import/0.7.2_rw7qhmomomz2o5q2bfguevjfvy:
resolution: {integrity: sha512-VzaYUa2VByUT70WSFlOXoovyWuwC/8ePKQUC9fhU+BRmvTC7qhCVgChH/NieWMEVgyT+HhacxM+W7xMEOmA+MA==} resolution: {integrity: sha512-VzaYUa2VByUT70WSFlOXoovyWuwC/8ePKQUC9fhU+BRmvTC7qhCVgChH/NieWMEVgyT+HhacxM+W7xMEOmA+MA==}
engines: {node: '>=14'} engines: {node: '>=14'}
peerDependencies: peerDependencies:
...@@ -6110,7 +6099,7 @@ packages: ...@@ -6110,7 +6099,7 @@ packages:
local-pkg: 0.4.2 local-pkg: 0.4.2
magic-string: 0.26.2 magic-string: 0.26.2
resolve: 1.22.1 resolve: 1.22.1
unplugin: 0.6.3_vite@3.0.4 unplugin: 0.6.3_vite@3.0.8
transitivePeerDependencies: transitivePeerDependencies:
- esbuild - esbuild
- rollup - rollup
...@@ -6118,7 +6107,7 @@ packages: ...@@ -6118,7 +6107,7 @@ packages:
- webpack - webpack
dev: true dev: true
/unplugin/0.6.3_vite@3.0.4: /unplugin/0.6.3_vite@3.0.8:
resolution: {integrity: sha512-CoW88FQfCW/yabVc4bLrjikN9HC8dEvMU4O7B6K2jsYMPK0l6iAnd9dpJwqGcmXJKRCU9vwSsy653qg+RK0G6A==} resolution: {integrity: sha512-CoW88FQfCW/yabVc4bLrjikN9HC8dEvMU4O7B6K2jsYMPK0l6iAnd9dpJwqGcmXJKRCU9vwSsy653qg+RK0G6A==}
peerDependencies: peerDependencies:
esbuild: '>=0.13' esbuild: '>=0.13'
...@@ -6136,7 +6125,7 @@ packages: ...@@ -6136,7 +6125,7 @@ packages:
optional: true optional: true
dependencies: dependencies:
chokidar: 3.5.3 chokidar: 3.5.3
vite: 3.0.4_ldklcjfatu7qedyjhd4as6di6a vite: 3.0.8_ldklcjfatu7qedyjhd4as6di6a
webpack-sources: 3.2.3 webpack-sources: 3.2.3
webpack-virtual-modules: 0.4.4 webpack-virtual-modules: 0.4.4
dev: true dev: true
...@@ -6195,8 +6184,8 @@ packages: ...@@ -6195,8 +6184,8 @@ packages:
engines: {node: '>= 0.8'} engines: {node: '>= 0.8'}
dev: true dev: true
/vite/3.0.4_ldklcjfatu7qedyjhd4as6di6a: /vite/3.0.8_ldklcjfatu7qedyjhd4as6di6a:
resolution: {integrity: sha512-NU304nqnBeOx2MkQnskBQxVsa0pRAH5FphokTGmyy8M3oxbvw7qAXts2GORxs+h/2vKsD+osMhZ7An6yK6F1dA==} resolution: {integrity: sha512-AOZ4eN7mrkJiOLuw8IA7piS4IdOQyQCA81GxGsAQvAZzMRi9ZwGB3TOaYsj4uLAWK46T5L4AfQ6InNGlxX30IQ==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
...@@ -6218,14 +6207,14 @@ packages: ...@@ -6218,14 +6207,14 @@ packages:
less: 4.1.3 less: 4.1.3
postcss: 8.4.16 postcss: 8.4.16
resolve: 1.22.1 resolve: 1.22.1
rollup: 2.77.2 rollup: 2.77.3
stylus: 0.56.0 stylus: 0.56.0
terser: 5.14.2 terser: 5.14.2
optionalDependencies: optionalDependencies:
fsevents: 2.3.2 fsevents: 2.3.2
/vue-demi/0.13.6_vue@3.2.37: /vue-demi/0.13.8_vue@3.2.37:
resolution: {integrity: sha512-02NYpxgyGE2kKGegRPYlNQSL1UWfA/+JqvzhGCOYjhfbLWXU5QQX0+9pAm/R2sCOPKr5NBxVIab7fvFU0B1RxQ==} resolution: {integrity: sha512-Vy1zbZhCOdsmvGR6tJhAvO5vhP7eiS8xkbYQSoVa7o6KlIy3W8Rc53ED4qI4qpeRDjv3mLfXSEpYU6Yq4pgXRg==}
engines: {node: '>=12'} engines: {node: '>=12'}
hasBin: true hasBin: true
requiresBuild: true requiresBuild: true
...@@ -6238,14 +6227,14 @@ packages: ...@@ -6238,14 +6227,14 @@ packages:
dependencies: dependencies:
vue: 3.2.37 vue: 3.2.37
/vue-eslint-parser/9.0.3_eslint@8.21.0: /vue-eslint-parser/9.0.3_eslint@8.22.0:
resolution: {integrity: sha512-yL+ZDb+9T0ELG4VIFo/2anAOz8SvBdlqEnQnvJ3M7Scq56DvtjY0VY88bByRZB0D4J0u8olBcfrXTVONXsh4og==} resolution: {integrity: sha512-yL+ZDb+9T0ELG4VIFo/2anAOz8SvBdlqEnQnvJ3M7Scq56DvtjY0VY88bByRZB0D4J0u8olBcfrXTVONXsh4og==}
engines: {node: ^14.17.0 || >=16.0.0} engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: '>=6.0.0' eslint: '>=6.0.0'
dependencies: dependencies:
debug: 4.3.4 debug: 4.3.4
eslint: 8.21.0 eslint: 8.22.0
eslint-scope: 7.1.1 eslint-scope: 7.1.1
eslint-visitor-keys: 3.3.0 eslint-visitor-keys: 3.3.0
espree: 9.3.3 espree: 9.3.3
...@@ -6377,9 +6366,9 @@ packages: ...@@ -6377,9 +6366,9 @@ packages:
/wrappy/1.0.2: /wrappy/1.0.2:
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
/write-file-atomic/4.0.1: /write-file-atomic/4.0.2:
resolution: {integrity: sha512-nSKUxgAbyioruk6hU87QzVbY279oYT6uiwgDoujth2ju4mJ+TZau7SQBhtbTmUyuNYTuXnSyRn66FV0+eCgcrQ==} resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==}
engines: {node: ^12.13.0 || ^14.15.0 || >=16} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
dependencies: dependencies:
imurmurhash: 0.1.4 imurmurhash: 0.1.4
signal-exit: 3.0.7 signal-exit: 3.0.7
......
<script setup lang="ts"> <script setup lang="ts">
import { Message } from '@/common/message'
onLaunch(() => { onLaunch(() => {
console.log('App Launch') console.log('App Launch')
}) })
...@@ -12,17 +14,11 @@ ...@@ -12,17 +14,11 @@
}) })
onError((err) => { onError((err) => {
uni.showToast({ Message.toast('App Error: ' + err)
title: 'App Error: ' + err,
icon: 'none',
})
}) })
onUnhandledRejection((err) => { onUnhandledRejection((err) => {
uni.showToast({ Message.toast('App UnhandledRejection: ' + err)
title: 'App UnhandledRejection: ' + err,
icon: 'none',
})
}) })
</script> </script>
......
// 本文件由FirstUI授权予长沙壹润信息科技发展有限公司(手机号: 156 16 26 019 5,身份证尾号:503 75T)专用,请尊重知识产权,勿私下传播,违者追究法律责任。 // 本文件由FirstUI授权予长沙壹润信息科技发展有限公司(手机号: 156 16 26 019 5,身份证尾号:503 75T)专用,请尊重知识产权,勿私下传播,违者追究法律责任。
const fui = { const fui = {
toast: function (text: string) { toast: function (text: string) {
text && if (text) {
// #ifndef APP-PLUS
uni.showToast({ uni.showToast({
title: text, title: text,
icon: 'none', icon: 'none',
duration: 2000, duration: 2000,
}) })
// #endif
// #ifdef APP-PLUS
plus.nativeUI.toast(text, {
duration: 'short',
})
// #endif
}
}, },
modal: function ( modal: function (
title: string, title: string,
......
export const Message = {
/**
* 消息轻提示
* @param text 消息内容
*/
toast: function (text: string) {
if (text) {
// #ifndef APP-PLUS
uni.showToast({
title: text,
icon: 'none',
duration: 2000,
})
// #endif
// #ifdef APP-PLUS
plus.nativeUI.toast(text, {
duration: 'short',
})
// #endif
}
},
}
...@@ -120,10 +120,10 @@ ...@@ -120,10 +120,10 @@
left: 0; left: 0;
right: 0; right: 0;
/* #ifndef APP-NVUE */ /* #ifndef APP-NVUE */
left: constant(safe-area-inset-left); /* left: constant(safe-area-inset-left);
left: env(safe-area-inset-left); left: env(safe-area-inset-left);
right: constant(safe-area-inset-right); right: constant(safe-area-inset-right);
right: env(safe-area-inset-right) right: env(safe-area-inset-right) */
/* #endif */ /* #endif */
} }
......
<script setup lang="ts"> <script setup lang="ts">
import { Message } from '@/common/message'
import dayjs from 'dayjs' import dayjs from 'dayjs'
const year = ref(dayjs().year()) const year = ref(dayjs().year())
...@@ -6,14 +7,27 @@ ...@@ -6,14 +7,27 @@
// TODO: 测试接口 // TODO: 测试接口
API.example.hello.request().then((body) => { API.example.hello.request().then((body) => {
console.log(body)
title.value = body title.value = body
Message.toast(body)
console.log(body)
}) })
const change = () => {
const orientation = plus.navigator.getOrientation()
Message.toast('Orientation: ' + orientation)
if (orientation === 0) {
plus.screen.lockOrientation('landscape-primary')
} else if (orientation === 90) {
plus.screen.lockOrientation('portrait-primary')
}
}
</script> </script>
<template> <template>
<view class="content"> <view class="content">
<fui-avatar src="/static/logo.png" radius="14" /> <fui-avatar src="/static/logo.png" radius="14" @click="change" />
<view class="info"> <view class="info">
<text class="title">{{ title }}</text> <text class="title">{{ title }}</text>
<text class="title">{{ $t('app.hello') }}</text> <text class="title">{{ $t('app.hello') }}</text>
......
...@@ -18,6 +18,7 @@ declare global { ...@@ -18,6 +18,7 @@ declare global {
const isReadonly: typeof import('vue')['isReadonly'] const isReadonly: typeof import('vue')['isReadonly']
const isRef: typeof import('vue')['isRef'] const isRef: typeof import('vue')['isRef']
const markRaw: typeof import('vue')['markRaw'] const markRaw: typeof import('vue')['markRaw']
const Message: typeof import('@/commom/message')['Message']
const nextTick: typeof import('vue')['nextTick'] const nextTick: typeof import('vue')['nextTick']
const onActivated: typeof import('vue')['onActivated'] const onActivated: typeof import('vue')['onActivated']
const onAddToFavorites: typeof import('@dcloudio/uni-app')['onAddToFavorites'] const onAddToFavorites: typeof import('@dcloudio/uni-app')['onAddToFavorites']
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论