diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4f661a2..7087608b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,42 @@
# Changelog
+## [v1.3.8](https://github.com/soybeanjs/soybean-admin/compare/v1.3.7...v1.3.8) (2024-10-25)
+
+### 🚨 Breaking Changes
+
+- **projects**: refactor route cache & support reset route cache strategy - by @soybeanjs [(b667e)](https://github.com/soybeanjs/soybean-admin/commit/b667eab)
+
+### 🚀 Features
+
+- **packages**:
+ - add subpackage `@sa/alova` - by @JOU-amjs in https://github.com/soybeanjs/soybean-admin/issues/640 [(2072f)](https://github.com/soybeanjs/soybean-admin/commit/2072f58)
+ - optimistic subpackage `@sa/alova` - by @JOU-amjs in https://github.com/soybeanjs/soybean-admin/issues/646 [(4b3ac)](https://github.com/soybeanjs/soybean-admin/commit/4b3ac11)
+- **projects**:
+ - login supports accessible operation. - by @Azir-11 in https://github.com/soybeanjs/soybean-admin/issues/637 [(cfaab)](https://github.com/soybeanjs/soybean-admin/commit/cfaab85)
+
+### 🐞 Bug Fixes
+
+- **utils**: fix `isPC`. fixed #644 - by @soybeanjs in https://github.com/soybeanjs/soybean-admin/issues/644 [(47264)](https://github.com/soybeanjs/soybean-admin/commit/4726498)
+
+### 🏡 Chore
+
+- **deps**:
+ - update deps - by @soybeanjs [(8dcda)](https://github.com/soybeanjs/soybean-admin/commit/8dcda38)
+- **projects**:
+ - update vscode extensions - by @soybeanjs [(24bb6)](https://github.com/soybeanjs/soybean-admin/commit/24bb6d9)
+ - update deps & fix sass usage - by @soybeanjs [(71e63)](https://github.com/soybeanjs/soybean-admin/commit/71e6307)
+- **types**:
+ - remove type declaration for document.startViewTransition (TypeScript 5.6 includes it) - by @NHZEX in https://github.com/soybeanjs/soybean-admin/issues/633 [(83ba7)](https://github.com/soybeanjs/soybean-admin/commit/83ba798)
+
+### 🎨 Styles
+
+- **projects**: reduce ambiguity in theme configuration instructions. - by @Azir-11 [(75cbf)](https://github.com/soybeanjs/soybean-admin/commit/75cbfbb)
+
+### ❤️ Contributors
+
+[](https://github.com/soybeanjs) [](https://github.com/JOU-amjs) [](https://github.com/Azir-11) [](https://github.com/NHZEX)
+
## [v1.3.7](https://github.com/soybeanjs/soybean-admin/compare/v1.3.6...v1.3.7) (2024-09-21)
### 🚨 Breaking Changes
diff --git a/package.json b/package.json
index 2d6da473..2dec485b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "soybean-admin",
"type": "module",
- "version": "1.3.7",
+ "version": "1.3.8",
"description": "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。",
"author": {
"name": "Soybean",
@@ -49,7 +49,7 @@
"dependencies": {
"@antv/data-set": "0.11.8",
"@antv/g2": "5.2.5",
- "@antv/g6": "^5.0.26",
+ "@antv/g6": "5.0.26",
"@better-scroll/core": "2.5.1",
"@iconify/vue": "4.1.2",
"@sa/alova": "workspace:*",
@@ -58,7 +58,7 @@
"@sa/hooks": "workspace:*",
"@sa/materials": "workspace:*",
"@sa/utils": "workspace:*",
- "@vueuse/components": "^11.1.0",
+ "@vueuse/components": "11.1.0",
"@vueuse/core": "11.1.0",
"clipboard": "2.0.11",
"dayjs": "1.11.13",
@@ -73,11 +73,11 @@
"pinyin-pro": "3.24.2",
"print-js": "1.6.0",
"swiper": "11.1.12",
- "tailwind-merge": "2.5.3",
+ "tailwind-merge": "2.5.4",
"typeit": "8.8.4",
"vditor": "3.10.5",
- "vue": "3.5.11",
- "vue-draggable-plus": "0.5.3",
+ "vue": "3.5.12",
+ "vue-draggable-plus": "0.5.4",
"vue-i18n": "10.0.4",
"vue-pdf-embed": "2.1.0",
"vue-router": "4.4.5",
@@ -88,35 +88,35 @@
"devDependencies": {
"@amap/amap-jsapi-types": "0.0.15",
"@elegant-router/vue": "0.3.8",
- "@iconify/json": "2.2.258",
+ "@iconify/json": "2.2.263",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
- "@soybeanjs/eslint-config": "1.4.1",
+ "@soybeanjs/eslint-config": "1.4.2",
"@types/bmapgl": "0.0.7",
"@types/dompurify": "3.0.5",
- "@types/node": "22.7.5",
+ "@types/node": "22.7.9",
"@types/nprogress": "0.2.3",
- "@unocss/eslint-config": "0.63.4",
- "@unocss/preset-icons": "0.63.4",
- "@unocss/preset-uno": "0.63.4",
- "@unocss/transformer-directives": "0.63.4",
- "@unocss/transformer-variant-group": "0.63.4",
- "@unocss/vite": "0.63.4",
+ "@unocss/eslint-config": "0.63.6",
+ "@unocss/preset-icons": "0.63.6",
+ "@unocss/preset-uno": "0.63.6",
+ "@unocss/transformer-directives": "0.63.6",
+ "@unocss/transformer-variant-group": "0.63.6",
+ "@unocss/vite": "0.63.6",
"@vitejs/plugin-vue": "5.1.4",
"@vitejs/plugin-vue-jsx": "4.0.1",
- "eslint": "9.12.0",
- "eslint-plugin-vue": "9.28.0",
+ "eslint": "9.13.0",
+ "eslint-plugin-vue": "9.29.1",
"lint-staged": "15.2.10",
- "sass": "1.79.4",
+ "sass": "1.80.4",
"simple-git-hooks": "2.11.1",
"tsx": "4.19.1",
"typescript": "5.6.3",
"unplugin-icons": "0.19.3",
"unplugin-vue-components": "0.27.4",
- "vite": "5.4.8",
+ "vite": "5.4.10",
"vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1",
- "vite-plugin-vue-devtools": "7.4.6",
+ "vite-plugin-vue-devtools": "7.5.4",
"vue-eslint-parser": "9.4.3",
"vue-tsc": "2.1.6"
},
diff --git a/packages/alova/package.json b/packages/alova/package.json
index 14c150d6..9f5de140 100644
--- a/packages/alova/package.json
+++ b/packages/alova/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/alova",
- "version": "0.1.0",
+ "version": "1.3.8",
"exports": {
".": "./src/index.ts",
"./fetch": "./src/fetch.ts",
@@ -13,8 +13,8 @@
}
},
"dependencies": {
- "@alova/mock": "2.0.7",
+ "@alova/mock": "2.0.8",
"@sa/utils": "workspace:*",
- "alova": "3.0.20"
+ "alova": "3.1.1"
}
}
diff --git a/packages/axios/package.json b/packages/axios/package.json
index dc87d28d..562cb97f 100644
--- a/packages/axios/package.json
+++ b/packages/axios/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/axios",
- "version": "1.3.7",
+ "version": "1.3.8",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/color/package.json b/packages/color/package.json
index 7ac0b174..8ecba11e 100644
--- a/packages/color/package.json
+++ b/packages/color/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/color",
- "version": "1.3.7",
+ "version": "1.3.8",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/hooks/package.json b/packages/hooks/package.json
index da506b7f..e845c344 100644
--- a/packages/hooks/package.json
+++ b/packages/hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/hooks",
- "version": "1.3.7",
+ "version": "1.3.8",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/materials/package.json b/packages/materials/package.json
index 67d932ec..3ccd503d 100644
--- a/packages/materials/package.json
+++ b/packages/materials/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/materials",
- "version": "1.3.7",
+ "version": "1.3.8",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/ofetch/package.json b/packages/ofetch/package.json
index a029403a..27ecd559 100644
--- a/packages/ofetch/package.json
+++ b/packages/ofetch/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/fetch",
- "version": "1.3.7",
+ "version": "1.3.8",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/scripts/package.json b/packages/scripts/package.json
index d6168ee4..39607da5 100644
--- a/packages/scripts/package.json
+++ b/packages/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/scripts",
- "version": "1.3.7",
+ "version": "1.3.8",
"bin": {
"sa": "./bin.ts"
},
@@ -19,9 +19,9 @@
"cac": "6.7.14",
"consola": "3.2.3",
"enquirer": "2.4.1",
- "execa": "9.4.0",
+ "execa": "9.4.1",
"kolorist": "1.8.0",
- "npm-check-updates": "17.1.3",
+ "npm-check-updates": "17.1.4",
"rimraf": "6.0.1"
}
}
diff --git a/packages/uno-preset/package.json b/packages/uno-preset/package.json
index 7b337637..ce025a72 100644
--- a/packages/uno-preset/package.json
+++ b/packages/uno-preset/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/uno-preset",
- "version": "1.3.7",
+ "version": "1.3.8",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/utils/package.json b/packages/utils/package.json
index 38f09ac5..2aa387e9 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/utils",
- "version": "1.3.7",
+ "version": "1.3.8",
"exports": {
".": "./src/index.ts"
},
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index cc97c170..dd0daa9c 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -15,14 +15,14 @@ importers:
specifier: 5.2.5
version: 5.2.5
'@antv/g6':
- specifier: ^5.0.26
+ specifier: 5.0.26
version: 5.0.26(workerize-loader@2.0.2(webpack@5.95.0(esbuild@0.23.1)))
'@better-scroll/core':
specifier: 2.5.1
version: 2.5.1
'@iconify/vue':
specifier: 4.1.2
- version: 4.1.2(vue@3.5.11(typescript@5.6.3))
+ version: 4.1.2(vue@3.5.12(typescript@5.6.3))
'@sa/alova':
specifier: workspace:*
version: link:packages/alova
@@ -42,11 +42,11 @@ importers:
specifier: workspace:*
version: link:packages/utils
'@vueuse/components':
- specifier: ^11.1.0
- version: 11.1.0(vue@3.5.11(typescript@5.6.3))
+ specifier: 11.1.0
+ version: 11.1.0(vue@3.5.12(typescript@5.6.3))
'@vueuse/core':
specifier: 11.1.0
- version: 11.1.0(vue@3.5.11(typescript@5.6.3))
+ version: 11.1.0(vue@3.5.12(typescript@5.6.3))
clipboard:
specifier: 2.0.11
version: 2.0.11
@@ -70,13 +70,13 @@ importers:
version: 2.2.3
naive-ui:
specifier: 2.40.1
- version: 2.40.1(vue@3.5.11(typescript@5.6.3))
+ version: 2.40.1(vue@3.5.12(typescript@5.6.3))
nprogress:
specifier: 0.2.0
version: 0.2.0
pinia:
specifier: 2.2.4
- version: 2.2.4(typescript@5.6.3)(vue@3.5.11(typescript@5.6.3))
+ version: 2.2.4(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3))
pinyin-pro:
specifier: 3.24.2
version: 3.24.2
@@ -87,8 +87,8 @@ importers:
specifier: 11.1.12
version: 11.1.12
tailwind-merge:
- specifier: 2.5.3
- version: 2.5.3
+ specifier: 2.5.4
+ version: 2.5.4
typeit:
specifier: 8.8.4
version: 8.8.4
@@ -96,20 +96,20 @@ importers:
specifier: 3.10.5
version: 3.10.5
vue:
- specifier: 3.5.11
- version: 3.5.11(typescript@5.6.3)
+ specifier: 3.5.12
+ version: 3.5.12(typescript@5.6.3)
vue-draggable-plus:
- specifier: 0.5.3
- version: 0.5.3(@types/sortablejs@1.15.8)
+ specifier: 0.5.4
+ version: 0.5.4(@types/sortablejs@1.15.8)
vue-i18n:
specifier: 10.0.4
- version: 10.0.4(vue@3.5.11(typescript@5.6.3))
+ version: 10.0.4(vue@3.5.12(typescript@5.6.3))
vue-pdf-embed:
specifier: 2.1.0
- version: 2.1.0(vue@3.5.11(typescript@5.6.3))
+ version: 2.1.0(vue@3.5.12(typescript@5.6.3))
vue-router:
specifier: 4.4.5
- version: 4.4.5(vue@3.5.11(typescript@5.6.3))
+ version: 4.4.5(vue@3.5.12(typescript@5.6.3))
wangeditor:
specifier: 4.7.15
version: 4.7.15
@@ -127,8 +127,8 @@ importers:
specifier: 0.3.8
version: 0.3.8
'@iconify/json':
- specifier: 2.2.258
- version: 2.2.258
+ specifier: 2.2.263
+ version: 2.2.263
'@sa/scripts':
specifier: workspace:*
version: link:packages/scripts
@@ -136,8 +136,8 @@ importers:
specifier: workspace:*
version: link:packages/uno-preset
'@soybeanjs/eslint-config':
- specifier: 1.4.1
- version: 1.4.1(@unocss/eslint-config@0.63.4(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint-plugin-vue@9.28.0(eslint@9.12.0(jiti@2.3.3)))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.12.0(jiti@2.3.3)))
+ specifier: 1.4.2
+ version: 1.4.2(@unocss/eslint-config@0.63.6(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint-plugin-vue@9.29.1(eslint@9.13.0(jiti@2.3.3)))(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.13.0(jiti@2.3.3)))
'@types/bmapgl':
specifier: 0.0.7
version: 0.0.7
@@ -145,47 +145,47 @@ importers:
specifier: 3.0.5
version: 3.0.5
'@types/node':
- specifier: 22.7.5
- version: 22.7.5
+ specifier: 22.7.9
+ version: 22.7.9
'@types/nprogress':
specifier: 0.2.3
version: 0.2.3
'@unocss/eslint-config':
- specifier: 0.63.4
- version: 0.63.4(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)
+ specifier: 0.63.6
+ version: 0.63.6(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
'@unocss/preset-icons':
- specifier: 0.63.4
- version: 0.63.4
+ specifier: 0.63.6
+ version: 0.63.6
'@unocss/preset-uno':
- specifier: 0.63.4
- version: 0.63.4
+ specifier: 0.63.6
+ version: 0.63.6
'@unocss/transformer-directives':
- specifier: 0.63.4
- version: 0.63.4
+ specifier: 0.63.6
+ version: 0.63.6
'@unocss/transformer-variant-group':
- specifier: 0.63.4
- version: 0.63.4
+ specifier: 0.63.6
+ version: 0.63.6
'@unocss/vite':
- specifier: 0.63.4
- version: 0.63.4(rollup@4.24.0)(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0))
+ specifier: 0.63.6
+ version: 0.63.6(rollup@4.24.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0))
'@vitejs/plugin-vue':
specifier: 5.1.4
- version: 5.1.4(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0))(vue@3.5.11(typescript@5.6.3))
+ version: 5.1.4(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3))
'@vitejs/plugin-vue-jsx':
specifier: 4.0.1
- version: 4.0.1(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0))(vue@3.5.11(typescript@5.6.3))
+ version: 4.0.1(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3))
eslint:
- specifier: 9.12.0
- version: 9.12.0(jiti@2.3.3)
+ specifier: 9.13.0
+ version: 9.13.0(jiti@2.3.3)
eslint-plugin-vue:
- specifier: 9.28.0
- version: 9.28.0(eslint@9.12.0(jiti@2.3.3))
+ specifier: 9.29.1
+ version: 9.29.1(eslint@9.13.0(jiti@2.3.3))
lint-staged:
specifier: 15.2.10
version: 15.2.10
sass:
- specifier: 1.79.4
- version: 1.79.4
+ specifier: 1.80.4
+ version: 1.80.4
simple-git-hooks:
specifier: 2.11.1
version: 2.11.1
@@ -197,25 +197,25 @@ importers:
version: 5.6.3
unplugin-icons:
specifier: 0.19.3
- version: 0.19.3(@vue/compiler-sfc@3.5.11)(webpack-sources@3.2.3)
+ version: 0.19.3(@vue/compiler-sfc@3.5.12)(webpack-sources@3.2.3)
unplugin-vue-components:
specifier: 0.27.4
- version: 0.27.4(@babel/parser@7.25.7)(rollup@4.24.0)(vue@3.5.11(typescript@5.6.3))(webpack-sources@3.2.3)
+ version: 0.27.4(@babel/parser@7.25.9)(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3)
vite:
- specifier: 5.4.8
- version: 5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0)
+ specifier: 5.4.10
+ version: 5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0)
vite-plugin-progress:
specifier: 0.0.7
- version: 0.0.7(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0))
+ version: 0.0.7(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0))
vite-plugin-svg-icons:
specifier: 2.0.1
- version: 2.0.1(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0))
+ version: 2.0.1(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0))
vite-plugin-vue-devtools:
- specifier: 7.4.6
- version: 7.4.6(rollup@4.24.0)(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0))(vue@3.5.11(typescript@5.6.3))
+ specifier: 7.5.4
+ version: 7.5.4(rollup@4.24.0)(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3))
vue-eslint-parser:
specifier: 9.4.3
- version: 9.4.3(eslint@9.12.0(jiti@2.3.3))
+ version: 9.4.3(eslint@9.13.0(jiti@2.3.3))
vue-tsc:
specifier: 2.1.6
version: 2.1.6(typescript@5.6.3)
@@ -223,14 +223,14 @@ importers:
packages/alova:
dependencies:
'@alova/mock':
- specifier: 2.0.7
- version: 2.0.7(alova@3.0.20)
+ specifier: 2.0.8
+ version: 2.0.8(alova@3.1.1)
'@sa/utils':
specifier: workspace:*
version: link:../utils
alova:
- specifier: 3.0.20
- version: 3.0.20
+ specifier: 3.1.1
+ version: 3.1.1
packages/axios:
dependencies:
@@ -276,7 +276,7 @@ importers:
version: link:../utils
simplebar-vue:
specifier: 2.3.5
- version: 2.3.5(vue@3.5.11(typescript@5.6.3))
+ version: 2.3.5(vue@3.5.12(typescript@5.6.3))
devDependencies:
typed-css-modules:
specifier: 0.9.1
@@ -292,7 +292,7 @@ importers:
devDependencies:
'@soybeanjs/changelog':
specifier: 0.3.24
- version: 0.3.24(@unocss/eslint-config@0.63.4(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint-plugin-vue@9.28.0(eslint@9.12.0(jiti@2.3.3)))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.12.0(jiti@2.3.3)))
+ version: 0.3.24(@unocss/eslint-config@0.63.6(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint-plugin-vue@9.29.1(eslint@9.13.0(jiti@2.3.3)))(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.13.0(jiti@2.3.3)))
bumpp:
specifier: 9.7.1
version: 9.7.1
@@ -309,14 +309,14 @@ importers:
specifier: 2.4.1
version: 2.4.1
execa:
- specifier: 9.4.0
- version: 9.4.0
+ specifier: 9.4.1
+ version: 9.4.1
kolorist:
specifier: 1.8.0
version: 1.8.0
npm-check-updates:
- specifier: 17.1.3
- version: 17.1.3
+ specifier: 17.1.4
+ version: 17.1.4
rimraf:
specifier: 6.0.1
version: 6.0.1
@@ -347,16 +347,13 @@ importers:
packages:
- '@alova/mock@2.0.7':
- resolution: {integrity: sha512-4W8Ncsmj7cdjzZk7f2zFqc32aoYQNoDJS3z7W0nqAkTJ7KR8ZiGaHA5dJovyXnLphmTeyWS3yHMVWnesI7y4ig==}
+ '@alova/mock@2.0.8':
+ resolution: {integrity: sha512-sqN//lQY9S7uK1tolM1EQEF+jYbCqttGObpRfgQvLuL67sJo2FNP/pD3wLFxCKyn/9pceTJCbpnZiuOGLr+XFg==}
peerDependencies:
alova: ^3.0.20
- '@alova/shared@1.0.5':
- resolution: {integrity: sha512-/a2Qm+xebQJ1OlIgpslK+UL1J7yhkt1/Mqdq58a22+fSVdANukmUcF4j4w1DF3lxZ04SrqP+2oJprJ8UOvM+9Q==}
-
- '@alova/shared@1.0.6':
- resolution: {integrity: sha512-W89j64InjFIsW/u5YmYvpXGWz8JerBAYWyu/Fc7xfc5B+95SSA3ybW4nyHacBUW6yYQyGZwa8S8bVPePqa7bmA==}
+ '@alova/shared@1.0.7':
+ resolution: {integrity: sha512-yBCNbt+E2gOtNfx9dLXDcmjudnWrwlHJnMKFD6CLKe6KTc6G0QUFeIS/1Kn4+iBalD38nY8ckCMW98+hmjr7Bg==}
'@amap/amap-jsapi-types@0.0.15':
resolution: {integrity: sha512-oqyRqHpVDZh5bUe2mAJh41ZsziSj0eUzwcfIbiaBNB0eiTJnZNhKsTdk77VOklOjwuwNfsblpKW9LjmWNpeQ7A==}
@@ -378,8 +375,8 @@ packages:
'@antv/algorithm@0.1.26':
resolution: {integrity: sha512-DVhcFSQ8YQnMNW34Mk8BSsfc61iC1sAnmcfYoXTAshYHuU50p/6b7x3QYaGctDNKWGvi1ub7mPcSY0bK+aN0qg==}
- '@antv/component@2.0.4':
- resolution: {integrity: sha512-1bqDP98gCZhgAK34SGjQk2LI0BoY+VPA3iO74hM+bjSug33V99baoB29ahO+E/upf/o0aiOhkYN/lM3zWKeCxg==}
+ '@antv/component@2.1.1':
+ resolution: {integrity: sha512-V0UCq3Bekqtjw5WedexT1tHM/9x5BY0UAaU7G/5A2NhRfp9GuaQ8xGWLMSWlCQiJSRZWhPIA7RoOSw4Y/W+7UA==}
'@antv/coord@0.4.7':
resolution: {integrity: sha512-UTbrMLhwJUkKzqJx5KFnSRpU3BqrdLORJbwUbHK2zHSCT3q3bjcFA//ZYLVfIlwqFDXp/hzfMyRtp0c77A9ZVA==}
@@ -390,44 +387,44 @@ packages:
'@antv/event-emitter@0.1.3':
resolution: {integrity: sha512-4ddpsiHN9Pd4UIlWuKVK1C4IiZIdbwQvy9i7DUSI3xNJ89FPUFt8lxDYj8GzzfdllV0NkJTRxnG+FvLk0llidg==}
- '@antv/g-camera-api@2.0.13':
- resolution: {integrity: sha512-E+gnPwViM1NOrlDUYErgxhQhxqK43dSjXEwJ5WdL689gJviT1BUebQWTCulwq8WQK7wLZO3tQzlkm/sr4xv9Tw==}
+ '@antv/g-camera-api@2.0.17':
+ resolution: {integrity: sha512-+zxJ2As2Ypl3+uHJrym7GUHzbWIGWhF9+Z+5FL60j6aDTGqC2050sNAcPvuCQmMUsl7qdhjaR1aQKtW3jb/n4A==}
- '@antv/g-canvas@2.0.15':
- resolution: {integrity: sha512-sBLoIcf1HgysoNTmnjMicVfwW3NiVepu+SSBsycg6l7rVjsl+JXPIPpgMJhUR7aJpJahmI2mJS61wi8tNplGoA==}
+ '@antv/g-canvas@2.0.19':
+ resolution: {integrity: sha512-3enXYrUMKGvyQ1XuB5amWOQ+Fns6LWwiK8/elJrWBcN36TllsJeZgQJMrR1q7RtfbohM80tmBS/oGd7dY+gxEQ==}
- '@antv/g-dom-mutation-observer-api@2.0.10':
- resolution: {integrity: sha512-Eas3+BYWxQoqChEF8zknijHDkOqQUY8mUCOKm0giedkJyswD3Ttddyon/DLuj1IYWX8h8TNPh9J8Gwf6dzyEGA==}
+ '@antv/g-dom-mutation-observer-api@2.0.14':
+ resolution: {integrity: sha512-iuUoGrQd39BlFD/m5KF7EK8sVD9FVyPTxH8mltwNA/qm/eMRPezrsbyCRe0Xg8n9VfUYKwoGtzL6MKMJBZ34Fw==}
- '@antv/g-lite@2.0.11':
- resolution: {integrity: sha512-H3zGfpt7S7wRRCYajuMzB+xMeCkadMEolt67WxdQDwR5ewWD04QZ7fjHP2mqJzco7YiMFSP6qYgOTyOygcgsrg==}
+ '@antv/g-lite@2.1.3':
+ resolution: {integrity: sha512-1Au5FzxX3RnwNyhrvCrlBtUcinczf9bAoUQ6F/eNVpisVrabjJ0vADRYTDGRJU2RE8JAtUfo7Isjfe7mRKksFw==}
'@antv/g-math@3.0.0':
resolution: {integrity: sha512-AkmiNIEL1vgqTPeGY2wtsMdBBqKFwF7SKSgs+D1iOS/rqYMsXdhp/HvtuQ5tx/HdawE/ZzTiicIYopc520ADZw==}
- '@antv/g-plugin-canvas-path-generator@2.0.10':
- resolution: {integrity: sha512-f/lE8QeSrufT7Y9Xgb4MGDZ14tFtqpok0mlf6RH/woPABmYUZpHQ5Evvm3OK3kb42Jge84uDF3Dur1+kYkCygg==}
+ '@antv/g-plugin-canvas-path-generator@2.0.14':
+ resolution: {integrity: sha512-EQDBPodqQpN5qIBtf8hRc/HVBw7sFZTbFRDhdG3qcminGEFQ95xbIdgeixOnVsgKz3uKl524vXWRtMZt+xaQBQ==}
- '@antv/g-plugin-canvas-picker@2.0.12':
- resolution: {integrity: sha512-NgWzhDrdY9/N3QXGHgrcrg7SNewLHZe+rs/jno1DO4bwrY7I0JuQeUPHF34JJmdL421muiCyCTg1VoCjEY+ZyQ==}
+ '@antv/g-plugin-canvas-picker@2.0.16':
+ resolution: {integrity: sha512-Pp2HHrrlQdxaHvd9Wlqi9SRvHblPwQPb/ZhqcRRh9f7J0s0m47GVa555N6sOLfNEY6bJ+0oSkfPTborhFwyFQQ==}
- '@antv/g-plugin-canvas-renderer@2.0.12':
- resolution: {integrity: sha512-ZRD+Ca2OhKpl21mdB0LaTrK1tt/FvUryjDM+cRZOGDwGoAu4YK33hI+l0HLqhexd19SGwRYJZD6djfc4sCJxKQ==}
+ '@antv/g-plugin-canvas-renderer@2.1.3':
+ resolution: {integrity: sha512-wtQ+MlUwrTYz+USn4cZTS7KcJ1XDLwnmeeA1sCgZvHthCsZD4QfOWN3o8Z5hXT296Gco4PhDw6erCYksSlmGqA==}
- '@antv/g-plugin-dom-interaction@2.0.10':
- resolution: {integrity: sha512-X9sKOzBAltLCLJmgw1iV04l8GvQH3doe65ohXvBSwomYo3VqZqBxVYTwWIGlTJhqdT9RccWFm4FRPhMjA9HaKQ==}
+ '@antv/g-plugin-dom-interaction@2.1.3':
+ resolution: {integrity: sha512-UFgJtEXvxbI5/XodiaEa+5xOAFgZObVTA5/wZ+YlP0NymBkY0fRiuSniY49J/vHbRemkb1xzNIX106IzaAooqw==}
- '@antv/g-plugin-dragndrop@2.0.10':
- resolution: {integrity: sha512-q0UKEJrcNpHc1elVG/JT5NaiMer6HGLD+n+LJvZLWkZN4vnt0JveHAEqiasKxLtOW+BlbdgynIeyp9Dbk4t3vA==}
+ '@antv/g-plugin-dragndrop@2.0.14':
+ resolution: {integrity: sha512-UwBr1CfDlwOLLbUlvQWP/LZvy+lvJL8dko2zuqKWXvEXS7BK/nmogAj0wH3KJxnlWInWwwl1vghnnyly4MLsJw==}
- '@antv/g-plugin-html-renderer@2.0.12':
- resolution: {integrity: sha512-69kYFsULhqTEvZgcXPEn5c+Ip8OjiC050ndfa9QNUBuLO3xipPbupLtPObp0jrcdimF6WnADm9Wh3e4W2nkMhw==}
+ '@antv/g-plugin-html-renderer@2.1.3':
+ resolution: {integrity: sha512-EJAdO0A6zmS0uoXv2eCdbWifEXVt0htHP6GO9mmUTtDuWd025LYxqPGSbi2l4cUjczQ7EeHELexSIsJN4khQng==}
- '@antv/g-plugin-image-loader@2.0.10':
- resolution: {integrity: sha512-LiNboU2ZAmfx6wbJCA2L9WsAevkaEWyJVL3DaSMuoPtrh6U4Im8xz083mryg5RxQ/sd7+ARk4kVeW7GRZbEl0w==}
+ '@antv/g-plugin-image-loader@2.0.14':
+ resolution: {integrity: sha512-v7bfaOt+D7CuvGE8ovGcGfrjHuJoWN7rHFfgYU2PZUv0pG92RGuM+Oj0j1L/oEwuowSBQkHRHzebRSpBzEKmPQ==}
- '@antv/g-web-animations-api@2.0.11':
- resolution: {integrity: sha512-29Q1u+6rE6kxoAxUkO6VdnwnOlI3VUwsFoPWC6h1lLJcPsf3rcDnW06RPrJ4WYQm2h4eTncaW6YcoI4LbfoNgg==}
+ '@antv/g-web-animations-api@2.1.3':
+ resolution: {integrity: sha512-MycCtPi8HdCQsdrmTEKtqAMlEX8JtgkYgzeCY9l1oHYVgwSwaXuMMg/r4UXs5zo0ZWEiyHv/CqZHyc6rXB7xVg==}
'@antv/g2@5.2.5':
resolution: {integrity: sha512-8DzGoYkb9K5OZmEzEp4lvK0LpG8D6UGgZ2uNEnoHRKoqibi+9VF6//igqITMZo3IDPNohlNnQEu63h71L+V5pQ==}
@@ -435,8 +432,8 @@ packages:
'@antv/g6@5.0.26':
resolution: {integrity: sha512-+Lq5hsOJbO9XHVPMyMM9L6xHlWdEvfWe6z18NycAdyXbwq0MlKb8DPzYeVXOcC/655e/kLZ4jxWf8JA3mYF2Ww==}
- '@antv/g@6.0.14':
- resolution: {integrity: sha512-OMqo9eDB+Wku/Uj/cZU1va1d4pj3LwV68ChqrN3ozo4Xz2Pj7EoEV6o0/H8TGJthl4b9jp5k9dvI6nablvxdMg==}
+ '@antv/g@6.1.3':
+ resolution: {integrity: sha512-Qgm5ljJ5/cY4GgpQMToDVdSTbKU9uoNxVoTpkx9WyAYfJNG//V3QU7SC3OE4FSTf9M7O6LnIKTAHGnnJ9oQz6g==}
'@antv/graphlib@2.0.3':
resolution: {integrity: sha512-EtQR+DIfsYy28tumTnH560v7yIzXZq0nSgFBZh76mMiV1oHEN1L4p6JKu7IMtILH14mDqzmYYYFetYoAODoQUw==}
@@ -456,111 +453,111 @@ packages:
'@antv/util@3.3.10':
resolution: {integrity: sha512-basGML3DFA3O87INnzvDStjzS+n0JLEhRnRsDzP9keiXz8gT1z/fTdmJAZFOzMMWxy+HKbi7NbSt0+8vz/OsBQ==}
- '@babel/code-frame@7.25.7':
- resolution: {integrity: sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==}
+ '@babel/code-frame@7.25.9':
+ resolution: {integrity: sha512-z88xeGxnzehn2sqZ8UdGQEvYErF1odv2CftxInpSYJt6uHuPe9YjahKZITGs3l5LeI9d2ROG+obuDAoSlqbNfQ==}
engines: {node: '>=6.9.0'}
- '@babel/compat-data@7.25.7':
- resolution: {integrity: sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw==}
+ '@babel/compat-data@7.25.9':
+ resolution: {integrity: sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==}
engines: {node: '>=6.9.0'}
- '@babel/core@7.25.7':
- resolution: {integrity: sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow==}
+ '@babel/core@7.25.9':
+ resolution: {integrity: sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ==}
engines: {node: '>=6.9.0'}
- '@babel/generator@7.25.7':
- resolution: {integrity: sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==}
+ '@babel/generator@7.25.9':
+ resolution: {integrity: sha512-omlUGkr5EaoIJrhLf9CJ0TvjBRpd9+AXRG//0GEQ9THSo8wPiTlbpy1/Ow8ZTrbXpjd9FHXfbFQx32I04ht0FA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-annotate-as-pure@7.25.7':
- resolution: {integrity: sha512-4xwU8StnqnlIhhioZf1tqnVWeQ9pvH/ujS8hRfw/WOza+/a+1qv69BWNy+oY231maTCWgKWhfBU7kDpsds6zAA==}
+ '@babel/helper-annotate-as-pure@7.25.9':
+ resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==}
engines: {node: '>=6.9.0'}
- '@babel/helper-compilation-targets@7.25.7':
- resolution: {integrity: sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==}
+ '@babel/helper-compilation-targets@7.25.9':
+ resolution: {integrity: sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-create-class-features-plugin@7.25.7':
- resolution: {integrity: sha512-bD4WQhbkx80mAyj/WCm4ZHcF4rDxkoLFO6ph8/5/mQ3z4vAzltQXAmbc7GvVJx5H+lk5Mi5EmbTeox5nMGCsbw==}
+ '@babel/helper-create-class-features-plugin@7.25.9':
+ resolution: {integrity: sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/helper-member-expression-to-functions@7.25.7':
- resolution: {integrity: sha512-O31Ssjd5K6lPbTX9AAYpSKrZmLeagt9uwschJd+Ixo6QiRyfpvgtVQp8qrDR9UNFjZ8+DO34ZkdrN+BnPXemeA==}
+ '@babel/helper-member-expression-to-functions@7.25.9':
+ resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-imports@7.25.7':
- resolution: {integrity: sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==}
+ '@babel/helper-module-imports@7.25.9':
+ resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-transforms@7.25.7':
- resolution: {integrity: sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==}
+ '@babel/helper-module-transforms@7.25.9':
+ resolution: {integrity: sha512-TvLZY/F3+GvdRYFZFyxMvnsKi+4oJdgZzU3BoGN9Uc2d9C6zfNwJcKKhjqLAhK8i46mv93jsO74fDh3ih6rpHA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/helper-optimise-call-expression@7.25.7':
- resolution: {integrity: sha512-VAwcwuYhv/AT+Vfr28c9y6SHzTan1ryqrydSTFGjU0uDJHw3uZ+PduI8plCLkRsDnqK2DMEDmwrOQRsK/Ykjng==}
+ '@babel/helper-optimise-call-expression@7.25.9':
+ resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-plugin-utils@7.25.7':
- resolution: {integrity: sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==}
+ '@babel/helper-plugin-utils@7.25.9':
+ resolution: {integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-replace-supers@7.25.7':
- resolution: {integrity: sha512-iy8JhqlUW9PtZkd4pHM96v6BdJ66Ba9yWSE4z0W4TvSZwLBPkyDsiIU3ENe4SmrzRBs76F7rQXTy1lYC49n6Lw==}
+ '@babel/helper-replace-supers@7.25.9':
+ resolution: {integrity: sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/helper-simple-access@7.25.7':
- resolution: {integrity: sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==}
+ '@babel/helper-simple-access@7.25.9':
+ resolution: {integrity: sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==}
engines: {node: '>=6.9.0'}
- '@babel/helper-skip-transparent-expression-wrappers@7.25.7':
- resolution: {integrity: sha512-pPbNbchZBkPMD50K0p3JGcFMNLVUCuU/ABybm/PGNj4JiHrpmNyqqCphBk4i19xXtNV0JhldQJJtbSW5aUvbyA==}
+ '@babel/helper-skip-transparent-expression-wrappers@7.25.9':
+ resolution: {integrity: sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-string-parser@7.25.7':
- resolution: {integrity: sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==}
+ '@babel/helper-string-parser@7.25.9':
+ resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-validator-identifier@7.25.7':
- resolution: {integrity: sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==}
+ '@babel/helper-validator-identifier@7.25.9':
+ resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-validator-option@7.25.7':
- resolution: {integrity: sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==}
+ '@babel/helper-validator-option@7.25.9':
+ resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==}
engines: {node: '>=6.9.0'}
- '@babel/helpers@7.25.7':
- resolution: {integrity: sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==}
+ '@babel/helpers@7.25.9':
+ resolution: {integrity: sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g==}
engines: {node: '>=6.9.0'}
- '@babel/highlight@7.25.7':
- resolution: {integrity: sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==}
+ '@babel/highlight@7.25.9':
+ resolution: {integrity: sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==}
engines: {node: '>=6.9.0'}
- '@babel/parser@7.25.7':
- resolution: {integrity: sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw==}
+ '@babel/parser@7.25.9':
+ resolution: {integrity: sha512-aI3jjAAO1fh7vY/pBGsn1i9LDbRP43+asrRlkPuTXW5yHXtd1NgTEMudbBoDDxrf1daEEfPJqR+JBMakzrR4Dg==}
engines: {node: '>=6.0.0'}
hasBin: true
- '@babel/plugin-proposal-decorators@7.25.7':
- resolution: {integrity: sha512-q1mqqqH0e1lhmsEQHV5U8OmdueBC2y0RFr2oUzZoFRtN3MvPmt2fsFRcNQAoGLTSNdHBFUYGnlgcRFhkBbKjPw==}
+ '@babel/plugin-proposal-decorators@7.25.9':
+ resolution: {integrity: sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-syntax-decorators@7.25.7':
- resolution: {integrity: sha512-oXduHo642ZhstLVYTe2z2GSJIruU0c/W3/Ghr6A5yGMsVrvdnxO1z+3pbTcT7f3/Clnt+1z8D/w1r1f1SHaCHw==}
+ '@babel/plugin-syntax-decorators@7.25.9':
+ resolution: {integrity: sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-syntax-import-attributes@7.25.7':
- resolution: {integrity: sha512-AqVo+dguCgmpi/3mYBdu9lkngOBlQ2w2vnNpa6gfiCxQZLzV4ZbhsXitJ2Yblkoe1VQwtHSaNmIaGll/26YWRw==}
+ '@babel/plugin-syntax-import-attributes@7.25.9':
+ resolution: {integrity: sha512-u3EN9ub8LyYvgTnrgp8gboElouayiwPdnM7x5tcnW3iSt09/lQYPwMNK40I9IUxo7QOZhAsPHCmmuO7EPdruqg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -570,42 +567,42 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-syntax-jsx@7.25.7':
- resolution: {integrity: sha512-ruZOnKO+ajVL/MVx+PwNBPOkrnXTXoWMtte1MBpegfCArhqOe3Bj52avVj1huLLxNKYKXYaSxZ2F+woK1ekXfw==}
+ '@babel/plugin-syntax-jsx@7.25.9':
+ resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-syntax-typescript@7.25.7':
- resolution: {integrity: sha512-rR+5FDjpCHqqZN2bzZm18bVYGaejGq5ZkpVCJLXor/+zlSrSoc4KWcHI0URVWjl/68Dyr1uwZUz/1njycEAv9g==}
+ '@babel/plugin-syntax-typescript@7.25.9':
+ resolution: {integrity: sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-typescript@7.25.7':
- resolution: {integrity: sha512-VKlgy2vBzj8AmEzunocMun2fF06bsSWV+FvVXohtL6FGve/+L217qhHxRTVGHEDO/YR8IANcjzgJsd04J8ge5Q==}
+ '@babel/plugin-transform-typescript@7.25.9':
+ resolution: {integrity: sha512-7PbZQZP50tzv2KGGnhh82GSyMB01yKY9scIjf1a+GfZCtInOWqUH5+1EBU4t9fyR5Oykkkc9vFTs4OHrhHXljQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/runtime-corejs3@7.25.7':
- resolution: {integrity: sha512-gMmIEhg35sXk9Te5qbGp3W9YKrvLt3HV658/d3odWrHSqT0JeG5OzsJWFHRLiOohRyjRsJc/x03DhJm3i8VJxg==}
+ '@babel/runtime-corejs3@7.25.9':
+ resolution: {integrity: sha512-eHeq2HWhgn3aH6Gz4Dnajqp8U5DjBg3h933LlGJ52hAN6Kx34KAL7O3NzwTrldl9PrgKTyBcz0ScVIQ3A6e2fA==}
engines: {node: '>=6.9.0'}
- '@babel/runtime@7.25.7':
- resolution: {integrity: sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==}
+ '@babel/runtime@7.25.9':
+ resolution: {integrity: sha512-4zpTHZ9Cm6L9L+uIqghQX8ZXg8HKFcjYO3qHoO8zTmRm6HQUJ8SSJ+KRvbMBZn0EGVlT4DRYeQ/6hjlyXBh+Kg==}
engines: {node: '>=6.9.0'}
- '@babel/template@7.25.7':
- resolution: {integrity: sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==}
+ '@babel/template@7.25.9':
+ resolution: {integrity: sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==}
engines: {node: '>=6.9.0'}
- '@babel/traverse@7.25.7':
- resolution: {integrity: sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==}
+ '@babel/traverse@7.25.9':
+ resolution: {integrity: sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.25.7':
- resolution: {integrity: sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ==}
+ '@babel/types@7.25.9':
+ resolution: {integrity: sha512-OwS2CM5KocvQ/k7dFJa8i5bNGJP0hXWfVCfDkqRFP1IreH1JDC7wG6eCYCi0+McbfT8OR/kNqsI0UU0xP9H6PQ==}
engines: {node: '>=6.9.0'}
'@better-scroll/core@2.5.1':
@@ -925,8 +922,8 @@ packages:
resolution: {integrity: sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
- '@eslint/compat@1.2.0':
- resolution: {integrity: sha512-CkPWddN7J9JPrQedEr2X7AjK9y1jaMJtxZ4A/+jTMFA2+n5BWhcKHW/EbJyARqg2zzQfgtWUtVmG3hrG6+nGpg==}
+ '@eslint/compat@1.2.1':
+ resolution: {integrity: sha512-JbHG2TWuCeNzh87fXo+/46Z1LEo9DBA9T188d0fZgGxAD+cNyS6sx9fdiyxjGPBMyQVRlCutTByZ6a5+YMkF7g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^9.10.0
@@ -938,28 +935,24 @@ packages:
resolution: {integrity: sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/core@0.6.0':
- resolution: {integrity: sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg==}
+ '@eslint/core@0.7.0':
+ resolution: {integrity: sha512-xp5Jirz5DyPYlPiKat8jaq0EmYvDXKKpzTbxXMpT9eqlRJkRKIz9AGMdlvYjih+im+QlhWrpvVjl8IPC/lHlUw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/eslintrc@3.1.0':
resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/js@9.10.0':
- resolution: {integrity: sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
- '@eslint/js@9.12.0':
- resolution: {integrity: sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA==}
+ '@eslint/js@9.13.0':
+ resolution: {integrity: sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/object-schema@2.1.4':
resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/plugin-kit@0.2.0':
- resolution: {integrity: sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==}
+ '@eslint/plugin-kit@0.2.1':
+ resolution: {integrity: sha512-HFZ4Mp26nbWk9d/BpvP0YNL6W4UoZF0VFcTw/aPPA8RpOxeFQgK+ClABGgAUXs9Y/RGX/l1vOmrqz1MQt9MNuw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@humanfs/core@0.19.0':
@@ -978,8 +971,8 @@ packages:
resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==}
engines: {node: '>=18.18'}
- '@iconify/json@2.2.258':
- resolution: {integrity: sha512-BW622A/EZ5651qOYkPkXn906U1bLsk/Cv/rYtmkArbZz/h+0c4WdcdrAHiC+weMqjQIUxB1JE20bpERT79BFIg==}
+ '@iconify/json@2.2.263':
+ resolution: {integrity: sha512-pY6Jpfz76F+OURDt5+J9njuQSzOLKECA3ah8C210T9VfXdtkpkYWA6+l6ZCHOvhABjcoGjBvcTub8HV9QNacrw==}
'@iconify/types@2.0.0':
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
@@ -1065,6 +1058,87 @@ packages:
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
engines: {node: '>= 8'}
+ '@parcel/watcher-android-arm64@2.4.1':
+ resolution: {integrity: sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [android]
+
+ '@parcel/watcher-darwin-arm64@2.4.1':
+ resolution: {integrity: sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [darwin]
+
+ '@parcel/watcher-darwin-x64@2.4.1':
+ resolution: {integrity: sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [darwin]
+
+ '@parcel/watcher-freebsd-x64@2.4.1':
+ resolution: {integrity: sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [freebsd]
+
+ '@parcel/watcher-linux-arm-glibc@2.4.1':
+ resolution: {integrity: sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm]
+ os: [linux]
+ libc: [glibc]
+
+ '@parcel/watcher-linux-arm64-glibc@2.4.1':
+ resolution: {integrity: sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [linux]
+ libc: [glibc]
+
+ '@parcel/watcher-linux-arm64-musl@2.4.1':
+ resolution: {integrity: sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [linux]
+ libc: [musl]
+
+ '@parcel/watcher-linux-x64-glibc@2.4.1':
+ resolution: {integrity: sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [linux]
+ libc: [glibc]
+
+ '@parcel/watcher-linux-x64-musl@2.4.1':
+ resolution: {integrity: sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [linux]
+ libc: [musl]
+
+ '@parcel/watcher-win32-arm64@2.4.1':
+ resolution: {integrity: sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [arm64]
+ os: [win32]
+
+ '@parcel/watcher-win32-ia32@2.4.1':
+ resolution: {integrity: sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [ia32]
+ os: [win32]
+
+ '@parcel/watcher-win32-x64@2.4.1':
+ resolution: {integrity: sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==}
+ engines: {node: '>= 10.0.0'}
+ cpu: [x64]
+ os: [win32]
+
+ '@parcel/watcher@2.4.1':
+ resolution: {integrity: sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==}
+ engines: {node: '>= 10.0.0'}
+
'@pkgjs/parseargs@0.11.0':
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
engines: {node: '>=14'}
@@ -1076,8 +1150,8 @@ packages:
'@polka/url@1.0.0-next.28':
resolution: {integrity: sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==}
- '@rollup/pluginutils@5.1.2':
- resolution: {integrity: sha512-/FIdS3PyZ39bjZlwqFnWqCOVnW7o963LtKMwQOD0NhQqw22gSr2YY1afu3FxRip4ZCZNsD5jq6Aaz6QV3D/Njw==}
+ '@rollup/pluginutils@5.1.3':
+ resolution: {integrity: sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==}
engines: {node: '>=14.0.0'}
peerDependencies:
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
@@ -1185,8 +1259,8 @@ packages:
resolution: {integrity: sha512-QQVDFOsAdrYkyE5eEXuwtEi3poIOptkZhA0NxV2dfZoU3ChfFo0pkkuDplgpXaZvx09Omu2i04fdNKxFftAC3w==}
engines: {node: '>=16', pnpm: '>=9'}
- '@soybeanjs/eslint-config@1.4.1':
- resolution: {integrity: sha512-FztmV23UsvFYiZD1JiDeAzw8o1UoM1WX7/HYSXxrR9eZWswQYZjuwa3n8exWfYsXm6jAjm7AckeWpXuinSLj/g==}
+ '@soybeanjs/eslint-config@1.4.2':
+ resolution: {integrity: sha512-R8s1diZf0HJRB8lFkhNeHK+jo0IZs8AT+gbSAGYl1khc4jb7qOO2NTMPCQBo12aYFcPlccuXEe/f1lxR/AAwqQ==}
peerDependencies:
'@toml-tools/parser': '*'
'@unocss/eslint-config': '>=0.58.0'
@@ -1262,8 +1336,8 @@ packages:
'@types/lodash-es@4.17.12':
resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==}
- '@types/lodash@4.17.10':
- resolution: {integrity: sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==}
+ '@types/lodash@4.17.12':
+ resolution: {integrity: sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==}
'@types/mdast@4.0.4':
resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
@@ -1274,8 +1348,8 @@ packages:
'@types/node@10.17.60':
resolution: {integrity: sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==}
- '@types/node@22.7.5':
- resolution: {integrity: sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==}
+ '@types/node@22.7.9':
+ resolution: {integrity: sha512-jrTfRC7FM6nChvU7X2KqcrgquofrWLFDeYC1hKfwNWomVvrn7JIksqf344WN2X/y8xrgqBd2dJATZV4GbatBfg==}
'@types/normalize-package-data@2.4.4':
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
@@ -1304,8 +1378,8 @@ packages:
'@types/web-bluetooth@0.0.20':
resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==}
- '@typescript-eslint/eslint-plugin@8.4.0':
- resolution: {integrity: sha512-rg8LGdv7ri3oAlenMACk9e+AR4wUV0yrrG+XKsGKOK0EVgeEDqurkXMPILG2836fW4ibokTB5v4b6Z9+GYQDEw==}
+ '@typescript-eslint/eslint-plugin@8.11.0':
+ resolution: {integrity: sha512-KhGn2LjW1PJT2A/GfDpiyOfS4a8xHQv2myUagTM5+zsormOmBlYsnQ6pobJ8XxJmh6hnHwa2Mbe3fPrDJoDhbA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
@@ -1315,8 +1389,8 @@ packages:
typescript:
optional: true
- '@typescript-eslint/parser@8.4.0':
- resolution: {integrity: sha512-NHgWmKSgJk5K9N16GIhQ4jSobBoJwrmURaLErad0qlLjrpP5bECYg+wxVTGlGZmJbU03jj/dfnb6V9bw+5icsA==}
+ '@typescript-eslint/parser@8.11.0':
+ resolution: {integrity: sha512-lmt73NeHdy1Q/2ul295Qy3uninSqi6wQI18XwSpm8w0ZbQXUpjCAWP1Vlv/obudoBiIjJVjlztjQ+d/Md98Yxg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -1325,16 +1399,12 @@ packages:
typescript:
optional: true
- '@typescript-eslint/scope-manager@8.4.0':
- resolution: {integrity: sha512-n2jFxLeY0JmKfUqy3P70rs6vdoPjHK8P/w+zJcV3fk0b0BwRXC/zxRTEnAsgYT7MwdQDt/ZEbtdzdVC+hcpF0A==}
+ '@typescript-eslint/scope-manager@8.11.0':
+ resolution: {integrity: sha512-Uholz7tWhXmA4r6epo+vaeV7yjdKy5QFCERMjs1kMVsLRKIrSdM6o21W2He9ftp5PP6aWOVpD5zvrvuHZC0bMQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/scope-manager@8.8.1':
- resolution: {integrity: sha512-X4JdU+66Mazev/J0gfXlcC/dV6JI37h+93W9BRYXrSn0hrE64IoWgVkO9MSJgEzoWkxONgaQpICWg8vAN74wlA==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
- '@typescript-eslint/type-utils@8.4.0':
- resolution: {integrity: sha512-pu2PAmNrl9KX6TtirVOrbLPLwDmASpZhK/XU7WvoKoCUkdtq9zF7qQ7gna0GBZFN0hci0vHaSusiL2WpsQk37A==}
+ '@typescript-eslint/type-utils@8.11.0':
+ resolution: {integrity: sha512-ItiMfJS6pQU0NIKAaybBKkuVzo6IdnAhPFZA/2Mba/uBjuPQPet/8+zh5GtLHwmuFRShZx+8lhIs7/QeDHflOg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '*'
@@ -1342,16 +1412,12 @@ packages:
typescript:
optional: true
- '@typescript-eslint/types@8.4.0':
- resolution: {integrity: sha512-T1RB3KQdskh9t3v/qv7niK6P8yvn7ja1mS7QK7XfRVL6wtZ8/mFs/FHf4fKvTA0rKnqnYxl/uHFNbnEt0phgbw==}
+ '@typescript-eslint/types@8.11.0':
+ resolution: {integrity: sha512-tn6sNMHf6EBAYMvmPUaKaVeYvhUsrE6x+bXQTxjQRp360h1giATU0WvgeEys1spbvb5R+VpNOZ+XJmjD8wOUHw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/types@8.8.1':
- resolution: {integrity: sha512-WCcTP4SDXzMd23N27u66zTKMuEevH4uzU8C9jf0RO4E04yVHgQgW+r+TeVTNnO1KIfrL8ebgVVYYMMO3+jC55Q==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
- '@typescript-eslint/typescript-estree@8.4.0':
- resolution: {integrity: sha512-kJ2OIP4dQw5gdI4uXsaxUZHRwWAGpREJ9Zq6D5L0BweyOrWsL6Sz0YcAZGWhvKnH7fm1J5YFE1JrQL0c9dd53A==}
+ '@typescript-eslint/typescript-estree@8.11.0':
+ resolution: {integrity: sha512-yHC3s1z1RCHoCz5t06gf7jH24rr3vns08XXhfEqzYpd6Hll3z/3g23JRi0jM8A47UFKNc3u/y5KIMx8Ynbjohg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '*'
@@ -1359,80 +1425,61 @@ packages:
typescript:
optional: true
- '@typescript-eslint/typescript-estree@8.8.1':
- resolution: {integrity: sha512-A5d1R9p+X+1js4JogdNilDuuq+EHZdsH9MjTVxXOdVFfTJXunKJR/v+fNNyO4TnoOn5HqobzfRlc70NC6HTcdg==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- peerDependencies:
- typescript: '*'
- peerDependenciesMeta:
- typescript:
- optional: true
-
- '@typescript-eslint/utils@8.4.0':
- resolution: {integrity: sha512-swULW8n1IKLjRAgciCkTCafyTHHfwVQFt8DovmaF69sKbOxTSFMmIZaSHjqO9i/RV0wIblaawhzvtva8Nmm7lQ==}
+ '@typescript-eslint/utils@8.11.0':
+ resolution: {integrity: sha512-CYiX6WZcbXNJV7UNB4PLDIBtSdRmRI/nb0FMyqHPTQD1rMjA0foPLaPUV39C/MxkTd/QKSeX+Gb34PPsDVC35g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
- '@typescript-eslint/utils@8.8.1':
- resolution: {integrity: sha512-/QkNJDbV0bdL7H7d0/y0qBbV2HTtf0TIyjSDTvvmQEzeVx8jEImEbLuOA4EsvE8gIgqMitns0ifb5uQhMj8d9w==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- peerDependencies:
- eslint: ^8.57.0 || ^9.0.0
-
- '@typescript-eslint/visitor-keys@8.4.0':
- resolution: {integrity: sha512-zTQD6WLNTre1hj5wp09nBIDiOc2U5r/qmzo7wxPn4ZgAjHql09EofqhF9WF+fZHzL5aCyaIpPcT2hyxl73kr9A==}
+ '@typescript-eslint/visitor-keys@8.11.0':
+ resolution: {integrity: sha512-EaewX6lxSjRJnc+99+dqzTeoDZUfyrA52d2/HRrkI830kgovWsmIiTfmr0NZorzqic7ga+1bS60lRBUgR3n/Bw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/visitor-keys@8.8.1':
- resolution: {integrity: sha512-0/TdC3aeRAsW7MDvYRwEc1Uwm0TIBfzjPFgg60UU2Haj5qsCs9cc3zNgY71edqE3LbWfF/WoZQd3lJoDXFQpag==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
- '@unocss/config@0.63.4':
- resolution: {integrity: sha512-LfAzM8z0r2comUW94KaSo4JaaEZjPkvrfyVWfO/hyaXa+/xSVIkCTW7+lfWh77hrg1e2SUY1HEvIFBg9Jvb1xQ==}
+ '@unocss/config@0.63.6':
+ resolution: {integrity: sha512-+4Lt5uTwRgu1z7vhOUzDf+mL+BQYdaa/Z8NMT2Fiqb37tcjEKvmwaUHdfE22Vif1luDgC6xqFsn6qqFtOxhoWQ==}
engines: {node: '>=14'}
- '@unocss/core@0.63.4':
- resolution: {integrity: sha512-VB4DJ5DsRWpX64si5tWYRXf1n5UkYQqe2s1V22qFiWmXa7Ec+Vf9s3cxWZmoWFC5P9RQiwM9kAqxdg1G+elVkQ==}
+ '@unocss/core@0.63.6':
+ resolution: {integrity: sha512-Q4QPgJ271Up89+vIqqOKgtdCKkFpHqvHN8W1LUlKPqtYnOvVYaOIVNAZowaIdEhPuc83yLc6Tg2+7riK18QKEw==}
- '@unocss/eslint-config@0.63.4':
- resolution: {integrity: sha512-H7W6yx17t23ZTtvdJ1j+oRmPNi12k109m5H+tee6g92vjM9s82ZZmPNY/92XM0ZrObS7XaMxQkB3yF92Skw9Ew==}
+ '@unocss/eslint-config@0.63.6':
+ resolution: {integrity: sha512-D+fTTy+3I3yMAVvpziSZA3gc2L6nI4Y/BIXd6QUu1MEL4y9lKmgyEbt/Z9Tnwt5FUyX/2kZMx0WcY4h3S8XxBw==}
engines: {node: '>=14'}
- '@unocss/eslint-plugin@0.63.4':
- resolution: {integrity: sha512-RXxlQq+dP8duOv3s/dEm7TmHn4sBBDJPFErJgsiI+RDPIvIo23bh4FZoej8/pUUZ24F9meSM8pEil1kNUBqVHw==}
+ '@unocss/eslint-plugin@0.63.6':
+ resolution: {integrity: sha512-t+3INH3dc1NsfH2Eq4UQHtHDG06b/YEe9ULKgi36M+u8gcBDJpPutGmihU7Ftd5XqwoCn0OIMRBcEVwy3mqPaA==}
engines: {node: '>=14'}
- '@unocss/extractor-arbitrary-variants@0.63.4':
- resolution: {integrity: sha512-gI/+2Nv+cH/ZoOc/4X7RLD9CuBXH51jfwGJ1xRveS7tj+EBs8VshP7Vhbn6Jyp69E00wt4hyzjviDoGqcIA8bA==}
+ '@unocss/extractor-arbitrary-variants@0.63.6':
+ resolution: {integrity: sha512-HJX0oAa9uzwKYoU8CoJdP1gxjuqFmOLxyZmITjStAmZNZpIxlz2wz4VrHmqml2dkvx/mifGGGc/GxZpQ36D12Q==}
- '@unocss/inspector@0.63.4':
- resolution: {integrity: sha512-NHvOTScsMrh6oMmwGMrqB1q1RCFTHZCIK0Vwp8hL8/gmNlza2Kd2cQ/WYSEsjW132xeLCOqTME5qny1gpG6SpA==}
+ '@unocss/inspector@0.63.6':
+ resolution: {integrity: sha512-DQDJnhtzdHIQXD2vCdj5ytFnHfQCWJGPmrHJHXxzkTYn8nIovV1roVl1ITLxkDIIYK9bdYneg2imQN5JCZhHmQ==}
- '@unocss/preset-icons@0.63.4':
- resolution: {integrity: sha512-V7JV2xvEGeNVjP6HT4IG/BY/HgajJt9CLT2sgKbaVCU9hNOuBs1YTOxua0KLynbTYwr5F5cDMuE/9slQYinZmg==}
+ '@unocss/preset-icons@0.63.6':
+ resolution: {integrity: sha512-fRU44wXABnMPT/9zhKBNSUeDJlOxJhUJP9W3FSRnc+ktjAifJIj0xpUKtEqxL46QMq825Bsj2yDSquzP+XYGnQ==}
- '@unocss/preset-mini@0.63.4':
- resolution: {integrity: sha512-sim1/uy/XaVzdnMdepXdbdacXF5QNkPDnl4PYBWTyGuT5yKFpuipWpJDS5zZH5W6PYzKdcDA3YiaJ0S5CiUWpQ==}
+ '@unocss/preset-mini@0.63.6':
+ resolution: {integrity: sha512-pZDZbSuxabHSwPIy3zCgQ4MNdVCSHvOvZecreH+v96R1oOhquiwU8WiSbkxvZiKiLQJd7JUVW87E1pAzr5ZGGQ==}
- '@unocss/preset-uno@0.63.4':
- resolution: {integrity: sha512-VMc2R0XRMjXA5u5HnP0SkiWtc8EnEJvipNPKsWBuyyVb0QrsIXtF5z3l3cuZmD6V7m/o9s81yshL0gFOBpF7iQ==}
+ '@unocss/preset-uno@0.63.6':
+ resolution: {integrity: sha512-67PbHyVgAe9Rz0Rhyl3zBibFuGmqQMRPMkRjNYrwmmtNydpQYsXbfnDs0p8mZFp6uO2o3Jkh7urqEtixHHvq0Q==}
- '@unocss/preset-wind@0.63.4':
- resolution: {integrity: sha512-8fTUp6ZxH9YiScz4nZ1tRqprayrlQSfguzkjxDvOrwazfNcmxvHSZfC9dtpEmY+QssM1zHH0mmWmWgQYwU9Zdw==}
+ '@unocss/preset-wind@0.63.6':
+ resolution: {integrity: sha512-W3oZ2TXSqStNE+X++kcspRTF2Szu2ej6NW5Kiyy6WQn/+ZD77AF4VtvzHtzFVZ2QKpEIovGBpU5tywooHbB7hw==}
- '@unocss/rule-utils@0.63.4':
- resolution: {integrity: sha512-7yRWF881ymxnMcCJSiI/1kMI8uwRqRi3l5XnV+JSGjjF2fDr1POUQjSLaA4s7ZfdEgmjagdLK3F5xqkfMMECNA==}
+ '@unocss/rule-utils@0.63.6':
+ resolution: {integrity: sha512-moeDEq5d9mB8gSYeoqHMkXWWekaFFdhg7QCuwwCbxCc+NPMOgGkmfAoafz+y2tdvK7pEuT191RWOiHQ0MkA5oQ==}
engines: {node: '>=14'}
- '@unocss/transformer-directives@0.63.4':
- resolution: {integrity: sha512-N/dNhmn3e9/Z4IvAujxCdwhNMfx2SihPA2/7GFSMMRi7F0Hn/o2hOqQquRqIJbQwIvi6bJtKwyasxjDoUhJqBA==}
+ '@unocss/transformer-directives@0.63.6':
+ resolution: {integrity: sha512-XcNOwLRbfrJSU6YXyLgiMzAigSzjIdvHwS3lLCZ2n6DWuLmTuXBfvVtRxeJ+aflNkhpQNKONCClC4s6I2r53uw==}
- '@unocss/transformer-variant-group@0.63.4':
- resolution: {integrity: sha512-uEHltdfR0Y1nvs1eqHwsgevRFhZkLmA/MsaMEfNblDJ6CLHe/ACNmMoLX1Mcuq/lAPs0X6jGnKudk4QTrCv15Q==}
+ '@unocss/transformer-variant-group@0.63.6':
+ resolution: {integrity: sha512-ebYSjZnZrtcJYjmAEDwGVwPuaQ9EVWKNDDJFFSusP8k/6PjJoHDh0qkj+hdPPDhYn81yzJQalU1eSUSlfC30VA==}
- '@unocss/vite@0.63.4':
- resolution: {integrity: sha512-YK0L177GD8Kx+JtfiCJy4YyBYckAXo4ogC8LZ+pYVNXDMN+F+XItpGI/ofLRaGIaewNg+MJgGY+CQZceABEAfg==}
+ '@unocss/vite@0.63.6':
+ resolution: {integrity: sha512-gxK3gtvYQH5S/qtuvsY4M0S+KJPZnYrOQI/Gopufx+b2qgmwZ/TSAe66gWeKYfe3DfQsmA3PPh/GXpkK+/FnHg==}
peerDependencies:
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
@@ -1475,17 +1522,17 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@vue/compiler-core@3.5.11':
- resolution: {integrity: sha512-PwAdxs7/9Hc3ieBO12tXzmTD+Ln4qhT/56S+8DvrrZ4kLDn4Z/AMUr8tXJD0axiJBS0RKIoNaR0yMuQB9v9Udg==}
+ '@vue/compiler-core@3.5.12':
+ resolution: {integrity: sha512-ISyBTRMmMYagUxhcpyEH0hpXRd/KqDU4ymofPgl2XAkY9ZhQ+h0ovEZJIiPop13UmR/54oA2cgMDjgroRelaEw==}
- '@vue/compiler-dom@3.5.11':
- resolution: {integrity: sha512-pyGf8zdbDDRkBrEzf8p7BQlMKNNF5Fk/Cf/fQ6PiUz9at4OaUfyXW0dGJTo2Vl1f5U9jSLCNf0EZJEogLXoeew==}
+ '@vue/compiler-dom@3.5.12':
+ resolution: {integrity: sha512-9G6PbJ03uwxLHKQ3P42cMTi85lDRvGLB2rSGOiQqtXELat6uI4n8cNz9yjfVHRPIu+MsK6TE418Giruvgptckg==}
- '@vue/compiler-sfc@3.5.11':
- resolution: {integrity: sha512-gsbBtT4N9ANXXepprle+X9YLg2htQk1sqH/qGJ/EApl+dgpUBdTv3yP7YlR535uHZY3n6XaR0/bKo0BgwwDniw==}
+ '@vue/compiler-sfc@3.5.12':
+ resolution: {integrity: sha512-2k973OGo2JuAa5+ZlekuQJtitI5CgLMOwgl94BzMCsKZCX/xiqzJYzapl4opFogKHqwJk34vfsaKpfEhd1k5nw==}
- '@vue/compiler-ssr@3.5.11':
- resolution: {integrity: sha512-P4+GPjOuC2aFTk1Z4WANvEhyOykcvEd5bIj2KVNGKGfM745LaXGr++5njpdBTzVz5pZifdlR1kpYSJJpIlSePA==}
+ '@vue/compiler-ssr@3.5.12':
+ resolution: {integrity: sha512-eLwc7v6bfGBSM7wZOGPmRavSWzNFF6+PdRhE+VFJhNCgHiF8AM7ccoqcv5kBXA2eWUfigD7byekvf/JsOfKvPA==}
'@vue/compiler-vue2@2.7.16':
resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==}
@@ -1493,16 +1540,16 @@ packages:
'@vue/devtools-api@6.6.4':
resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
- '@vue/devtools-core@7.4.6':
- resolution: {integrity: sha512-7ATNPEbVqThOOAp2bg/YUIm9MqqgimbSk24D05hdXUp89JlXX12aTzdrWd9xZRwS78hDR+wCToHl1C/8sopBrg==}
+ '@vue/devtools-core@7.5.4':
+ resolution: {integrity: sha512-igB2iUKsCUrXkp0wKLn3n5X8jz3AgXWk7if0QpLu3Do16QmlTO0e+/VvTpX0ZbLMh8OOAxDKyfPvJMMO/4QJ5w==}
peerDependencies:
vue: ^3.0.0
- '@vue/devtools-kit@7.4.6':
- resolution: {integrity: sha512-NbYBwPWgEic1AOd9bWExz9weBzFdjiIfov0yRn4DrRfR+EQJCI9dn4I0XS7IxYGdkmUJi8mFW42LLk18WsGqew==}
+ '@vue/devtools-kit@7.5.4':
+ resolution: {integrity: sha512-0i7WFgc1B2TL52tstn82zlb9opSA0aIiHfkUYFXtZb8CIpmlFMTkHtgwVl6PMWNBj3LNhYou1YJCLpCYvJYYoA==}
- '@vue/devtools-shared@7.4.6':
- resolution: {integrity: sha512-rPeSBzElnHYMB05Cc056BQiJpgocQjY8XVulgni+O9a9Gr9tNXgPteSzFFD+fT/iWMxNuUgGKs9CuW5DZewfIg==}
+ '@vue/devtools-shared@7.5.4':
+ resolution: {integrity: sha512-dwuq4YmwTyLc7eBOqX63s3JB8il7qnKsNgENglSMkUPwiItHkVAYYfPESN1rxSdYkl1RCux1l5TBidYqfUDNAA==}
'@vue/language-core@2.1.6':
resolution: {integrity: sha512-MW569cSky9R/ooKMh6xa2g1D0AtRKbL56k83dzus/bx//RDJk24RHWkMzbAlXjMdDNyxAaagKPRquBIxkxlCkg==}
@@ -1512,22 +1559,22 @@ packages:
typescript:
optional: true
- '@vue/reactivity@3.5.11':
- resolution: {integrity: sha512-Nqo5VZEn8MJWlCce8XoyVqHZbd5P2NH+yuAaFzuNSR96I+y1cnuUiq7xfSG+kyvLSiWmaHTKP1r3OZY4mMD50w==}
+ '@vue/reactivity@3.5.12':
+ resolution: {integrity: sha512-UzaN3Da7xnJXdz4Okb/BGbAaomRHc3RdoWqTzlvd9+WBR5m3J39J1fGcHes7U3za0ruYn/iYy/a1euhMEHvTAg==}
- '@vue/runtime-core@3.5.11':
- resolution: {integrity: sha512-7PsxFGqwfDhfhh0OcDWBG1DaIQIVOLgkwA5q6MtkPiDFjp5gohVnJEahSktwSFLq7R5PtxDKy6WKURVN1UDbzA==}
+ '@vue/runtime-core@3.5.12':
+ resolution: {integrity: sha512-hrMUYV6tpocr3TL3Ad8DqxOdpDe4zuQY4HPY3X/VRh+L2myQO8MFXPAMarIOSGNu0bFAjh1yBkMPXZBqCk62Uw==}
- '@vue/runtime-dom@3.5.11':
- resolution: {integrity: sha512-GNghjecT6IrGf0UhuYmpgaOlN7kxzQBhxWEn08c/SQDxv1yy4IXI1bn81JgEpQ4IXjRxWtPyI8x0/7TF5rPfYQ==}
+ '@vue/runtime-dom@3.5.12':
+ resolution: {integrity: sha512-q8VFxR9A2MRfBr6/55Q3umyoN7ya836FzRXajPB6/Vvuv0zOPL+qltd9rIMzG/DbRLAIlREmnLsplEF/kotXKA==}
- '@vue/server-renderer@3.5.11':
- resolution: {integrity: sha512-cVOwYBxR7Wb1B1FoxYvtjJD8X/9E5nlH4VSkJy2uMA1MzYNdzAAB//l8nrmN9py/4aP+3NjWukf9PZ3TeWULaA==}
+ '@vue/server-renderer@3.5.12':
+ resolution: {integrity: sha512-I3QoeDDeEPZm8yR28JtY+rk880Oqmj43hreIBVTicisFTx/Dl7JpG72g/X7YF8hnQD3IFhkky5i2bPonwrTVPg==}
peerDependencies:
- vue: 3.5.11
+ vue: 3.5.12
- '@vue/shared@3.5.11':
- resolution: {integrity: sha512-W8GgysJVnFo81FthhzurdRAWP/byq3q2qIw70e0JWblzVhjgOMiC2GyovXrZTFQJnFVryYaKGP3Tc9vYzYm6PQ==}
+ '@vue/shared@3.5.12':
+ resolution: {integrity: sha512-L2RPSAwUFbgZH20etwrXyVyCBu9OxRSi8T/38QsvnkJyvq2LufW2lDCOzm7t/U9C1mkhJGWYfCuFBCmIuNivrg==}
'@vueuse/components@11.1.0':
resolution: {integrity: sha512-8CTbvH1rHfAlqsMdMg6G2OiIvHiHn8HRx0yyJ+Ri/C8J6cLylXAd7VESawoCAkRdAXT4ucPnj/uYHZqEb0JbBQ==}
@@ -1608,8 +1655,8 @@ packages:
peerDependencies:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
- acorn@8.12.1:
- resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==}
+ acorn@8.13.0:
+ resolution: {integrity: sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==}
engines: {node: '>=0.4.0'}
hasBin: true
@@ -1633,8 +1680,8 @@ packages:
resolution: {integrity: sha512-GrTZLRpmp6wIC2ztrWW9MjjTgSKccffgFagbNDOX95/dcjEcYZibYTeaOntySQLcdw1ztBoFkviiUvTMbb9MYg==}
engines: {node: '>=0.10.0'}
- alova@3.0.20:
- resolution: {integrity: sha512-jNrHzktwFXDItoD15LQeptIlYBThmnAoQPSpi/BNW9vqw2h1EMEDXmVIoStKhwg4M6GwnN0oQiTTsbd3y1a4Xw==}
+ alova@3.1.1:
+ resolution: {integrity: sha512-1LviUBEa6tNg4hVnnY0wtY7OGdzwl4uzASCTbMxXyiVkraJg3mt/e/5i0xGR6CeOkAS2hpmxDKsrE3rJEUnAKA==}
engines: {node: '>= 18.0.0'}
amdefine@1.0.1:
@@ -1787,8 +1834,8 @@ packages:
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
engines: {node: '>=8'}
- browserslist@4.24.0:
- resolution: {integrity: sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==}
+ browserslist@4.24.2:
+ resolution: {integrity: sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
@@ -1860,8 +1907,8 @@ packages:
resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
engines: {node: '>=10'}
- caniuse-lite@1.0.30001667:
- resolution: {integrity: sha512-7LTwJjcRkzKFmtqGsibMeuXmvFDfZq/nzIjnmgCGzKKRVzjD72selLDK1oPF/Oxzmt4fNcPvTDvGqSDG4tCALw==}
+ caniuse-lite@1.0.30001669:
+ resolution: {integrity: sha512-DlWzFDJqstqtIVx1zeSpIMLjunf5SmwOw0N2Ck/QSQdS8PLS4+9HrLaYei4w8BIAL7IB/UEDu889d8vhCTPA0w==}
canvas@2.11.2:
resolution: {integrity: sha512-ItanGBMrmRV7Py2Z+Xhs7cT+FNt5K0vPL4p9EZ/UX/Mu7hFbkxSjKF2KVtPwX7UYWp7dRKnrTvReflgrItJbdw==}
@@ -2356,6 +2403,11 @@ packages:
destr@2.0.3:
resolution: {integrity: sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ==}
+ detect-libc@1.0.3:
+ resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==}
+ engines: {node: '>=0.10'}
+ hasBin: true
+
detect-libc@2.0.3:
resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==}
engines: {node: '>=8'}
@@ -2421,8 +2473,8 @@ packages:
echarts@5.5.1:
resolution: {integrity: sha512-Fce8upazaAXUVUVsjgV6mBnGuqgO+JNDlcgF79Dksy4+wgGpQB2lmYoO4TSweFg/mZITdpGHomw/cNBJZj1icA==}
- electron-to-chromium@1.5.34:
- resolution: {integrity: sha512-/TZAiChbAflBNjCg+VvstbcwAtIL/VdMFO3NgRFIzBjpvPzWOTIbbO8kNb6RwU4bt9TP7K+3KqBKw/lOU+Y+GA==}
+ electron-to-chromium@1.5.45:
+ resolution: {integrity: sha512-vOzZS6uZwhhbkZbcRyiy99Wg+pYFV5hk+5YaECvx0+Z31NR3Tt5zS6dze2OepT6PCTzVzT0dIJItti+uAW5zmw==}
emoji-regex@10.4.0:
resolution: {integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==}
@@ -2554,14 +2606,14 @@ packages:
peerDependencies:
eslint: '>=8'
- eslint-plugin-import-x@4.2.1:
- resolution: {integrity: sha512-WWi2GedccIJa0zXxx3WDnTgouGQTtdYK1nhXMwywbqqAgB0Ov+p1pYBsWh3VaB0bvBOwLse6OfVII7jZD9xo5Q==}
+ eslint-plugin-import-x@4.3.1:
+ resolution: {integrity: sha512-5TriWkXulDl486XnYYRgsL+VQoS/7mhN/2ci02iLCuL7gdhbiWxnsuL/NTcaKY9fpMgsMFjWZBtIGW7pb+RX0g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
- eslint-plugin-n@17.10.2:
- resolution: {integrity: sha512-e+s4eAf5NtJaxPhTNu3qMO0Iz40WANS93w9LQgYcvuljgvDmWi/a3rh+OrNyMHeng6aOWGJO0rCg5lH4zi8yTw==}
+ eslint-plugin-n@17.11.1:
+ resolution: {integrity: sha512-93IUD82N6tIEgjztVI/l3ElHtC2wTa9boJHrD8iN+NyDxjxz/daZUZKfkedjBZNdg6EqDk4irybUsiPwDqXAEA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.23.0'
@@ -2580,14 +2632,14 @@ packages:
eslint-config-prettier:
optional: true
- eslint-plugin-unicorn@55.0.0:
- resolution: {integrity: sha512-n3AKiVpY2/uDcGrS3+QsYDkjPfaOrNrsfQxU9nt5nitd9KuvVXrfAvgCO9DYPSfap+Gqjw9EOrXIsBp5tlHZjA==}
+ eslint-plugin-unicorn@56.0.0:
+ resolution: {integrity: sha512-aXpddVz/PQMmd69uxO98PA4iidiVNvA0xOtbpUoz1WhBd4RxOQQYqN618v68drY0hmy5uU2jy1bheKEVWBjlPw==}
engines: {node: '>=18.18'}
peerDependencies:
eslint: '>=8.56.0'
- eslint-plugin-vue@9.28.0:
- resolution: {integrity: sha512-ShrihdjIhOTxs+MfWun6oJWuk+g/LAhN+CiuOl/jjkG3l0F2AuK5NMTaWqyvBgkFtpYmyks6P4603mLmhNJW8g==}
+ eslint-plugin-vue@9.29.1:
+ resolution: {integrity: sha512-MH/MbVae4HV/tM8gKAVWMPJbYgW04CK7SuzYRrlNERpxbO0P3+Zdsa2oAcFBW6xNu7W6lIkGOsFAMCRTYmrlWQ==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
@@ -2612,8 +2664,8 @@ packages:
resolution: {integrity: sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint@9.12.0:
- resolution: {integrity: sha512-UVIOlTEWxwIopRL1wgSQYdnVDcEvs2wyaO6DGo5mXqe3r16IoCNWkR29iHhyaP4cICWjbgbmFUGAhh0GJRuGZw==}
+ eslint@9.13.0:
+ resolution: {integrity: sha512-EYZK6SX6zjFHST/HRytOdA/zE72Cq/bfw45LSyuwrdvcclb/gqV8RRQxywOBEWO2+WDpva6UZa4CcDeJKzUCFA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
peerDependencies:
@@ -2690,8 +2742,8 @@ packages:
resolution: {integrity: sha512-lSgHc4Elo2m6bUDhc3Hl/VxvUDJdQWI40RZ4KMY9bKRc+hgMOT7II/JjbNDhI8VnMtrCb7U/fhpJIkLORZozWw==}
engines: {node: '>=18'}
- execa@9.4.0:
- resolution: {integrity: sha512-yKHlle2YGxZE842MERVIplWwNH5VYmqqcPFgtnlU//K8gxuFFXu0pwd/CrfXTumFpeEiufsP7+opT/bPJa1yVw==}
+ execa@9.4.1:
+ resolution: {integrity: sha512-5eo/BRqZm3GYce+1jqX/tJ7duA2AnE39i88fuedNFUV8XxGxUpF3aWkBRfbUcjV49gCkvS/pzc0YrCPhaIewdg==}
engines: {node: ^18.19.0 || >=20.5.0}
expand-brackets@2.1.4:
@@ -2732,8 +2784,8 @@ packages:
fastq@1.17.1:
resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==}
- fdir@6.4.0:
- resolution: {integrity: sha512-3oB133prH1o4j/L5lLW7uOCF1PlD+/It2L0eL/iAqWMB91RBbqTewABqxhj0ibBd90EEmWZq7ntIWzVaWcXTGQ==}
+ fdir@6.4.2:
+ resolution: {integrity: sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==}
peerDependencies:
picomatch: ^3 || ^4
peerDependenciesMeta:
@@ -2805,8 +2857,8 @@ packages:
resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==}
engines: {node: '>=14'}
- form-data@4.0.0:
- resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==}
+ form-data@4.0.1:
+ resolution: {integrity: sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==}
engines: {node: '>= 6'}
frac@1.1.2:
@@ -2860,8 +2912,8 @@ packages:
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
engines: {node: 6.* || 8.* || >= 10.*}
- get-east-asian-width@1.2.0:
- resolution: {integrity: sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==}
+ get-east-asian-width@1.3.0:
+ resolution: {integrity: sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==}
engines: {node: '>=18'}
get-intrinsic@1.2.4:
@@ -2930,8 +2982,8 @@ packages:
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
engines: {node: '>=18'}
- globals@15.9.0:
- resolution: {integrity: sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==}
+ globals@15.11.0:
+ resolution: {integrity: sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==}
engines: {node: '>=18'}
globalthis@1.0.4:
@@ -3525,6 +3577,9 @@ packages:
magic-string@0.30.11:
resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==}
+ magic-string@0.30.12:
+ resolution: {integrity: sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==}
+
magicast@0.3.4:
resolution: {integrity: sha512-TyDF/Pn36bBji9rWKHlZe+PZb6Mx5V8IHCSxk7X4aljM4e/vyDvZZYwHewdVaqiA0nb3ghfHU/6AUpDxWoER2Q==}
@@ -3772,6 +3827,9 @@ packages:
next-tick@1.1.0:
resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==}
+ node-addon-api@7.1.1:
+ resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==}
+
node-fetch-native@1.6.4:
resolution: {integrity: sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==}
@@ -3799,8 +3857,8 @@ packages:
resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
engines: {node: '>=0.10.0'}
- npm-check-updates@17.1.3:
- resolution: {integrity: sha512-4uDLBWPuDHT5KLieIJ20FoAB8yqJejmupI42wPyfObgQOBbPAikQSwT73afDwREvhuxYrRDqlRvxTMSfvO+L8A==}
+ npm-check-updates@17.1.4:
+ resolution: {integrity: sha512-crOUeN2GngqlkRCFQ/zi1zsneWd9IGZgIfAWYGAuhYiPnfbBTmJBL7Yq1wI0e1dsW8CfWc+h348WmfCREqeOBA==}
engines: {node: ^18.18.0 || >=20.0.0, npm: '>=8.12.1'}
hasBin: true
@@ -3913,8 +3971,8 @@ packages:
package-json-from-dist@1.0.1:
resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
- package-manager-detector@0.2.1:
- resolution: {integrity: sha512-/hVW2fZvAdEas+wyKh0SnlZ2mx0NIa1+j11YaQkogEJkcMErbwchHCuo8z7lEtajZJQZ6rgZNVTWMVVd71Bjng==}
+ package-manager-detector@0.2.2:
+ resolution: {integrity: sha512-VgXbyrSNsml4eHWIvxxG/nTL4wgybMTXCV2Un/+yEc3aDKKU6nQBZjbeP3Pl3qm9Qg92X/1ng4ffvCeD/zwHgg==}
parent-module@1.0.1:
resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
@@ -3985,8 +4043,8 @@ packages:
perfect-debounce@1.0.0:
resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==}
- picocolors@1.1.0:
- resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==}
+ picocolors@1.1.1:
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
picomatch@2.3.1:
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
@@ -4158,8 +4216,8 @@ packages:
randombytes@2.1.0:
resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==}
- rate-limiter-flexible@5.0.3:
- resolution: {integrity: sha512-lWx2y8NBVlTOLPyqs+6y7dxfEpT6YFqKy3MzWbCy95sTTOhOuxufP2QvRyOHpfXpB9OUJPbVLybw3z3AVAS5fA==}
+ rate-limiter-flexible@5.0.4:
+ resolution: {integrity: sha512-ftYHrIfSqWYDIJZ4yPTrgOduByAp+86gUS9iklv0JoXVM8eQCAjTnydCj1hAT4MmhmkSw86NaFEJ28m/LC1pKA==}
rbush@3.0.1:
resolution: {integrity: sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==}
@@ -4308,8 +4366,8 @@ packages:
safer-buffer@2.1.2:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
- sass@1.79.4:
- resolution: {integrity: sha512-K0QDSNPXgyqO4GZq2HO5Q70TLxTH6cIT59RdoCHMivrC8rqzaTw5ab9prjz9KUN1El4FLXrBXJhik61JR4HcGg==}
+ sass@1.80.4:
+ resolution: {integrity: sha512-rhMQ2tSF5CsuuspvC94nPM9rToiAFw2h3JTrLlgmNw1MH79v8Cr3DH6KF6o6r+8oofY3iYVPUf66KzC8yuVN1w==}
engines: {node: '>=14.0.0'}
hasBin: true
@@ -4406,6 +4464,10 @@ packages:
resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==}
engines: {node: '>= 10'}
+ sirv@3.0.0:
+ resolution: {integrity: sha512-BPwJGUeDaDCHihkORDchNyyTvWFhcusy1XMmhEVTQTwGeybFbp8YEmB+njbPnth1FibULBSBVwCQni25XlCUDg==}
+ engines: {node: '>=18'}
+
sisteransi@1.0.5:
resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
@@ -4606,8 +4668,8 @@ packages:
resolution: {integrity: sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==}
engines: {node: ^14.18.0 || >=16.0.0}
- tailwind-merge@2.5.3:
- resolution: {integrity: sha512-d9ZolCAIzom1nf/5p4LdD5zvjmgSxY0BGgdSvmXIoMYAiPdAW/dSpP7joCDYFY7r/HkEa2qmPtkgsu0xjQeQtw==}
+ tailwind-merge@2.5.4:
+ resolution: {integrity: sha512-0q8cfZHMu9nuYP/b5Shb7Y7Sh1B7Nnl5GqNr1U+n2p6+mybvRtayrQ+0042Z5byvTA8ihjlP8Odo8/VnHbZu4Q==}
tapable@2.2.1:
resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
@@ -4651,17 +4713,13 @@ packages:
tiny-invariant@1.3.3:
resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
- tinyexec@0.3.0:
- resolution: {integrity: sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==}
+ tinyexec@0.3.1:
+ resolution: {integrity: sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==}
tinyglobby@0.2.9:
resolution: {integrity: sha512-8or1+BGEdk1Zkkw2ii16qSS7uVrQJPre5A9o/XkWPATkk23FZh/15BKFxPnlTy6vkljZxLqYCzzBMj30ZrSvjw==}
engines: {node: '>=12.0.0'}
- to-fast-properties@2.0.0:
- resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
- engines: {node: '>=4'}
-
to-object-path@0.3.0:
resolution: {integrity: sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==}
engines: {node: '>=0.10.0'}
@@ -4705,8 +4763,8 @@ packages:
tslib@2.3.0:
resolution: {integrity: sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==}
- tslib@2.7.0:
- resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==}
+ tslib@2.8.0:
+ resolution: {integrity: sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==}
tsx@4.19.1:
resolution: {integrity: sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==}
@@ -4915,8 +4973,8 @@ packages:
peerDependencies:
vite: '>=2.0.0'
- vite-plugin-vue-devtools@7.4.6:
- resolution: {integrity: sha512-lOKur3qovCB3BQStL0qfHEoIusqya1ngfxfWuqn9DTa6h9rlw6+S3PV4geOP5YBGYQ4NW1hRX70OD8I+sYr1dA==}
+ vite-plugin-vue-devtools@7.5.4:
+ resolution: {integrity: sha512-6yTcGrF+YdplDhNiNCkwj23BQDHA/jp06FR4Bo3rui1GW+8VdFcc26au2gtynPwRDNJXNueTxiVtVb6dq+lNZA==}
engines: {node: '>=v14.21.3'}
peerDependencies:
vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0
@@ -4926,8 +4984,8 @@ packages:
peerDependencies:
vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0
- vite@5.4.8:
- resolution: {integrity: sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==}
+ vite@5.4.10:
+ resolution: {integrity: sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@@ -4987,8 +5045,8 @@ packages:
'@vue/composition-api':
optional: true
- vue-draggable-plus@0.5.3:
- resolution: {integrity: sha512-dwKDzZ8io3y7k2iuIwVwiGrdiq5C0S7Et7nt5Gz5KjpBS9MtZGFP+L4FJPWGSLYleOT8HmVuCXTZYjGet7wC0g==}
+ vue-draggable-plus@0.5.4:
+ resolution: {integrity: sha512-7YXbRu6HFL5c0ELP07nNZPGyXmvD8o7Ny7Dj53l9u0sBTjVmHkgr3+/aXgUO1w2bIwE8f6GhaVmLxd7nhqQ0wg==}
peerDependencies:
'@types/sortablejs': ^1.15.0
'@vue/composition-api': '*'
@@ -5002,6 +5060,9 @@ packages:
peerDependencies:
eslint: '>=6.0.0'
+ vue-flow-layout@0.0.5:
+ resolution: {integrity: sha512-lZlqQ/Se1trGMtBMneZDWaiQiQBuxU8ivZ+KpJMem5zKROFpzuPq9KqyWABbSYbxq0qhqZs1I4DBwrY041rtOA==}
+
vue-i18n@10.0.4:
resolution: {integrity: sha512-1xkzVxqBLk2ZFOmeI+B5r1J7aD/WtNJ4j9k2mcFcQo5BnOmHBmD7z4/oZohh96AAaRZ4Q7mNQvxc9h+aT+Md3w==}
engines: {node: '>= 16'}
@@ -5024,8 +5085,8 @@ packages:
peerDependencies:
typescript: '>=5.0.0'
- vue@3.5.11:
- resolution: {integrity: sha512-/8Wurrd9J3lb72FTQS7gRMNQD4nztTtKPmuDuPuhqXmmpD6+skVjAeahNpVzsuky6Sy9gy7wn8UadqPtt9SQIg==}
+ vue@3.5.12:
+ resolution: {integrity: sha512-CLVZtXtn2ItBIi/zHZ0Sg1Xkb7+PU32bJJ8Bmy7ts3jxXTcbfsEfBivFYYWz1Hur+lalqGAh65Coin0r+HRUfg==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
@@ -5183,14 +5244,12 @@ packages:
snapshots:
- '@alova/mock@2.0.7(alova@3.0.20)':
+ '@alova/mock@2.0.8(alova@3.1.1)':
dependencies:
- '@alova/shared': 1.0.6
- alova: 3.0.20
+ '@alova/shared': 1.0.7
+ alova: 3.1.1
- '@alova/shared@1.0.5': {}
-
- '@alova/shared@1.0.6': {}
+ '@alova/shared@1.0.7': {}
'@amap/amap-jsapi-types@0.0.15': {}
@@ -5203,19 +5262,19 @@ snapshots:
'@antfu/install-pkg@0.4.1':
dependencies:
- package-manager-detector: 0.2.1
- tinyexec: 0.3.0
+ package-manager-detector: 0.2.2
+ tinyexec: 0.3.1
'@antfu/utils@0.7.10': {}
'@antv/algorithm@0.1.26':
dependencies:
'@antv/util': 2.0.17
- tslib: 2.7.0
+ tslib: 2.8.0
- '@antv/component@2.0.4':
+ '@antv/component@2.1.1':
dependencies:
- '@antv/g': 6.0.14
+ '@antv/g': 6.1.3
'@antv/scale': 0.4.16
'@antv/util': 3.3.10
svg-path-parser: 1.1.0
@@ -5247,111 +5306,123 @@ snapshots:
'@antv/event-emitter@0.1.3': {}
- '@antv/g-camera-api@2.0.13':
+ '@antv/g-camera-api@2.0.17':
dependencies:
- '@antv/g-lite': 2.0.11
+ '@antv/g-lite': 2.1.3
'@antv/util': 3.3.10
+ '@babel/runtime': 7.25.9
gl-matrix: 3.4.3
- tslib: 2.7.0
+ tslib: 2.8.0
- '@antv/g-canvas@2.0.15':
+ '@antv/g-canvas@2.0.19':
dependencies:
- '@antv/g-lite': 2.0.11
- '@antv/g-plugin-canvas-path-generator': 2.0.10
- '@antv/g-plugin-canvas-picker': 2.0.12
- '@antv/g-plugin-canvas-renderer': 2.0.12
- '@antv/g-plugin-dom-interaction': 2.0.10
- '@antv/g-plugin-html-renderer': 2.0.12
- '@antv/g-plugin-image-loader': 2.0.10
+ '@antv/g-lite': 2.1.3
+ '@antv/g-plugin-canvas-path-generator': 2.0.14
+ '@antv/g-plugin-canvas-picker': 2.0.16
+ '@antv/g-plugin-canvas-renderer': 2.1.3
+ '@antv/g-plugin-dom-interaction': 2.1.3
+ '@antv/g-plugin-html-renderer': 2.1.3
+ '@antv/g-plugin-image-loader': 2.0.14
'@antv/util': 3.3.10
- tslib: 2.7.0
+ '@babel/runtime': 7.25.9
+ tslib: 2.8.0
- '@antv/g-dom-mutation-observer-api@2.0.10':
+ '@antv/g-dom-mutation-observer-api@2.0.14':
dependencies:
- '@antv/g-lite': 2.0.11
+ '@antv/g-lite': 2.1.3
+ '@babel/runtime': 7.25.9
- '@antv/g-lite@2.0.11':
+ '@antv/g-lite@2.1.3':
dependencies:
'@antv/g-math': 3.0.0
'@antv/util': 3.3.10
+ '@babel/runtime': 7.25.9
d3-color: 3.1.0
eventemitter3: 5.0.1
gl-matrix: 3.4.3
rbush: 3.0.1
- tslib: 2.7.0
+ tslib: 2.8.0
'@antv/g-math@3.0.0':
dependencies:
'@antv/util': 3.3.10
gl-matrix: 3.4.3
- tslib: 2.7.0
+ tslib: 2.8.0
- '@antv/g-plugin-canvas-path-generator@2.0.10':
+ '@antv/g-plugin-canvas-path-generator@2.0.14':
dependencies:
- '@antv/g-lite': 2.0.11
+ '@antv/g-lite': 2.1.3
'@antv/g-math': 3.0.0
'@antv/util': 3.3.10
- tslib: 2.7.0
+ '@babel/runtime': 7.25.9
+ tslib: 2.8.0
- '@antv/g-plugin-canvas-picker@2.0.12':
+ '@antv/g-plugin-canvas-picker@2.0.16':
dependencies:
- '@antv/g-lite': 2.0.11
+ '@antv/g-lite': 2.1.3
'@antv/g-math': 3.0.0
- '@antv/g-plugin-canvas-path-generator': 2.0.10
- '@antv/g-plugin-canvas-renderer': 2.0.12
+ '@antv/g-plugin-canvas-path-generator': 2.0.14
+ '@antv/g-plugin-canvas-renderer': 2.1.3
'@antv/util': 3.3.10
+ '@babel/runtime': 7.25.9
gl-matrix: 3.4.3
- tslib: 2.7.0
+ tslib: 2.8.0
- '@antv/g-plugin-canvas-renderer@2.0.12':
+ '@antv/g-plugin-canvas-renderer@2.1.3':
dependencies:
- '@antv/g-lite': 2.0.11
+ '@antv/g-lite': 2.1.3
'@antv/g-math': 3.0.0
- '@antv/g-plugin-canvas-path-generator': 2.0.10
- '@antv/g-plugin-image-loader': 2.0.10
+ '@antv/g-plugin-canvas-path-generator': 2.0.14
+ '@antv/g-plugin-image-loader': 2.0.14
'@antv/util': 3.3.10
+ '@babel/runtime': 7.25.9
gl-matrix: 3.4.3
- tslib: 2.7.0
+ tslib: 2.8.0
- '@antv/g-plugin-dom-interaction@2.0.10':
+ '@antv/g-plugin-dom-interaction@2.1.3':
dependencies:
- '@antv/g-lite': 2.0.11
- tslib: 2.7.0
+ '@antv/g-lite': 2.1.3
+ '@babel/runtime': 7.25.9
+ tslib: 2.8.0
- '@antv/g-plugin-dragndrop@2.0.10':
+ '@antv/g-plugin-dragndrop@2.0.14':
dependencies:
- '@antv/g-lite': 2.0.11
+ '@antv/g-lite': 2.1.3
'@antv/util': 3.3.10
- tslib: 2.7.0
+ '@babel/runtime': 7.25.9
+ tslib: 2.8.0
- '@antv/g-plugin-html-renderer@2.0.12':
+ '@antv/g-plugin-html-renderer@2.1.3':
dependencies:
- '@antv/g-lite': 2.0.11
+ '@antv/g-lite': 2.1.3
'@antv/util': 3.3.10
+ '@babel/runtime': 7.25.9
gl-matrix: 3.4.3
- tslib: 2.7.0
+ tslib: 2.8.0
- '@antv/g-plugin-image-loader@2.0.10':
+ '@antv/g-plugin-image-loader@2.0.14':
dependencies:
- '@antv/g-lite': 2.0.11
+ '@antv/g-lite': 2.1.3
'@antv/util': 3.3.10
+ '@babel/runtime': 7.25.9
gl-matrix: 3.4.3
- tslib: 2.7.0
+ tslib: 2.8.0
- '@antv/g-web-animations-api@2.0.11':
+ '@antv/g-web-animations-api@2.1.3':
dependencies:
- '@antv/g-lite': 2.0.11
+ '@antv/g-lite': 2.1.3
'@antv/util': 3.3.10
- tslib: 2.7.0
+ '@babel/runtime': 7.25.9
+ tslib: 2.8.0
'@antv/g2@5.2.5':
dependencies:
- '@antv/component': 2.0.4
+ '@antv/component': 2.1.1
'@antv/coord': 0.4.7
'@antv/event-emitter': 0.1.3
- '@antv/g': 6.0.14
- '@antv/g-canvas': 2.0.15
- '@antv/g-plugin-dragndrop': 2.0.10
+ '@antv/g': 6.1.3
+ '@antv/g-canvas': 2.0.19
+ '@antv/g-plugin-dragndrop': 2.0.14
'@antv/scale': 0.4.16
'@antv/util': 3.3.10
d3-array: 3.2.4
@@ -5370,11 +5441,11 @@ snapshots:
'@antv/g6@5.0.26(workerize-loader@2.0.2(webpack@5.95.0(esbuild@0.23.1)))':
dependencies:
'@antv/algorithm': 0.1.26
- '@antv/component': 2.0.4
+ '@antv/component': 2.1.1
'@antv/event-emitter': 0.1.3
- '@antv/g': 6.0.14
- '@antv/g-canvas': 2.0.15
- '@antv/g-plugin-dragndrop': 2.0.10
+ '@antv/g': 6.1.3
+ '@antv/g-canvas': 2.0.19
+ '@antv/g-plugin-dragndrop': 2.0.14
'@antv/graphlib': 2.0.3
'@antv/hierarchy': 0.6.14
'@antv/layout': 1.2.14-beta.8(workerize-loader@2.0.2(webpack@5.95.0(esbuild@0.23.1)))
@@ -5384,12 +5455,13 @@ snapshots:
transitivePeerDependencies:
- workerize-loader
- '@antv/g@6.0.14':
+ '@antv/g@6.1.3':
dependencies:
- '@antv/g-camera-api': 2.0.13
- '@antv/g-dom-mutation-observer-api': 2.0.10
- '@antv/g-lite': 2.0.11
- '@antv/g-web-animations-api': 2.0.11
+ '@antv/g-camera-api': 2.0.17
+ '@antv/g-dom-mutation-observer-api': 2.0.14
+ '@antv/g-lite': 2.1.3
+ '@antv/g-web-animations-api': 2.1.3
+ '@babel/runtime': 7.25.9
'@antv/graphlib@2.0.3':
dependencies:
@@ -5410,7 +5482,7 @@ snapshots:
d3-quadtree: 3.0.1
dagre: 0.8.5
ml-matrix: 6.12.0
- tslib: 2.7.0
+ tslib: 2.8.0
transitivePeerDependencies:
- workerize-loader
@@ -5423,33 +5495,33 @@ snapshots:
'@antv/util@2.0.17':
dependencies:
csstype: 3.1.3
- tslib: 2.7.0
+ tslib: 2.8.0
'@antv/util@3.3.10':
dependencies:
fast-deep-equal: 3.1.3
gl-matrix: 3.4.3
- tslib: 2.7.0
+ tslib: 2.8.0
- '@babel/code-frame@7.25.7':
+ '@babel/code-frame@7.25.9':
dependencies:
- '@babel/highlight': 7.25.7
- picocolors: 1.1.0
+ '@babel/highlight': 7.25.9
+ picocolors: 1.1.1
- '@babel/compat-data@7.25.7': {}
+ '@babel/compat-data@7.25.9': {}
- '@babel/core@7.25.7':
+ '@babel/core@7.25.9':
dependencies:
'@ampproject/remapping': 2.3.0
- '@babel/code-frame': 7.25.7
- '@babel/generator': 7.25.7
- '@babel/helper-compilation-targets': 7.25.7
- '@babel/helper-module-transforms': 7.25.7(@babel/core@7.25.7)
- '@babel/helpers': 7.25.7
- '@babel/parser': 7.25.7
- '@babel/template': 7.25.7
- '@babel/traverse': 7.25.7
- '@babel/types': 7.25.7
+ '@babel/code-frame': 7.25.9
+ '@babel/generator': 7.25.9
+ '@babel/helper-compilation-targets': 7.25.9
+ '@babel/helper-module-transforms': 7.25.9(@babel/core@7.25.9)
+ '@babel/helpers': 7.25.9
+ '@babel/parser': 7.25.9
+ '@babel/template': 7.25.9
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.25.9
convert-source-map: 2.0.0
debug: 4.3.7
gensync: 1.0.0-beta.2
@@ -5458,190 +5530,189 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/generator@7.25.7':
+ '@babel/generator@7.25.9':
dependencies:
- '@babel/types': 7.25.7
+ '@babel/types': 7.25.9
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
jsesc: 3.0.2
- '@babel/helper-annotate-as-pure@7.25.7':
+ '@babel/helper-annotate-as-pure@7.25.9':
dependencies:
- '@babel/types': 7.25.7
+ '@babel/types': 7.25.9
- '@babel/helper-compilation-targets@7.25.7':
+ '@babel/helper-compilation-targets@7.25.9':
dependencies:
- '@babel/compat-data': 7.25.7
- '@babel/helper-validator-option': 7.25.7
- browserslist: 4.24.0
+ '@babel/compat-data': 7.25.9
+ '@babel/helper-validator-option': 7.25.9
+ browserslist: 4.24.2
lru-cache: 5.1.1
semver: 6.3.1
- '@babel/helper-create-class-features-plugin@7.25.7(@babel/core@7.25.7)':
+ '@babel/helper-create-class-features-plugin@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.25.7
- '@babel/helper-annotate-as-pure': 7.25.7
- '@babel/helper-member-expression-to-functions': 7.25.7
- '@babel/helper-optimise-call-expression': 7.25.7
- '@babel/helper-replace-supers': 7.25.7(@babel/core@7.25.7)
- '@babel/helper-skip-transparent-expression-wrappers': 7.25.7
- '@babel/traverse': 7.25.7
+ '@babel/core': 7.25.9
+ '@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.25.9(@babel/core@7.25.9)
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ '@babel/traverse': 7.25.9
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/helper-member-expression-to-functions@7.25.7':
+ '@babel/helper-member-expression-to-functions@7.25.9':
dependencies:
- '@babel/traverse': 7.25.7
- '@babel/types': 7.25.7
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-imports@7.25.7':
+ '@babel/helper-module-imports@7.25.9':
dependencies:
- '@babel/traverse': 7.25.7
- '@babel/types': 7.25.7
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-transforms@7.25.7(@babel/core@7.25.7)':
+ '@babel/helper-module-transforms@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.25.7
- '@babel/helper-module-imports': 7.25.7
- '@babel/helper-simple-access': 7.25.7
- '@babel/helper-validator-identifier': 7.25.7
- '@babel/traverse': 7.25.7
+ '@babel/core': 7.25.9
+ '@babel/helper-module-imports': 7.25.9
+ '@babel/helper-simple-access': 7.25.9
+ '@babel/helper-validator-identifier': 7.25.9
+ '@babel/traverse': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/helper-optimise-call-expression@7.25.7':
+ '@babel/helper-optimise-call-expression@7.25.9':
dependencies:
- '@babel/types': 7.25.7
+ '@babel/types': 7.25.9
- '@babel/helper-plugin-utils@7.25.7': {}
+ '@babel/helper-plugin-utils@7.25.9': {}
- '@babel/helper-replace-supers@7.25.7(@babel/core@7.25.7)':
+ '@babel/helper-replace-supers@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.25.7
- '@babel/helper-member-expression-to-functions': 7.25.7
- '@babel/helper-optimise-call-expression': 7.25.7
- '@babel/traverse': 7.25.7
+ '@babel/core': 7.25.9
+ '@babel/helper-member-expression-to-functions': 7.25.9
+ '@babel/helper-optimise-call-expression': 7.25.9
+ '@babel/traverse': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/helper-simple-access@7.25.7':
+ '@babel/helper-simple-access@7.25.9':
dependencies:
- '@babel/traverse': 7.25.7
- '@babel/types': 7.25.7
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/helper-skip-transparent-expression-wrappers@7.25.7':
+ '@babel/helper-skip-transparent-expression-wrappers@7.25.9':
dependencies:
- '@babel/traverse': 7.25.7
- '@babel/types': 7.25.7
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.25.9
transitivePeerDependencies:
- supports-color
- '@babel/helper-string-parser@7.25.7': {}
+ '@babel/helper-string-parser@7.25.9': {}
- '@babel/helper-validator-identifier@7.25.7': {}
+ '@babel/helper-validator-identifier@7.25.9': {}
- '@babel/helper-validator-option@7.25.7': {}
+ '@babel/helper-validator-option@7.25.9': {}
- '@babel/helpers@7.25.7':
+ '@babel/helpers@7.25.9':
dependencies:
- '@babel/template': 7.25.7
- '@babel/types': 7.25.7
+ '@babel/template': 7.25.9
+ '@babel/types': 7.25.9
- '@babel/highlight@7.25.7':
+ '@babel/highlight@7.25.9':
dependencies:
- '@babel/helper-validator-identifier': 7.25.7
+ '@babel/helper-validator-identifier': 7.25.9
chalk: 2.4.2
js-tokens: 4.0.0
- picocolors: 1.1.0
+ picocolors: 1.1.1
- '@babel/parser@7.25.7':
+ '@babel/parser@7.25.9':
dependencies:
- '@babel/types': 7.25.7
+ '@babel/types': 7.25.9
- '@babel/plugin-proposal-decorators@7.25.7(@babel/core@7.25.7)':
+ '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.25.7
- '@babel/helper-create-class-features-plugin': 7.25.7(@babel/core@7.25.7)
- '@babel/helper-plugin-utils': 7.25.7
- '@babel/plugin-syntax-decorators': 7.25.7(@babel/core@7.25.7)
+ '@babel/core': 7.25.9
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.9)
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.25.9)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-syntax-decorators@7.25.7(@babel/core@7.25.7)':
+ '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.25.7
- '@babel/helper-plugin-utils': 7.25.7
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-import-attributes@7.25.7(@babel/core@7.25.7)':
+ '@babel/plugin-syntax-import-attributes@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.25.7
- '@babel/helper-plugin-utils': 7.25.7
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.25.7)':
+ '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.25.7
- '@babel/helper-plugin-utils': 7.25.7
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-jsx@7.25.7(@babel/core@7.25.7)':
+ '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.25.7
- '@babel/helper-plugin-utils': 7.25.7
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-syntax-typescript@7.25.7(@babel/core@7.25.7)':
+ '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.25.7
- '@babel/helper-plugin-utils': 7.25.7
+ '@babel/core': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
- '@babel/plugin-transform-typescript@7.25.7(@babel/core@7.25.7)':
+ '@babel/plugin-transform-typescript@7.25.9(@babel/core@7.25.9)':
dependencies:
- '@babel/core': 7.25.7
- '@babel/helper-annotate-as-pure': 7.25.7
- '@babel/helper-create-class-features-plugin': 7.25.7(@babel/core@7.25.7)
- '@babel/helper-plugin-utils': 7.25.7
- '@babel/helper-skip-transparent-expression-wrappers': 7.25.7
- '@babel/plugin-syntax-typescript': 7.25.7(@babel/core@7.25.7)
+ '@babel/core': 7.25.9
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-create-class-features-plugin': 7.25.9(@babel/core@7.25.9)
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.25.9)
transitivePeerDependencies:
- supports-color
- '@babel/runtime-corejs3@7.25.7':
+ '@babel/runtime-corejs3@7.25.9':
dependencies:
core-js-pure: 3.38.1
regenerator-runtime: 0.14.1
- '@babel/runtime@7.25.7':
+ '@babel/runtime@7.25.9':
dependencies:
regenerator-runtime: 0.14.1
- '@babel/template@7.25.7':
+ '@babel/template@7.25.9':
dependencies:
- '@babel/code-frame': 7.25.7
- '@babel/parser': 7.25.7
- '@babel/types': 7.25.7
+ '@babel/code-frame': 7.25.9
+ '@babel/parser': 7.25.9
+ '@babel/types': 7.25.9
- '@babel/traverse@7.25.7':
+ '@babel/traverse@7.25.9':
dependencies:
- '@babel/code-frame': 7.25.7
- '@babel/generator': 7.25.7
- '@babel/parser': 7.25.7
- '@babel/template': 7.25.7
- '@babel/types': 7.25.7
+ '@babel/code-frame': 7.25.9
+ '@babel/generator': 7.25.9
+ '@babel/parser': 7.25.9
+ '@babel/template': 7.25.9
+ '@babel/types': 7.25.9
debug: 4.3.7
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- '@babel/types@7.25.7':
+ '@babel/types@7.25.9':
dependencies:
- '@babel/helper-string-parser': 7.25.7
- '@babel/helper-validator-identifier': 7.25.7
- to-fast-properties: 2.0.0
+ '@babel/helper-string-parser': 7.25.9
+ '@babel/helper-validator-identifier': 7.25.9
'@better-scroll/core@2.5.1':
dependencies:
@@ -5653,9 +5724,9 @@ snapshots:
dependencies:
css-render: 0.15.14
- '@css-render/vue3-ssr@0.15.14(vue@3.5.11(typescript@5.6.3))':
+ '@css-render/vue3-ssr@0.15.14(vue@3.5.12(typescript@5.6.3))':
dependencies:
- vue: 3.5.11(typescript@5.6.3)
+ vue: 3.5.12(typescript@5.6.3)
'@elegant-router/core@0.3.8':
dependencies:
@@ -5819,16 +5890,16 @@ snapshots:
'@esbuild/win32-x64@0.23.1':
optional: true
- '@eslint-community/eslint-utils@4.4.0(eslint@9.12.0(jiti@2.3.3))':
+ '@eslint-community/eslint-utils@4.4.0(eslint@9.13.0(jiti@2.3.3))':
dependencies:
- eslint: 9.12.0(jiti@2.3.3)
+ eslint: 9.13.0(jiti@2.3.3)
eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.11.1': {}
- '@eslint/compat@1.2.0(eslint@9.12.0(jiti@2.3.3))':
+ '@eslint/compat@1.2.1(eslint@9.13.0(jiti@2.3.3))':
optionalDependencies:
- eslint: 9.12.0(jiti@2.3.3)
+ eslint: 9.13.0(jiti@2.3.3)
'@eslint/config-array@0.18.0':
dependencies:
@@ -5838,7 +5909,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/core@0.6.0': {}
+ '@eslint/core@0.7.0': {}
'@eslint/eslintrc@3.1.0':
dependencies:
@@ -5854,13 +5925,11 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/js@9.10.0': {}
-
- '@eslint/js@9.12.0': {}
+ '@eslint/js@9.13.0': {}
'@eslint/object-schema@2.1.4': {}
- '@eslint/plugin-kit@0.2.0':
+ '@eslint/plugin-kit@0.2.1':
dependencies:
levn: 0.4.1
@@ -5875,7 +5944,7 @@ snapshots:
'@humanwhocodes/retry@0.3.1': {}
- '@iconify/json@2.2.258':
+ '@iconify/json@2.2.263':
dependencies:
'@iconify/types': 2.0.0
pathe: 1.1.2
@@ -5894,10 +5963,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@iconify/vue@4.1.2(vue@3.5.11(typescript@5.6.3))':
+ '@iconify/vue@4.1.2(vue@3.5.12(typescript@5.6.3))':
dependencies:
'@iconify/types': 2.0.0
- vue: 3.5.11(typescript@5.6.3)
+ vue: 3.5.12(typescript@5.6.3)
'@intlify/core-base@10.0.4':
dependencies:
@@ -5991,6 +6060,62 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.17.1
+ '@parcel/watcher-android-arm64@2.4.1':
+ optional: true
+
+ '@parcel/watcher-darwin-arm64@2.4.1':
+ optional: true
+
+ '@parcel/watcher-darwin-x64@2.4.1':
+ optional: true
+
+ '@parcel/watcher-freebsd-x64@2.4.1':
+ optional: true
+
+ '@parcel/watcher-linux-arm-glibc@2.4.1':
+ optional: true
+
+ '@parcel/watcher-linux-arm64-glibc@2.4.1':
+ optional: true
+
+ '@parcel/watcher-linux-arm64-musl@2.4.1':
+ optional: true
+
+ '@parcel/watcher-linux-x64-glibc@2.4.1':
+ optional: true
+
+ '@parcel/watcher-linux-x64-musl@2.4.1':
+ optional: true
+
+ '@parcel/watcher-win32-arm64@2.4.1':
+ optional: true
+
+ '@parcel/watcher-win32-ia32@2.4.1':
+ optional: true
+
+ '@parcel/watcher-win32-x64@2.4.1':
+ optional: true
+
+ '@parcel/watcher@2.4.1':
+ dependencies:
+ detect-libc: 1.0.3
+ is-glob: 4.0.3
+ micromatch: 4.0.8
+ node-addon-api: 7.1.1
+ optionalDependencies:
+ '@parcel/watcher-android-arm64': 2.4.1
+ '@parcel/watcher-darwin-arm64': 2.4.1
+ '@parcel/watcher-darwin-x64': 2.4.1
+ '@parcel/watcher-freebsd-x64': 2.4.1
+ '@parcel/watcher-linux-arm-glibc': 2.4.1
+ '@parcel/watcher-linux-arm64-glibc': 2.4.1
+ '@parcel/watcher-linux-arm64-musl': 2.4.1
+ '@parcel/watcher-linux-x64-glibc': 2.4.1
+ '@parcel/watcher-linux-x64-musl': 2.4.1
+ '@parcel/watcher-win32-arm64': 2.4.1
+ '@parcel/watcher-win32-ia32': 2.4.1
+ '@parcel/watcher-win32-x64': 2.4.1
+
'@pkgjs/parseargs@0.11.0':
optional: true
@@ -5998,11 +6123,11 @@ snapshots:
'@polka/url@1.0.0-next.28': {}
- '@rollup/pluginutils@5.1.2(rollup@4.24.0)':
+ '@rollup/pluginutils@5.1.3(rollup@4.24.0)':
dependencies:
'@types/estree': 1.0.6
estree-walker: 2.0.2
- picomatch: 2.3.1
+ picomatch: 4.0.2
optionalDependencies:
rollup: 4.24.0
@@ -6058,9 +6183,9 @@ snapshots:
'@sindresorhus/merge-streams@4.0.0': {}
- '@soybeanjs/changelog@0.3.24(@unocss/eslint-config@0.63.4(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint-plugin-vue@9.28.0(eslint@9.12.0(jiti@2.3.3)))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.12.0(jiti@2.3.3)))':
+ '@soybeanjs/changelog@0.3.24(@unocss/eslint-config@0.63.6(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint-plugin-vue@9.29.1(eslint@9.13.0(jiti@2.3.3)))(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.13.0(jiti@2.3.3)))':
dependencies:
- '@soybeanjs/eslint-config': 1.4.1(@unocss/eslint-config@0.63.4(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint-plugin-vue@9.28.0(eslint@9.12.0(jiti@2.3.3)))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.12.0(jiti@2.3.3)))
+ '@soybeanjs/eslint-config': 1.4.2(@unocss/eslint-config@0.63.6(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint-plugin-vue@9.29.1(eslint@9.13.0(jiti@2.3.3)))(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.13.0(jiti@2.3.3)))
cli-progress: 3.12.0
convert-gitmoji: 0.1.5
dayjs: 1.11.11
@@ -6087,23 +6212,23 @@ snapshots:
- typescript
- vue-eslint-parser
- '@soybeanjs/eslint-config@1.4.1(@unocss/eslint-config@0.63.4(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint-plugin-vue@9.28.0(eslint@9.12.0(jiti@2.3.3)))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.12.0(jiti@2.3.3)))':
+ '@soybeanjs/eslint-config@1.4.2(@unocss/eslint-config@0.63.6(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint-plugin-vue@9.29.1(eslint@9.13.0(jiti@2.3.3)))(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)(vue-eslint-parser@9.4.3(eslint@9.13.0(jiti@2.3.3)))':
dependencies:
'@antfu/eslint-define-config': 1.23.0-2
'@antfu/install-pkg': 0.4.1
'@eslint/eslintrc': 3.1.0
- '@eslint/js': 9.10.0
- '@typescript-eslint/eslint-plugin': 8.4.0(@typescript-eslint/parser@8.4.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)
- '@typescript-eslint/parser': 8.4.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)
- eslint: 9.12.0(jiti@2.3.3)
- eslint-config-flat-gitignore: 0.3.0(eslint@9.12.0(jiti@2.3.3))
- eslint-config-prettier: 9.1.0(eslint@9.12.0(jiti@2.3.3))
+ '@eslint/js': 9.13.0
+ '@typescript-eslint/eslint-plugin': 8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
+ '@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
+ eslint: 9.13.0(jiti@2.3.3)
+ eslint-config-flat-gitignore: 0.3.0(eslint@9.13.0(jiti@2.3.3))
+ eslint-config-prettier: 9.1.0(eslint@9.13.0(jiti@2.3.3))
eslint-parser-plain: 0.1.0
- eslint-plugin-import-x: 4.2.1(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)
- eslint-plugin-n: 17.10.2(eslint@9.12.0(jiti@2.3.3))
- eslint-plugin-prettier: 5.2.1(eslint-config-prettier@9.1.0(eslint@9.12.0(jiti@2.3.3)))(eslint@9.12.0(jiti@2.3.3))(prettier@3.3.3)
- eslint-plugin-unicorn: 55.0.0(eslint@9.12.0(jiti@2.3.3))
- globals: 15.9.0
+ eslint-plugin-import-x: 4.3.1(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
+ eslint-plugin-n: 17.11.1(eslint@9.13.0(jiti@2.3.3))
+ eslint-plugin-prettier: 5.2.1(eslint-config-prettier@9.1.0(eslint@9.13.0(jiti@2.3.3)))(eslint@9.13.0(jiti@2.3.3))(prettier@3.3.3)
+ eslint-plugin-unicorn: 56.0.0(eslint@9.13.0(jiti@2.3.3))
+ globals: 15.11.0
local-pkg: 0.5.0
prettier: 3.3.3
prettier-plugin-jsdoc: 1.3.0(prettier@3.3.3)
@@ -6111,9 +6236,9 @@ snapshots:
prompts: 2.4.2
typescript: 5.6.3
optionalDependencies:
- '@unocss/eslint-config': 0.63.4(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)
- eslint-plugin-vue: 9.28.0(eslint@9.12.0(jiti@2.3.3))
- vue-eslint-parser: 9.4.3(eslint@9.12.0(jiti@2.3.3))
+ '@unocss/eslint-config': 0.63.6(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
+ eslint-plugin-vue: 9.29.1(eslint@9.13.0(jiti@2.3.3))
+ vue-eslint-parser: 9.4.3(eslint@9.13.0(jiti@2.3.3))
transitivePeerDependencies:
- '@types/eslint'
- supports-color
@@ -6140,9 +6265,9 @@ snapshots:
'@types/lodash-es@4.17.12':
dependencies:
- '@types/lodash': 4.17.10
+ '@types/lodash': 4.17.12
- '@types/lodash@4.17.10': {}
+ '@types/lodash@4.17.12': {}
'@types/mdast@4.0.4':
dependencies:
@@ -6152,7 +6277,7 @@ snapshots:
'@types/node@10.17.60': {}
- '@types/node@22.7.5':
+ '@types/node@22.7.9':
dependencies:
undici-types: 6.19.8
@@ -6166,7 +6291,7 @@ snapshots:
'@types/svgo@2.6.4':
dependencies:
- '@types/node': 22.7.5
+ '@types/node': 22.7.9
'@types/trusted-types@2.0.7': {}
@@ -6176,15 +6301,15 @@ snapshots:
'@types/web-bluetooth@0.0.20': {}
- '@typescript-eslint/eslint-plugin@8.4.0(@typescript-eslint/parser@8.4.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)':
+ '@typescript-eslint/eslint-plugin@8.11.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3))(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)':
dependencies:
'@eslint-community/regexpp': 4.11.1
- '@typescript-eslint/parser': 8.4.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)
- '@typescript-eslint/scope-manager': 8.4.0
- '@typescript-eslint/type-utils': 8.4.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)
- '@typescript-eslint/utils': 8.4.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)
- '@typescript-eslint/visitor-keys': 8.4.0
- eslint: 9.12.0(jiti@2.3.3)
+ '@typescript-eslint/parser': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
+ '@typescript-eslint/scope-manager': 8.11.0
+ '@typescript-eslint/type-utils': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
+ '@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
+ '@typescript-eslint/visitor-keys': 8.11.0
+ eslint: 9.13.0(jiti@2.3.3)
graphemer: 1.4.0
ignore: 5.3.2
natural-compare: 1.4.0
@@ -6194,33 +6319,28 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.4.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)':
+ '@typescript-eslint/parser@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)':
dependencies:
- '@typescript-eslint/scope-manager': 8.4.0
- '@typescript-eslint/types': 8.4.0
- '@typescript-eslint/typescript-estree': 8.4.0(typescript@5.6.3)
- '@typescript-eslint/visitor-keys': 8.4.0
+ '@typescript-eslint/scope-manager': 8.11.0
+ '@typescript-eslint/types': 8.11.0
+ '@typescript-eslint/typescript-estree': 8.11.0(typescript@5.6.3)
+ '@typescript-eslint/visitor-keys': 8.11.0
debug: 4.3.7
- eslint: 9.12.0(jiti@2.3.3)
+ eslint: 9.13.0(jiti@2.3.3)
optionalDependencies:
typescript: 5.6.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@8.4.0':
+ '@typescript-eslint/scope-manager@8.11.0':
dependencies:
- '@typescript-eslint/types': 8.4.0
- '@typescript-eslint/visitor-keys': 8.4.0
+ '@typescript-eslint/types': 8.11.0
+ '@typescript-eslint/visitor-keys': 8.11.0
- '@typescript-eslint/scope-manager@8.8.1':
+ '@typescript-eslint/type-utils@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)':
dependencies:
- '@typescript-eslint/types': 8.8.1
- '@typescript-eslint/visitor-keys': 8.8.1
-
- '@typescript-eslint/type-utils@8.4.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)':
- dependencies:
- '@typescript-eslint/typescript-estree': 8.4.0(typescript@5.6.3)
- '@typescript-eslint/utils': 8.4.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)
+ '@typescript-eslint/typescript-estree': 8.11.0(typescript@5.6.3)
+ '@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
debug: 4.3.7
ts-api-utils: 1.3.0(typescript@5.6.3)
optionalDependencies:
@@ -6229,14 +6349,12 @@ snapshots:
- eslint
- supports-color
- '@typescript-eslint/types@8.4.0': {}
+ '@typescript-eslint/types@8.11.0': {}
- '@typescript-eslint/types@8.8.1': {}
-
- '@typescript-eslint/typescript-estree@8.4.0(typescript@5.6.3)':
+ '@typescript-eslint/typescript-estree@8.11.0(typescript@5.6.3)':
dependencies:
- '@typescript-eslint/types': 8.4.0
- '@typescript-eslint/visitor-keys': 8.4.0
+ '@typescript-eslint/types': 8.11.0
+ '@typescript-eslint/visitor-keys': 8.11.0
debug: 4.3.7
fast-glob: 3.3.2
is-glob: 4.0.3
@@ -6248,164 +6366,137 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@8.8.1(typescript@5.6.3)':
+ '@typescript-eslint/utils@8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)':
dependencies:
- '@typescript-eslint/types': 8.8.1
- '@typescript-eslint/visitor-keys': 8.8.1
- debug: 4.3.7
- fast-glob: 3.3.2
- is-glob: 4.0.3
- minimatch: 9.0.5
- semver: 7.6.3
- ts-api-utils: 1.3.0(typescript@5.6.3)
- optionalDependencies:
- typescript: 5.6.3
- transitivePeerDependencies:
- - supports-color
-
- '@typescript-eslint/utils@8.4.0(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)':
- dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0(jiti@2.3.3))
- '@typescript-eslint/scope-manager': 8.4.0
- '@typescript-eslint/types': 8.4.0
- '@typescript-eslint/typescript-estree': 8.4.0(typescript@5.6.3)
- eslint: 9.12.0(jiti@2.3.3)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@2.3.3))
+ '@typescript-eslint/scope-manager': 8.11.0
+ '@typescript-eslint/types': 8.11.0
+ '@typescript-eslint/typescript-estree': 8.11.0(typescript@5.6.3)
+ eslint: 9.13.0(jiti@2.3.3)
transitivePeerDependencies:
- supports-color
- typescript
- '@typescript-eslint/utils@8.8.1(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)':
+ '@typescript-eslint/visitor-keys@8.11.0':
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0(jiti@2.3.3))
- '@typescript-eslint/scope-manager': 8.8.1
- '@typescript-eslint/types': 8.8.1
- '@typescript-eslint/typescript-estree': 8.8.1(typescript@5.6.3)
- eslint: 9.12.0(jiti@2.3.3)
- transitivePeerDependencies:
- - supports-color
- - typescript
-
- '@typescript-eslint/visitor-keys@8.4.0':
- dependencies:
- '@typescript-eslint/types': 8.4.0
+ '@typescript-eslint/types': 8.11.0
eslint-visitor-keys: 3.4.3
- '@typescript-eslint/visitor-keys@8.8.1':
+ '@unocss/config@0.63.6':
dependencies:
- '@typescript-eslint/types': 8.8.1
- eslint-visitor-keys: 3.4.3
-
- '@unocss/config@0.63.4':
- dependencies:
- '@unocss/core': 0.63.4
+ '@unocss/core': 0.63.6
unconfig: 0.5.5
transitivePeerDependencies:
- supports-color
- '@unocss/core@0.63.4': {}
+ '@unocss/core@0.63.6': {}
- '@unocss/eslint-config@0.63.4(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)':
+ '@unocss/eslint-config@0.63.6(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)':
dependencies:
- '@unocss/eslint-plugin': 0.63.4(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)
+ '@unocss/eslint-plugin': 0.63.6(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
transitivePeerDependencies:
- eslint
- supports-color
- typescript
- '@unocss/eslint-plugin@0.63.4(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)':
+ '@unocss/eslint-plugin@0.63.6(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)':
dependencies:
- '@typescript-eslint/utils': 8.8.1(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)
- '@unocss/config': 0.63.4
- '@unocss/core': 0.63.4
- magic-string: 0.30.11
+ '@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
+ '@unocss/config': 0.63.6
+ '@unocss/core': 0.63.6
+ magic-string: 0.30.12
synckit: 0.9.2
transitivePeerDependencies:
- eslint
- supports-color
- typescript
- '@unocss/extractor-arbitrary-variants@0.63.4':
+ '@unocss/extractor-arbitrary-variants@0.63.6':
dependencies:
- '@unocss/core': 0.63.4
+ '@unocss/core': 0.63.6
- '@unocss/inspector@0.63.4':
+ '@unocss/inspector@0.63.6(typescript@5.6.3)':
dependencies:
- '@unocss/core': 0.63.4
- '@unocss/rule-utils': 0.63.4
+ '@unocss/core': 0.63.6
+ '@unocss/rule-utils': 0.63.6
gzip-size: 6.0.0
sirv: 2.0.4
+ vue-flow-layout: 0.0.5(typescript@5.6.3)
+ transitivePeerDependencies:
+ - typescript
- '@unocss/preset-icons@0.63.4':
+ '@unocss/preset-icons@0.63.6':
dependencies:
'@iconify/utils': 2.1.33
- '@unocss/core': 0.63.4
+ '@unocss/core': 0.63.6
ofetch: 1.4.1
transitivePeerDependencies:
- supports-color
- '@unocss/preset-mini@0.63.4':
+ '@unocss/preset-mini@0.63.6':
dependencies:
- '@unocss/core': 0.63.4
- '@unocss/extractor-arbitrary-variants': 0.63.4
- '@unocss/rule-utils': 0.63.4
+ '@unocss/core': 0.63.6
+ '@unocss/extractor-arbitrary-variants': 0.63.6
+ '@unocss/rule-utils': 0.63.6
- '@unocss/preset-uno@0.63.4':
+ '@unocss/preset-uno@0.63.6':
dependencies:
- '@unocss/core': 0.63.4
- '@unocss/preset-mini': 0.63.4
- '@unocss/preset-wind': 0.63.4
- '@unocss/rule-utils': 0.63.4
+ '@unocss/core': 0.63.6
+ '@unocss/preset-mini': 0.63.6
+ '@unocss/preset-wind': 0.63.6
+ '@unocss/rule-utils': 0.63.6
- '@unocss/preset-wind@0.63.4':
+ '@unocss/preset-wind@0.63.6':
dependencies:
- '@unocss/core': 0.63.4
- '@unocss/preset-mini': 0.63.4
- '@unocss/rule-utils': 0.63.4
+ '@unocss/core': 0.63.6
+ '@unocss/preset-mini': 0.63.6
+ '@unocss/rule-utils': 0.63.6
- '@unocss/rule-utils@0.63.4':
+ '@unocss/rule-utils@0.63.6':
dependencies:
- '@unocss/core': 0.63.4
- magic-string: 0.30.11
+ '@unocss/core': 0.63.6
+ magic-string: 0.30.12
- '@unocss/transformer-directives@0.63.4':
+ '@unocss/transformer-directives@0.63.6':
dependencies:
- '@unocss/core': 0.63.4
- '@unocss/rule-utils': 0.63.4
+ '@unocss/core': 0.63.6
+ '@unocss/rule-utils': 0.63.6
css-tree: 3.0.0
- '@unocss/transformer-variant-group@0.63.4':
+ '@unocss/transformer-variant-group@0.63.6':
dependencies:
- '@unocss/core': 0.63.4
+ '@unocss/core': 0.63.6
- '@unocss/vite@0.63.4(rollup@4.24.0)(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0))':
+ '@unocss/vite@0.63.6(rollup@4.24.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0))':
dependencies:
'@ampproject/remapping': 2.3.0
- '@rollup/pluginutils': 5.1.2(rollup@4.24.0)
- '@unocss/config': 0.63.4
- '@unocss/core': 0.63.4
- '@unocss/inspector': 0.63.4
+ '@rollup/pluginutils': 5.1.3(rollup@4.24.0)
+ '@unocss/config': 0.63.6
+ '@unocss/core': 0.63.6
+ '@unocss/inspector': 0.63.6(typescript@5.6.3)
chokidar: 3.6.0
- magic-string: 0.30.11
+ magic-string: 0.30.12
tinyglobby: 0.2.9
- vite: 5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0)
+ vite: 5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0)
transitivePeerDependencies:
- rollup
- supports-color
+ - typescript
- '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0))(vue@3.5.11(typescript@5.6.3))':
+ '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3))':
dependencies:
- '@babel/core': 7.25.7
- '@babel/plugin-transform-typescript': 7.25.7(@babel/core@7.25.7)
- '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.7)
- vite: 5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0)
- vue: 3.5.11(typescript@5.6.3)
+ '@babel/core': 7.25.9
+ '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.25.9)
+ '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.9)
+ vite: 5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0)
+ vue: 3.5.12(typescript@5.6.3)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@5.1.4(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0))(vue@3.5.11(typescript@5.6.3))':
+ '@vitejs/plugin-vue@5.1.4(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3))':
dependencies:
- vite: 5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0)
- vue: 3.5.11(typescript@5.6.3)
+ vite: 5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0)
+ vue: 3.5.12(typescript@5.6.3)
'@volar/language-core@2.4.6':
dependencies:
@@ -6421,63 +6512,63 @@ snapshots:
'@vue/babel-helper-vue-transform-on@1.2.5': {}
- '@vue/babel-plugin-jsx@1.2.5(@babel/core@7.25.7)':
+ '@vue/babel-plugin-jsx@1.2.5(@babel/core@7.25.9)':
dependencies:
- '@babel/helper-module-imports': 7.25.7
- '@babel/helper-plugin-utils': 7.25.7
- '@babel/plugin-syntax-jsx': 7.25.7(@babel/core@7.25.7)
- '@babel/template': 7.25.7
- '@babel/traverse': 7.25.7
- '@babel/types': 7.25.7
+ '@babel/helper-module-imports': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.25.9)
+ '@babel/template': 7.25.9
+ '@babel/traverse': 7.25.9
+ '@babel/types': 7.25.9
'@vue/babel-helper-vue-transform-on': 1.2.5
- '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.25.7)
+ '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.25.9)
html-tags: 3.3.1
svg-tags: 1.0.0
optionalDependencies:
- '@babel/core': 7.25.7
+ '@babel/core': 7.25.9
transitivePeerDependencies:
- supports-color
- '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.25.7)':
+ '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.25.9)':
dependencies:
- '@babel/code-frame': 7.25.7
- '@babel/core': 7.25.7
- '@babel/helper-module-imports': 7.25.7
- '@babel/helper-plugin-utils': 7.25.7
- '@babel/parser': 7.25.7
- '@vue/compiler-sfc': 3.5.11
+ '@babel/code-frame': 7.25.9
+ '@babel/core': 7.25.9
+ '@babel/helper-module-imports': 7.25.9
+ '@babel/helper-plugin-utils': 7.25.9
+ '@babel/parser': 7.25.9
+ '@vue/compiler-sfc': 3.5.12
transitivePeerDependencies:
- supports-color
- '@vue/compiler-core@3.5.11':
+ '@vue/compiler-core@3.5.12':
dependencies:
- '@babel/parser': 7.25.7
- '@vue/shared': 3.5.11
+ '@babel/parser': 7.25.9
+ '@vue/shared': 3.5.12
entities: 4.5.0
estree-walker: 2.0.2
source-map-js: 1.2.1
- '@vue/compiler-dom@3.5.11':
+ '@vue/compiler-dom@3.5.12':
dependencies:
- '@vue/compiler-core': 3.5.11
- '@vue/shared': 3.5.11
+ '@vue/compiler-core': 3.5.12
+ '@vue/shared': 3.5.12
- '@vue/compiler-sfc@3.5.11':
+ '@vue/compiler-sfc@3.5.12':
dependencies:
- '@babel/parser': 7.25.7
- '@vue/compiler-core': 3.5.11
- '@vue/compiler-dom': 3.5.11
- '@vue/compiler-ssr': 3.5.11
- '@vue/shared': 3.5.11
+ '@babel/parser': 7.25.9
+ '@vue/compiler-core': 3.5.12
+ '@vue/compiler-dom': 3.5.12
+ '@vue/compiler-ssr': 3.5.12
+ '@vue/shared': 3.5.12
estree-walker: 2.0.2
- magic-string: 0.30.11
+ magic-string: 0.30.12
postcss: 8.4.47
source-map-js: 1.2.1
- '@vue/compiler-ssr@3.5.11':
+ '@vue/compiler-ssr@3.5.12':
dependencies:
- '@vue/compiler-dom': 3.5.11
- '@vue/shared': 3.5.11
+ '@vue/compiler-dom': 3.5.12
+ '@vue/shared': 3.5.12
'@vue/compiler-vue2@2.7.16':
dependencies:
@@ -6486,21 +6577,21 @@ snapshots:
'@vue/devtools-api@6.6.4': {}
- '@vue/devtools-core@7.4.6(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0))(vue@3.5.11(typescript@5.6.3))':
+ '@vue/devtools-core@7.5.4(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3))':
dependencies:
- '@vue/devtools-kit': 7.4.6
- '@vue/devtools-shared': 7.4.6
+ '@vue/devtools-kit': 7.5.4
+ '@vue/devtools-shared': 7.5.4
mitt: 3.0.1
nanoid: 3.3.7
pathe: 1.1.2
- vite-hot-client: 0.2.3(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0))
- vue: 3.5.11(typescript@5.6.3)
+ vite-hot-client: 0.2.3(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0))
+ vue: 3.5.12(typescript@5.6.3)
transitivePeerDependencies:
- vite
- '@vue/devtools-kit@7.4.6':
+ '@vue/devtools-kit@7.5.4':
dependencies:
- '@vue/devtools-shared': 7.4.6
+ '@vue/devtools-shared': 7.5.4
birpc: 0.2.19
hookable: 5.5.3
mitt: 3.0.1
@@ -6508,16 +6599,16 @@ snapshots:
speakingurl: 14.0.1
superjson: 2.2.1
- '@vue/devtools-shared@7.4.6':
+ '@vue/devtools-shared@7.5.4':
dependencies:
rfdc: 1.4.1
'@vue/language-core@2.1.6(typescript@5.6.3)':
dependencies:
'@volar/language-core': 2.4.6
- '@vue/compiler-dom': 3.5.11
+ '@vue/compiler-dom': 3.5.12
'@vue/compiler-vue2': 2.7.16
- '@vue/shared': 3.5.11
+ '@vue/shared': 3.5.12
computeds: 0.0.1
minimatch: 9.0.5
muggle-string: 0.4.1
@@ -6525,54 +6616,54 @@ snapshots:
optionalDependencies:
typescript: 5.6.3
- '@vue/reactivity@3.5.11':
+ '@vue/reactivity@3.5.12':
dependencies:
- '@vue/shared': 3.5.11
+ '@vue/shared': 3.5.12
- '@vue/runtime-core@3.5.11':
+ '@vue/runtime-core@3.5.12':
dependencies:
- '@vue/reactivity': 3.5.11
- '@vue/shared': 3.5.11
+ '@vue/reactivity': 3.5.12
+ '@vue/shared': 3.5.12
- '@vue/runtime-dom@3.5.11':
+ '@vue/runtime-dom@3.5.12':
dependencies:
- '@vue/reactivity': 3.5.11
- '@vue/runtime-core': 3.5.11
- '@vue/shared': 3.5.11
+ '@vue/reactivity': 3.5.12
+ '@vue/runtime-core': 3.5.12
+ '@vue/shared': 3.5.12
csstype: 3.1.3
- '@vue/server-renderer@3.5.11(vue@3.5.11(typescript@5.6.3))':
+ '@vue/server-renderer@3.5.12(vue@3.5.12(typescript@5.6.3))':
dependencies:
- '@vue/compiler-ssr': 3.5.11
- '@vue/shared': 3.5.11
- vue: 3.5.11(typescript@5.6.3)
+ '@vue/compiler-ssr': 3.5.12
+ '@vue/shared': 3.5.12
+ vue: 3.5.12(typescript@5.6.3)
- '@vue/shared@3.5.11': {}
+ '@vue/shared@3.5.12': {}
- '@vueuse/components@11.1.0(vue@3.5.11(typescript@5.6.3))':
+ '@vueuse/components@11.1.0(vue@3.5.12(typescript@5.6.3))':
dependencies:
- '@vueuse/core': 11.1.0(vue@3.5.11(typescript@5.6.3))
- '@vueuse/shared': 11.1.0(vue@3.5.11(typescript@5.6.3))
- vue-demi: 0.14.10(vue@3.5.11(typescript@5.6.3))
+ '@vueuse/core': 11.1.0(vue@3.5.12(typescript@5.6.3))
+ '@vueuse/shared': 11.1.0(vue@3.5.12(typescript@5.6.3))
+ vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/core@11.1.0(vue@3.5.11(typescript@5.6.3))':
+ '@vueuse/core@11.1.0(vue@3.5.12(typescript@5.6.3))':
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 11.1.0
- '@vueuse/shared': 11.1.0(vue@3.5.11(typescript@5.6.3))
- vue-demi: 0.14.10(vue@3.5.11(typescript@5.6.3))
+ '@vueuse/shared': 11.1.0(vue@3.5.12(typescript@5.6.3))
+ vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
'@vueuse/metadata@11.1.0': {}
- '@vueuse/shared@11.1.0(vue@3.5.11(typescript@5.6.3))':
+ '@vueuse/shared@11.1.0(vue@3.5.12(typescript@5.6.3))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.11(typescript@5.6.3))
+ vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -6662,15 +6753,15 @@ snapshots:
abs-svg-path@0.1.1: {}
- acorn-import-attributes@1.9.5(acorn@8.12.1):
+ acorn-import-attributes@1.9.5(acorn@8.13.0):
dependencies:
- acorn: 8.12.1
+ acorn: 8.13.0
- acorn-jsx@5.3.2(acorn@8.12.1):
+ acorn-jsx@5.3.2(acorn@8.13.0):
dependencies:
- acorn: 8.12.1
+ acorn: 8.13.0
- acorn@8.12.1: {}
+ acorn@8.13.0: {}
adler-32@1.3.1: {}
@@ -6698,10 +6789,10 @@ snapshots:
longest: 1.0.1
repeat-string: 1.6.1
- alova@3.0.20:
+ alova@3.1.1:
dependencies:
- '@alova/shared': 1.0.5
- rate-limiter-flexible: 5.0.3
+ '@alova/shared': 1.0.7
+ rate-limiter-flexible: 5.0.4
amdefine@1.0.1: {}
@@ -6773,7 +6864,7 @@ snapshots:
ast-types@0.16.1:
dependencies:
- tslib: 2.7.0
+ tslib: 2.8.0
async-validator@4.2.5: {}
@@ -6793,7 +6884,7 @@ snapshots:
axios@1.7.7:
dependencies:
follow-redirects: 1.15.9
- form-data: 4.0.0
+ form-data: 4.0.1
proxy-from-env: 1.1.0
transitivePeerDependencies:
- debug
@@ -6850,12 +6941,12 @@ snapshots:
dependencies:
fill-range: 7.1.1
- browserslist@4.24.0:
+ browserslist@4.24.2:
dependencies:
- caniuse-lite: 1.0.30001667
- electron-to-chromium: 1.5.34
+ caniuse-lite: 1.0.30001669
+ electron-to-chromium: 1.5.45
node-releases: 2.0.18
- update-browserslist-db: 1.1.1(browserslist@4.24.0)
+ update-browserslist-db: 1.1.1(browserslist@4.24.2)
bubblesets-js@2.3.3: {}
@@ -6946,7 +7037,7 @@ snapshots:
camelcase@6.3.0: {}
- caniuse-lite@1.0.30001667: {}
+ caniuse-lite@1.0.30001669: {}
canvas@2.11.2:
dependencies:
@@ -7133,7 +7224,7 @@ snapshots:
core-js-compat@3.38.1:
dependencies:
- browserslist: 4.24.0
+ browserslist: 4.24.2
core-js-pure@3.38.1: {}
@@ -7432,6 +7523,8 @@ snapshots:
destr@2.0.3: {}
+ detect-libc@1.0.3: {}
+
detect-libc@2.0.3:
optional: true
@@ -7500,7 +7593,7 @@ snapshots:
tslib: 2.3.0
zrender: 5.6.0
- electron-to-chromium@1.5.34: {}
+ electron-to-chromium@1.5.45: {}
emoji-regex@10.4.0: {}
@@ -7684,20 +7777,20 @@ snapshots:
escape-string-regexp@4.0.0: {}
- eslint-compat-utils@0.5.1(eslint@9.12.0(jiti@2.3.3)):
+ eslint-compat-utils@0.5.1(eslint@9.13.0(jiti@2.3.3)):
dependencies:
- eslint: 9.12.0(jiti@2.3.3)
+ eslint: 9.13.0(jiti@2.3.3)
semver: 7.6.3
- eslint-config-flat-gitignore@0.3.0(eslint@9.12.0(jiti@2.3.3)):
+ eslint-config-flat-gitignore@0.3.0(eslint@9.13.0(jiti@2.3.3)):
dependencies:
- '@eslint/compat': 1.2.0(eslint@9.12.0(jiti@2.3.3))
- eslint: 9.12.0(jiti@2.3.3)
+ '@eslint/compat': 1.2.1(eslint@9.13.0(jiti@2.3.3))
+ eslint: 9.13.0(jiti@2.3.3)
find-up-simple: 1.0.0
- eslint-config-prettier@9.1.0(eslint@9.12.0(jiti@2.3.3)):
+ eslint-config-prettier@9.1.0(eslint@9.13.0(jiti@2.3.3)):
dependencies:
- eslint: 9.12.0(jiti@2.3.3)
+ eslint: 9.13.0(jiti@2.3.3)
eslint-import-resolver-node@0.3.9:
dependencies:
@@ -7709,61 +7802,61 @@ snapshots:
eslint-parser-plain@0.1.0: {}
- eslint-plugin-es-x@7.8.0(eslint@9.12.0(jiti@2.3.3)):
+ eslint-plugin-es-x@7.8.0(eslint@9.13.0(jiti@2.3.3)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0(jiti@2.3.3))
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@2.3.3))
'@eslint-community/regexpp': 4.11.1
- eslint: 9.12.0(jiti@2.3.3)
- eslint-compat-utils: 0.5.1(eslint@9.12.0(jiti@2.3.3))
+ eslint: 9.13.0(jiti@2.3.3)
+ eslint-compat-utils: 0.5.1(eslint@9.13.0(jiti@2.3.3))
- eslint-plugin-import-x@4.2.1(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3):
+ eslint-plugin-import-x@4.3.1(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3):
dependencies:
- '@typescript-eslint/utils': 8.8.1(eslint@9.12.0(jiti@2.3.3))(typescript@5.6.3)
+ '@typescript-eslint/utils': 8.11.0(eslint@9.13.0(jiti@2.3.3))(typescript@5.6.3)
debug: 4.3.7
doctrine: 3.0.0
- eslint: 9.12.0(jiti@2.3.3)
+ eslint: 9.13.0(jiti@2.3.3)
eslint-import-resolver-node: 0.3.9
get-tsconfig: 4.8.1
is-glob: 4.0.3
minimatch: 9.0.5
semver: 7.6.3
stable-hash: 0.0.4
- tslib: 2.7.0
+ tslib: 2.8.0
transitivePeerDependencies:
- supports-color
- typescript
- eslint-plugin-n@17.10.2(eslint@9.12.0(jiti@2.3.3)):
+ eslint-plugin-n@17.11.1(eslint@9.13.0(jiti@2.3.3)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0(jiti@2.3.3))
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@2.3.3))
enhanced-resolve: 5.17.1
- eslint: 9.12.0(jiti@2.3.3)
- eslint-plugin-es-x: 7.8.0(eslint@9.12.0(jiti@2.3.3))
+ eslint: 9.13.0(jiti@2.3.3)
+ eslint-plugin-es-x: 7.8.0(eslint@9.13.0(jiti@2.3.3))
get-tsconfig: 4.8.1
- globals: 15.9.0
+ globals: 15.11.0
ignore: 5.3.2
minimatch: 9.0.5
semver: 7.6.3
- eslint-plugin-prettier@5.2.1(eslint-config-prettier@9.1.0(eslint@9.12.0(jiti@2.3.3)))(eslint@9.12.0(jiti@2.3.3))(prettier@3.3.3):
+ eslint-plugin-prettier@5.2.1(eslint-config-prettier@9.1.0(eslint@9.13.0(jiti@2.3.3)))(eslint@9.13.0(jiti@2.3.3))(prettier@3.3.3):
dependencies:
- eslint: 9.12.0(jiti@2.3.3)
+ eslint: 9.13.0(jiti@2.3.3)
prettier: 3.3.3
prettier-linter-helpers: 1.0.0
synckit: 0.9.2
optionalDependencies:
- eslint-config-prettier: 9.1.0(eslint@9.12.0(jiti@2.3.3))
+ eslint-config-prettier: 9.1.0(eslint@9.13.0(jiti@2.3.3))
- eslint-plugin-unicorn@55.0.0(eslint@9.12.0(jiti@2.3.3)):
+ eslint-plugin-unicorn@56.0.0(eslint@9.13.0(jiti@2.3.3)):
dependencies:
- '@babel/helper-validator-identifier': 7.25.7
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0(jiti@2.3.3))
+ '@babel/helper-validator-identifier': 7.25.9
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@2.3.3))
ci-info: 4.0.0
clean-regexp: 1.0.0
core-js-compat: 3.38.1
- eslint: 9.12.0(jiti@2.3.3)
+ eslint: 9.13.0(jiti@2.3.3)
esquery: 1.6.0
- globals: 15.9.0
+ globals: 15.11.0
indent-string: 4.0.0
is-builtin-module: 3.2.1
jsesc: 3.0.2
@@ -7774,16 +7867,16 @@ snapshots:
semver: 7.6.3
strip-indent: 3.0.0
- eslint-plugin-vue@9.28.0(eslint@9.12.0(jiti@2.3.3)):
+ eslint-plugin-vue@9.29.1(eslint@9.13.0(jiti@2.3.3)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0(jiti@2.3.3))
- eslint: 9.12.0(jiti@2.3.3)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@2.3.3))
+ eslint: 9.13.0(jiti@2.3.3)
globals: 13.24.0
natural-compare: 1.4.0
nth-check: 2.1.1
postcss-selector-parser: 6.1.2
semver: 7.6.3
- vue-eslint-parser: 9.4.3(eslint@9.12.0(jiti@2.3.3))
+ vue-eslint-parser: 9.4.3(eslint@9.13.0(jiti@2.3.3))
xml-name-validator: 4.0.0
transitivePeerDependencies:
- supports-color
@@ -7807,15 +7900,15 @@ snapshots:
eslint-visitor-keys@4.1.0: {}
- eslint@9.12.0(jiti@2.3.3):
+ eslint@9.13.0(jiti@2.3.3):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.12.0(jiti@2.3.3))
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.13.0(jiti@2.3.3))
'@eslint-community/regexpp': 4.11.1
'@eslint/config-array': 0.18.0
- '@eslint/core': 0.6.0
+ '@eslint/core': 0.7.0
'@eslint/eslintrc': 3.1.0
- '@eslint/js': 9.12.0
- '@eslint/plugin-kit': 0.2.0
+ '@eslint/js': 9.13.0
+ '@eslint/plugin-kit': 0.2.1
'@humanfs/node': 0.16.5
'@humanwhocodes/module-importer': 1.0.1
'@humanwhocodes/retry': 0.3.1
@@ -7858,14 +7951,14 @@ snapshots:
espree@10.2.0:
dependencies:
- acorn: 8.12.1
- acorn-jsx: 5.3.2(acorn@8.12.1)
+ acorn: 8.13.0
+ acorn-jsx: 5.3.2(acorn@8.13.0)
eslint-visitor-keys: 4.1.0
espree@9.6.1:
dependencies:
- acorn: 8.12.1
- acorn-jsx: 5.3.2(acorn@8.12.1)
+ acorn: 8.13.0
+ acorn-jsx: 5.3.2(acorn@8.13.0)
eslint-visitor-keys: 3.4.3
esprima@4.0.1: {}
@@ -7928,7 +8021,7 @@ snapshots:
strip-final-newline: 4.0.0
yoctocolors: 2.1.1
- execa@9.4.0:
+ execa@9.4.1:
dependencies:
'@sindresorhus/merge-streams': 4.0.0
cross-spawn: 7.0.3
@@ -8001,7 +8094,7 @@ snapshots:
dependencies:
reusify: 1.0.4
- fdir@6.4.0(picomatch@4.0.2):
+ fdir@6.4.2(picomatch@4.0.2):
optionalDependencies:
picomatch: 4.0.2
@@ -8068,7 +8161,7 @@ snapshots:
cross-spawn: 7.0.3
signal-exit: 4.1.0
- form-data@4.0.0:
+ form-data@4.0.1:
dependencies:
asynckit: 0.4.0
combined-stream: 1.0.8
@@ -8129,7 +8222,7 @@ snapshots:
get-caller-file@2.0.5: {}
- get-east-asian-width@1.2.0: {}
+ get-east-asian-width@1.3.0: {}
get-intrinsic@1.2.4:
dependencies:
@@ -8216,7 +8309,7 @@ snapshots:
globals@14.0.0: {}
- globals@15.9.0: {}
+ globals@15.11.0: {}
globalthis@1.0.4:
dependencies:
@@ -8473,7 +8566,7 @@ snapshots:
is-fullwidth-code-point@5.0.0:
dependencies:
- get-east-asian-width: 1.2.0
+ get-east-asian-width: 1.3.0
is-glob@4.0.3:
dependencies:
@@ -8572,7 +8665,7 @@ snapshots:
jest-worker@27.5.1:
dependencies:
- '@types/node': 22.7.5
+ '@types/node': 22.7.9
merge-stream: 2.0.0
supports-color: 8.1.1
@@ -8744,10 +8837,14 @@ snapshots:
dependencies:
'@jridgewell/sourcemap-codec': 1.5.0
+ magic-string@0.30.12:
+ dependencies:
+ '@jridgewell/sourcemap-codec': 1.5.0
+
magicast@0.3.4:
dependencies:
- '@babel/parser': 7.25.7
- '@babel/types': 7.25.7
+ '@babel/parser': 7.25.9
+ '@babel/types': 7.25.9
source-map-js: 1.2.1
make-dir@3.1.0:
@@ -9029,7 +9126,7 @@ snapshots:
mlly@1.7.2:
dependencies:
- acorn: 8.12.1
+ acorn: 8.13.0
pathe: 1.1.2
pkg-types: 1.2.1
ufo: 1.5.4
@@ -9051,12 +9148,12 @@ snapshots:
muggle-string@0.4.1: {}
- naive-ui@2.40.1(vue@3.5.11(typescript@5.6.3)):
+ naive-ui@2.40.1(vue@3.5.12(typescript@5.6.3)):
dependencies:
'@css-render/plugin-bem': 0.15.14(css-render@0.15.14)
- '@css-render/vue3-ssr': 0.15.14(vue@3.5.11(typescript@5.6.3))
+ '@css-render/vue3-ssr': 0.15.14(vue@3.5.12(typescript@5.6.3))
'@types/katex': 0.16.7
- '@types/lodash': 4.17.10
+ '@types/lodash': 4.17.12
'@types/lodash-es': 4.17.12
async-validator: 4.2.5
css-render: 0.15.14
@@ -9069,10 +9166,10 @@ snapshots:
lodash-es: 4.17.21
seemly: 0.3.9
treemate: 0.3.11
- vdirs: 0.1.8(vue@3.5.11(typescript@5.6.3))
- vooks: 0.2.12(vue@3.5.11(typescript@5.6.3))
- vue: 3.5.11(typescript@5.6.3)
- vueuc: 0.4.64(vue@3.5.11(typescript@5.6.3))
+ vdirs: 0.1.8(vue@3.5.12(typescript@5.6.3))
+ vooks: 0.2.12(vue@3.5.12(typescript@5.6.3))
+ vue: 3.5.12(typescript@5.6.3)
+ vueuc: 0.4.64(vue@3.5.12(typescript@5.6.3))
nan@2.22.0:
optional: true
@@ -9103,6 +9200,8 @@ snapshots:
next-tick@1.1.0: {}
+ node-addon-api@7.1.1: {}
+
node-fetch-native@1.6.4: {}
node-fetch@2.7.0:
@@ -9126,7 +9225,7 @@ snapshots:
normalize-path@3.0.0: {}
- npm-check-updates@17.1.3: {}
+ npm-check-updates@17.1.4: {}
npm-run-path@5.3.0:
dependencies:
@@ -9256,7 +9355,7 @@ snapshots:
package-json-from-dist@1.0.1: {}
- package-manager-detector@0.2.1: {}
+ package-manager-detector@0.2.2: {}
parent-module@1.0.1:
dependencies:
@@ -9264,7 +9363,7 @@ snapshots:
parse-json@5.2.0:
dependencies:
- '@babel/code-frame': 7.25.7
+ '@babel/code-frame': 7.25.9
error-ex: 1.3.2
json-parse-even-better-errors: 2.3.1
lines-and-columns: 1.2.4
@@ -9316,7 +9415,7 @@ snapshots:
perfect-debounce@1.0.0: {}
- picocolors@1.1.0: {}
+ picocolors@1.1.1: {}
picomatch@2.3.1: {}
@@ -9324,11 +9423,11 @@ snapshots:
pidtree@0.6.0: {}
- pinia@2.2.4(typescript@5.6.3)(vue@3.5.11(typescript@5.6.3)):
+ pinia@2.2.4(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)):
dependencies:
'@vue/devtools-api': 6.6.4
- vue: 3.5.11(typescript@5.6.3)
- vue-demi: 0.14.10(vue@3.5.11(typescript@5.6.3))
+ vue: 3.5.12(typescript@5.6.3)
+ vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3))
optionalDependencies:
typescript: 5.6.3
@@ -9394,7 +9493,7 @@ snapshots:
postcss@8.4.47:
dependencies:
nanoid: 3.3.7
- picocolors: 1.1.0
+ picocolors: 1.1.1
source-map-js: 1.2.1
posthtml-parser@0.2.1:
@@ -9475,7 +9574,7 @@ snapshots:
dependencies:
safe-buffer: 5.2.1
- rate-limiter-flexible@5.0.3: {}
+ rate-limiter-flexible@5.0.4: {}
rbush@3.0.1:
dependencies:
@@ -9521,7 +9620,7 @@ snapshots:
esprima: 4.0.1
source-map: 0.6.1
tiny-invariant: 1.3.3
- tslib: 2.7.0
+ tslib: 2.8.0
regenerator-runtime@0.14.1: {}
@@ -9645,8 +9744,9 @@ snapshots:
safer-buffer@2.1.2: {}
- sass@1.79.4:
+ sass@1.80.4:
dependencies:
+ '@parcel/watcher': 2.4.1
chokidar: 4.0.1
immutable: 4.3.7
source-map-js: 1.2.1
@@ -9741,11 +9841,11 @@ snapshots:
lodash: 4.17.21
lodash-es: 4.17.21
- simplebar-vue@2.3.5(vue@3.5.11(typescript@5.6.3)):
+ simplebar-vue@2.3.5(vue@3.5.12(typescript@5.6.3)):
dependencies:
simplebar-core: 1.2.6
- vue: 3.5.11(typescript@5.6.3)
- vue-demi: 0.13.11(vue@3.5.11(typescript@5.6.3))
+ vue: 3.5.12(typescript@5.6.3)
+ vue-demi: 0.13.11(vue@3.5.12(typescript@5.6.3))
transitivePeerDependencies:
- '@vue/composition-api'
@@ -9755,6 +9855,12 @@ snapshots:
mrmime: 2.0.0
totalist: 3.0.1
+ sirv@3.0.0:
+ dependencies:
+ '@polka/url': 1.0.0-next.28
+ mrmime: 2.0.0
+ totalist: 3.0.1
+
sisteransi@1.0.5: {}
slice-ansi@5.0.0:
@@ -9871,7 +9977,7 @@ snapshots:
string-width@7.2.0:
dependencies:
emoji-regex: 10.4.0
- get-east-asian-width: 1.2.0
+ get-east-asian-width: 1.3.0
strip-ansi: 7.1.0
string.prototype.trim@1.2.9:
@@ -9972,7 +10078,7 @@ snapshots:
css-select: 4.3.0
css-tree: 1.1.3
csso: 4.2.0
- picocolors: 1.1.0
+ picocolors: 1.1.1
stable: 0.1.8
swiper@11.1.12: {}
@@ -9980,9 +10086,9 @@ snapshots:
synckit@0.9.2:
dependencies:
'@pkgr/core': 0.1.1
- tslib: 2.7.0
+ tslib: 2.8.0
- tailwind-merge@2.5.3: {}
+ tailwind-merge@2.5.4: {}
tapable@2.2.1: {}
@@ -10028,7 +10134,7 @@ snapshots:
terser@5.36.0:
dependencies:
'@jridgewell/source-map': 0.3.6
- acorn: 8.12.1
+ acorn: 8.13.0
commander: 2.20.3
source-map-support: 0.5.21
@@ -10038,15 +10144,13 @@ snapshots:
tiny-invariant@1.3.3: {}
- tinyexec@0.3.0: {}
+ tinyexec@0.3.1: {}
tinyglobby@0.2.9:
dependencies:
- fdir: 6.4.0(picomatch@4.0.2)
+ fdir: 6.4.2(picomatch@4.0.2)
picomatch: 4.0.2
- to-fast-properties@2.0.0: {}
-
to-object-path@0.3.0:
dependencies:
kind-of: 3.2.2
@@ -10090,7 +10194,7 @@ snapshots:
tslib@2.3.0: {}
- tslib@2.7.0: {}
+ tslib@2.8.0: {}
tsx@4.19.1:
dependencies:
@@ -10220,7 +10324,7 @@ snapshots:
universalify@2.0.1: {}
- unplugin-icons@0.19.3(@vue/compiler-sfc@3.5.11)(webpack-sources@3.2.3):
+ unplugin-icons@0.19.3(@vue/compiler-sfc@3.5.12)(webpack-sources@3.2.3):
dependencies:
'@antfu/install-pkg': 0.4.1
'@antfu/utils': 0.7.10
@@ -10230,26 +10334,26 @@ snapshots:
local-pkg: 0.5.0
unplugin: 1.14.1(webpack-sources@3.2.3)
optionalDependencies:
- '@vue/compiler-sfc': 3.5.11
+ '@vue/compiler-sfc': 3.5.12
transitivePeerDependencies:
- supports-color
- webpack-sources
- unplugin-vue-components@0.27.4(@babel/parser@7.25.7)(rollup@4.24.0)(vue@3.5.11(typescript@5.6.3))(webpack-sources@3.2.3):
+ unplugin-vue-components@0.27.4(@babel/parser@7.25.9)(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3):
dependencies:
'@antfu/utils': 0.7.10
- '@rollup/pluginutils': 5.1.2(rollup@4.24.0)
+ '@rollup/pluginutils': 5.1.3(rollup@4.24.0)
chokidar: 3.6.0
debug: 4.3.7
fast-glob: 3.3.2
local-pkg: 0.5.0
- magic-string: 0.30.11
+ magic-string: 0.30.12
minimatch: 9.0.5
mlly: 1.7.2
unplugin: 1.14.1(webpack-sources@3.2.3)
- vue: 3.5.11(typescript@5.6.3)
+ vue: 3.5.12(typescript@5.6.3)
optionalDependencies:
- '@babel/parser': 7.25.7
+ '@babel/parser': 7.25.9
transitivePeerDependencies:
- rollup
- supports-color
@@ -10257,14 +10361,14 @@ snapshots:
unplugin@1.12.0:
dependencies:
- acorn: 8.12.1
+ acorn: 8.13.0
chokidar: 3.6.0
webpack-sources: 3.2.3
webpack-virtual-modules: 0.6.2
unplugin@1.14.1(webpack-sources@3.2.3):
dependencies:
- acorn: 8.12.1
+ acorn: 8.13.0
webpack-virtual-modules: 0.6.2
optionalDependencies:
webpack-sources: 3.2.3
@@ -10274,11 +10378,11 @@ snapshots:
has-value: 0.3.1
isobject: 3.0.1
- update-browserslist-db@1.1.1(browserslist@4.24.0):
+ update-browserslist-db@1.1.1(browserslist@4.24.2):
dependencies:
- browserslist: 4.24.0
+ browserslist: 4.24.2
escalade: 3.2.0
- picocolors: 1.1.0
+ picocolors: 1.1.1
uri-js@4.4.1:
dependencies:
@@ -10297,43 +10401,43 @@ snapshots:
vary@1.1.2: {}
- vdirs@0.1.8(vue@3.5.11(typescript@5.6.3)):
+ vdirs@0.1.8(vue@3.5.12(typescript@5.6.3)):
dependencies:
evtd: 0.2.4
- vue: 3.5.11(typescript@5.6.3)
+ vue: 3.5.12(typescript@5.6.3)
vditor@3.10.5:
dependencies:
diff-match-patch: 1.0.5
- vite-hot-client@0.2.3(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0)):
+ vite-hot-client@0.2.3(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0)):
dependencies:
- vite: 5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0)
+ vite: 5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0)
- vite-plugin-inspect@0.8.7(rollup@4.24.0)(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0)):
+ vite-plugin-inspect@0.8.7(rollup@4.24.0)(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0)):
dependencies:
'@antfu/utils': 0.7.10
- '@rollup/pluginutils': 5.1.2(rollup@4.24.0)
+ '@rollup/pluginutils': 5.1.3(rollup@4.24.0)
debug: 4.3.7
error-stack-parser-es: 0.1.5
fs-extra: 11.2.0
open: 10.1.0
perfect-debounce: 1.0.0
- picocolors: 1.1.0
+ picocolors: 1.1.1
sirv: 2.0.4
- vite: 5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0)
+ vite: 5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0)
transitivePeerDependencies:
- rollup
- supports-color
- vite-plugin-progress@0.0.7(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0)):
+ vite-plugin-progress@0.0.7(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0)):
dependencies:
- picocolors: 1.1.0
+ picocolors: 1.1.1
progress: 2.0.3
rd: 2.0.1
- vite: 5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0)
+ vite: 5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0)
- vite-plugin-svg-icons@2.0.1(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0)):
+ vite-plugin-svg-icons@2.0.1(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0)):
dependencies:
'@types/svgo': 2.6.4
cors: 2.8.5
@@ -10343,75 +10447,75 @@ snapshots:
pathe: 0.2.0
svg-baker: 1.7.0
svgo: 2.8.0
- vite: 5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0)
+ vite: 5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0)
transitivePeerDependencies:
- supports-color
- vite-plugin-vue-devtools@7.4.6(rollup@4.24.0)(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0))(vue@3.5.11(typescript@5.6.3)):
+ vite-plugin-vue-devtools@7.5.4(rollup@4.24.0)(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3)):
dependencies:
- '@vue/devtools-core': 7.4.6(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0))(vue@3.5.11(typescript@5.6.3))
- '@vue/devtools-kit': 7.4.6
- '@vue/devtools-shared': 7.4.6
+ '@vue/devtools-core': 7.5.4(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3))
+ '@vue/devtools-kit': 7.5.4
+ '@vue/devtools-shared': 7.5.4
execa: 8.0.1
- sirv: 2.0.4
- vite: 5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0)
- vite-plugin-inspect: 0.8.7(rollup@4.24.0)(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0))
- vite-plugin-vue-inspector: 5.2.0(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0))
+ sirv: 3.0.0
+ vite: 5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0)
+ vite-plugin-inspect: 0.8.7(rollup@4.24.0)(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0))
+ vite-plugin-vue-inspector: 5.2.0(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0))
transitivePeerDependencies:
- '@nuxt/kit'
- rollup
- supports-color
- vue
- vite-plugin-vue-inspector@5.2.0(vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0)):
+ vite-plugin-vue-inspector@5.2.0(vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0)):
dependencies:
- '@babel/core': 7.25.7
- '@babel/plugin-proposal-decorators': 7.25.7(@babel/core@7.25.7)
- '@babel/plugin-syntax-import-attributes': 7.25.7(@babel/core@7.25.7)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.7)
- '@babel/plugin-transform-typescript': 7.25.7(@babel/core@7.25.7)
- '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.7)
- '@vue/compiler-dom': 3.5.11
+ '@babel/core': 7.25.9
+ '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-syntax-import-attributes': 7.25.9(@babel/core@7.25.9)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.9)
+ '@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.25.9)
+ '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.9)
+ '@vue/compiler-dom': 3.5.12
kolorist: 1.8.0
- magic-string: 0.30.11
- vite: 5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0)
+ magic-string: 0.30.12
+ vite: 5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0)
transitivePeerDependencies:
- supports-color
- vite@5.4.8(@types/node@22.7.5)(sass@1.79.4)(terser@5.36.0):
+ vite@5.4.10(@types/node@22.7.9)(sass@1.80.4)(terser@5.36.0):
dependencies:
esbuild: 0.21.5
postcss: 8.4.47
rollup: 4.24.0
optionalDependencies:
- '@types/node': 22.7.5
+ '@types/node': 22.7.9
fsevents: 2.3.3
- sass: 1.79.4
+ sass: 1.80.4
terser: 5.36.0
- vooks@0.2.12(vue@3.5.11(typescript@5.6.3)):
+ vooks@0.2.12(vue@3.5.12(typescript@5.6.3)):
dependencies:
evtd: 0.2.4
- vue: 3.5.11(typescript@5.6.3)
+ vue: 3.5.12(typescript@5.6.3)
vscode-uri@3.0.8: {}
- vue-demi@0.13.11(vue@3.5.11(typescript@5.6.3)):
+ vue-demi@0.13.11(vue@3.5.12(typescript@5.6.3)):
dependencies:
- vue: 3.5.11(typescript@5.6.3)
+ vue: 3.5.12(typescript@5.6.3)
- vue-demi@0.14.10(vue@3.5.11(typescript@5.6.3)):
+ vue-demi@0.14.10(vue@3.5.12(typescript@5.6.3)):
dependencies:
- vue: 3.5.11(typescript@5.6.3)
+ vue: 3.5.12(typescript@5.6.3)
- vue-draggable-plus@0.5.3(@types/sortablejs@1.15.8):
+ vue-draggable-plus@0.5.4(@types/sortablejs@1.15.8):
dependencies:
'@types/sortablejs': 1.15.8
- vue-eslint-parser@9.4.3(eslint@9.12.0(jiti@2.3.3)):
+ vue-eslint-parser@9.4.3(eslint@9.13.0(jiti@2.3.3)):
dependencies:
debug: 4.3.7
- eslint: 9.12.0(jiti@2.3.3)
+ eslint: 9.13.0(jiti@2.3.3)
eslint-scope: 7.2.2
eslint-visitor-keys: 3.4.3
espree: 9.6.1
@@ -10421,25 +10525,31 @@ snapshots:
transitivePeerDependencies:
- supports-color
- vue-i18n@10.0.4(vue@3.5.11(typescript@5.6.3)):
+ vue-flow-layout@0.0.5(typescript@5.6.3):
+ dependencies:
+ vue: 3.5.12(typescript@5.6.3)
+ transitivePeerDependencies:
+ - typescript
+
+ vue-i18n@10.0.4(vue@3.5.12(typescript@5.6.3)):
dependencies:
'@intlify/core-base': 10.0.4
'@intlify/shared': 10.0.4
'@vue/devtools-api': 6.6.4
- vue: 3.5.11(typescript@5.6.3)
+ vue: 3.5.12(typescript@5.6.3)
- vue-pdf-embed@2.1.0(vue@3.5.11(typescript@5.6.3)):
+ vue-pdf-embed@2.1.0(vue@3.5.12(typescript@5.6.3)):
dependencies:
pdfjs-dist: 4.7.76
- vue: 3.5.11(typescript@5.6.3)
+ vue: 3.5.12(typescript@5.6.3)
transitivePeerDependencies:
- encoding
- supports-color
- vue-router@4.4.5(vue@3.5.11(typescript@5.6.3)):
+ vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)):
dependencies:
'@vue/devtools-api': 6.6.4
- vue: 3.5.11(typescript@5.6.3)
+ vue: 3.5.12(typescript@5.6.3)
vue-tsc@2.1.6(typescript@5.6.3):
dependencies:
@@ -10448,32 +10558,32 @@ snapshots:
semver: 7.6.3
typescript: 5.6.3
- vue@3.5.11(typescript@5.6.3):
+ vue@3.5.12(typescript@5.6.3):
dependencies:
- '@vue/compiler-dom': 3.5.11
- '@vue/compiler-sfc': 3.5.11
- '@vue/runtime-dom': 3.5.11
- '@vue/server-renderer': 3.5.11(vue@3.5.11(typescript@5.6.3))
- '@vue/shared': 3.5.11
+ '@vue/compiler-dom': 3.5.12
+ '@vue/compiler-sfc': 3.5.12
+ '@vue/runtime-dom': 3.5.12
+ '@vue/server-renderer': 3.5.12(vue@3.5.12(typescript@5.6.3))
+ '@vue/shared': 3.5.12
optionalDependencies:
typescript: 5.6.3
- vueuc@0.4.64(vue@3.5.11(typescript@5.6.3)):
+ vueuc@0.4.64(vue@3.5.12(typescript@5.6.3)):
dependencies:
- '@css-render/vue3-ssr': 0.15.14(vue@3.5.11(typescript@5.6.3))
+ '@css-render/vue3-ssr': 0.15.14(vue@3.5.12(typescript@5.6.3))
'@juggle/resize-observer': 3.4.0
css-render: 0.15.14
evtd: 0.2.4
seemly: 0.3.9
- vdirs: 0.1.8(vue@3.5.11(typescript@5.6.3))
- vooks: 0.2.12(vue@3.5.11(typescript@5.6.3))
- vue: 3.5.11(typescript@5.6.3)
+ vdirs: 0.1.8(vue@3.5.12(typescript@5.6.3))
+ vooks: 0.2.12(vue@3.5.12(typescript@5.6.3))
+ vue: 3.5.12(typescript@5.6.3)
wangeditor@4.7.15:
dependencies:
- '@babel/runtime': 7.25.7
- '@babel/runtime-corejs3': 7.25.7
- tslib: 2.7.0
+ '@babel/runtime': 7.25.9
+ '@babel/runtime-corejs3': 7.25.9
+ tslib: 2.8.0
watchpack@2.4.2:
dependencies:
@@ -10493,9 +10603,9 @@ snapshots:
'@webassemblyjs/ast': 1.12.1
'@webassemblyjs/wasm-edit': 1.12.1
'@webassemblyjs/wasm-parser': 1.12.1
- acorn: 8.12.1
- acorn-import-attributes: 1.9.5(acorn@8.12.1)
- browserslist: 4.24.0
+ acorn: 8.13.0
+ acorn-import-attributes: 1.9.5(acorn@8.13.0)
+ browserslist: 4.24.2
chrome-trace-event: 1.0.4
enhanced-resolve: 5.17.1
es-module-lexer: 1.5.4
diff --git a/src/constants/app.ts b/src/constants/app.ts
index 4948a157..3757a4e8 100644
--- a/src/constants/app.ts
+++ b/src/constants/app.ts
@@ -54,3 +54,10 @@ export const themePageAnimationModeRecord: Record = {
+ close: 'theme.resetCacheStrategy.close',
+ refresh: 'theme.resetCacheStrategy.refresh'
+};
+
+export const resetCacheStrategyOptions = transformRecordToOption(resetCacheStrategyRecord);
diff --git a/src/layouts/modules/global-content/index.vue b/src/layouts/modules/global-content/index.vue
index 2e7a05b2..989b6d4f 100644
--- a/src/layouts/modules/global-content/index.vue
+++ b/src/layouts/modules/global-content/index.vue
@@ -42,7 +42,7 @@ function resetScroll() {
@after-leave="resetScroll"
@after-enter="appStore.setContentXScrollable(false)"
>
-
+
themeStore.layout.scrollMode === 'wra
{{ $t('theme.pageFunTitle') }}
+
+
+
{
});
setReloadFlag(true);
+
+ if (themeStore.resetCacheStrategy === 'refresh') {
+ routeStore.resetRouteCache();
+ }
}
const locale = ref(localStg.get('lang') || 'zh-CN');
diff --git a/src/store/modules/route/index.ts b/src/store/modules/route/index.ts
index d3feea55..768c8f81 100644
--- a/src/store/modules/route/index.ts
+++ b/src/store/modules/route/index.ts
@@ -1,4 +1,4 @@
-import { computed, ref, shallowRef } from 'vue';
+import { computed, nextTick, ref, shallowRef } from 'vue';
import type { RouteRecordRaw } from 'vue-router';
import { defineStore } from 'pinia';
import { useBoolean } from '@sa/hooks';
@@ -9,7 +9,6 @@ import { createStaticRoutes, getAuthVueRoutes } from '@/router/routes';
import { ROOT_ROUTE } from '@/router/routes/builtin';
import { getRouteName, getRoutePath } from '@/router/elegant/transform';
import { fetchGetConstantRoutes, fetchGetUserRoutes, fetchIsRouteExist } from '@/service/api';
-import { useAppStore } from '../app';
import { useAuthStore } from '../auth';
import { useTabStore } from '../tab';
import {
@@ -25,7 +24,6 @@ import {
} from './shared';
export const useRouteStore = defineStore(SetupStoreId.Route, () => {
- const appStore = useAppStore();
const authStore = useAuthStore();
const tabStore = useTabStore();
const { bool: isInitConstantRoute, setBool: setIsInitConstantRoute } = useBoolean();
@@ -97,8 +95,12 @@ export const useRouteStore = defineStore(SetupStoreId.Route, () => {
/** Cache routes */
const cacheRoutes = ref([]);
- /** All cache routes */
- const allCacheRoutes = shallowRef([]);
+ /**
+ * Exclude cache routes
+ *
+ * for reset route cache
+ */
+ const excludeCacheRoutes = ref([]);
/**
* Get cache routes
@@ -106,69 +108,23 @@ export const useRouteStore = defineStore(SetupStoreId.Route, () => {
* @param routes Vue routes
*/
function getCacheRoutes(routes: RouteRecordRaw[]) {
- const alls = getCacheRouteNames(routes);
-
- cacheRoutes.value = alls;
- allCacheRoutes.value = [...alls];
+ cacheRoutes.value = getCacheRouteNames(routes);
}
/**
- * Add cache routes
+ * Reset route cache
*
+ * @default router.currentRoute.value.name current route name
* @param routeKey
*/
- function addCacheRoutes(routeKey: RouteKey) {
- if (cacheRoutes.value.includes(routeKey)) return;
+ async function resetRouteCache(routeKey?: RouteKey) {
+ const routeName = routeKey || (router.currentRoute.value.name as RouteKey);
- cacheRoutes.value.push(routeKey);
- }
+ excludeCacheRoutes.value.push(routeName);
- /**
- * Remove cache routes
- *
- * @param routeKey
- */
- function removeCacheRoutes(routeKey: RouteKey) {
- const index = cacheRoutes.value.findIndex(item => item === routeKey);
+ await nextTick();
- if (index === -1) return;
-
- cacheRoutes.value.splice(index, 1);
- }
-
- /**
- * Is cached route
- *
- * @param routeKey
- */
- function isCachedRoute(routeKey: RouteKey) {
- return allCacheRoutes.value.includes(routeKey);
- }
-
- /**
- * Re cache routes by route key
- *
- * @param routeKey
- */
- async function reCacheRoutesByKey(routeKey: RouteKey) {
- if (!isCachedRoute(routeKey)) return;
-
- removeCacheRoutes(routeKey);
-
- await appStore.reloadPage();
-
- addCacheRoutes(routeKey);
- }
-
- /**
- * Re cache routes by route keys
- *
- * @param routeKeys
- */
- async function reCacheRoutesByKeys(routeKeys: RouteKey[]) {
- for await (const key of routeKeys) {
- await reCacheRoutesByKey(key);
- }
+ excludeCacheRoutes.value = [];
}
/** Global breadcrumbs */
@@ -361,8 +317,8 @@ export const useRouteStore = defineStore(SetupStoreId.Route, () => {
searchMenus,
updateGlobalMenusByLocale,
cacheRoutes,
- reCacheRoutesByKey,
- reCacheRoutesByKeys,
+ excludeCacheRoutes,
+ resetRouteCache,
breadcrumbs,
initConstantRoute,
isInitConstantRoute,
diff --git a/src/styles/scss/global.scss b/src/styles/scss/global.scss
index e99a7812..4f1e757d 100644
--- a/src/styles/scss/global.scss
+++ b/src/styles/scss/global.scss
@@ -1 +1 @@
-@import './scrollbar.scss';
+@forward 'scrollbar';
diff --git a/src/theme/settings.ts b/src/theme/settings.ts
index a82fe636..c23f1fae 100644
--- a/src/theme/settings.ts
+++ b/src/theme/settings.ts
@@ -12,6 +12,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
error: '#f5222d'
},
isInfoFollowPrimary: true,
+ resetCacheStrategy: 'close',
layout: {
mode: 'vertical',
scrollMode: 'content',
@@ -83,6 +84,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
* If publish new version, use `overrideThemeSettings` to override certain theme settings
*/
export const overrideThemeSettings: Partial = {
+ resetCacheStrategy: 'close',
watermark: {
visible: false,
text: 'SoybeanAdmin'
diff --git a/src/typings/app.d.ts b/src/typings/app.d.ts
index ae67f22e..f36cae9a 100644
--- a/src/typings/app.d.ts
+++ b/src/typings/app.d.ts
@@ -20,6 +20,8 @@ declare namespace App {
otherColor: OtherColor;
/** Whether info color is followed by the primary color */
isInfoFollowPrimary: boolean;
+ /** Reset cache strategy */
+ resetCacheStrategy?: UnionKey.ResetCacheStrategy;
/** Layout */
layout: {
/** Layout mode */
@@ -388,6 +390,7 @@ declare namespace App {
};
themeDrawerTitle: string;
pageFunTitle: string;
+ resetCacheStrategy: { title: string } & Record;
configOperation: {
copyConfig: string;
copySuccessMsg: string;
diff --git a/src/typings/union-key.d.ts b/src/typings/union-key.d.ts
index f0a18dcd..a783294b 100644
--- a/src/typings/union-key.d.ts
+++ b/src/typings/union-key.d.ts
@@ -14,6 +14,14 @@ declare namespace UnionKey {
/** Theme scheme */
type ThemeScheme = 'light' | 'dark' | 'auto';
+ /**
+ * Reset cache strategy
+ *
+ * - close: re-cache when close page
+ * - refresh: re-cache when refresh page
+ */
+ type ResetCacheStrategy = 'close' | 'refresh';
+
/**
* The layout mode
*
diff --git a/src/views/alova/user/index.vue b/src/views/alova/user/index.vue
index 4b19766b..539ff2b7 100644
--- a/src/views/alova/user/index.vue
+++ b/src/views/alova/user/index.vue
@@ -43,7 +43,7 @@ const { loading, data, refresh, reload, page, pageSize, pageCount, send, remove
);
const getDataByPage = (newPage = 1) => {
page.value = newPage;
- send();
+ send(page.value, pageSize.value);
};
const {