diff --git a/docs/.vitepress/theme/composables/cases.ts b/docs/.vitepress/theme/composables/cases.ts
index d1c30d41..d7cd199c 100644
--- a/docs/.vitepress/theme/composables/cases.ts
+++ b/docs/.vitepress/theme/composables/cases.ts
@@ -1,12 +1,3 @@
-/*
- * @Author: weisheng
- * @Date: 2025-08-30 13:06:10
- * @LastEditTime: 2025-09-21 19:53:02
- * @LastEditors: weisheng
- * @Description:
- * @FilePath: /wot-design-uni/docs/.vitepress/theme/composables/cases.ts
- * 记得注释
- */
import { ref, onMounted } from 'vue'
import axios from 'axios'
@@ -34,7 +25,7 @@ export function useCaseData() {
const response = await axios.get(url + path + '?t=' + Date.now(), {
timeout: 5000 // 设置5秒超时
})
- const data = response.data && response.data.data ? response.data.data : []
+ const data: CaseData[] = response.data && response.data.data ? response.data.data : []
return data.map(item => {
return {
name: item.name,
diff --git a/package.json b/package.json
index 21f2f278..12e07fa7 100644
--- a/package.json
+++ b/package.json
@@ -69,21 +69,22 @@
"test:workflow": "esno ./scripts/test-workflow.ts"
},
"dependencies": {
- "@dcloudio/uni-app": "3.0.0-4050720250324001",
- "@dcloudio/uni-app-harmony": "3.0.0-4050720250324001",
- "@dcloudio/uni-app-plus": "3.0.0-4050720250324001",
- "@dcloudio/uni-components": "3.0.0-4050720250324001",
- "@dcloudio/uni-h5": "3.0.0-4050720250324001",
- "@dcloudio/uni-mp-alipay": "3.0.0-4050720250324001",
- "@dcloudio/uni-mp-baidu": "3.0.0-4050720250324001",
- "@dcloudio/uni-mp-jd": "3.0.0-4050720250324001",
- "@dcloudio/uni-mp-kuaishou": "3.0.0-4050720250324001",
- "@dcloudio/uni-mp-lark": "3.0.0-4050720250324001",
- "@dcloudio/uni-mp-qq": "3.0.0-4050720250324001",
- "@dcloudio/uni-mp-toutiao": "3.0.0-4050720250324001",
- "@dcloudio/uni-mp-weixin": "3.0.0-4050720250324001",
- "@dcloudio/uni-mp-xhs": "3.0.0-4050720250324001",
- "@dcloudio/uni-quickapp-webview": "3.0.0-4050720250324001",
+ "@dcloudio/uni-app": "3.0.0-4070620250821001",
+ "@dcloudio/uni-app-harmony": "3.0.0-4070620250821001",
+ "@dcloudio/uni-app-plus": "3.0.0-4070620250821001",
+ "@dcloudio/uni-components": "3.0.0-4070620250821001",
+ "@dcloudio/uni-h5": "3.0.0-4070620250821001",
+ "@dcloudio/uni-mp-alipay": "3.0.0-4070620250821001",
+ "@dcloudio/uni-mp-baidu": "3.0.0-4070620250821001",
+ "@dcloudio/uni-mp-harmony": "3.0.0-4070620250821001",
+ "@dcloudio/uni-mp-jd": "3.0.0-4070620250821001",
+ "@dcloudio/uni-mp-kuaishou": "3.0.0-4070620250821001",
+ "@dcloudio/uni-mp-lark": "3.0.0-4070620250821001",
+ "@dcloudio/uni-mp-qq": "3.0.0-4070620250821001",
+ "@dcloudio/uni-mp-toutiao": "3.0.0-4070620250821001",
+ "@dcloudio/uni-mp-weixin": "3.0.0-4070620250821001",
+ "@dcloudio/uni-mp-xhs": "3.0.0-4070620250821001",
+ "@dcloudio/uni-quickapp-webview": "3.0.0-4070620250821001",
"element-plus": "^2.11.2",
"vite-plugin-compression": "^0.5.1",
"vitepress": "^1.6.3",
@@ -97,10 +98,10 @@
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@dcloudio/types": "^3.4.12",
- "@dcloudio/uni-automator": "3.0.0-4050720250324001",
- "@dcloudio/uni-cli-shared": "3.0.0-4050720250324001",
- "@dcloudio/uni-stacktracey": "3.0.0-4050720250324001",
- "@dcloudio/vite-plugin-uni": "3.0.0-4050720250324001",
+ "@dcloudio/uni-automator": "3.0.0-4070620250821001",
+ "@dcloudio/uni-cli-shared": "3.0.0-4070620250821001",
+ "@dcloudio/uni-stacktracey": "3.0.0-4070620250821001",
+ "@dcloudio/vite-plugin-uni": "3.0.0-4070620250821001",
"@element-plus/icons-vue": "^2.3.1",
"@rollup/pluginutils": "^5.1.4",
"@types/jsdom": "^21.1.7",
@@ -144,7 +145,7 @@
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
- "vite": "^5.4.19",
+ "vite": "^5.2.8",
"vitepress-plugin-llms": "^1.1.3",
"vitest": "^1.6.0",
"vue-eslint-parser": "^9.1.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 444d40b0..538f755d 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -9,56 +9,59 @@ importers:
.:
dependencies:
'@dcloudio/uni-app':
- specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(@dcloudio/types@3.4.12)(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001(@dcloudio/types@3.4.12)(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
'@dcloudio/uni-app-harmony':
- specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))
'@dcloudio/uni-app-plus':
- specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))
'@dcloudio/uni-components':
- specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
'@dcloudio/uni-h5':
- specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
'@dcloudio/uni-mp-alipay':
- specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
'@dcloudio/uni-mp-baidu':
- specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(@dcloudio/types@3.4.12)(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001(@dcloudio/types@3.4.12)(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-harmony':
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
'@dcloudio/uni-mp-jd':
- specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
'@dcloudio/uni-mp-kuaishou':
- specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
'@dcloudio/uni-mp-lark':
- specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
'@dcloudio/uni-mp-qq':
- specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
'@dcloudio/uni-mp-toutiao':
- specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
'@dcloudio/uni-mp-weixin':
- specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
'@dcloudio/uni-mp-xhs':
- specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
'@dcloudio/uni-quickapp-webview':
- specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
element-plus:
specifier: ^2.11.2
version: 2.11.2(vue@3.4.38(typescript@5.5.4))
vite-plugin-compression:
specifier: ^0.5.1
- version: 0.5.1(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))
+ version: 0.5.1(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))
vitepress:
specifier: ^1.6.3
version: 1.6.3(@algolia/client-search@5.24.0)(@types/node@18.15.3)(async-validator@4.2.5)(axios@1.7.9)(postcss@8.5.3)(sass@1.59.3)(search-insights@2.17.3)(terser@5.16.6)(typescript@5.5.4)
@@ -88,17 +91,17 @@ importers:
specifier: ^3.4.12
version: 3.4.12
'@dcloudio/uni-automator':
- specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(jest-environment-node@27.5.1)(jest@27.0.4(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4)))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(jest-environment-node@27.5.1)(jest@27.0.4(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4)))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
'@dcloudio/uni-cli-shared':
- specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
'@dcloudio/uni-stacktracey':
- specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001
'@dcloudio/vite-plugin-uni':
- specifier: 3.0.0-4050720250324001
- version: 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))
+ specifier: 3.0.0-4070620250821001
+ version: 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))
'@element-plus/icons-vue':
specifier: ^2.3.1
version: 2.3.1(vue@3.4.38(typescript@5.5.4))
@@ -134,7 +137,7 @@ importers:
version: 9.2.1
'@vitejs/plugin-vue':
specifier: ^5.2.3
- version: 5.2.3(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))
+ version: 5.2.3(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))
'@vitest/coverage-v8':
specifier: ^1.6.0
version: 1.6.1(vitest@1.6.1(@types/node@18.15.3)(jsdom@26.0.0)(sass@1.59.3)(terser@5.16.6))
@@ -227,10 +230,10 @@ importers:
version: 0.17.5(@vueuse/core@12.0.0(typescript@5.5.4))(rollup@3.29.5)
unplugin-vue-components:
specifier: ^0.26.0
- version: 0.26.0(@babel/parser@7.28.4)(rollup@3.29.5)(vue@3.4.38(typescript@5.5.4))
+ version: 0.26.0(@babel/parser@7.28.5)(rollup@3.29.5)(vue@3.4.38(typescript@5.5.4))
vite:
- specifier: ^5.4.19
- version: 5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)
+ specifier: ^5.2.8
+ version: 5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)
vitepress-plugin-llms:
specifier: ^1.1.3
version: 1.1.3
@@ -322,9 +325,6 @@ packages:
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
engines: {node: '>=6.0.0'}
- '@antfu/utils@0.7.10':
- resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==}
-
'@antfu/utils@0.7.7':
resolution: {integrity: sha512-gFPqTG7otEJ8uP6wrhDv6mqwGWYZKNvAcCq6u9hOj0c+IKCEsY4L1oC9trPq2SaWIzAfHvqfBDxF591JkMf+kg==}
@@ -343,16 +343,16 @@ packages:
resolution: {integrity: sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==}
engines: {node: '>=6.9.0'}
- '@babel/compat-data@7.28.4':
- resolution: {integrity: sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==}
+ '@babel/compat-data@7.28.5':
+ resolution: {integrity: sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==}
engines: {node: '>=6.9.0'}
'@babel/core@7.25.2':
resolution: {integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==}
engines: {node: '>=6.9.0'}
- '@babel/core@7.28.4':
- resolution: {integrity: sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==}
+ '@babel/core@7.28.5':
+ resolution: {integrity: sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==}
engines: {node: '>=6.9.0'}
'@babel/generator@7.26.10':
@@ -363,8 +363,8 @@ packages:
resolution: {integrity: sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==}
engines: {node: '>=6.9.0'}
- '@babel/generator@7.28.3':
- resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==}
+ '@babel/generator@7.28.5':
+ resolution: {integrity: sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==}
engines: {node: '>=6.9.0'}
'@babel/helper-annotate-as-pure@7.24.7':
@@ -518,6 +518,10 @@ packages:
resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
engines: {node: '>=6.9.0'}
+ '@babel/helper-validator-identifier@7.28.5':
+ resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
+ engines: {node: '>=6.9.0'}
+
'@babel/helper-validator-option@7.24.8':
resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==}
engines: {node: '>=6.9.0'}
@@ -562,8 +566,8 @@ packages:
engines: {node: '>=6.0.0'}
hasBin: true
- '@babel/parser@7.28.4':
- resolution: {integrity: sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==}
+ '@babel/parser@7.28.5':
+ resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==}
engines: {node: '>=6.0.0'}
hasBin: true
@@ -1078,8 +1082,8 @@ packages:
resolution: {integrity: sha512-rkOSPOw+AXbgtwUga3U4u8RpoK9FEFWBNAlTpcnkLFjL5CT+oyHNuUUC/xx6XefEJ16r38r8Bc/lfp6rYuHeJQ==}
engines: {node: '>=6.9.0'}
- '@babel/traverse@7.28.4':
- resolution: {integrity: sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==}
+ '@babel/traverse@7.28.5':
+ resolution: {integrity: sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==}
engines: {node: '>=6.9.0'}
'@babel/types@7.26.10':
@@ -1094,8 +1098,8 @@ packages:
resolution: {integrity: sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.28.4':
- resolution: {integrity: sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==}
+ '@babel/types@7.28.5':
+ resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==}
engines: {node: '>=6.9.0'}
'@bcoe/v8-coverage@0.2.3':
@@ -1209,113 +1213,116 @@ packages:
'@dcloudio/types@3.4.12':
resolution: {integrity: sha512-xSFDhBCm4bqdRBO9mBj7wySz7fzOv9sMeK9VMI21tHvZbT2bIdGMU5o+kJ/J4H2+N5+7SW2kDY+aIzZs94DAOg==}
- '@dcloudio/uni-app-harmony@3.0.0-4050720250324001':
- resolution: {integrity: sha512-VLzI+LWvWQ1L3fvBdHF0Wob0Z2juxVzb2y+tbAAjKWvpywSBKVyndNVXypDeTQ/f8vZyPEZIJ2HSpMn+wyhBdw==}
+ '@dcloudio/uni-app-harmony@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-HrnpvA/rfdY3Vi8/unxHP1BO83KzuCrfsvLQHf7twCSMWFDqCykOkrEhb8beTtQSDoZvJYsQPB6REDkgundp5Q==}
- '@dcloudio/uni-app-plus@3.0.0-4050720250324001':
- resolution: {integrity: sha512-BQidq7xeyfT4nYocskBbQtSWQylegsiaeo6wRRIMuWQS0xV9AuWA3I/XDkGc8JlK6ICO4bdZsyoZwoP/WTcyjQ==}
+ '@dcloudio/uni-app-plus@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-7ldq9OAGMuTp+K91uWfkQBuIQOOodlYbiRcvynmkpOse0JrOLJf+XuL5QmBR+ehy6TukJtDQjtRkpdjCl39acg==}
- '@dcloudio/uni-app-uts@3.0.0-4050720250324001':
- resolution: {integrity: sha512-rBmYJGUNrA9BERSqXEimcpX+ze5jBedXp7pZea66ogJZKSRgTVdBOcUPSrB38NBh5vs2CwIIryjPOyQkOExVAg==}
+ '@dcloudio/uni-app-uts@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-eakQjg3OMFIyh57CN+4+XaeR09FSCIbv2o1a1ieH+jW0VbOZDBpVFdD+9XtP2ZCRyq0JEuhZwFD1q1QHJuuQig==}
- '@dcloudio/uni-app-vite@3.0.0-4050720250324001':
- resolution: {integrity: sha512-mINF8HstKSRfWTB6KcGR0x0nLj4gHNoDV1odObcYlK6fSoBA1eEifnEHOW736i6dCSL8uH59JD4WBCsIt2zosA==}
+ '@dcloudio/uni-app-vite@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-cqeQyhmrMO+nIRsTEKGN0Eh33RRL+INREZ7/9eFBEfr4FLzoo84acxg/W1FR5rYhdgPqfiJ4WyUofSQqUgwS7A==}
- '@dcloudio/uni-app-vue@3.0.0-4050720250324001':
- resolution: {integrity: sha512-ZW4+Bvq/4NFcYzhHoDT5uV3NX/hV0nOmnd62l0qMfH3RwaaqvSx1XoWcq2bjfwoDMQqmx6k0VfnrHlZ5B6/kKg==}
+ '@dcloudio/uni-app-vue@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-ORLSlsE0c6Lp3vLm3DCCRrGOvrST70Gacw3NYAtXvDIJ/89cAsAg+MoPHRosekbqXwb9g/TKsUeh6D6dV6S81g==}
- '@dcloudio/uni-app@3.0.0-4050720250324001':
- resolution: {integrity: sha512-DlCJijgmjWBDcuUr4Y2mVDrxNS2oMDAr9QN0P46vwhs0uX2aEqhJkk1hZEcYQ1x8D3gUXw3RzCvPG5u+4BzDxA==}
+ '@dcloudio/uni-app@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-nsME16nXk0yHc2ag0/zE0kZ+mcJiuF5TJvbUUcNFGMEinAwskZSWHtmiDt0UrvorERuCxzZrbiMFPBYeAJQveg==}
peerDependencies:
'@dcloudio/types': ^3.4.14
- '@dcloudio/uni-automator@3.0.0-4050720250324001':
- resolution: {integrity: sha512-pv2+yxKpbuIHIAlbMsCPela8Zdn61k8dea1mQd8QrsfSc9j5GI7uAtJFkpYLXH2DizF0aQDhUBfILOQMjHQPFA==}
+ '@dcloudio/uni-automator@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-OILDnCodrfaWj/TnSYamFJ0NmCBjVdI+yf3cUoOK6yQv0kTqIyadOqpnOnrwliXqTMNsWoMPRppEqzeK4Q4xkg==}
peerDependencies:
jest: 27.0.4
jest-environment-node: 27.5.1
- '@dcloudio/uni-cli-shared@3.0.0-4050720250324001':
- resolution: {integrity: sha512-s54G1BmAzSojhlFk3QwzLHDT7hBeVIFUChWVpltNqVgzh0P8T6k/mJ6p0glCJsY2ixPIXpdZNzUCAKyNysg/+Q==}
+ '@dcloudio/uni-cli-shared@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-53U1nFOzknNa5qoIr1G0ihN8BOvb/X83E8gnRrOoQEPHj7p+OUvFJzqPdf+ChxxMa3JwrmCpVki3MAzA6gLUIQ==}
engines: {node: ^14.18.0 || >=16.0.0}
- '@dcloudio/uni-cloud@3.0.0-4050720250324001':
- resolution: {integrity: sha512-l3a80cKBkvMCYS79cFeIQm9+WEzj+lLW6AbEx6itoG52lxwSpiCrkzq34dkonOfMcJgClupaW/sx/VsngEywWQ==}
+ '@dcloudio/uni-cloud@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-Pg1lYEUxc+kgB1X/PClEUrpcpmFJ6NNt1Ss0t/10IhiDG1HjhkvT5sP624UKlWbnAAss7Jg58P1UJWkWdbeG3Q==}
- '@dcloudio/uni-components@3.0.0-4050720250324001':
- resolution: {integrity: sha512-GDDa6/GU7R+7Lf5uipdALZ04TArYC15s0Sip8kdiHnJ6Gnfae5MPSf4ZgVW16GLF9+T9uNyLEsL+2vN6mAcKZw==}
+ '@dcloudio/uni-components@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-Jfs8cHCg73vadf1gCSCkaV2MJOwFQO3bZ4dx2/ojaJWh7AaMUFcD9+ox7YZ7TWsf9V1cKYKffXBMOLOad9h2VQ==}
- '@dcloudio/uni-console@3.0.0-4050720250324001':
- resolution: {integrity: sha512-7SkgCN8WH2kuep8T8N4Fz9mCpI4N6BBLRA2Q+sfNbLamAQt91rZ+jazGc0h9oR4bG+R3Y89rWYmbwfy6r40cKg==}
+ '@dcloudio/uni-console@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-yV6o2AMyzmx4CUxWi8ClTfjmjgWpNqezDEFhH6tuWwbYPadv8Lhea4lRMBGgzMNvAr434K68+BXT+/CQkL/l1w==}
- '@dcloudio/uni-h5-vite@3.0.0-4050720250324001':
- resolution: {integrity: sha512-GFLPgWzxsyugopTB/65XbM9gw+cdrg58PI5Y6NUnMcBA7h/pJK3LSBWY+TJ4SoR6puMT8qkb7TuZ4w1Q3jWhaA==}
+ '@dcloudio/uni-h5-vite@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-wXZvedQRKXXMAk177NqKeEh4vgf29fy29LkgVFQXv8UMCi74FhBAa198zm1QCddvE7HCPj+zesbV9PuNID8IJg==}
- '@dcloudio/uni-h5-vue@3.0.0-4050720250324001':
- resolution: {integrity: sha512-/BYExm4eFWGPp36fuXWKi35IjtNEXRWrmK0L98LpNl3wBkE+0maNqFynlV+StgTxrY71Hmpk4kVoqj5gWDeH8g==}
+ '@dcloudio/uni-h5-vue@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-duoIL+6O62PWbxB/eeZ4AiJGjLUsUq89ql+zm9rB5ICH23xgCoyXTyuWxOeY722FIRL0XvmWy6kZjDzRDMhvlw==}
- '@dcloudio/uni-h5@3.0.0-4050720250324001':
- resolution: {integrity: sha512-6kXG+qujcWtaZdvNJj4cBLz/wTVVv0TmIMCyInvlYt5ZI88oifqaO8Qqv1dcBrO4iHiChDi+TMFHJxO261QQFA==}
+ '@dcloudio/uni-h5@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-6cnkCKaW3CKgDhwIm2Duq8ivC3Ybn1gJFu9Hc0ybeAHomUNepauUO31b6RpA9BopOVhwUt905Eg4Ubvq/9Mbaw==}
- '@dcloudio/uni-i18n@3.0.0-4050720250324001':
- resolution: {integrity: sha512-Y4r1UxlbJpjyP8adZa/sJodAu3JOAtRvwa7NEmEQn8zSVU5FiQQlWG0gamZ2TBcA2pvVX/trFBEzmD6KOmuLEQ==}
+ '@dcloudio/uni-i18n@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-Fev7Yw6nPhuUbLpMoGu5EhJKzNyGzHp6mpJQA6qDrN/4oRZkUi7Yhr51Yj5GIVnWfzFtUc2dC9Qi3cb//XvSPQ==}
- '@dcloudio/uni-mp-alipay@3.0.0-4050720250324001':
- resolution: {integrity: sha512-uzYB/m0L8d0N0OJk87tNtg9zh5mmcXnZACVa7tBzA24GYL8CHI+FUIINLbJ3iqts9cx0api9zUi/NE3jDZ6szw==}
+ '@dcloudio/uni-mp-alipay@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-9jAxrFNQzwewYLqmXnlLdGoucd7KBWxIV+7Rqx63GAjZ9OfuczFlJr3t8TwdskNZoHClEPZv/O31eV94GQqZRA==}
- '@dcloudio/uni-mp-baidu@3.0.0-4050720250324001':
- resolution: {integrity: sha512-CgWjlEtm99y11GWv+pl1i9aR2GS1zV1FBz7DmGeHW3BoSHuzgt+LwY25IdtskGygTtuPSoGQQIQuXypdynBBLg==}
+ '@dcloudio/uni-mp-baidu@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-R5fpkBoFskf0l8WXwvJB/mpy+U991a0edIarZ0ZYAT9B3o1YZtvcl0IDYA8p7KelZtqQwvgTQnc2UtagBKq4xw==}
- '@dcloudio/uni-mp-compiler@3.0.0-4050720250324001':
- resolution: {integrity: sha512-6GW5mMEJwgHrcZ74hdWEDm2ztBzgKcx5eDt3uMkhIuqXyP406DyY5UPgbJWfJuMb6YU330rYiJgc6k06nsOlvQ==}
+ '@dcloudio/uni-mp-compiler@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-DTfWLDihC+vWX0FLxnuPkRYzI7Asr3dHAemrzKd/lB6sj5t5bGfvzo77dbi1o9Icv9cnHkqgFX5CwtI99YcUwA==}
- '@dcloudio/uni-mp-jd@3.0.0-4050720250324001':
- resolution: {integrity: sha512-mGynNaCVD8Gi5QGasx8Ak0v+ZFacNsYyvwEH2MeNHudHGb5pXNzPId1oLbyR8hFUYohvFrk2Ytcl6BugPnNa5Q==}
+ '@dcloudio/uni-mp-harmony@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-CBlSXXca6IpnFIAvISD4OIAubWgZjA4psGo89+gSTFh50ximI9kwtnKP3/rUqRkuqWLfS9A+wrBalGYkF+xBBA==}
- '@dcloudio/uni-mp-kuaishou@3.0.0-4050720250324001':
- resolution: {integrity: sha512-VgwgaTv3Df6rQ46aJbMdPzhQN2dreNRNKJHWL96iTKJLT1EeIJXeMNnqsbmH5ZzWWIvJO7dNWBEwneK9jihaPQ==}
+ '@dcloudio/uni-mp-jd@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-/l0teip1uXgXQIzTO8JjWZe2I+pEtCSUWem8fhl8mtokBKIL1qM5oU4aY6EHNM1PFPNWw9mZGJotLMG3VIVrbA==}
- '@dcloudio/uni-mp-lark@3.0.0-4050720250324001':
- resolution: {integrity: sha512-AXGlFao6OQXA0nppMZWD8mg5pUCm9miWeqOzJrh3IsnCkvkFWXUwPhLIz9enb5nc172v7XSyuDqtlaeWuPdsmg==}
+ '@dcloudio/uni-mp-kuaishou@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-fCxksZ1ABQVgPkWHrC6WxWp9CsP0nLG4pYnj6F+Rw1z95PeR87kTAbiH8RxqYlOzSQtOe6MyDIbF3dh+cvgFkg==}
- '@dcloudio/uni-mp-qq@3.0.0-4050720250324001':
- resolution: {integrity: sha512-enDaTlaLQv9M4X/RYQD/XDpF3hCM1B/GLnxH3aDsulhORWJgGTPvxqsVWIXw60aRvAjc7KmC/yvhqasD5EdfQQ==}
+ '@dcloudio/uni-mp-lark@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-E5bU1LOpdgxjQXUcyt945aFrvYnZjrxjZ8Ab/5s0yHkR5hLb8WkvM0Cl+1CWlI9hDmUwX6n3XSBRI0wNYk3uNw==}
- '@dcloudio/uni-mp-toutiao@3.0.0-4050720250324001':
- resolution: {integrity: sha512-MdxHmB8A0/pOSKTZsjmzTdrqrlk8dTKoGNtv7W118bkI7I76UdkBGgMNea3q0vbgTMM8cKkiY9IDvJK88tB1XQ==}
+ '@dcloudio/uni-mp-qq@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-RkF0qB5+vtGPyJproXt/rXADOKczdLycdv1gpP+b+Kf/QCjsloSwiMhmFUfips8dz5P3K/N/RqYC1OengAT9PA==}
- '@dcloudio/uni-mp-vite@3.0.0-4050720250324001':
- resolution: {integrity: sha512-7yIFFdN6J1a7Jr52jhZTiF7gw6RWJHHqCzYvwmstNYWe8x7iGXIXpXwNIdup7lklPFkCaYgT6wn4CefX/DRIxA==}
+ '@dcloudio/uni-mp-toutiao@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-PxmrGdSQat2LnyWdpDPI4aG41ifmn3SzLl0g1HHY78stYivb2Iz4bizrhrSEFjV3YVkr+QEvpHOpunUxX0MOHQ==}
- '@dcloudio/uni-mp-vue@3.0.0-4050720250324001':
- resolution: {integrity: sha512-Iv7LZrZ4frpbC2iCtPe8Pydg0CCQsOuskQuCefPkgZC9R1Alrdr84qXK18B/bvVzzGamxvJ3OkuT0bezfbmO6A==}
+ '@dcloudio/uni-mp-vite@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-RWl4wTsh895SOn9rrXMcGq3zjMjPn9fs7imIxlyu6XacyTI0lNzsX32cvfs1V+h238JTI0D7m6wWAKZpL1CWQA==}
- '@dcloudio/uni-mp-weixin@3.0.0-4050720250324001':
- resolution: {integrity: sha512-QkLlu1ErKA4IxyCNd387zmUs5JLptkinwPkLJHENdI6Fe/6ENCxKArYk1hP39iWewcG96vIV7CUFw2hQ3XEUbQ==}
+ '@dcloudio/uni-mp-vue@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-IAjgLFH00QLyNfrhTVw1VAyN9VwF88Tf/+b2JsebnyLr0swpLGCrkl7EO8Nesr6dxaOh6D0UaHmAKgfMuuMIQA==}
- '@dcloudio/uni-mp-xhs@3.0.0-4050720250324001':
- resolution: {integrity: sha512-u8koI1a6ffxOv6vNxuwo0hFI9bpp2i/1M4jqQcQGA1T5Dpzh2zQn4hR0CZxBHujz3pmPxoRpB8nSgW4AZuOi2A==}
+ '@dcloudio/uni-mp-weixin@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-SjHKnNPYgpukuqNrz39OqdjxtlNd06664MG5ZBkJ112wdhq54FFKKKJM1HUx13q05Hg64OjNj8awsWGWCFs37g==}
- '@dcloudio/uni-nvue-styler@3.0.0-4050720250324001':
- resolution: {integrity: sha512-V1YN9K15HZewJo/l2Dae1FksRmS2wb3oGoMNI1E9waqxf4ieuVUzTsDhIDxkBRNqtTSS249mkwJTB4EQzomptw==}
+ '@dcloudio/uni-mp-xhs@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-ZNZS+tbVgBpARlndxGXQqrmwiptPyTqH/KWqrd0QLZT0PKjjCOR5drRnyZT2UC9Q6ZPPa3M9BdhtBW3U+abA4Q==}
- '@dcloudio/uni-push@3.0.0-4050720250324001':
- resolution: {integrity: sha512-Ze0j8hIA9joPnoH5o7d77rB1H9Wo32v3ERL0f5beuHC4am3seTG6fngkteacS5xrfuzZjLeTUjqCSVJfLfnuOw==}
+ '@dcloudio/uni-nvue-styler@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-TMnk4UqaH5WtnfHbXRN0MoLunKjpNN/PC3nMed2E+OuWiEKXEIZGeim7oMCniwWIRnTTyg1heOnDX0SnDEjW8w==}
- '@dcloudio/uni-quickapp-webview@3.0.0-4050720250324001':
- resolution: {integrity: sha512-kL8mehC8W0iy40CakRAbHLc/1jHH6s99QAmUXOrOtUf1lguPTCHb7CyC6EU67RxcBjAcvgoeN7QvUB4i+iY3Hw==}
+ '@dcloudio/uni-push@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-Gu19UQp0jVUZGkjnPqRMCNEk2TySjIrHRt7Re9Tk2/KLcwzGa86rR9bUKnZTU7VSd7jkRBZ7O3RLodWStEaTsg==}
- '@dcloudio/uni-shared@3.0.0-4050720250324001':
- resolution: {integrity: sha512-85B78gukQTIP5Apfy9EdyGy92EhF7asf6DLiG32ttWNmD4TFmXN8zVgtT7OHE5PehlofxV4B+8T7bnV+qRBEEA==}
+ '@dcloudio/uni-quickapp-webview@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-WlpPqLb8VJIa8bNtodk/ci/A+zeFHC4blc1Y6GIaldWnc+YdjW/IO8ndpVHPkSEJTB7Sm9/MUbLvoPzdVhc4Jg==}
- '@dcloudio/uni-stacktracey@3.0.0-4050720250324001':
- resolution: {integrity: sha512-vLgOEDr9whupMDZ0oKSpdrxwzJoey424F4azBk3wq4PnNG7YuvZdngWhPbjC3EvG4RXlrZX33iVcRbiq4dchjw==}
+ '@dcloudio/uni-shared@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-iMxx6JuZ7dsGLKGrECd8nwXLit5aKD8ILvmt3ioxdxnYsKb2rwdB1mrjUtHRX6zsJLVV3Yai/FuYsfvp13QS0w==}
- '@dcloudio/uni-stat@3.0.0-4050720250324001':
- resolution: {integrity: sha512-LkyGzLB6ZU13JLzB3pFo2qHnhfCba5LOIoncnZY5dTFpKsqLRf935DMgSRa7iPHdOoDaDdnVmNMQJvhdxgPbSg==}
+ '@dcloudio/uni-stacktracey@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-bldVvfM9RyXqyjXLXPM2ytexiTY+20qR+3L92l43cY9kPMqnQrSr1M9TF2HrJB5xiqlXYC0FTWpJ3CgRPwBgJg==}
- '@dcloudio/vite-plugin-uni@3.0.0-4050720250324001':
- resolution: {integrity: sha512-HFQJL020GRKL3WfOTCgNTSk1k8LrzMZvtBgM5IpiXqQRvKx/DtDq1bzUu7+Yzp1xF6vE6DfIt30xdt9A6n9tXg==}
+ '@dcloudio/uni-stat@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-a7bsTAfAPLYsB9dvfdJL72NLbtAXpt3ivlPdTgAtq+jas/pio73AvPifGMtQtUCZXmbiMFSeLOrihQP6+A5cCw==}
+
+ '@dcloudio/vite-plugin-uni@3.0.0-4070620250821001':
+ resolution: {integrity: sha512-7gxjhkUnfb/rbpnuUkFJcSWG7XPUf2y8NIZQCIabHEkkCp+bSf+fLHyxdPVqqHoQLHGecmnV6WKjhEPvmlerAg==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
peerDependencies:
@@ -2205,8 +2212,8 @@ packages:
'@jridgewell/trace-mapping@0.3.25':
resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
- '@jridgewell/trace-mapping@0.3.30':
- resolution: {integrity: sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==}
+ '@jridgewell/trace-mapping@0.3.31':
+ resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
'@jridgewell/trace-mapping@0.3.9':
resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==}
@@ -2474,8 +2481,8 @@ packages:
'@types/node@18.15.3':
resolution: {integrity: sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==}
- '@types/node@18.19.124':
- resolution: {integrity: sha512-hY4YWZFLs3ku6D2Gqo3RchTd9VRCcrjqp/I0mmohYeUVA5Y8eCXKJEasHxLAJVZRJuQogfd1GiJ9lgogBgKeuQ==}
+ '@types/node@18.19.130':
+ resolution: {integrity: sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==}
'@types/node@18.19.74':
resolution: {integrity: sha512-HMwEkkifei3L605gFdV+/UwtpxP6JSzM+xFk2Ia6DNFSwSVBRh9qp5Tgf4lNFOMfPVuU0WnkcWpXZpgn5ufO4A==}
@@ -3214,11 +3221,8 @@ packages:
resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
engines: {node: '>=10'}
- caniuse-lite@1.0.30001707:
- resolution: {integrity: sha512-3qtRjw/HQSMlDWf+X79N206fepf4SOOU6SQLMaq/0KkZLmSjPxAkBOQQ+FxbHKfHmYLZFfdWsO3KA90ceHPSnw==}
-
- caniuse-lite@1.0.30001741:
- resolution: {integrity: sha512-QGUGitqsc8ARjLdgAfxETDhRbJ0REsP6O3I96TAth/mVjh2cYzN2u+3AzPP3aVSm2FehEItaJw1xd+IGBXWeSw==}
+ caniuse-lite@1.0.30001752:
+ resolution: {integrity: sha512-vKUk7beoukxE47P5gcVNKkDRzXdVofotshHwfR9vmpeFKxmI5PBpgOMC18LUJUA/DvJ70Y7RveasIBraqsyO/g==}
ccount@2.0.1:
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
@@ -3304,8 +3308,8 @@ packages:
resolution: {integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==}
engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'}
- collect-v8-coverage@1.0.2:
- resolution: {integrity: sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==}
+ collect-v8-coverage@1.0.3:
+ resolution: {integrity: sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw==}
color-convert@1.9.3:
resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
@@ -3616,8 +3620,8 @@ packages:
supports-color:
optional: true
- debug@4.4.1:
- resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
+ debug@4.4.3:
+ resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
engines: {node: '>=6.0'}
peerDependencies:
supports-color: '*'
@@ -3749,8 +3753,8 @@ packages:
electron-to-chromium@1.5.13:
resolution: {integrity: sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==}
- electron-to-chromium@1.5.215:
- resolution: {integrity: sha512-TIvGp57UpeNetj/wV/xpFNpWGb0b/ROw372lHPx5Aafx02gjTBtWnEEcaSX3W2dLM3OSdGGyHX/cHl01JQsLaQ==}
+ electron-to-chromium@1.5.244:
+ resolution: {integrity: sha512-OszpBN7xZX4vWMPJwB9illkN/znA8M36GQqQxi6MNy9axWxhOfJyZZJtSLQCpEFLHP2xK33BiWx9aIuIEXVCcw==}
element-plus@2.11.2:
resolution: {integrity: sha512-sTMDXtgeqy17TUsBSH/DL3h1/5sqIOVUUgXFoVbdD8lWWYssKrDX50CEYy4k29tYJhPHKZyFSwcLJsIajr+dDA==}
@@ -4137,9 +4141,6 @@ packages:
get-func-name@2.0.2:
resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==}
- get-intrinsic@1.2.0:
- resolution: {integrity: sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==}
-
get-intrinsic@1.3.0:
resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
engines: {node: '>= 0.4'}
@@ -4267,10 +4268,6 @@ packages:
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
engines: {node: '>=8'}
- has-symbols@1.0.3:
- resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==}
- engines: {node: '>= 0.4'}
-
has-symbols@1.1.0:
resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
engines: {node: '>= 0.4'}
@@ -4279,10 +4276,6 @@ packages:
resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
engines: {node: '>= 0.4'}
- has@1.0.3:
- resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==}
- engines: {node: '>= 0.4.0'}
-
hash-sum@2.0.0:
resolution: {integrity: sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==}
@@ -5305,8 +5298,8 @@ packages:
node-releases@2.0.18:
resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==}
- node-releases@2.0.20:
- resolution: {integrity: sha512-7gK6zSXEH6neM212JgfYFXe+GmZQM+fia5SsusuBIUgnPheLFBmIPhtFoAQRj8/7wASYQnbDlHPVwY0BefoFgA==}
+ node-releases@2.0.27:
+ resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==}
nopt@7.2.1:
resolution: {integrity: sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==}
@@ -5559,6 +5552,10 @@ packages:
resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==}
engines: {node: '>=12'}
+ picomatch@4.0.3:
+ resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
+ engines: {node: '>=12'}
+
pidtree@0.6.0:
resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==}
engines: {node: '>=0.10'}
@@ -5651,10 +5648,6 @@ packages:
postcss-value-parser@4.2.0:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
- postcss@8.4.49:
- resolution: {integrity: sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==}
- engines: {node: ^10 || ^12 || >=14}
-
postcss@8.5.3:
resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==}
engines: {node: ^10 || ^12 || >=14}
@@ -5874,6 +5867,11 @@ packages:
engines: {node: '>= 0.4'}
hasBin: true
+ resolve@1.22.11:
+ resolution: {integrity: sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==}
+ engines: {node: '>= 0.4'}
+ hasBin: true
+
resolve@1.22.8:
resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
hasBin: true
@@ -5998,8 +5996,8 @@ packages:
engines: {node: '>=10'}
hasBin: true
- semver@7.7.2:
- resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==}
+ semver@7.7.3:
+ resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==}
engines: {node: '>=10'}
hasBin: true
@@ -6209,6 +6207,9 @@ packages:
strip-literal@2.1.1:
resolution: {integrity: sha512-631UJ6O00eNGfMiWG78ck80dfBab8X6IVFB51jZK5Icd7XAs60Z5y7QdSd/wGIklnWvRbUNloVzhOKKmutxQ6Q==}
+ strip-literal@3.1.0:
+ resolution: {integrity: sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==}
+
superjson@2.2.2:
resolution: {integrity: sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==}
engines: {node: '>=16'}
@@ -6468,12 +6469,13 @@ packages:
unified@11.0.5:
resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==}
- unimport@3.14.6:
- resolution: {integrity: sha512-CYvbDaTT04Rh8bmD8jz3WPmHYZRG/NnvYVzwD6V1YAlvvKROlAeNDUBhkBGzNav2RKaeuXvlWYaa1V4Lfi/O0g==}
-
unimport@3.7.1:
resolution: {integrity: sha512-V9HpXYfsZye5bPPYUgs0Otn3ODS1mDUciaBlXljI4C2fTwfFpvFZRywmlOu943puN9sncxROMZhsZCjNXEpzEQ==}
+ unimport@4.1.1:
+ resolution: {integrity: sha512-j9+fijH6aDd05yv1fXlyt7HSxtOWtGtrZeYTVBsSUg57Iuf+Ps2itIZjeyu7bEQ4k0WOgYhHrdW8m/pJgOpl5g==}
+ engines: {node: '>=18.12.0'}
+
unist-util-is@6.0.0:
resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==}
@@ -6516,8 +6518,8 @@ packages:
'@vueuse/core':
optional: true
- unplugin-auto-import@0.18.6:
- resolution: {integrity: sha512-LMFzX5DtkTj/3wZuyG5bgKBoJ7WSgzqSGJ8ppDRdlvPh45mx6t6w3OcbExQi53n3xF5MYkNGPNR/HYOL95KL2A==}
+ unplugin-auto-import@19.1.0:
+ resolution: {integrity: sha512-B+TGBEBHqY9aR+7YfShfLujETOHstzpV+yaqgy5PkfV0QG7Py+TYMX7vJ9W4SrysHR+UzR+gzcx/nuZjmPeclA==}
engines: {node: '>=14'}
peerDependencies:
'@nuxt/kit': ^3.2.2
@@ -6528,6 +6530,10 @@ packages:
'@vueuse/core':
optional: true
+ unplugin-utils@0.2.5:
+ resolution: {integrity: sha512-gwXJnPRewT4rT7sBi/IvxKTjsms7jX7QIDLOClApuZwR49SXbrB1z2NLUZ+vDHyqCj/n58OzRRqaW+B8OZi8vg==}
+ engines: {node: '>=18.12.0'}
+
unplugin-vue-components@0.26.0:
resolution: {integrity: sha512-s7IdPDlnOvPamjunVxw8kNgKNK8A5KM1YpK5j/p97jEKTjlPNrA0nZBiSfAKKlK1gWZuyWXlKL5dk3EDw874LQ==}
engines: {node: '>=14'}
@@ -6541,13 +6547,13 @@ packages:
'@nuxt/kit':
optional: true
- unplugin@1.16.1:
- resolution: {integrity: sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==}
- engines: {node: '>=14.0.0'}
-
unplugin@1.7.1:
resolution: {integrity: sha512-JqzORDAPxxs8ErLV4x+LL7bk5pk3YlcWqpSNsIkAZj972KzFZLClc/ekppahKkOczGkwIG6ElFgdOgOlK4tXZw==}
+ unplugin@2.3.10:
+ resolution: {integrity: sha512-6NCPkv1ClwH+/BGE9QeoTIl09nuiAt0gS28nn1PvYXsGKRwM2TCbFA2QiilmehPDTXIe684k4rZI1yl3A1PCUw==}
+ engines: {node: '>=18.12.0'}
+
unquote@1.1.1:
resolution: {integrity: sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==}
@@ -6557,8 +6563,8 @@ packages:
peerDependencies:
browserslist: '>= 4.21.0'
- update-browserslist-db@1.1.3:
- resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
+ update-browserslist-db@1.1.4:
+ resolution: {integrity: sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==}
hasBin: true
peerDependencies:
browserslist: '>= 4.21.0'
@@ -6609,6 +6615,34 @@ packages:
peerDependencies:
vite: '>=2.0.0'
+ vite@5.2.8:
+ resolution: {integrity: sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==}
+ engines: {node: ^18.0.0 || >=20.0.0}
+ hasBin: true
+ peerDependencies:
+ '@types/node': ^18.0.0 || >=20.0.0
+ less: '*'
+ lightningcss: ^1.21.0
+ sass: '*'
+ stylus: '*'
+ sugarss: '*'
+ terser: ^5.4.0
+ peerDependenciesMeta:
+ '@types/node':
+ optional: true
+ less:
+ optional: true
+ lightningcss:
+ optional: true
+ sass:
+ optional: true
+ stylus:
+ optional: true
+ sugarss:
+ optional: true
+ terser:
+ optional: true
+
vite@5.4.19:
resolution: {integrity: sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==}
engines: {node: ^18.0.0 || >=20.0.0}
@@ -6848,18 +6882,6 @@ packages:
utf-8-validate:
optional: true
- ws@8.13.0:
- resolution: {integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==}
- engines: {node: '>=10.0.0'}
- peerDependencies:
- bufferutil: ^4.0.1
- utf-8-validate: '>=5.0.2'
- peerDependenciesMeta:
- bufferutil:
- optional: true
- utf-8-validate:
- optional: true
-
ws@8.18.1:
resolution: {integrity: sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==}
engines: {node: '>=10.0.0'}
@@ -7080,8 +7102,6 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
- '@antfu/utils@0.7.10': {}
-
'@antfu/utils@0.7.7': {}
'@asamuzakjp/css-color@3.1.1':
@@ -7100,13 +7120,13 @@ snapshots:
'@babel/code-frame@7.27.1':
dependencies:
- '@babel/helper-validator-identifier': 7.27.1
+ '@babel/helper-validator-identifier': 7.28.5
js-tokens: 4.0.0
picocolors: 1.1.1
'@babel/compat-data@7.25.4': {}
- '@babel/compat-data@7.28.4': {}
+ '@babel/compat-data@7.28.5': {}
'@babel/core@7.25.2':
dependencies:
@@ -7128,20 +7148,20 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/core@7.28.4':
+ '@babel/core@7.28.5':
dependencies:
'@babel/code-frame': 7.27.1
- '@babel/generator': 7.28.3
+ '@babel/generator': 7.28.5
'@babel/helper-compilation-targets': 7.27.2
- '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.4)
+ '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5)
'@babel/helpers': 7.28.4
- '@babel/parser': 7.28.4
+ '@babel/parser': 7.28.5
'@babel/template': 7.27.2
- '@babel/traverse': 7.28.4
- '@babel/types': 7.28.4
+ '@babel/traverse': 7.28.5
+ '@babel/types': 7.28.5
'@jridgewell/remapping': 2.3.5
convert-source-map: 2.0.0
- debug: 4.4.1
+ debug: 4.4.3
gensync: 1.0.0-beta.2
json5: 2.2.3
semver: 6.3.1
@@ -7164,12 +7184,12 @@ snapshots:
'@jridgewell/trace-mapping': 0.3.25
jsesc: 3.1.0
- '@babel/generator@7.28.3':
+ '@babel/generator@7.28.5':
dependencies:
- '@babel/parser': 7.28.4
- '@babel/types': 7.28.4
+ '@babel/parser': 7.28.5
+ '@babel/types': 7.28.5
'@jridgewell/gen-mapping': 0.3.13
- '@jridgewell/trace-mapping': 0.3.30
+ '@jridgewell/trace-mapping': 0.3.31
jsesc: 3.1.0
'@babel/helper-annotate-as-pure@7.24.7':
@@ -7197,7 +7217,7 @@ snapshots:
'@babel/helper-compilation-targets@7.27.2':
dependencies:
- '@babel/compat-data': 7.28.4
+ '@babel/compat-data': 7.28.5
'@babel/helper-validator-option': 7.27.1
browserslist: 4.24.5
lru-cache: 5.1.1
@@ -7216,6 +7236,19 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/helper-create-class-features-plugin@7.25.4(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-annotate-as-pure': 7.24.7
+ '@babel/helper-member-expression-to-functions': 7.24.8
+ '@babel/helper-optimise-call-expression': 7.24.7
+ '@babel/helper-replace-supers': 7.25.0(@babel/core@7.28.5)
+ '@babel/helper-skip-transparent-expression-wrappers': 7.24.7
+ '@babel/traverse': 7.26.5
+ semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/helper-create-class-features-plugin@7.26.9(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7229,6 +7262,19 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/helper-create-class-features-plugin@7.26.9(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-member-expression-to-functions': 7.25.9
+ '@babel/helper-optimise-call-expression': 7.25.9
+ '@babel/helper-replace-supers': 7.26.5(@babel/core@7.28.5)
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ '@babel/traverse': 7.26.10
+ semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/helper-create-regexp-features-plugin@7.25.2(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7236,6 +7282,13 @@ snapshots:
regexpu-core: 5.3.2
semver: 6.3.1
+ '@babel/helper-create-regexp-features-plugin@7.25.2(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-annotate-as-pure': 7.24.7
+ regexpu-core: 5.3.2
+ semver: 6.3.1
+
'@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7247,6 +7300,17 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-compilation-targets': 7.25.2
+ '@babel/helper-plugin-utils': 7.26.5
+ debug: 4.4.0
+ lodash.debounce: 4.0.8
+ resolve: 1.22.10
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/helper-globals@7.28.0': {}
'@babel/helper-member-expression-to-functions@7.24.8':
@@ -7279,8 +7343,8 @@ snapshots:
'@babel/helper-module-imports@7.27.1':
dependencies:
- '@babel/traverse': 7.28.4
- '@babel/types': 7.28.4
+ '@babel/traverse': 7.28.5
+ '@babel/types': 7.28.5
transitivePeerDependencies:
- supports-color
@@ -7294,6 +7358,16 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/helper-module-transforms@7.25.2(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-module-imports': 7.24.7
+ '@babel/helper-simple-access': 7.24.7
+ '@babel/helper-validator-identifier': 7.25.9
+ '@babel/traverse': 7.26.5
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/helper-module-transforms@7.26.0(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7303,12 +7377,12 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.4)':
+ '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.5)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
'@babel/helper-module-imports': 7.27.1
- '@babel/helper-validator-identifier': 7.27.1
- '@babel/traverse': 7.28.4
+ '@babel/helper-validator-identifier': 7.28.5
+ '@babel/traverse': 7.28.5
transitivePeerDependencies:
- supports-color
@@ -7335,6 +7409,15 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/helper-remap-async-to-generator@7.25.0(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-annotate-as-pure': 7.24.7
+ '@babel/helper-wrap-function': 7.25.0
+ '@babel/traverse': 7.26.10
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/helper-replace-supers@7.25.0(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7344,6 +7427,15 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/helper-replace-supers@7.25.0(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-member-expression-to-functions': 7.24.8
+ '@babel/helper-optimise-call-expression': 7.24.7
+ '@babel/traverse': 7.26.10
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/helper-replace-supers@7.26.5(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7353,6 +7445,15 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/helper-replace-supers@7.26.5(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-member-expression-to-functions': 7.25.9
+ '@babel/helper-optimise-call-expression': 7.25.9
+ '@babel/traverse': 7.26.10
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/helper-simple-access@7.24.7':
dependencies:
'@babel/traverse': 7.26.10
@@ -7382,6 +7483,8 @@ snapshots:
'@babel/helper-validator-identifier@7.27.1': {}
+ '@babel/helper-validator-identifier@7.28.5': {}
+
'@babel/helper-validator-option@7.24.8': {}
'@babel/helper-validator-option@7.25.9': {}
@@ -7404,7 +7507,7 @@ snapshots:
'@babel/helpers@7.28.4':
dependencies:
'@babel/template': 7.27.2
- '@babel/types': 7.28.4
+ '@babel/types': 7.28.5
'@babel/parser@7.25.6':
dependencies:
@@ -7422,9 +7525,9 @@ snapshots:
dependencies:
'@babel/types': 7.27.1
- '@babel/parser@7.28.4':
+ '@babel/parser@7.28.5':
dependencies:
- '@babel/types': 7.28.4
+ '@babel/types': 7.28.5
'@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.3(@babel/core@7.25.2)':
dependencies:
@@ -7434,16 +7537,34 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.3(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/traverse': 7.26.5
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.0(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.0(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.0(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.0(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7453,6 +7574,15 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.24.7
+ '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.28.5)
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.0(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7461,23 +7591,35 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.0(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/traverse': 7.26.5
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
+ '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+
'@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.28.5)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.28.5)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
'@babel/helper-plugin-utils': 7.27.1
'@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.25.2)':
@@ -7485,9 +7627,9 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.28.5)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.25.2)':
@@ -7495,9 +7637,9 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.28.5)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.25.2)':
@@ -7505,24 +7647,44 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-syntax-import-assertions@7.25.6(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-syntax-import-assertions@7.25.6(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.28.5)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
+ '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
'@babel/helper-plugin-utils': 7.27.1
'@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.25.2)':
@@ -7530,9 +7692,9 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.28.5)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
'@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.25.2)':
@@ -7540,9 +7702,9 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.28.5)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.25.2)':
@@ -7550,14 +7712,19 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.28.5)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.25.2)':
@@ -7565,9 +7732,9 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.28.5)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.25.2)':
@@ -7575,9 +7742,9 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.28.5)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.25.2)':
@@ -7585,9 +7752,9 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.28.5)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.25.2)':
@@ -7595,9 +7762,9 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.28.5)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.25.2)':
@@ -7605,9 +7772,9 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.28.5)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.25.2)':
@@ -7615,9 +7782,9 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.28.5)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.25.2)':
@@ -7625,9 +7792,9 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.28.5)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.25.2)':
@@ -7635,9 +7802,14 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.4)':
+ '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.28.5)':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
+ '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
'@babel/helper-plugin-utils': 7.27.1
'@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.25.2)':
@@ -7646,11 +7818,22 @@ snapshots:
'@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.28.5)
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-async-generator-functions@7.25.4(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7661,6 +7844,16 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-transform-async-generator-functions@7.25.4(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/helper-remap-async-to-generator': 7.25.0(@babel/core@7.28.5)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.28.5)
+ '@babel/traverse': 7.26.5
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-transform-async-to-generator@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7670,16 +7863,35 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-transform-async-to-generator@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-module-imports': 7.24.7
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/helper-remap-async-to-generator': 7.25.0(@babel/core@7.28.5)
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-block-scoping@7.25.0(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-block-scoping@7.25.0(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-class-properties@7.25.4(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7688,6 +7900,14 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-transform-class-properties@7.25.4(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.28.5)
+ '@babel/helper-plugin-utils': 7.26.5
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7697,6 +7917,15 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.28.5)
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.28.5)
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-transform-classes@7.25.4(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7709,40 +7938,86 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-transform-classes@7.25.4(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-annotate-as-pure': 7.24.7
+ '@babel/helper-compilation-targets': 7.25.2
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/helper-replace-supers': 7.25.0(@babel/core@7.28.5)
+ '@babel/traverse': 7.26.5
+ globals: 11.12.0
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
'@babel/template': 7.25.9
+ '@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/template': 7.25.9
+
'@babel/plugin-transform-destructuring@7.24.8(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-destructuring@7.24.8(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-dotall-regex@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-dotall-regex@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.28.5)
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-duplicate-keys@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-duplicate-keys@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.0(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.0(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.28.5)
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-dynamic-import@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-dynamic-import@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.28.5)
+
'@babel/plugin-transform-exponentiation-operator@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7751,12 +8026,26 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-transform-exponentiation-operator@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-builder-binary-assignment-operator-visitor': 7.24.7
+ '@babel/helper-plugin-utils': 7.26.5
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-transform-export-namespace-from@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-export-namespace-from@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.28.5)
+
'@babel/plugin-transform-for-of@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7765,6 +8054,14 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-transform-for-of@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.24.7
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-transform-function-name@7.25.1(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7774,28 +8071,59 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-transform-function-name@7.25.1(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-compilation-targets': 7.25.2
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/traverse': 7.26.5
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-transform-json-strings@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-json-strings@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.28.5)
+
'@babel/plugin-transform-literals@7.25.2(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-literals@7.25.2(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-logical-assignment-operators@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.2)
+ '@babel/plugin-transform-logical-assignment-operators@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.28.5)
+
'@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-modules-amd@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7804,6 +8132,14 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-transform-modules-amd@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-module-transforms': 7.25.2(@babel/core@7.28.5)
+ '@babel/helper-plugin-utils': 7.26.5
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-transform-modules-commonjs@7.24.8(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7813,6 +8149,15 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-transform-modules-commonjs@7.24.8(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-module-transforms': 7.25.2(@babel/core@7.28.5)
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/helper-simple-access': 7.24.7
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-transform-modules-commonjs@7.26.3(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7831,6 +8176,16 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-transform-modules-systemjs@7.25.0(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-module-transforms': 7.25.2(@babel/core@7.28.5)
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/helper-validator-identifier': 7.25.9
+ '@babel/traverse': 7.26.5
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-transform-modules-umd@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7839,29 +8194,60 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-transform-modules-umd@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-module-transforms': 7.25.2(@babel/core@7.28.5)
+ '@babel/helper-plugin-utils': 7.26.5
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-transform-named-capturing-groups-regex@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-named-capturing-groups-regex@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.28.5)
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-new-target@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-new-target@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-nullish-coalescing-operator@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-nullish-coalescing-operator@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.28.5)
+
'@babel/plugin-transform-numeric-separator@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.2)
+ '@babel/plugin-transform-numeric-separator@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.28.5)
+
'@babel/plugin-transform-object-rest-spread@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7870,6 +8256,14 @@ snapshots:
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.2)
'@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.25.2)
+ '@babel/plugin-transform-object-rest-spread@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-compilation-targets': 7.25.2
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.28.5)
+ '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.28.5)
+
'@babel/plugin-transform-object-super@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7878,12 +8272,26 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-transform-object-super@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/helper-replace-supers': 7.25.0(@babel/core@7.28.5)
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-transform-optional-catch-binding@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-optional-catch-binding@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.28.5)
+
'@babel/plugin-transform-optional-chaining@7.24.8(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7893,11 +8301,25 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-transform-optional-chaining@7.24.8(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.24.7
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.28.5)
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-transform-parameters@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-parameters@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-private-methods@7.25.4(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7906,6 +8328,14 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-transform-private-methods@7.25.4(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.28.5)
+ '@babel/helper-plugin-utils': 7.26.5
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-transform-private-property-in-object@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7916,27 +8346,58 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-transform-private-property-in-object@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-annotate-as-pure': 7.24.7
+ '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.28.5)
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.28.5)
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-regenerator@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
regenerator-transform: 0.15.2
+ '@babel/plugin-transform-regenerator@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+ regenerator-transform: 0.15.2
+
'@babel/plugin-transform-reserved-words@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-reserved-words@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-spread@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7945,21 +8406,44 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-transform-spread@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.24.7
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-transform-sticky-regex@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-sticky-regex@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-typeof-symbol@7.24.8(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-typeof-symbol@7.24.8(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-typescript@7.26.8(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -7971,29 +8455,63 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/plugin-transform-typescript@7.26.8(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-create-class-features-plugin': 7.26.9(@babel/core@7.28.5)
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.28.5)
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/plugin-transform-unicode-escapes@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-unicode-escapes@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-unicode-property-regex@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-unicode-property-regex@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.28.5)
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-unicode-regex@7.24.7(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-unicode-regex@7.24.7(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.28.5)
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/plugin-transform-unicode-sets-regex@7.25.4(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
'@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-transform-unicode-sets-regex@7.25.4(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.28.5)
+ '@babel/helper-plugin-utils': 7.26.5
+
'@babel/preset-env@7.25.4(@babel/core@7.25.2)':
dependencies:
'@babel/compat-data': 7.25.4
@@ -8083,6 +8601,95 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@babel/preset-env@7.25.4(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/compat-data': 7.25.4
+ '@babel/core': 7.28.5
+ '@babel/helper-compilation-targets': 7.25.2
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/helper-validator-option': 7.24.8
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.25.3(@babel/core@7.28.5)
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.25.0(@babel/core@7.28.5)
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.0(@babel/core@7.28.5)
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.25.0(@babel/core@7.28.5)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.5)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.28.5)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.28.5)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.28.5)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.28.5)
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.28.5)
+ '@babel/plugin-syntax-import-assertions': 7.25.6(@babel/core@7.28.5)
+ '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.28.5)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.5)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.28.5)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.28.5)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.28.5)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.28.5)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.28.5)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.28.5)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.28.5)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.28.5)
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.28.5)
+ '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.5)
+ '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-async-generator-functions': 7.25.4(@babel/core@7.28.5)
+ '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-block-scoping': 7.25.0(@babel/core@7.28.5)
+ '@babel/plugin-transform-class-properties': 7.25.4(@babel/core@7.28.5)
+ '@babel/plugin-transform-class-static-block': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-classes': 7.25.4(@babel/core@7.28.5)
+ '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-destructuring': 7.24.8(@babel/core@7.28.5)
+ '@babel/plugin-transform-dotall-regex': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-duplicate-keys': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.25.0(@babel/core@7.28.5)
+ '@babel/plugin-transform-dynamic-import': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-exponentiation-operator': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-for-of': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-function-name': 7.25.1(@babel/core@7.28.5)
+ '@babel/plugin-transform-json-strings': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-literals': 7.25.2(@babel/core@7.28.5)
+ '@babel/plugin-transform-logical-assignment-operators': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-member-expression-literals': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-modules-amd': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-modules-commonjs': 7.24.8(@babel/core@7.28.5)
+ '@babel/plugin-transform-modules-systemjs': 7.25.0(@babel/core@7.28.5)
+ '@babel/plugin-transform-modules-umd': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-new-target': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-numeric-separator': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-object-super': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-optional-catch-binding': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-optional-chaining': 7.24.8(@babel/core@7.28.5)
+ '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-private-methods': 7.25.4(@babel/core@7.28.5)
+ '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-reserved-words': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-sticky-regex': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-template-literals': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-typeof-symbol': 7.24.8(@babel/core@7.28.5)
+ '@babel/plugin-transform-unicode-escapes': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-unicode-property-regex': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.28.5)
+ '@babel/plugin-transform-unicode-sets-regex': 7.25.4(@babel/core@7.28.5)
+ '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.5)
+ babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.28.5)
+ babel-plugin-polyfill-corejs3: 0.10.6(@babel/core@7.28.5)
+ babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.28.5)
+ core-js-compat: 3.38.1
+ semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
+
'@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -8090,6 +8697,13 @@ snapshots:
'@babel/types': 7.26.5
esutils: 2.0.3
+ '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.5)':
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/types': 7.26.5
+ esutils: 2.0.3
+
'@babel/preset-typescript@7.26.0(@babel/core@7.25.2)':
dependencies:
'@babel/core': 7.25.2
@@ -8122,8 +8736,8 @@ snapshots:
'@babel/template@7.27.2':
dependencies:
'@babel/code-frame': 7.27.1
- '@babel/parser': 7.28.4
- '@babel/types': 7.28.4
+ '@babel/parser': 7.28.5
+ '@babel/types': 7.28.5
'@babel/traverse@7.26.10':
dependencies:
@@ -8149,15 +8763,15 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/traverse@7.28.4':
+ '@babel/traverse@7.28.5':
dependencies:
'@babel/code-frame': 7.27.1
- '@babel/generator': 7.28.3
+ '@babel/generator': 7.28.5
'@babel/helper-globals': 7.28.0
- '@babel/parser': 7.28.4
+ '@babel/parser': 7.28.5
'@babel/template': 7.27.2
- '@babel/types': 7.28.4
- debug: 4.4.1
+ '@babel/types': 7.28.5
+ debug: 4.4.3
transitivePeerDependencies:
- supports-color
@@ -8176,10 +8790,10 @@ snapshots:
'@babel/helper-string-parser': 7.27.1
'@babel/helper-validator-identifier': 7.27.1
- '@babel/types@7.28.4':
+ '@babel/types@7.28.5':
dependencies:
'@babel/helper-string-parser': 7.27.1
- '@babel/helper-validator-identifier': 7.27.1
+ '@babel/helper-validator-identifier': 7.28.5
'@bcoe/v8-coverage@0.2.3': {}
@@ -8322,11 +8936,11 @@ snapshots:
'@dcloudio/types@3.4.12': {}
- '@dcloudio/uni-app-harmony@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-app-harmony@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-app-uts': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-app-vite': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))
- debug: 4.4.0
+ '@dcloudio/uni-app-uts': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-app-vite': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))
+ debug: 4.4.3
fs-extra: 10.1.0
licia: 1.38.0
postcss-selector-parser: 6.0.11
@@ -8340,12 +8954,12 @@ snapshots:
- vite
- vue
- '@dcloudio/uni-app-plus@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-app-plus@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-app-uts': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-app-vite': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-app-vue': 3.0.0-4050720250324001
- debug: 4.4.0
+ '@dcloudio/uni-app-uts': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-app-vite': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-app-vue': 3.0.0-4070620250821001
+ debug: 4.4.3
fs-extra: 10.1.0
licia: 1.38.0
postcss-selector-parser: 6.0.11
@@ -8359,31 +8973,32 @@ snapshots:
- vite
- vue
- '@dcloudio/uni-app-uts@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-app-uts@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@babel/parser': 7.26.10
- '@babel/types': 7.26.10
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-console': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-i18n': 3.0.0-4050720250324001
- '@dcloudio/uni-nvue-styler': 3.0.0-4050720250324001
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
- '@jridgewell/gen-mapping': 0.3.8
- '@jridgewell/trace-mapping': 0.3.25
+ '@babel/parser': 7.28.5
+ '@babel/types': 7.28.5
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-console': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-i18n': 3.0.0-4070620250821001
+ '@dcloudio/uni-nvue-styler': 3.0.0-4070620250821001
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
+ '@jridgewell/gen-mapping': 0.3.13
+ '@jridgewell/trace-mapping': 0.3.31
'@rollup/pluginutils': 5.1.4(rollup@3.29.5)
'@vue/compiler-core': 3.4.21
'@vue/compiler-dom': 3.4.21
'@vue/compiler-sfc': 3.4.21
'@vue/consolidate': 1.0.0
'@vue/shared': 3.4.21
- debug: 4.4.0
+ debug: 4.4.3
es-module-lexer: 1.3.0
estree-walker: 2.0.2
+ fast-glob: 3.3.3
fs-extra: 10.1.0
magic-string: 0.30.17
picocolors: 1.1.1
source-map-js: 1.2.1
- unimport: 3.14.6(rollup@3.29.5)
+ unimport: 4.1.1
transitivePeerDependencies:
- '@nuxt/kit'
- '@vueuse/core'
@@ -8393,17 +9008,17 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-app-vite@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-app-vite@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-i18n': 3.0.0-4050720250324001
- '@dcloudio/uni-nvue-styler': 3.0.0-4050720250324001
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-i18n': 3.0.0-4070620250821001
+ '@dcloudio/uni-nvue-styler': 3.0.0-4070620250821001
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@rollup/pluginutils': 5.1.4(rollup@3.29.5)
- '@vitejs/plugin-vue': 5.1.0(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))
+ '@vitejs/plugin-vue': 5.1.0(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))
'@vue/compiler-dom': 3.4.21
'@vue/compiler-sfc': 3.4.21
- debug: 4.4.0
+ debug: 4.4.3
fs-extra: 10.1.0
picocolors: 1.1.1
transitivePeerDependencies:
@@ -8416,18 +9031,18 @@ snapshots:
- vite
- vue
- '@dcloudio/uni-app-vue@3.0.0-4050720250324001': {}
+ '@dcloudio/uni-app-vue@3.0.0-4070620250821001': {}
- '@dcloudio/uni-app@3.0.0-4050720250324001(@dcloudio/types@3.4.12)(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-app@3.0.0-4070620250821001(@dcloudio/types@3.4.12)(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
'@dcloudio/types': 3.4.12
- '@dcloudio/uni-cloud': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-components': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-console': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-i18n': 3.0.0-4050720250324001
- '@dcloudio/uni-push': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
- '@dcloudio/uni-stat': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-cloud': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-components': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-console': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-i18n': 3.0.0-4070620250821001
+ '@dcloudio/uni-push': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
+ '@dcloudio/uni-stat': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
'@vue/shared': 3.4.21
transitivePeerDependencies:
- '@nuxt/kit'
@@ -8438,12 +9053,12 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-automator@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(jest-environment-node@27.5.1)(jest@27.0.4(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4)))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-automator@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(jest-environment-node@27.5.1)(jest@27.0.4(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4)))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
address: 1.2.2
cross-env: 7.0.3
- debug: 4.4.0
+ debug: 4.4.3
default-gateway: 6.0.3
fs-extra: 10.1.0
jest: 27.0.4(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))
@@ -8453,7 +9068,7 @@ snapshots:
merge: 2.1.1
qrcode-reader: 1.0.4
qrcode-terminal: 0.12.0
- ws: 8.13.0
+ ws: 8.18.1
transitivePeerDependencies:
- '@nuxt/kit'
- '@vueuse/core'
@@ -8465,15 +9080,15 @@ snapshots:
- utf-8-validate
- vue
- '@dcloudio/uni-cli-shared@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-cli-shared@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
'@ampproject/remapping': 2.3.0
- '@babel/code-frame': 7.26.2
- '@babel/core': 7.25.2
- '@babel/parser': 7.26.10
- '@babel/types': 7.26.10
- '@dcloudio/uni-i18n': 3.0.0-4050720250324001
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@babel/code-frame': 7.27.1
+ '@babel/core': 7.28.5
+ '@babel/parser': 7.28.5
+ '@babel/types': 7.28.5
+ '@dcloudio/uni-i18n': 3.0.0-4070620250821001
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@intlify/core-base': 9.1.9
'@intlify/shared': 9.1.9
'@intlify/vue-devtools': 9.1.9
@@ -8489,7 +9104,8 @@ snapshots:
base64url: 3.0.1
chokidar: 3.5.3
compare-versions: 3.6.0
- debug: 4.4.0
+ debug: 4.4.3
+ entities: 4.5.0
es-module-lexer: 1.3.0
esbuild: 0.20.2
estree-walker: 2.0.2
@@ -8509,10 +9125,11 @@ snapshots:
postcss-load-config: 3.1.4(postcss@8.5.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))
postcss-modules: 4.3.1(postcss@8.5.3)
postcss-selector-parser: 6.0.11
- resolve: 1.22.10
+ resolve: 1.22.11
source-map-js: 1.2.1
tapable: 2.2.1
- unplugin-auto-import: 0.18.6(@vueuse/core@12.0.0(typescript@5.5.4))(rollup@3.29.5)
+ unimport: 4.1.1
+ unplugin-auto-import: 19.1.0(@vueuse/core@12.0.0(typescript@5.5.4))
xregexp: 3.1.0
transitivePeerDependencies:
- '@nuxt/kit'
@@ -8523,11 +9140,11 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-cloud@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-cloud@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-i18n': 3.0.0-4050720250324001
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-i18n': 3.0.0-4070620250821001
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/shared': 3.4.21
fast-glob: 3.3.3
transitivePeerDependencies:
@@ -8539,11 +9156,11 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-components@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-components@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-cloud': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-h5': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-i18n': 3.0.0-4050720250324001
+ '@dcloudio/uni-cloud': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-h5': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-i18n': 3.0.0-4070620250821001
transitivePeerDependencies:
- '@nuxt/kit'
- '@vueuse/core'
@@ -8553,9 +9170,9 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-console@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-console@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
fs-extra: 10.1.0
transitivePeerDependencies:
- '@nuxt/kit'
@@ -8566,16 +9183,16 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-h5-vite@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-h5-vite@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@rollup/pluginutils': 5.1.4(rollup@3.29.5)
'@vue/compiler-dom': 3.4.21
'@vue/compiler-sfc': 3.4.21
'@vue/server-renderer': 3.4.21(vue@3.4.38(typescript@5.5.4))
'@vue/shared': 3.4.21
- debug: 4.4.0
+ debug: 4.4.3
fs-extra: 10.1.0
mime: 3.0.0
module-alias: 2.2.2
@@ -8588,22 +9205,22 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-h5-vue@3.0.0-4050720250324001(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-h5-vue@3.0.0-4070620250821001(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/server-renderer': 3.4.21(vue@3.4.38(typescript@5.5.4))
transitivePeerDependencies:
- vue
- '@dcloudio/uni-h5@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-h5@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-h5-vite': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-h5-vue': 3.0.0-4050720250324001(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-i18n': 3.0.0-4050720250324001
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@dcloudio/uni-h5-vite': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-h5-vue': 3.0.0-4070620250821001(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-i18n': 3.0.0-4070620250821001
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/server-renderer': 3.4.21(vue@3.4.38(typescript@5.5.4))
'@vue/shared': 3.4.21
- debug: 4.4.0
+ debug: 4.4.3
localstorage-polyfill: 1.0.1
postcss-selector-parser: 6.0.11
safe-area-insets: 1.4.1
@@ -8618,14 +9235,14 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-i18n@3.0.0-4050720250324001': {}
+ '@dcloudio/uni-i18n@3.0.0-4070620250821001': {}
- '@dcloudio/uni-mp-alipay@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-mp-alipay@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vite': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vue': 3.0.0-4050720250324001
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/compiler-core': 3.4.21
'@vue/shared': 3.4.21
transitivePeerDependencies:
@@ -8637,22 +9254,22 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-baidu@3.0.0-4050720250324001(@dcloudio/types@3.4.12)(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-mp-baidu@3.0.0-4070620250821001(@dcloudio/types@3.4.12)(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-app': 3.0.0-4050720250324001(@dcloudio/types@3.4.12)(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-compiler': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vite': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vue': 3.0.0-4050720250324001
- '@dcloudio/uni-mp-weixin': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@dcloudio/uni-app': 3.0.0-4070620250821001(@dcloudio/types@3.4.12)(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
+ '@dcloudio/uni-mp-weixin': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/compiler-core': 3.4.21
'@vue/shared': 3.4.21
jimp: 0.10.3
licia: 1.38.0
qrcode-reader: 1.0.4
qrcode-terminal: 0.12.0
- ws: 8.13.0
+ ws: 8.18.1
transitivePeerDependencies:
- '@dcloudio/types'
- '@nuxt/kit'
@@ -8665,13 +9282,13 @@ snapshots:
- utf-8-validate
- vue
- '@dcloudio/uni-mp-compiler@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-mp-compiler@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@babel/generator': 7.26.10
- '@babel/parser': 7.26.10
- '@babel/types': 7.26.10
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@babel/generator': 7.28.5
+ '@babel/parser': 7.28.5
+ '@babel/types': 7.28.5
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/compiler-core': 3.4.21
'@vue/compiler-dom': 3.4.21
'@vue/shared': 3.4.21
@@ -8685,13 +9302,14 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-jd@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-mp-harmony@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-compiler': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vite': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vue': 3.0.0-4050720250324001
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-toutiao': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
+ '@dcloudio/uni-quickapp-webview': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/shared': 3.4.21
transitivePeerDependencies:
- '@nuxt/kit'
@@ -8702,14 +9320,31 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-kuaishou@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-mp-jd@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-compiler': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vite': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vue': 3.0.0-4050720250324001
- '@dcloudio/uni-mp-weixin': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
+ '@vue/shared': 3.4.21
+ transitivePeerDependencies:
+ - '@nuxt/kit'
+ - '@vueuse/core'
+ - postcss
+ - rollup
+ - supports-color
+ - ts-node
+ - vue
+
+ '@dcloudio/uni-mp-kuaishou@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ dependencies:
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
+ '@dcloudio/uni-mp-weixin': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/compiler-core': 3.4.21
'@vue/shared': 3.4.21
transitivePeerDependencies:
@@ -8723,14 +9358,14 @@ snapshots:
- utf-8-validate
- vue
- '@dcloudio/uni-mp-lark@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-mp-lark@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-compiler': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-toutiao': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vite': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vue': 3.0.0-4050720250324001
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-toutiao': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/compiler-core': 3.4.21
'@vue/shared': 3.4.21
transitivePeerDependencies:
@@ -8742,12 +9377,12 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-qq@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-mp-qq@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vite': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vue': 3.0.0-4050720250324001
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/shared': 3.4.21
fs-extra: 10.1.0
transitivePeerDependencies:
@@ -8759,13 +9394,13 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-toutiao@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-mp-toutiao@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-compiler': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vite': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vue': 3.0.0-4050720250324001
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/compiler-core': 3.4.21
'@vue/shared': 3.4.21
transitivePeerDependencies:
@@ -8777,17 +9412,17 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-vite@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-mp-vite@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-i18n': 3.0.0-4050720250324001
- '@dcloudio/uni-mp-compiler': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vue': 3.0.0-4050720250324001
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-i18n': 3.0.0-4070620250821001
+ '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/compiler-dom': 3.4.21
'@vue/compiler-sfc': 3.4.21
'@vue/shared': 3.4.21
- debug: 4.4.0
+ debug: 4.4.3
transitivePeerDependencies:
- '@nuxt/kit'
- '@vueuse/core'
@@ -8797,23 +9432,23 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-mp-vue@3.0.0-4050720250324001':
+ '@dcloudio/uni-mp-vue@3.0.0-4070620250821001':
dependencies:
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/shared': 3.4.21
- '@dcloudio/uni-mp-weixin@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-mp-weixin@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vite': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vue': 3.0.0-4050720250324001
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/shared': 3.4.21
jimp: 0.10.3
licia: 1.38.0
qrcode-reader: 1.0.4
qrcode-terminal: 0.12.0
- ws: 8.13.0
+ ws: 8.18.1
transitivePeerDependencies:
- '@nuxt/kit'
- '@vueuse/core'
@@ -8825,13 +9460,13 @@ snapshots:
- utf-8-validate
- vue
- '@dcloudio/uni-mp-xhs@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-mp-xhs@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-compiler': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vite': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vue': 3.0.0-4050720250324001
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-compiler': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/shared': 3.4.21
transitivePeerDependencies:
- '@nuxt/kit'
@@ -8842,14 +9477,14 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-nvue-styler@3.0.0-4050720250324001':
+ '@dcloudio/uni-nvue-styler@3.0.0-4070620250821001':
dependencies:
parse-css-font: 4.0.0
postcss: 8.5.3
- '@dcloudio/uni-push@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-push@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
transitivePeerDependencies:
- '@nuxt/kit'
- '@vueuse/core'
@@ -8859,12 +9494,12 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-quickapp-webview@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-quickapp-webview@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vite': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-mp-vue': 3.0.0-4050720250324001
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vite': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-mp-vue': 3.0.0-4070620250821001
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@vue/shared': 3.4.21
transitivePeerDependencies:
- '@nuxt/kit'
@@ -8875,17 +9510,17 @@ snapshots:
- ts-node
- vue
- '@dcloudio/uni-shared@3.0.0-4050720250324001':
+ '@dcloudio/uni-shared@3.0.0-4070620250821001':
dependencies:
'@vue/shared': 3.4.21
- '@dcloudio/uni-stacktracey@3.0.0-4050720250324001': {}
+ '@dcloudio/uni-stacktracey@3.0.0-4070620250821001': {}
- '@dcloudio/uni-stat@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/uni-stat@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
- debug: 4.4.0
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
+ debug: 4.4.3
transitivePeerDependencies:
- '@nuxt/kit'
- '@vueuse/core'
@@ -8895,23 +9530,23 @@ snapshots:
- ts-node
- vue
- '@dcloudio/vite-plugin-uni@3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))':
+ '@dcloudio/vite-plugin-uni@3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@babel/core': 7.25.2
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2)
- '@babel/plugin-transform-typescript': 7.26.8(@babel/core@7.25.2)
- '@dcloudio/uni-cli-shared': 3.0.0-4050720250324001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
- '@dcloudio/uni-shared': 3.0.0-4050720250324001
+ '@babel/core': 7.28.5
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.5)
+ '@babel/plugin-transform-typescript': 7.26.8(@babel/core@7.28.5)
+ '@dcloudio/uni-cli-shared': 3.0.0-4070620250821001(@vueuse/core@12.0.0(typescript@5.5.4))(postcss@8.5.3)(rollup@3.29.5)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
+ '@dcloudio/uni-shared': 3.0.0-4070620250821001
'@rollup/pluginutils': 5.1.4(rollup@3.29.5)
- '@vitejs/plugin-legacy': 5.3.2(terser@5.16.6)(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))
- '@vitejs/plugin-vue': 5.1.0(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))
- '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))
+ '@vitejs/plugin-legacy': 5.3.2(terser@5.16.6)(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))
+ '@vitejs/plugin-vue': 5.1.0(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))
+ '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))
'@vue/compiler-core': 3.4.21
'@vue/compiler-dom': 3.4.21
'@vue/compiler-sfc': 3.4.21
'@vue/shared': 3.4.21
cac: 6.7.9
- debug: 4.4.0
+ debug: 4.4.3
estree-walker: 2.0.2
express: 4.18.2
fast-glob: 3.3.3
@@ -8921,8 +9556,8 @@ snapshots:
magic-string: 0.30.17
picocolors: 1.1.1
terser: 5.16.6
- unplugin-auto-import: 0.18.6(@vueuse/core@12.0.0(typescript@5.5.4))(rollup@3.29.5)
- vite: 5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)
+ unplugin-auto-import: 19.1.0(@vueuse/core@12.0.0(typescript@5.5.4))
+ vite: 5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)
transitivePeerDependencies:
- '@nuxt/kit'
- '@vueuse/core'
@@ -9392,7 +10027,7 @@ snapshots:
'@jest/console@27.5.1':
dependencies:
'@jest/types': 27.5.1
- '@types/node': 18.19.124
+ '@types/node': 18.19.130
chalk: 4.1.2
jest-message-util: 27.5.1
jest-util: 27.5.1
@@ -9405,7 +10040,7 @@ snapshots:
'@jest/test-result': 27.5.1
'@jest/transform': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 18.19.124
+ '@types/node': 18.19.130
ansi-escapes: 4.3.2
chalk: 4.1.2
emittery: 0.8.1
@@ -9439,14 +10074,14 @@ snapshots:
dependencies:
'@jest/fake-timers': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 18.19.124
+ '@types/node': 18.19.130
jest-mock: 27.5.1
'@jest/fake-timers@27.5.1':
dependencies:
'@jest/types': 27.5.1
'@sinonjs/fake-timers': 8.1.0
- '@types/node': 18.19.124
+ '@types/node': 18.19.130
jest-message-util: 27.5.1
jest-mock: 27.5.1
jest-util: 27.5.1
@@ -9464,9 +10099,9 @@ snapshots:
'@jest/test-result': 27.5.1
'@jest/transform': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 18.19.124
+ '@types/node': 18.19.130
chalk: 4.1.2
- collect-v8-coverage: 1.0.2
+ collect-v8-coverage: 1.0.3
exit: 0.1.2
glob: 7.2.3
graceful-fs: 4.2.11
@@ -9502,7 +10137,7 @@ snapshots:
'@jest/console': 27.5.1
'@jest/types': 27.5.1
'@types/istanbul-lib-coverage': 2.0.6
- collect-v8-coverage: 1.0.2
+ collect-v8-coverage: 1.0.3
'@jest/test-sequencer@27.5.1':
dependencies:
@@ -9515,7 +10150,7 @@ snapshots:
'@jest/transform@27.5.1':
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
'@jest/types': 27.5.1
babel-plugin-istanbul: 6.1.1
chalk: 4.1.2
@@ -9537,7 +10172,7 @@ snapshots:
dependencies:
'@types/istanbul-lib-coverage': 2.0.6
'@types/istanbul-reports': 3.0.4
- '@types/node': 18.19.124
+ '@types/node': 18.19.130
'@types/yargs': 16.0.9
chalk: 4.1.2
@@ -9815,7 +10450,7 @@ snapshots:
'@jridgewell/gen-mapping@0.3.13':
dependencies:
'@jridgewell/sourcemap-codec': 1.5.5
- '@jridgewell/trace-mapping': 0.3.30
+ '@jridgewell/trace-mapping': 0.3.31
'@jridgewell/gen-mapping@0.3.5':
dependencies:
@@ -9832,7 +10467,7 @@ snapshots:
'@jridgewell/remapping@2.3.5':
dependencies:
'@jridgewell/gen-mapping': 0.3.13
- '@jridgewell/trace-mapping': 0.3.30
+ '@jridgewell/trace-mapping': 0.3.31
'@jridgewell/resolve-uri@3.1.2': {}
@@ -9840,8 +10475,8 @@ snapshots:
'@jridgewell/source-map@0.3.2':
dependencies:
- '@jridgewell/gen-mapping': 0.3.8
- '@jridgewell/trace-mapping': 0.3.25
+ '@jridgewell/gen-mapping': 0.3.13
+ '@jridgewell/trace-mapping': 0.3.31
'@jridgewell/sourcemap-codec@1.4.15': {}
@@ -9854,7 +10489,7 @@ snapshots:
'@jridgewell/resolve-uri': 3.1.2
'@jridgewell/sourcemap-codec': 1.5.0
- '@jridgewell/trace-mapping@0.3.30':
+ '@jridgewell/trace-mapping@0.3.31':
dependencies:
'@jridgewell/resolve-uri': 3.1.2
'@jridgewell/sourcemap-codec': 1.5.5
@@ -10018,24 +10653,24 @@ snapshots:
'@types/babel__core@7.20.5':
dependencies:
- '@babel/parser': 7.28.4
- '@babel/types': 7.28.4
+ '@babel/parser': 7.28.5
+ '@babel/types': 7.28.5
'@types/babel__generator': 7.27.0
'@types/babel__template': 7.4.4
'@types/babel__traverse': 7.28.0
'@types/babel__generator@7.27.0':
dependencies:
- '@babel/types': 7.28.4
+ '@babel/types': 7.28.5
'@types/babel__template@7.4.4':
dependencies:
- '@babel/parser': 7.28.4
- '@babel/types': 7.28.4
+ '@babel/parser': 7.28.5
+ '@babel/types': 7.28.5
'@types/babel__traverse@7.28.0':
dependencies:
- '@babel/types': 7.28.4
+ '@babel/types': 7.28.5
'@types/conventional-commits-parser@5.0.0':
dependencies:
@@ -10051,7 +10686,7 @@ snapshots:
'@types/graceful-fs@4.1.9':
dependencies:
- '@types/node': 18.19.124
+ '@types/node': 18.19.130
'@types/hast@3.0.4':
dependencies:
@@ -10100,7 +10735,7 @@ snapshots:
'@types/node@18.15.3': {}
- '@types/node@18.19.124':
+ '@types/node@18.19.130':
dependencies:
undici-types: 5.26.5
@@ -10264,39 +10899,39 @@ snapshots:
transitivePeerDependencies:
- encoding
- '@vitejs/plugin-legacy@5.3.2(terser@5.16.6)(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))':
+ '@vitejs/plugin-legacy@5.3.2(terser@5.16.6)(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))':
dependencies:
- '@babel/core': 7.25.2
- '@babel/preset-env': 7.25.4(@babel/core@7.25.2)
- browserslist: 4.23.3
- browserslist-to-esbuild: 2.1.1(browserslist@4.23.3)
+ '@babel/core': 7.28.5
+ '@babel/preset-env': 7.25.4(@babel/core@7.28.5)
+ browserslist: 4.24.5
+ browserslist-to-esbuild: 2.1.1(browserslist@4.24.5)
core-js: 3.38.1
magic-string: 0.30.17
regenerator-runtime: 0.14.1
systemjs: 6.15.1
terser: 5.16.6
- vite: 5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)
+ vite: 5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue-jsx@3.1.0(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))':
+ '@vitejs/plugin-vue-jsx@3.1.0(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@babel/core': 7.25.2
- '@babel/plugin-transform-typescript': 7.26.8(@babel/core@7.25.2)
- '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.2)
- vite: 5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)
+ '@babel/core': 7.28.5
+ '@babel/plugin-transform-typescript': 7.26.8(@babel/core@7.28.5)
+ '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.28.5)
+ vite: 5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)
vue: 3.4.38(typescript@5.5.4)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@5.1.0(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))':
+ '@vitejs/plugin-vue@5.1.0(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- vite: 5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)
+ vite: 5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)
vue: 3.4.38(typescript@5.5.4)
- '@vitejs/plugin-vue@5.2.3(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))':
+ '@vitejs/plugin-vue@5.2.3(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- vite: 5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)
+ vite: 5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)
vue: 3.4.38(typescript@5.5.4)
'@vitejs/plugin-vue@5.2.3(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6))(vue@3.5.13(typescript@5.5.4))':
@@ -10366,30 +11001,30 @@ snapshots:
'@vue/babel-helper-vue-transform-on@1.2.5': {}
- '@vue/babel-plugin-jsx@1.2.5(@babel/core@7.25.2)':
+ '@vue/babel-plugin-jsx@1.2.5(@babel/core@7.28.5)':
dependencies:
- '@babel/helper-module-imports': 7.25.9
- '@babel/helper-plugin-utils': 7.26.5
- '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.25.2)
- '@babel/template': 7.26.9
- '@babel/traverse': 7.26.10
- '@babel/types': 7.27.1
+ '@babel/helper-module-imports': 7.27.1
+ '@babel/helper-plugin-utils': 7.27.1
+ '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.28.5)
+ '@babel/template': 7.27.2
+ '@babel/traverse': 7.28.5
+ '@babel/types': 7.28.5
'@vue/babel-helper-vue-transform-on': 1.2.5
- '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.25.2)
+ '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.28.5)
html-tags: 3.3.1
svg-tags: 1.0.0
optionalDependencies:
- '@babel/core': 7.25.2
+ '@babel/core': 7.28.5
transitivePeerDependencies:
- supports-color
- '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.25.2)':
+ '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.28.5)':
dependencies:
- '@babel/code-frame': 7.26.2
- '@babel/core': 7.25.2
- '@babel/helper-module-imports': 7.25.9
- '@babel/helper-plugin-utils': 7.26.5
- '@babel/parser': 7.27.1
+ '@babel/code-frame': 7.27.1
+ '@babel/core': 7.28.5
+ '@babel/helper-module-imports': 7.27.1
+ '@babel/helper-plugin-utils': 7.27.1
+ '@babel/parser': 7.28.5
'@vue/compiler-sfc': 3.5.13
transitivePeerDependencies:
- supports-color
@@ -10412,7 +11047,7 @@ snapshots:
'@vue/compiler-core@3.5.13':
dependencies:
- '@babel/parser': 7.27.1
+ '@babel/parser': 7.28.5
'@vue/shared': 3.5.13
entities: 4.5.0
estree-walker: 2.0.2
@@ -10420,7 +11055,7 @@ snapshots:
'@vue/compiler-core@3.5.7':
dependencies:
- '@babel/parser': 7.27.1
+ '@babel/parser': 7.28.5
'@vue/shared': 3.5.7
entities: 4.5.0
estree-walker: 2.0.2
@@ -10455,7 +11090,7 @@ snapshots:
'@vue/shared': 3.4.21
estree-walker: 2.0.2
magic-string: 0.30.17
- postcss: 8.4.49
+ postcss: 8.5.3
source-map-js: 1.2.1
'@vue/compiler-sfc@3.4.38':
@@ -10529,7 +11164,7 @@ snapshots:
'@volar/language-core': 2.4.5
'@vue/compiler-dom': 3.5.7
'@vue/compiler-vue2': 2.7.16
- '@vue/shared': 3.5.7
+ '@vue/shared': 3.5.13
computeds: 0.0.1
minimatch: 9.0.5
muggle-string: 0.4.1
@@ -10720,7 +11355,7 @@ snapshots:
agent-base@6.0.2:
dependencies:
- debug: 4.4.1
+ debug: 4.4.3
transitivePeerDependencies:
- supports-color
@@ -10815,8 +11450,8 @@ snapshots:
autoprefixer@10.4.20(postcss@8.5.3):
dependencies:
- browserslist: 4.23.3
- caniuse-lite: 1.0.30001707
+ browserslist: 4.24.5
+ caniuse-lite: 1.0.30001752
fraction.js: 4.3.7
normalize-range: 0.1.2
picocolors: 1.1.1
@@ -10831,14 +11466,14 @@ snapshots:
transitivePeerDependencies:
- debug
- babel-jest@27.5.1(@babel/core@7.28.4):
+ babel-jest@27.5.1(@babel/core@7.28.5):
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
'@jest/transform': 27.5.1
'@jest/types': 27.5.1
'@types/babel__core': 7.20.5
babel-plugin-istanbul: 6.1.1
- babel-preset-jest: 27.5.1(@babel/core@7.28.4)
+ babel-preset-jest: 27.5.1(@babel/core@7.28.5)
chalk: 4.1.2
graceful-fs: 4.2.11
slash: 3.0.0
@@ -10858,7 +11493,7 @@ snapshots:
babel-plugin-jest-hoist@27.5.1:
dependencies:
'@babel/template': 7.27.2
- '@babel/types': 7.28.4
+ '@babel/types': 7.28.5
'@types/babel__core': 7.20.5
'@types/babel__traverse': 7.28.0
@@ -10871,6 +11506,15 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.28.5):
+ dependencies:
+ '@babel/compat-data': 7.25.4
+ '@babel/core': 7.28.5
+ '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.28.5)
+ semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
+
babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.25.2):
dependencies:
'@babel/core': 7.25.2
@@ -10879,6 +11523,14 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ babel-plugin-polyfill-corejs3@0.10.6(@babel/core@7.28.5):
+ dependencies:
+ '@babel/core': 7.28.5
+ '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.28.5)
+ core-js-compat: 3.38.1
+ transitivePeerDependencies:
+ - supports-color
+
babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.25.2):
dependencies:
'@babel/core': 7.25.2
@@ -10886,30 +11538,37 @@ snapshots:
transitivePeerDependencies:
- supports-color
- babel-preset-current-node-syntax@1.2.0(@babel/core@7.28.4):
+ babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.28.5):
dependencies:
- '@babel/core': 7.28.4
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.28.4)
- '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.28.4)
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.28.4)
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.28.4)
- '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.28.4)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.4)
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.28.4)
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.28.4)
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.28.4)
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.28.4)
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.28.4)
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.28.4)
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.28.4)
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.28.4)
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.28.4)
+ '@babel/core': 7.28.5
+ '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.28.5)
+ transitivePeerDependencies:
+ - supports-color
- babel-preset-jest@27.5.1(@babel/core@7.28.4):
+ babel-preset-current-node-syntax@1.2.0(@babel/core@7.28.5):
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.28.5)
+ '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.28.5)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.28.5)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.28.5)
+ '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.28.5)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.5)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.28.5)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.28.5)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.28.5)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.28.5)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.28.5)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.28.5)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.28.5)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.28.5)
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.28.5)
+
+ babel-preset-jest@27.5.1(@babel/core@7.28.5):
+ dependencies:
+ '@babel/core': 7.28.5
babel-plugin-jest-hoist: 27.5.1
- babel-preset-current-node-syntax: 1.2.0(@babel/core@7.28.4)
+ babel-preset-current-node-syntax: 1.2.0(@babel/core@7.28.5)
bail@2.0.2: {}
@@ -10963,24 +11622,24 @@ snapshots:
browser-process-hrtime@1.0.0: {}
- browserslist-to-esbuild@2.1.1(browserslist@4.23.3):
+ browserslist-to-esbuild@2.1.1(browserslist@4.24.5):
dependencies:
- browserslist: 4.23.3
+ browserslist: 4.24.5
meow: 13.2.0
browserslist@4.23.3:
dependencies:
- caniuse-lite: 1.0.30001707
+ caniuse-lite: 1.0.30001752
electron-to-chromium: 1.5.13
node-releases: 2.0.18
update-browserslist-db: 1.1.0(browserslist@4.23.3)
browserslist@4.24.5:
dependencies:
- caniuse-lite: 1.0.30001741
- electron-to-chromium: 1.5.215
- node-releases: 2.0.20
- update-browserslist-db: 1.1.3(browserslist@4.24.5)
+ caniuse-lite: 1.0.30001752
+ electron-to-chromium: 1.5.244
+ node-releases: 2.0.27
+ update-browserslist-db: 1.1.4(browserslist@4.24.5)
bser@2.1.1:
dependencies:
@@ -11011,7 +11670,7 @@ snapshots:
call-bind@1.0.2:
dependencies:
function-bind: 1.1.2
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.3.0
callsites@3.1.0: {}
@@ -11025,9 +11684,7 @@ snapshots:
camelcase@6.3.0: {}
- caniuse-lite@1.0.30001707: {}
-
- caniuse-lite@1.0.30001741: {}
+ caniuse-lite@1.0.30001752: {}
ccount@2.0.1: {}
@@ -11118,7 +11775,7 @@ snapshots:
co@4.6.0: {}
- collect-v8-coverage@1.0.2: {}
+ collect-v8-coverage@1.0.3: {}
color-convert@1.9.3:
dependencies:
@@ -11429,7 +12086,7 @@ snapshots:
dependencies:
ms: 2.1.3
- debug@4.4.1:
+ debug@4.4.3:
dependencies:
ms: 2.1.3
@@ -11531,7 +12188,7 @@ snapshots:
electron-to-chromium@1.5.13: {}
- electron-to-chromium@1.5.215: {}
+ electron-to-chromium@1.5.244: {}
element-plus@2.11.2(vue@3.4.38(typescript@5.5.4)):
dependencies:
@@ -12059,12 +12716,6 @@ snapshots:
get-func-name@2.0.2: {}
- get-intrinsic@1.2.0:
- dependencies:
- function-bind: 1.1.2
- has: 1.0.3
- has-symbols: 1.0.3
-
get-intrinsic@1.3.0:
dependencies:
call-bind-apply-helpers: 1.0.2
@@ -12217,18 +12868,12 @@ snapshots:
has-flag@4.0.0: {}
- has-symbols@1.0.3: {}
-
has-symbols@1.1.0: {}
has-tostringtag@1.0.2:
dependencies:
has-symbols: 1.1.0
- has@1.0.3:
- dependencies:
- function-bind: 1.1.2
-
hash-sum@2.0.0: {}
hasown@2.0.2:
@@ -12289,7 +12934,7 @@ snapshots:
dependencies:
'@tootallnate/once': 1.1.2
agent-base: 6.0.2
- debug: 4.4.1
+ debug: 4.4.3
transitivePeerDependencies:
- supports-color
@@ -12303,7 +12948,7 @@ snapshots:
https-proxy-agent@5.0.1:
dependencies:
agent-base: 6.0.2
- debug: 4.4.1
+ debug: 4.4.3
transitivePeerDependencies:
- supports-color
@@ -12460,8 +13105,8 @@ snapshots:
istanbul-lib-instrument@5.2.1:
dependencies:
- '@babel/core': 7.28.4
- '@babel/parser': 7.28.4
+ '@babel/core': 7.28.5
+ '@babel/parser': 7.28.5
'@istanbuljs/schema': 0.1.3
istanbul-lib-coverage: 3.2.2
semver: 6.3.1
@@ -12476,7 +13121,7 @@ snapshots:
istanbul-lib-source-maps@4.0.1:
dependencies:
- debug: 4.4.1
+ debug: 4.4.3
istanbul-lib-coverage: 3.2.2
source-map: 0.6.1
transitivePeerDependencies:
@@ -12517,7 +13162,7 @@ snapshots:
'@jest/environment': 27.5.1
'@jest/test-result': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 18.19.124
+ '@types/node': 18.19.130
chalk: 4.1.2
co: 4.6.0
dedent: 0.7.0
@@ -12559,10 +13204,10 @@ snapshots:
jest-config@27.5.1(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4)):
dependencies:
- '@babel/core': 7.28.4
+ '@babel/core': 7.28.5
'@jest/test-sequencer': 27.5.1
'@jest/types': 27.5.1
- babel-jest: 27.5.1(@babel/core@7.28.4)
+ babel-jest: 27.5.1(@babel/core@7.28.5)
chalk: 4.1.2
ci-info: 3.9.0
deepmerge: 4.3.1
@@ -12615,7 +13260,7 @@ snapshots:
'@jest/environment': 27.5.1
'@jest/fake-timers': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 18.19.124
+ '@types/node': 18.19.130
jest-mock: 27.5.1
jest-util: 27.5.1
jsdom: 16.7.0
@@ -12630,7 +13275,7 @@ snapshots:
'@jest/environment': 27.5.1
'@jest/fake-timers': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 18.19.124
+ '@types/node': 18.19.130
jest-mock: 27.5.1
jest-util: 27.5.1
@@ -12640,7 +13285,7 @@ snapshots:
dependencies:
'@jest/types': 27.5.1
'@types/graceful-fs': 4.1.9
- '@types/node': 18.19.124
+ '@types/node': 18.19.130
anymatch: 3.1.3
fb-watchman: 2.0.2
graceful-fs: 4.2.11
@@ -12659,7 +13304,7 @@ snapshots:
'@jest/source-map': 27.5.1
'@jest/test-result': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 18.19.124
+ '@types/node': 18.19.130
chalk: 4.1.2
co: 4.6.0
expect: 27.5.1
@@ -12702,7 +13347,7 @@ snapshots:
jest-mock@27.5.1:
dependencies:
'@jest/types': 27.5.1
- '@types/node': 18.19.124
+ '@types/node': 18.19.130
jest-pnp-resolver@1.2.3(jest-resolve@27.5.1):
optionalDependencies:
@@ -12727,7 +13372,7 @@ snapshots:
jest-pnp-resolver: 1.2.3(jest-resolve@27.5.1)
jest-util: 27.5.1
jest-validate: 27.5.1
- resolve: 1.22.10
+ resolve: 1.22.11
resolve.exports: 1.1.1
slash: 3.0.0
@@ -12738,7 +13383,7 @@ snapshots:
'@jest/test-result': 27.5.1
'@jest/transform': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 18.19.124
+ '@types/node': 18.19.130
chalk: 4.1.2
emittery: 0.8.1
graceful-fs: 4.2.11
@@ -12771,7 +13416,7 @@ snapshots:
'@jest/types': 27.5.1
chalk: 4.1.2
cjs-module-lexer: 1.4.3
- collect-v8-coverage: 1.0.2
+ collect-v8-coverage: 1.0.3
execa: 5.1.1
glob: 7.2.3
graceful-fs: 4.2.11
@@ -12789,21 +13434,21 @@ snapshots:
jest-serializer@27.5.1:
dependencies:
- '@types/node': 18.19.124
+ '@types/node': 18.19.130
graceful-fs: 4.2.11
jest-snapshot@27.5.1:
dependencies:
- '@babel/core': 7.28.4
- '@babel/generator': 7.28.3
- '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.4)
- '@babel/traverse': 7.28.4
- '@babel/types': 7.28.4
+ '@babel/core': 7.28.5
+ '@babel/generator': 7.28.5
+ '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.5)
+ '@babel/traverse': 7.28.5
+ '@babel/types': 7.28.5
'@jest/transform': 27.5.1
'@jest/types': 27.5.1
'@types/babel__traverse': 7.28.0
'@types/prettier': 2.7.3
- babel-preset-current-node-syntax: 1.2.0(@babel/core@7.28.4)
+ babel-preset-current-node-syntax: 1.2.0(@babel/core@7.28.5)
chalk: 4.1.2
expect: 27.5.1
graceful-fs: 4.2.11
@@ -12815,14 +13460,14 @@ snapshots:
jest-util: 27.5.1
natural-compare: 1.4.0
pretty-format: 27.5.1
- semver: 7.7.2
+ semver: 7.7.3
transitivePeerDependencies:
- supports-color
jest-util@27.5.1:
dependencies:
'@jest/types': 27.5.1
- '@types/node': 18.19.124
+ '@types/node': 18.19.130
chalk: 4.1.2
ci-info: 3.9.0
graceful-fs: 4.2.11
@@ -12841,7 +13486,7 @@ snapshots:
dependencies:
'@jest/test-result': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 18.19.124
+ '@types/node': 18.19.130
ansi-escapes: 4.3.2
chalk: 4.1.2
jest-util: 27.5.1
@@ -12849,7 +13494,7 @@ snapshots:
jest-worker@27.5.1:
dependencies:
- '@types/node': 18.19.124
+ '@types/node': 18.19.130
merge-stream: 2.0.0
supports-color: 8.1.1
@@ -13565,7 +14210,7 @@ snapshots:
node-releases@2.0.18: {}
- node-releases@2.0.20: {}
+ node-releases@2.0.27: {}
nopt@7.2.1:
dependencies:
@@ -13801,6 +14446,8 @@ snapshots:
picomatch@4.0.2: {}
+ picomatch@4.0.3: {}
+
pidtree@0.6.0: {}
pify@2.3.0: {}
@@ -13842,7 +14489,7 @@ snapshots:
postcss: 8.5.3
postcss-value-parser: 4.2.0
read-cache: 1.0.0
- resolve: 1.22.10
+ resolve: 1.22.11
postcss-load-config@3.1.4(postcss@8.5.3)(ts-node@10.9.2(@types/node@18.15.3)(typescript@5.5.4)):
dependencies:
@@ -13892,12 +14539,6 @@ snapshots:
postcss-value-parser@4.2.0: {}
- postcss@8.4.49:
- dependencies:
- nanoid: 3.3.8
- picocolors: 1.1.1
- source-map-js: 1.2.1
-
postcss@8.5.3:
dependencies:
nanoid: 3.3.8
@@ -14136,6 +14777,12 @@ snapshots:
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
+ resolve@1.22.11:
+ dependencies:
+ is-core-module: 2.16.1
+ path-parse: 1.0.7
+ supports-preserve-symlinks-flag: 1.0.0
+
resolve@1.22.8:
dependencies:
is-core-module: 2.13.1
@@ -14262,7 +14909,7 @@ snapshots:
semver@7.7.1: {}
- semver@7.7.2: {}
+ semver@7.7.3: {}
send@0.18.0:
dependencies:
@@ -14313,7 +14960,7 @@ snapshots:
side-channel@1.0.4:
dependencies:
call-bind: 1.0.2
- get-intrinsic: 1.2.0
+ get-intrinsic: 1.3.0
object-inspect: 1.12.3
siginfo@2.0.0: {}
@@ -14485,6 +15132,10 @@ snapshots:
dependencies:
js-tokens: 9.0.1
+ strip-literal@3.1.0:
+ dependencies:
+ js-tokens: 9.0.1
+
superjson@2.2.2:
dependencies:
copy-anything: 3.0.5
@@ -14526,7 +15177,7 @@ snapshots:
terser@5.16.6:
dependencies:
'@jridgewell/source-map': 0.3.2
- acorn: 8.14.1
+ acorn: 8.15.0
commander: 2.20.3
source-map-support: 0.5.21
@@ -14707,25 +15358,6 @@ snapshots:
trough: 2.2.0
vfile: 6.0.3
- unimport@3.14.6(rollup@3.29.5):
- dependencies:
- '@rollup/pluginutils': 5.1.4(rollup@3.29.5)
- acorn: 8.14.1
- escape-string-regexp: 5.0.0
- estree-walker: 3.0.3
- fast-glob: 3.3.3
- local-pkg: 1.1.1
- magic-string: 0.30.17
- mlly: 1.7.4
- pathe: 2.0.3
- picomatch: 4.0.2
- pkg-types: 1.3.1
- scule: 1.3.0
- strip-literal: 2.1.1
- unplugin: 1.16.1
- transitivePeerDependencies:
- - rollup
-
unimport@3.7.1(rollup@3.29.5):
dependencies:
'@rollup/pluginutils': 5.1.4(rollup@3.29.5)
@@ -14744,6 +15376,23 @@ snapshots:
transitivePeerDependencies:
- rollup
+ unimport@4.1.1:
+ dependencies:
+ acorn: 8.15.0
+ escape-string-regexp: 5.0.0
+ estree-walker: 3.0.3
+ fast-glob: 3.3.3
+ local-pkg: 1.1.1
+ magic-string: 0.30.17
+ mlly: 1.7.4
+ pathe: 2.0.3
+ picomatch: 4.0.2
+ pkg-types: 1.3.1
+ scule: 1.3.0
+ strip-literal: 3.1.0
+ unplugin: 2.3.10
+ unplugin-utils: 0.2.5
+
unist-util-is@6.0.0:
dependencies:
'@types/unist': 3.0.3
@@ -14794,22 +15443,23 @@ snapshots:
transitivePeerDependencies:
- rollup
- unplugin-auto-import@0.18.6(@vueuse/core@12.0.0(typescript@5.5.4))(rollup@3.29.5):
+ unplugin-auto-import@19.1.0(@vueuse/core@12.0.0(typescript@5.5.4)):
dependencies:
- '@antfu/utils': 0.7.10
- '@rollup/pluginutils': 5.1.4(rollup@3.29.5)
- fast-glob: 3.3.3
- local-pkg: 0.5.1
+ local-pkg: 1.1.1
magic-string: 0.30.17
- minimatch: 9.0.5
- unimport: 3.14.6(rollup@3.29.5)
- unplugin: 1.16.1
+ picomatch: 4.0.3
+ unimport: 4.1.1
+ unplugin: 2.3.10
+ unplugin-utils: 0.2.5
optionalDependencies:
'@vueuse/core': 12.0.0(typescript@5.5.4)
- transitivePeerDependencies:
- - rollup
- unplugin-vue-components@0.26.0(@babel/parser@7.28.4)(rollup@3.29.5)(vue@3.4.38(typescript@5.5.4)):
+ unplugin-utils@0.2.5:
+ dependencies:
+ pathe: 2.0.3
+ picomatch: 4.0.3
+
+ unplugin-vue-components@0.26.0(@babel/parser@7.28.5)(rollup@3.29.5)(vue@3.4.38(typescript@5.5.4)):
dependencies:
'@antfu/utils': 0.7.7
'@rollup/pluginutils': 5.1.4(rollup@3.29.5)
@@ -14823,16 +15473,11 @@ snapshots:
unplugin: 1.7.1
vue: 3.4.38(typescript@5.5.4)
optionalDependencies:
- '@babel/parser': 7.28.4
+ '@babel/parser': 7.28.5
transitivePeerDependencies:
- rollup
- supports-color
- unplugin@1.16.1:
- dependencies:
- acorn: 8.14.1
- webpack-virtual-modules: 0.6.2
-
unplugin@1.7.1:
dependencies:
acorn: 8.11.3
@@ -14840,6 +15485,13 @@ snapshots:
webpack-sources: 3.2.3
webpack-virtual-modules: 0.6.1
+ unplugin@2.3.10:
+ dependencies:
+ '@jridgewell/remapping': 2.3.5
+ acorn: 8.15.0
+ picomatch: 4.0.3
+ webpack-virtual-modules: 0.6.2
+
unquote@1.1.1: {}
update-browserslist-db@1.1.0(browserslist@4.23.3):
@@ -14848,7 +15500,7 @@ snapshots:
escalade: 3.2.0
picocolors: 1.1.1
- update-browserslist-db@1.1.3(browserslist@4.24.5):
+ update-browserslist-db@1.1.4(browserslist@4.24.5):
dependencies:
browserslist: 4.24.5
escalade: 3.2.0
@@ -14900,7 +15552,7 @@ snapshots:
vite-node@1.6.1(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6):
dependencies:
cac: 6.7.14
- debug: 4.4.0
+ debug: 4.4.3
pathe: 1.1.2
picocolors: 1.1.1
vite: 5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)
@@ -14915,15 +15567,26 @@ snapshots:
- supports-color
- terser
- vite-plugin-compression@0.5.1(vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)):
+ vite-plugin-compression@0.5.1(vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)):
dependencies:
chalk: 4.1.2
debug: 4.3.4
fs-extra: 10.1.0
- vite: 5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)
+ vite: 5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6)
transitivePeerDependencies:
- supports-color
+ vite@5.2.8(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6):
+ dependencies:
+ esbuild: 0.20.2
+ postcss: 8.5.3
+ rollup: 4.40.1
+ optionalDependencies:
+ '@types/node': 18.15.3
+ fsevents: 2.3.3
+ sass: 1.59.3
+ terser: 5.16.6
+
vite@5.4.19(@types/node@18.15.3)(sass@1.59.3)(terser@5.16.6):
dependencies:
esbuild: 0.21.5
@@ -15196,8 +15859,6 @@ snapshots:
ws@7.5.10: {}
- ws@8.13.0: {}
-
ws@8.18.1: {}
xhr@2.6.0:
diff --git a/src/App.vue b/src/App.vue
index e5cefcca..f628f155 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,7 +1,7 @@
@@ -29,7 +38,7 @@
import { ref } from 'vue'
import { onLoad } from '@dcloudio/uni-app'
import { useToast } from '@/uni_modules/wot-design-uni'
-import { addUnit } from '@/uni_modules/wot-design-uni/components/common/util'
+import { addUnit, getSystemInfo } from '@/uni_modules/wot-design-uni/components/common/util'
const { show } = useToast()
@@ -45,7 +54,7 @@ const handleHeightChange = ({ height }: { height: number }) => {
}
onLoad(() => {
- windowHeight.value = uni.getSystemInfoSync().windowHeight
+ windowHeight.value = getSystemInfo().windowHeight
anchors.value = [100, Math.round(0.4 * windowHeight.value), Math.round(0.7 * windowHeight.value)]
height.value = anchors.value[1]
})
diff --git a/src/subPages/signature/Landscape.vue b/src/subPages/signature/Landscape.vue
index 90750a85..21a19408 100644
--- a/src/subPages/signature/Landscape.vue
+++ b/src/subPages/signature/Landscape.vue
@@ -28,7 +28,7 @@
diff --git a/src/uni_modules/wot-design-uni/components/wd-img-cropper/wd-img-cropper.vue b/src/uni_modules/wot-design-uni/components/wd-img-cropper/wd-img-cropper.vue
index a130be2c..8c683543 100644
--- a/src/uni_modules/wot-design-uni/components/wd-img-cropper/wd-img-cropper.vue
+++ b/src/uni_modules/wot-design-uni/components/wd-img-cropper/wd-img-cropper.vue
@@ -80,7 +80,7 @@ export default {
import wdIcon from '../wd-icon/wd-icon.vue'
import wdButton from '../wd-button/wd-button.vue'
import { computed, getCurrentInstance, ref, watch } from 'vue'
-import { addUnit, objToStyle, uuid } from '../common/util'
+import { addUnit, getSystemInfo, objToStyle, uuid } from '../common/util'
import { useTranslate } from '../composables/useTranslate'
import { imgCropperProps, type ImgCropperExpose } from './types'
@@ -132,11 +132,11 @@ const imgScale = ref(1)
// imgWidth: null,
// imgHeight: null,
// 图片中心轴点距左的距离
-const imgLeft = ref(uni.getSystemInfoSync().windowWidth / 2)
-const imgTop = ref((uni.getSystemInfoSync().windowHeight / 2) * TOP_PERCENT)
+const imgLeft = ref(getSystemInfo().windowWidth / 2)
+const imgTop = ref((getSystemInfo().windowHeight / 2) * TOP_PERCENT)
const imgInfo = ref(null)
-const info = ref(uni.getSystemInfoSync())
+const info = ref(getSystemInfo())
// 是否移动中设置 同时控制背景颜色是否高亮
const IS_TOUCH_END = ref(true)
@@ -164,7 +164,7 @@ watch(
if (newValue) {
INIT_IMGWIDTH = props.imgWidth
INIT_IMGHEIGHT = props.imgHeight
- info.value = uni.getSystemInfoSync()
+ info.value = getSystemInfo()
// 根据aspectRatio计算裁剪框尺寸
const [widthRatio, heightRatio] = props.aspectRatio.split(':').map(Number)
@@ -305,7 +305,7 @@ function setRoate(angle: number) {
* 初始化图片的大小和角度以及距离
*/
function resetImg() {
- const { windowHeight, windowWidth } = uni.getSystemInfoSync()
+ const { windowHeight, windowWidth } = getSystemInfo()
imgScale.value = 1
imgAngle.value = 0
imgLeft.value = windowWidth / 2
diff --git a/src/uni_modules/wot-design-uni/components/wd-navbar/wd-navbar.vue b/src/uni_modules/wot-design-uni/components/wd-navbar/wd-navbar.vue
index 0965d55c..e2a5430e 100644
--- a/src/uni_modules/wot-design-uni/components/wd-navbar/wd-navbar.vue
+++ b/src/uni_modules/wot-design-uni/components/wd-navbar/wd-navbar.vue
@@ -44,7 +44,7 @@ export default {