diff --git a/.vscode/settings.json b/.vscode/settings.json
index 1a42d1dc..4fd9e522 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -3,7 +3,7 @@
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},
- "eslint.experimental.useFlatConfig": true,
+ "eslint.useFlatConfig": true,
"editor.formatOnSave": false,
"eslint.validate": ["html", "css", "scss", "json", "jsonc"],
"i18n-ally.displayLanguage": "zh-cn",
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d8db9cf7..8826fd3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,25 @@
# Changelog
+## [v1.2.7](https://github.com/honghuangdc/soybean-admin/compare/v1.2.6...v1.2.7) (2024-07-12)
+
+### 🛠 Optimizations
+
+- **projects**: supports custom menu icon sizes - by @wynn-w in https://github.com/honghuangdc/soybean-admin/issues/534 [(e035e)](https://github.com/honghuangdc/soybean-admin/commit/e035eab)
+
+### 🏡 Chore
+
+- **deps**:
+ - update deps - by @honghuangdc [(72ede)](https://github.com/honghuangdc/soybean-admin/commit/72ede8b)
+ - update deps - by @honghuangdc [(be13c)](https://github.com/honghuangdc/soybean-admin/commit/be13ca2)
+ - update deps - by @honghuangdc [(752ec)](https://github.com/honghuangdc/soybean-admin/commit/752ec1e)
+- **projects**:
+ - Fix deprecated configuration config - by @paynezhuang in https://github.com/honghuangdc/soybean-admin/issues/524 [(0d20e)](https://github.com/honghuangdc/soybean-admin/commit/0d20e4c)
+
+### ❤️ Contributors
+
+[](https://github.com/honghuangdc) [](https://github.com/wynn-w) [](https://github.com/paynezhuang)
+
## [v1.2.6](https://github.com/honghuangdc/soybean-admin/compare/v1.2.5...v1.2.6) (2024-06-21)
### 🐞 Bug Fixes
diff --git a/package.json b/package.json
index 79752df5..98b988ca 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "soybean-admin",
"type": "module",
- "version": "1.2.6",
+ "version": "1.2.7",
"description": "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。",
"author": {
"name": "Soybean",
@@ -58,7 +58,7 @@
"@vueuse/core": "10.11.0",
"clipboard": "2.0.11",
"dayjs": "1.11.11",
- "echarts": "5.5.0",
+ "echarts": "5.5.1",
"jsbarcode": "3.11.6",
"lodash-es": "4.17.21",
"naive-ui": "2.38.2",
@@ -66,49 +66,49 @@
"pinia": "2.1.7",
"print-js": "1.6.0",
"swiper": "11.1.1",
- "tailwind-merge": "2.3.0",
+ "tailwind-merge": "2.4.0",
"vditor": "3.10.4",
- "vue": "3.4.29",
- "vue-draggable-plus": "0.5.0",
+ "vue": "3.4.31",
+ "vue-draggable-plus": "0.5.2",
"vue-i18n": "9.13.1",
- "vue-router": "4.3.3",
+ "vue-router": "4.4.0",
"wangeditor": "4.7.15",
"xgplayer": "3.0.17"
},
"devDependencies": {
"@amap/amap-jsapi-types": "0.0.8",
"@elegant-router/vue": "0.3.7",
- "@iconify/json": "2.2.220",
+ "@iconify/json": "2.2.226",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@soybeanjs/eslint-config": "1.3.7",
"@types/bmapgl": "0.0.5",
"@types/lodash-es": "4.17.12",
- "@types/node": "20.14.6",
+ "@types/node": "20.14.10",
"@types/nprogress": "0.2.3",
- "@unocss/eslint-config": "0.61.0",
- "@unocss/preset-icons": "0.61.0",
- "@unocss/preset-uno": "0.61.0",
- "@unocss/transformer-directives": "0.61.0",
- "@unocss/transformer-variant-group": "0.61.0",
- "@unocss/vite": "0.61.0",
+ "@unocss/eslint-config": "0.61.3",
+ "@unocss/preset-icons": "0.61.3",
+ "@unocss/preset-uno": "0.61.3",
+ "@unocss/transformer-directives": "0.61.3",
+ "@unocss/transformer-variant-group": "0.61.3",
+ "@unocss/vite": "0.61.3",
"@vitejs/plugin-vue": "5.0.5",
"@vitejs/plugin-vue-jsx": "4.0.0",
- "eslint": "9.5.0",
- "eslint-plugin-vue": "9.26.0",
+ "eslint": "9.6.0",
+ "eslint-plugin-vue": "9.27.0",
"lint-staged": "15.2.7",
- "sass": "1.77.6",
+ "sass": "1.77.7",
"simple-git-hooks": "2.11.1",
- "tsx": "4.15.6",
- "typescript": "5.4.5",
+ "tsx": "4.16.2",
+ "typescript": "5.5.3",
"unplugin-icons": "0.19.0",
- "unplugin-vue-components": "0.27.0",
- "vite": "5.3.1",
+ "unplugin-vue-components": "0.27.2",
+ "vite": "5.3.3",
"vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1",
- "vite-plugin-vue-devtools": "7.3.2",
+ "vite-plugin-vue-devtools": "7.3.5",
"vue-eslint-parser": "9.4.3",
- "vue-tsc": "2.0.21"
+ "vue-tsc": "2.0.26"
},
"simple-git-hooks": {
"commit-msg": "pnpm sa git-commit-verify",
diff --git a/packages/axios/package.json b/packages/axios/package.json
index f87a0533..48eedcfa 100644
--- a/packages/axios/package.json
+++ b/packages/axios/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/axios",
- "version": "1.2.6",
+ "version": "1.2.7",
"exports": {
".": "./src/index.ts"
},
@@ -12,8 +12,8 @@
"dependencies": {
"@sa/utils": "workspace:*",
"axios": "1.7.2",
- "axios-retry": "4.4.0",
- "qs": "6.12.1"
+ "axios-retry": "4.4.1",
+ "qs": "6.12.3"
},
"devDependencies": {
"@types/qs": "6.9.15"
diff --git a/packages/color/package.json b/packages/color/package.json
index 54d85578..e0fb88d6 100644
--- a/packages/color/package.json
+++ b/packages/color/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/color",
- "version": "1.2.6",
+ "version": "1.2.7",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/hooks/package.json b/packages/hooks/package.json
index 200434f8..3e5109f1 100644
--- a/packages/hooks/package.json
+++ b/packages/hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/hooks",
- "version": "1.2.6",
+ "version": "1.2.7",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/materials/package.json b/packages/materials/package.json
index 8b69b21a..4a7ac1f6 100644
--- a/packages/materials/package.json
+++ b/packages/materials/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/materials",
- "version": "1.2.6",
+ "version": "1.2.7",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/ofetch/package.json b/packages/ofetch/package.json
index cfbb9c0a..9b702d81 100644
--- a/packages/ofetch/package.json
+++ b/packages/ofetch/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/fetch",
- "version": "1.2.6",
+ "version": "1.2.7",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/scripts/package.json b/packages/scripts/package.json
index cb8f2cbc..3d5bd114 100644
--- a/packages/scripts/package.json
+++ b/packages/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/scripts",
- "version": "1.2.6",
+ "version": "1.2.7",
"bin": {
"sa": "./bin.ts"
},
@@ -19,9 +19,9 @@
"cac": "6.7.14",
"consola": "3.2.3",
"enquirer": "2.4.1",
- "execa": "9.2.0",
+ "execa": "9.3.0",
"kolorist": "1.8.0",
"npm-check-updates": "16.14.20",
- "rimraf": "5.0.7"
+ "rimraf": "6.0.1"
}
}
diff --git a/packages/uno-preset/package.json b/packages/uno-preset/package.json
index 3a8778d3..310dba05 100644
--- a/packages/uno-preset/package.json
+++ b/packages/uno-preset/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/uno-preset",
- "version": "1.2.6",
+ "version": "1.2.7",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/utils/package.json b/packages/utils/package.json
index ea66abce..7b032ad3 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/utils",
- "version": "1.2.6",
+ "version": "1.2.7",
"exports": {
".": "./src/index.ts"
},
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index cee6cd61..26d2201d 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -19,7 +19,7 @@ importers:
version: 2.5.1
'@iconify/vue':
specifier: 4.1.2
- version: 4.1.2(vue@3.4.29(typescript@5.4.5))
+ version: 4.1.2(vue@3.4.31(typescript@5.5.3))
'@sa/axios':
specifier: workspace:*
version: link:packages/axios
@@ -37,7 +37,7 @@ importers:
version: link:packages/utils
'@vueuse/core':
specifier: 10.11.0
- version: 10.11.0(vue@3.4.29(typescript@5.4.5))
+ version: 10.11.0(vue@3.4.31(typescript@5.5.3))
clipboard:
specifier: 2.0.11
version: 2.0.11
@@ -45,8 +45,8 @@ importers:
specifier: 1.11.11
version: 1.11.11
echarts:
- specifier: 5.5.0
- version: 5.5.0
+ specifier: 5.5.1
+ version: 5.5.1
jsbarcode:
specifier: 3.11.6
version: 3.11.6
@@ -55,13 +55,13 @@ importers:
version: 4.17.21
naive-ui:
specifier: 2.38.2
- version: 2.38.2(vue@3.4.29(typescript@5.4.5))
+ version: 2.38.2(vue@3.4.31(typescript@5.5.3))
nprogress:
specifier: 0.2.0
version: 0.2.0
pinia:
specifier: 2.1.7
- version: 2.1.7(typescript@5.4.5)(vue@3.4.29(typescript@5.4.5))
+ version: 2.1.7(typescript@5.5.3)(vue@3.4.31(typescript@5.5.3))
print-js:
specifier: 1.6.0
version: 1.6.0
@@ -69,23 +69,23 @@ importers:
specifier: 11.1.1
version: 11.1.1
tailwind-merge:
- specifier: 2.3.0
- version: 2.3.0
+ specifier: 2.4.0
+ version: 2.4.0
vditor:
specifier: 3.10.4
version: 3.10.4
vue:
- specifier: 3.4.29
- version: 3.4.29(typescript@5.4.5)
+ specifier: 3.4.31
+ version: 3.4.31(typescript@5.5.3)
vue-draggable-plus:
- specifier: 0.5.0
- version: 0.5.0(@types/sortablejs@1.15.8)
+ specifier: 0.5.2
+ version: 0.5.2(@types/sortablejs@1.15.8)
vue-i18n:
specifier: 9.13.1
- version: 9.13.1(vue@3.4.29(typescript@5.4.5))
+ version: 9.13.1(vue@3.4.31(typescript@5.5.3))
vue-router:
- specifier: 4.3.3
- version: 4.3.3(vue@3.4.29(typescript@5.4.5))
+ specifier: 4.4.0
+ version: 4.4.0(vue@3.4.31(typescript@5.5.3))
wangeditor:
specifier: 4.7.15
version: 4.7.15
@@ -100,8 +100,8 @@ importers:
specifier: 0.3.7
version: 0.3.7
'@iconify/json':
- specifier: 2.2.220
- version: 2.2.220
+ specifier: 2.2.226
+ version: 2.2.226
'@sa/scripts':
specifier: workspace:*
version: link:packages/scripts
@@ -110,7 +110,7 @@ importers:
version: link:packages/uno-preset
'@soybeanjs/eslint-config':
specifier: 1.3.7
- version: 1.3.7(@unocss/eslint-config@0.61.0(eslint@9.5.0)(typescript@5.4.5))(eslint-plugin-vue@9.26.0(eslint@9.5.0))(eslint@9.5.0)(typescript@5.4.5)(vue-eslint-parser@9.4.3(eslint@9.5.0))
+ version: 1.3.7(@unocss/eslint-config@0.61.3(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-vue@9.27.0(eslint@9.6.0))(eslint@9.6.0)(typescript@5.5.3)(vue-eslint-parser@9.4.3(eslint@9.6.0))
'@types/bmapgl':
specifier: 0.0.5
version: 0.0.5
@@ -118,80 +118,80 @@ importers:
specifier: 4.17.12
version: 4.17.12
'@types/node':
- specifier: 20.14.6
- version: 20.14.6
+ specifier: 20.14.10
+ version: 20.14.10
'@types/nprogress':
specifier: 0.2.3
version: 0.2.3
'@unocss/eslint-config':
- specifier: 0.61.0
- version: 0.61.0(eslint@9.5.0)(typescript@5.4.5)
+ specifier: 0.61.3
+ version: 0.61.3(eslint@9.6.0)(typescript@5.5.3)
'@unocss/preset-icons':
- specifier: 0.61.0
- version: 0.61.0
+ specifier: 0.61.3
+ version: 0.61.3
'@unocss/preset-uno':
- specifier: 0.61.0
- version: 0.61.0
+ specifier: 0.61.3
+ version: 0.61.3
'@unocss/transformer-directives':
- specifier: 0.61.0
- version: 0.61.0
+ specifier: 0.61.3
+ version: 0.61.3
'@unocss/transformer-variant-group':
- specifier: 0.61.0
- version: 0.61.0
+ specifier: 0.61.3
+ version: 0.61.3
'@unocss/vite':
- specifier: 0.61.0
- version: 0.61.0(rollup@4.18.0)(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6))
+ specifier: 0.61.3
+ version: 0.61.3(rollup@4.18.1)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7))
'@vitejs/plugin-vue':
specifier: 5.0.5
- version: 5.0.5(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6))(vue@3.4.29(typescript@5.4.5))
+ version: 5.0.5(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7))(vue@3.4.31(typescript@5.5.3))
'@vitejs/plugin-vue-jsx':
specifier: 4.0.0
- version: 4.0.0(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6))(vue@3.4.29(typescript@5.4.5))
+ version: 4.0.0(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7))(vue@3.4.31(typescript@5.5.3))
eslint:
- specifier: 9.5.0
- version: 9.5.0
+ specifier: 9.6.0
+ version: 9.6.0
eslint-plugin-vue:
- specifier: 9.26.0
- version: 9.26.0(eslint@9.5.0)
+ specifier: 9.27.0
+ version: 9.27.0(eslint@9.6.0)
lint-staged:
specifier: 15.2.7
version: 15.2.7
sass:
- specifier: 1.77.6
- version: 1.77.6
+ specifier: 1.77.7
+ version: 1.77.7
simple-git-hooks:
specifier: 2.11.1
version: 2.11.1
tsx:
- specifier: 4.15.6
- version: 4.15.6
+ specifier: 4.16.2
+ version: 4.16.2
typescript:
- specifier: 5.4.5
- version: 5.4.5
+ specifier: 5.5.3
+ version: 5.5.3
unplugin-icons:
specifier: 0.19.0
- version: 0.19.0(@vue/compiler-sfc@3.4.29)(vue-template-compiler@2.7.16)
+ version: 0.19.0(@vue/compiler-sfc@3.4.31)(vue-template-compiler@2.7.16)
unplugin-vue-components:
- specifier: 0.27.0
- version: 0.27.0(@babel/parser@7.24.7)(rollup@4.18.0)(vue@3.4.29(typescript@5.4.5))
+ specifier: 0.27.2
+ version: 0.27.2(@babel/parser@7.24.8)(rollup@4.18.1)(vue@3.4.31(typescript@5.5.3))
vite:
- specifier: 5.3.1
- version: 5.3.1(@types/node@20.14.6)(sass@1.77.6)
+ specifier: 5.3.3
+ version: 5.3.3(@types/node@20.14.10)(sass@1.77.7)
vite-plugin-progress:
specifier: 0.0.7
- version: 0.0.7(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6))
+ version: 0.0.7(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7))
vite-plugin-svg-icons:
specifier: 2.0.1
- version: 2.0.1(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6))
+ version: 2.0.1(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7))
vite-plugin-vue-devtools:
- specifier: 7.3.2
- version: 7.3.2(rollup@4.18.0)(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6))
+ specifier: 7.3.5
+ version: 7.3.5(rollup@4.18.1)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7))(vue@3.4.31(typescript@5.5.3))
vue-eslint-parser:
specifier: 9.4.3
- version: 9.4.3(eslint@9.5.0)
+ version: 9.4.3(eslint@9.6.0)
vue-tsc:
- specifier: 2.0.21
- version: 2.0.21(typescript@5.4.5)
+ specifier: 2.0.26
+ version: 2.0.26(typescript@5.5.3)
packages/axios:
dependencies:
@@ -202,11 +202,11 @@ importers:
specifier: 1.7.2
version: 1.7.2
axios-retry:
- specifier: 4.4.0
- version: 4.4.0(axios@1.7.2)
+ specifier: 4.4.1
+ version: 4.4.1(axios@1.7.2)
qs:
- specifier: 6.12.1
- version: 6.12.1
+ specifier: 6.12.3
+ version: 6.12.3
devDependencies:
'@types/qs':
specifier: 6.9.15
@@ -234,7 +234,7 @@ importers:
version: link:../utils
simplebar-vue:
specifier: 2.3.5
- version: 2.3.5(vue@3.4.29(typescript@5.4.5))
+ version: 2.3.5(vue@3.4.31(typescript@5.5.3))
devDependencies:
typed-css-modules:
specifier: 0.9.1
@@ -250,7 +250,7 @@ importers:
devDependencies:
'@soybeanjs/changelog':
specifier: 0.3.24
- version: 0.3.24(@unocss/eslint-config@0.61.0(eslint@9.5.0)(typescript@5.4.5))(eslint-plugin-vue@9.26.0(eslint@9.5.0))(eslint@9.5.0)(typescript@5.4.5)(vue-eslint-parser@9.4.3(eslint@9.5.0))
+ version: 0.3.24(@unocss/eslint-config@0.61.3(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-vue@9.27.0(eslint@9.6.0))(eslint@9.6.0)(typescript@5.5.3)(vue-eslint-parser@9.4.3(eslint@9.6.0))
bumpp:
specifier: 9.4.1
version: 9.4.1(magicast@0.3.4)
@@ -267,8 +267,8 @@ importers:
specifier: 2.4.1
version: 2.4.1
execa:
- specifier: 9.2.0
- version: 9.2.0
+ specifier: 9.3.0
+ version: 9.3.0
kolorist:
specifier: 1.8.0
version: 1.8.0
@@ -276,8 +276,8 @@ importers:
specifier: 16.14.20
version: 16.14.20
rimraf:
- specifier: 5.0.7
- version: 5.0.7
+ specifier: 6.0.1
+ version: 6.0.1
packages/uno-preset: {}
@@ -319,8 +319,8 @@ packages:
'@antfu/install-pkg@0.3.3':
resolution: {integrity: sha512-nHHsk3NXQ6xkCfiRRC8Nfrg8pU5kkr3P3Y9s9dKqiuRmBD0Yap7fymNDjGFKeWhZQHqqbCS5CfeMy9wtExM24w==}
- '@antfu/utils@0.7.8':
- resolution: {integrity: sha512-rWQkqXRESdjXtc+7NRfK9lASQjpXJu1ayp7qi1d23zZorY+wBHVLHHoVcMsEnkqEBWTFqbztO7/QdJFzyEcLTg==}
+ '@antfu/utils@0.7.10':
+ resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==}
'@antv/component@2.0.1':
resolution: {integrity: sha512-VldsSv2O/JNjZYenFIzmtLeC+KD2RcpNARsCLKpi04Iz26joQ3uMtnwxM5W4bd/SCJYKp+eeQeMHMAbwaNR1pw==}
@@ -334,50 +334,50 @@ packages:
'@antv/event-emitter@0.1.3':
resolution: {integrity: sha512-4ddpsiHN9Pd4UIlWuKVK1C4IiZIdbwQvy9i7DUSI3xNJ89FPUFt8lxDYj8GzzfdllV0NkJTRxnG+FvLk0llidg==}
- '@antv/g-camera-api@2.0.5':
- resolution: {integrity: sha512-cU4eH5YGfdVM7XKAVcAXmVgkJMFJfhCFgSletNvYhzY1HTpBvcD9LIIP2TAomN+quAMuP0n48orUBr9S4iaOvw==}
+ '@antv/g-camera-api@2.0.9':
+ resolution: {integrity: sha512-ixeF5lypyNqZ6Btua6FC7w3YvGi+WnmtDIAalByaM8lGDlYroZNYQTsOeVE4JsS15kjQwEe+GYs+e0jWgdXpeg==}
- '@antv/g-canvas@2.0.7':
- resolution: {integrity: sha512-tHa3Jq2B9EHDg8Icchxa+9z6TaTh4F0iVBqemj714XqPZfSf2cb+mr/AtqNsB25yCqosX31m8NsA+Ci18N2A1A==}
+ '@antv/g-canvas@2.0.8':
+ resolution: {integrity: sha512-XyzFGq3xqIRxEnIIU310FyOyuNAuUKyh93plgkRkF2dOCpS3RAVQRRxD1vnG47NShwjfo3Pn0qiIKTSyxGXQZg==}
- '@antv/g-dom-mutation-observer-api@2.0.5':
- resolution: {integrity: sha512-0e86+x/2hcmt5SITzeZjSA8X2/j2Fms+FQX+Iuf7zSou/77kk3ZqUASlwDsf03MT2oGXAW7EcO2Xy8MqpUiseA==}
+ '@antv/g-dom-mutation-observer-api@2.0.6':
+ resolution: {integrity: sha512-VIdXYxaIa82oqxLu2si+zaMq+UCU4CZS1sdtE4oROEe9uhA4vlZsynfnoOD+nw5RcTwKWx9nu1IxI/xsjFXUvw==}
- '@antv/g-lite@2.0.5':
- resolution: {integrity: sha512-IeD7L10MOofNg302Zrru09zjNczCyOAC6mFLjHQlkYCQRtcU04zn32pTxCDy7xRkLHlhAK1mlymBqzeRMkmrRg==}
+ '@antv/g-lite@2.0.6':
+ resolution: {integrity: sha512-7lYAtxrNHqtQIsBYCub6HLrMNm0828dzBed9Kge1hZtLbTL0weCmZBq/te/0lpdNDVeP/XqwYmT6toIi3sc0Ew==}
'@antv/g-math@3.0.0':
resolution: {integrity: sha512-AkmiNIEL1vgqTPeGY2wtsMdBBqKFwF7SKSgs+D1iOS/rqYMsXdhp/HvtuQ5tx/HdawE/ZzTiicIYopc520ADZw==}
- '@antv/g-plugin-canvas-path-generator@2.0.5':
- resolution: {integrity: sha512-O1TCCmrzJDWrA9BG2MfPb79zY23a2fOugygeAaj9CElc/rO5ZqZ4lO4NJe4UCHRInTTXJjGwPnIcmX24Gi6O/A==}
+ '@antv/g-plugin-canvas-path-generator@2.0.6':
+ resolution: {integrity: sha512-wMRUPowlyp1t7u3aalBZM0gQXCrOVNqNpodOOwFPqe+M0qBpHmh9gUF1AtXyg3m84i4HCUFgmupJ9YZVCnZ2lg==}
- '@antv/g-plugin-canvas-picker@2.0.6':
- resolution: {integrity: sha512-QD9Z6YA29iJC36mQxd+qSX5tNlQZ41M4nGWY/iepKnOwAf9Rm+X4AgyIxKOrjg/rkRgUv2WR0Dp2eMfKUqm/Ng==}
+ '@antv/g-plugin-canvas-picker@2.0.7':
+ resolution: {integrity: sha512-c1igCBXG4ZBvzxrTQ9DNxhYdA1gkzNv6JbTmT2ZDIBMxkLi1sD9jjEF00vc1+d2OHS3bpqmfpLkIniZCtAN3kA==}
- '@antv/g-plugin-canvas-renderer@2.0.6':
- resolution: {integrity: sha512-65uoJ2XJcUeGDYxnMxsGkdvaNNmEy79QEstr//as8hH+ssyUZJhBLgsDnhLqBQWYQGb7fXMPG0rUEesfjGOYkg==}
+ '@antv/g-plugin-canvas-renderer@2.0.7':
+ resolution: {integrity: sha512-GcfAyCXrsBCOUWPx8MnyMN3TJ/ocb9APg6gO1LeN5F8YN0fpkKqxuhfHTtc5D1dCG0+8VQWSyI3HdkbOOhA3vA==}
- '@antv/g-plugin-dom-interaction@2.0.5':
- resolution: {integrity: sha512-m4LeXM63d+MqQguCgmZU8TvvfuLlZ9zrtKWtRr6gYhi0+98o/3+pPrluIZhZHdgplH209+nN2JQ/ceoWp4OrZA==}
+ '@antv/g-plugin-dom-interaction@2.0.6':
+ resolution: {integrity: sha512-tu9+PNPSc7JOO+rZ/Q7tTuPMbMXRsXg9AVVaB+PzwGuYYQmCfRuudtPa5+lVWzXaFc6wlThb4v9qeA2AerqeNw==}
- '@antv/g-plugin-dragndrop@2.0.5':
- resolution: {integrity: sha512-Ow9BfL4w6er8OhJxilmU4FOQvFyEWSD6ScRWHBmXqY45/8zcMuhTWd2KcMAmxxPMNmtGch4WeJdPurb0beH8DQ==}
+ '@antv/g-plugin-dragndrop@2.0.6':
+ resolution: {integrity: sha512-qMrDbrGEnM66Qg/vwI+zNdhFNoN+pjzyZtO3MD+CjNQnEGpQqy1W9PNLpWcFE43BU5Z/JkoUtu6Oy5C/WKHBbQ==}
- '@antv/g-plugin-html-renderer@2.0.6':
- resolution: {integrity: sha512-dk0GHksBeuZlHFK/ARr6WRXQLuBQtsl7lboYQWXUVTlk+lIFq1n459hpukKokah89bRvnSAuqMVlBqEsyjn+nw==}
+ '@antv/g-plugin-html-renderer@2.0.7':
+ resolution: {integrity: sha512-j5zuVJ3cBm0VfJBTAtMa5GB159HSInBBXO3Nup4UVaKjl7JSL0Qkz5vZCvRX6rv6UD19+vH483v7JtQ+JXcgHA==}
- '@antv/g-plugin-image-loader@2.0.5':
- resolution: {integrity: sha512-TMpwOW4KibMtKOZZVMZHny+LOrWGjl1GP+i3N8sQx97oDaxIoNIB789XriuovKU/S71Y77ZTrqQdldknwWY24A==}
+ '@antv/g-plugin-image-loader@2.0.6':
+ resolution: {integrity: sha512-lyJ157fDqH0iFBYwFGUxZNUOxN0vRV5hF7e0iK9ElvSEc2ovqpLi0UVwjAbA67eJwpd5Y771Go1sRfx0XJo87Q==}
- '@antv/g-web-animations-api@2.0.6':
- resolution: {integrity: sha512-sDNkG0umxAgks14sCgumg9PoLkHXszS+T4RGMgFtlRYuXgM4OBZB3EYTa99www5Z4TaUM+Y/rvECn3FKv8Zo4Q==}
+ '@antv/g-web-animations-api@2.0.7':
+ resolution: {integrity: sha512-BpP86sTRAgNAWHDNajOhoM0YC2eL95iUFGcRftulrZ/8sqnTXF/M/I319vcznylwKNS37tzVmEppn76vS35UmQ==}
'@antv/g2@5.1.19':
resolution: {integrity: sha512-sVzxgAm6DE65wRQpZ3O+OaRlCjESC12oT2Rle6Cifb80dC6LDjZ4aBT9O90QCYibCJj6WCTrDQSasi+7ALo7MA==}
- '@antv/g@6.0.6':
- resolution: {integrity: sha512-LWXhBcgjYC/bcLVtNOwrToPosNVsL4ZErj5QexqXDMhqKg2fHMICeJt+1qV2+0bv1sM/vMfeTDRizRxg4OJ3zg==}
+ '@antv/g@6.0.10':
+ resolution: {integrity: sha512-VH45ddgHQhEzWZ4aDpHHcu6f77vIVKhfEMgHZzUL9bnMTmJ2P4qf0DtarhP6BKvxcHlFFpJcSyYSxTurNHvW5w==}
'@antv/hierarchy@0.6.12':
resolution: {integrity: sha512-WvWT9WYtm2SvYunm1HtzrHazvOozeP4cPFDhJWsnLzmTGMX/tNhsoCD3O+DDB3aeDY8fyM+wfZDvLv7+/4lIeA==}
@@ -398,28 +398,28 @@ packages:
resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==}
engines: {node: '>=6.9.0'}
- '@babel/compat-data@7.24.7':
- resolution: {integrity: sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==}
+ '@babel/compat-data@7.24.8':
+ resolution: {integrity: sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg==}
engines: {node: '>=6.9.0'}
- '@babel/core@7.24.7':
- resolution: {integrity: sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==}
+ '@babel/core@7.24.8':
+ resolution: {integrity: sha512-6AWcmZC/MZCO0yKys4uhg5NlxL0ESF3K6IAaoQ+xSXvPyPyxNWRafP+GDbI88Oh68O7QkJgmEtedWPM9U0pZNg==}
engines: {node: '>=6.9.0'}
- '@babel/generator@7.24.7':
- resolution: {integrity: sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==}
+ '@babel/generator@7.24.8':
+ resolution: {integrity: sha512-47DG+6F5SzOi0uEvK4wMShmn5yY0mVjVJoWTphdY2B4Rx9wHgjK7Yhtr0ru6nE+sn0v38mzrWOlah0p/YlHHOQ==}
engines: {node: '>=6.9.0'}
'@babel/helper-annotate-as-pure@7.24.7':
resolution: {integrity: sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==}
engines: {node: '>=6.9.0'}
- '@babel/helper-compilation-targets@7.24.7':
- resolution: {integrity: sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==}
+ '@babel/helper-compilation-targets@7.24.8':
+ resolution: {integrity: sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-create-class-features-plugin@7.24.7':
- resolution: {integrity: sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==}
+ '@babel/helper-create-class-features-plugin@7.24.8':
+ resolution: {integrity: sha512-4f6Oqnmyp2PP3olgUMmOwC3akxSm5aBYraQ6YDdKy7NcAMkDECHWG0DEnV6M2UAkERgIBhYt8S27rURPg7SxWA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -436,8 +436,8 @@ packages:
resolution: {integrity: sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==}
engines: {node: '>=6.9.0'}
- '@babel/helper-member-expression-to-functions@7.24.7':
- resolution: {integrity: sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==}
+ '@babel/helper-member-expression-to-functions@7.24.8':
+ resolution: {integrity: sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==}
engines: {node: '>=6.9.0'}
'@babel/helper-module-imports@7.22.15':
@@ -448,8 +448,8 @@ packages:
resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-transforms@7.24.7':
- resolution: {integrity: sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==}
+ '@babel/helper-module-transforms@7.24.8':
+ resolution: {integrity: sha512-m4vWKVqvkVAWLXfHCCfff2luJj86U+J0/x+0N3ArG/tP0Fq7zky2dYwMbtPmkc/oulkkbjdL3uWzuoBwQ8R00Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -458,8 +458,8 @@ packages:
resolution: {integrity: sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==}
engines: {node: '>=6.9.0'}
- '@babel/helper-plugin-utils@7.24.7':
- resolution: {integrity: sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==}
+ '@babel/helper-plugin-utils@7.24.8':
+ resolution: {integrity: sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==}
engines: {node: '>=6.9.0'}
'@babel/helper-replace-supers@7.24.7':
@@ -480,28 +480,28 @@ packages:
resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-string-parser@7.24.7':
- resolution: {integrity: sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==}
+ '@babel/helper-string-parser@7.24.8':
+ resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==}
engines: {node: '>=6.9.0'}
'@babel/helper-validator-identifier@7.24.7':
resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==}
engines: {node: '>=6.9.0'}
- '@babel/helper-validator-option@7.24.7':
- resolution: {integrity: sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==}
+ '@babel/helper-validator-option@7.24.8':
+ resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==}
engines: {node: '>=6.9.0'}
- '@babel/helpers@7.24.7':
- resolution: {integrity: sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==}
+ '@babel/helpers@7.24.8':
+ resolution: {integrity: sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==}
engines: {node: '>=6.9.0'}
'@babel/highlight@7.24.7':
resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==}
engines: {node: '>=6.9.0'}
- '@babel/parser@7.24.7':
- resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==}
+ '@babel/parser@7.24.8':
+ resolution: {integrity: sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==}
engines: {node: '>=6.0.0'}
hasBin: true
@@ -540,30 +540,30 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-typescript@7.24.7':
- resolution: {integrity: sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==}
+ '@babel/plugin-transform-typescript@7.24.8':
+ resolution: {integrity: sha512-CgFgtN61BbdOGCP4fLaAMOPkzWUh6yQZNMr5YSt8uz2cZSSiQONCQFWqsE4NeVfOIhqDOlS9CR3WD91FzMeB2Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/runtime-corejs3@7.24.7':
- resolution: {integrity: sha512-eytSX6JLBY6PVAeQa2bFlDx/7Mmln/gaEpsit5a3WEvjGfiIytEsgAwuIXCPM0xvw0v0cJn3ilq0/TvXrW0kgA==}
+ '@babel/runtime-corejs3@7.24.8':
+ resolution: {integrity: sha512-DXG/BhegtMHhnN7YPIvxWd303/9aXvYFD1TjNL3CD6tUrhI2LVsg3Lck0aql5TRH29n4sj3emcROypkZVUfSuA==}
engines: {node: '>=6.9.0'}
- '@babel/runtime@7.24.7':
- resolution: {integrity: sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==}
+ '@babel/runtime@7.24.8':
+ resolution: {integrity: sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==}
engines: {node: '>=6.9.0'}
'@babel/template@7.24.7':
resolution: {integrity: sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==}
engines: {node: '>=6.9.0'}
- '@babel/traverse@7.24.7':
- resolution: {integrity: sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==}
+ '@babel/traverse@7.24.8':
+ resolution: {integrity: sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.24.7':
- resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==}
+ '@babel/types@7.24.8':
+ resolution: {integrity: sha512-SkSBEHwwJRU52QEVZBmMBnE5Ux2/6WU1grdYyOhpbCNxbmJrDuDCphBzKZSO3taf0zztp+qkWlymE5tVL5l0TA==}
engines: {node: '>=6.9.0'}
'@better-scroll/core@2.5.1':
@@ -739,12 +739,12 @@ packages:
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
- '@eslint-community/regexpp@4.10.1':
- resolution: {integrity: sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==}
+ '@eslint-community/regexpp@4.11.0':
+ resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
- '@eslint/config-array@0.16.0':
- resolution: {integrity: sha512-/jmuSd74i4Czf1XXn7wGRWZCuyaUZ330NH1Bek0Pplatt4Sy1S5haN21SCLLdbeKslQ+S0wEJ+++v5YibSi+Lg==}
+ '@eslint/config-array@0.17.0':
+ resolution: {integrity: sha512-A68TBu6/1mHHuc5YJL0U0VVeGNiklLAL6rRmhTCP2B5XjWLMnrX+HkO+IAXyHvks5cyyY1jjK5ITPQ1HGS2EVA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/eslintrc@3.1.0':
@@ -755,8 +755,8 @@ packages:
resolution: {integrity: sha512-fdI7VJjP3Rvc70lC4xkFXHB0fiPeojiL1PxVG6t1ZvXQrarj893PweuBTujxDUFk0Fxj4R7PIIAZ/aiiyZPZcg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/js@9.5.0':
- resolution: {integrity: sha512-A7+AOT2ICkodvtsWnxZP4Xxk3NbZ3VMHd8oihydLRGrJgqqdEz1qSeEgXYyT/Cu8h1TWWsQRejIx48mtjZ5y1w==}
+ '@eslint/js@9.6.0':
+ resolution: {integrity: sha512-D9B0/3vNg44ZeWbYMpBoXqNP4j6eQD5vNwIlGAuFRRzK/WtT/jvDQW3Bi9kkf3PMDMlM7Yi+73VLUsn5bJcl8A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/object-schema@2.1.4':
@@ -774,8 +774,8 @@ packages:
resolution: {integrity: sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==}
engines: {node: '>=18.18'}
- '@iconify/json@2.2.220':
- resolution: {integrity: sha512-EpKZAK99E5qmgeOS5XOxzlzPaYXOkhLneypLFvbKIU3/KGmxGS/k6pgaEX6wTId4oF2HPGBDJnXyvckHiOHQiA==}
+ '@iconify/json@2.2.226':
+ resolution: {integrity: sha512-FHqOK4ikmlq2pYODzsvfozUaM32m2zqEZB8QlBOepO29GpXkqdHY6iqkm4KcAJMcT/OZ7YfCpW3i6VesOThqPA==}
'@iconify/types@2.0.0':
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
@@ -816,8 +816,8 @@ packages:
resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==}
engines: {node: '>=6.0.0'}
- '@jridgewell/sourcemap-codec@1.4.15':
- resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
+ '@jridgewell/sourcemap-codec@1.5.0':
+ resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
'@jridgewell/trace-mapping@0.3.25':
resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
@@ -915,92 +915,92 @@ packages:
rollup:
optional: true
- '@rollup/rollup-android-arm-eabi@4.18.0':
- resolution: {integrity: sha512-Tya6xypR10giZV1XzxmH5wr25VcZSncG0pZIjfePT0OVBvqNEurzValetGNarVrGiq66EBVAFn15iYX4w6FKgQ==}
+ '@rollup/rollup-android-arm-eabi@4.18.1':
+ resolution: {integrity: sha512-lncuC4aHicncmbORnx+dUaAgzee9cm/PbIqgWz1PpXuwc+sa1Ct83tnqUDy/GFKleLiN7ZIeytM6KJ4cAn1SxA==}
cpu: [arm]
os: [android]
- '@rollup/rollup-android-arm64@4.18.0':
- resolution: {integrity: sha512-avCea0RAP03lTsDhEyfy+hpfr85KfyTctMADqHVhLAF3MlIkq83CP8UfAHUssgXTYd+6er6PaAhx/QGv4L1EiA==}
+ '@rollup/rollup-android-arm64@4.18.1':
+ resolution: {integrity: sha512-F/tkdw0WSs4ojqz5Ovrw5r9odqzFjb5LIgHdHZG65dFI1lWTWRVy32KDJLKRISHgJvqUeUhdIvy43fX41znyDg==}
cpu: [arm64]
os: [android]
- '@rollup/rollup-darwin-arm64@4.18.0':
- resolution: {integrity: sha512-IWfdwU7KDSm07Ty0PuA/W2JYoZ4iTj3TUQjkVsO/6U+4I1jN5lcR71ZEvRh52sDOERdnNhhHU57UITXz5jC1/w==}
+ '@rollup/rollup-darwin-arm64@4.18.1':
+ resolution: {integrity: sha512-vk+ma8iC1ebje/ahpxpnrfVQJibTMyHdWpOGZ3JpQ7Mgn/3QNHmPq7YwjZbIE7km73dH5M1e6MRRsnEBW7v5CQ==}
cpu: [arm64]
os: [darwin]
- '@rollup/rollup-darwin-x64@4.18.0':
- resolution: {integrity: sha512-n2LMsUz7Ynu7DoQrSQkBf8iNrjOGyPLrdSg802vk6XT3FtsgX6JbE8IHRvposskFm9SNxzkLYGSq9QdpLYpRNA==}
+ '@rollup/rollup-darwin-x64@4.18.1':
+ resolution: {integrity: sha512-IgpzXKauRe1Tafcej9STjSSuG0Ghu/xGYH+qG6JwsAUxXrnkvNHcq/NL6nz1+jzvWAnQkuAJ4uIwGB48K9OCGA==}
cpu: [x64]
os: [darwin]
- '@rollup/rollup-linux-arm-gnueabihf@4.18.0':
- resolution: {integrity: sha512-C/zbRYRXFjWvz9Z4haRxcTdnkPt1BtCkz+7RtBSuNmKzMzp3ZxdM28Mpccn6pt28/UWUCTXa+b0Mx1k3g6NOMA==}
+ '@rollup/rollup-linux-arm-gnueabihf@4.18.1':
+ resolution: {integrity: sha512-P9bSiAUnSSM7EmyRK+e5wgpqai86QOSv8BwvkGjLwYuOpaeomiZWifEos517CwbG+aZl1T4clSE1YqqH2JRs+g==}
cpu: [arm]
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-arm-musleabihf@4.18.0':
- resolution: {integrity: sha512-l3m9ewPgjQSXrUMHg93vt0hYCGnrMOcUpTz6FLtbwljo2HluS4zTXFy2571YQbisTnfTKPZ01u/ukJdQTLGh9A==}
+ '@rollup/rollup-linux-arm-musleabihf@4.18.1':
+ resolution: {integrity: sha512-5RnjpACoxtS+aWOI1dURKno11d7krfpGDEn19jI8BuWmSBbUC4ytIADfROM1FZrFhQPSoP+KEa3NlEScznBTyQ==}
cpu: [arm]
os: [linux]
libc: [musl]
- '@rollup/rollup-linux-arm64-gnu@4.18.0':
- resolution: {integrity: sha512-rJ5D47d8WD7J+7STKdCUAgmQk49xuFrRi9pZkWoRD1UeSMakbcepWXPF8ycChBoAqs1pb2wzvbY6Q33WmN2ftw==}
+ '@rollup/rollup-linux-arm64-gnu@4.18.1':
+ resolution: {integrity: sha512-8mwmGD668m8WaGbthrEYZ9CBmPug2QPGWxhJxh/vCgBjro5o96gL04WLlg5BA233OCWLqERy4YUzX3bJGXaJgQ==}
cpu: [arm64]
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-arm64-musl@4.18.0':
- resolution: {integrity: sha512-be6Yx37b24ZwxQ+wOQXXLZqpq4jTckJhtGlWGZs68TgdKXJgw54lUUoFYrg6Zs/kjzAQwEwYbp8JxZVzZLRepQ==}
+ '@rollup/rollup-linux-arm64-musl@4.18.1':
+ resolution: {integrity: sha512-dJX9u4r4bqInMGOAQoGYdwDP8lQiisWb9et+T84l2WXk41yEej8v2iGKodmdKimT8cTAYt0jFb+UEBxnPkbXEQ==}
cpu: [arm64]
os: [linux]
libc: [musl]
- '@rollup/rollup-linux-powerpc64le-gnu@4.18.0':
- resolution: {integrity: sha512-hNVMQK+qrA9Todu9+wqrXOHxFiD5YmdEi3paj6vP02Kx1hjd2LLYR2eaN7DsEshg09+9uzWi2W18MJDlG0cxJA==}
+ '@rollup/rollup-linux-powerpc64le-gnu@4.18.1':
+ resolution: {integrity: sha512-V72cXdTl4EI0x6FNmho4D502sy7ed+LuVW6Ym8aI6DRQ9hQZdp5sj0a2usYOlqvFBNKQnLQGwmYnujo2HvjCxQ==}
cpu: [ppc64]
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-riscv64-gnu@4.18.0':
- resolution: {integrity: sha512-ROCM7i+m1NfdrsmvwSzoxp9HFtmKGHEqu5NNDiZWQtXLA8S5HBCkVvKAxJ8U+CVctHwV2Gb5VUaK7UAkzhDjlg==}
+ '@rollup/rollup-linux-riscv64-gnu@4.18.1':
+ resolution: {integrity: sha512-f+pJih7sxoKmbjghrM2RkWo2WHUW8UbfxIQiWo5yeCaCM0TveMEuAzKJte4QskBp1TIinpnRcxkquY+4WuY/tg==}
cpu: [riscv64]
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-s390x-gnu@4.18.0':
- resolution: {integrity: sha512-0UyyRHyDN42QL+NbqevXIIUnKA47A+45WyasO+y2bGJ1mhQrfrtXUpTxCOrfxCR4esV3/RLYyucGVPiUsO8xjg==}
+ '@rollup/rollup-linux-s390x-gnu@4.18.1':
+ resolution: {integrity: sha512-qb1hMMT3Fr/Qz1OKovCuUM11MUNLUuHeBC2DPPAWUYYUAOFWaxInaTwTQmc7Fl5La7DShTEpmYwgdt2hG+4TEg==}
cpu: [s390x]
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-x64-gnu@4.18.0':
- resolution: {integrity: sha512-xuglR2rBVHA5UsI8h8UbX4VJ470PtGCf5Vpswh7p2ukaqBGFTnsfzxUBetoWBWymHMxbIG0Cmx7Y9qDZzr648w==}
+ '@rollup/rollup-linux-x64-gnu@4.18.1':
+ resolution: {integrity: sha512-7O5u/p6oKUFYjRbZkL2FLbwsyoJAjyeXHCU3O4ndvzg2OFO2GinFPSJFGbiwFDaCFc+k7gs9CF243PwdPQFh5g==}
cpu: [x64]
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-x64-musl@4.18.0':
- resolution: {integrity: sha512-LKaqQL9osY/ir2geuLVvRRs+utWUNilzdE90TpyoX0eNqPzWjRm14oMEE+YLve4k/NAqCdPkGYDaDF5Sw+xBfg==}
+ '@rollup/rollup-linux-x64-musl@4.18.1':
+ resolution: {integrity: sha512-pDLkYITdYrH/9Cv/Vlj8HppDuLMDUBmgsM0+N+xLtFd18aXgM9Nyqupb/Uw+HeidhfYg2lD6CXvz6CjoVOaKjQ==}
cpu: [x64]
os: [linux]
libc: [musl]
- '@rollup/rollup-win32-arm64-msvc@4.18.0':
- resolution: {integrity: sha512-7J6TkZQFGo9qBKH0pk2cEVSRhJbL6MtfWxth7Y5YmZs57Pi+4x6c2dStAUvaQkHQLnEQv1jzBUW43GvZW8OFqA==}
+ '@rollup/rollup-win32-arm64-msvc@4.18.1':
+ resolution: {integrity: sha512-W2ZNI323O/8pJdBGil1oCauuCzmVd9lDmWBBqxYZcOqWD6aWqJtVBQ1dFrF4dYpZPks6F+xCZHfzG5hYlSHZ6g==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.18.0':
- resolution: {integrity: sha512-Txjh+IxBPbkUB9+SXZMpv+b/vnTEtFyfWZgJ6iyCmt2tdx0OF5WhFowLmnh8ENGNpfUlUZkdI//4IEmhwPieNg==}
+ '@rollup/rollup-win32-ia32-msvc@4.18.1':
+ resolution: {integrity: sha512-ELfEX1/+eGZYMaCIbK4jqLxO1gyTSOIlZr6pbC4SRYFaSIDVKOnZNMdoZ+ON0mrFDp4+H5MhwNC1H/AhE3zQLg==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.18.0':
- resolution: {integrity: sha512-UOo5FdvOL0+eIVTgS4tIdbW+TtnBLWg1YBCcU2KWM7nuNwRz9bksDX1bekJJCpu25N1DVWaCwnT39dVQxzqS8g==}
+ '@rollup/rollup-win32-x64-msvc@4.18.1':
+ resolution: {integrity: sha512-yjk2MAkQmoaPYCSu35RLJ62+dz358nE83VfTePJRp8CG7aMg25mEJYpXFiD+NcevhX8LxD5OP5tktPXnXN7GDw==}
cpu: [x64]
os: [win32]
@@ -1125,8 +1125,8 @@ packages:
'@types/lodash-es@4.17.12':
resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==}
- '@types/lodash@4.17.5':
- resolution: {integrity: sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==}
+ '@types/lodash@4.17.6':
+ resolution: {integrity: sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA==}
'@types/mdast@4.0.4':
resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
@@ -1137,8 +1137,8 @@ packages:
'@types/node@10.17.60':
resolution: {integrity: sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==}
- '@types/node@20.14.6':
- resolution: {integrity: sha512-JbA0XIJPL1IiNnU7PFxDXyfAwcwVVrOoqyzzyQTyMeVhBzkJVMSkC1LlVsRQ2lpqiY4n6Bb9oCS6lzDKVQxbZw==}
+ '@types/node@20.14.10':
+ resolution: {integrity: sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==}
'@types/normalize-package-data@2.4.4':
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
@@ -1189,8 +1189,8 @@ packages:
resolution: {integrity: sha512-ZrMCe1R6a01T94ilV13egvcnvVJ1pxShkE0+NDjDzH4nvG1wXpwsVI5bZCvE7AEDH1mXEx5tJSVR68bLgG7Dng==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/scope-manager@7.13.1':
- resolution: {integrity: sha512-adbXNVEs6GmbzaCpymHQ0MB6E4TqoiVbC0iqG3uijR8ZYfpAXMGttouQzF4Oat3P2GxDVIrg7bMI/P65LiQZdg==}
+ '@typescript-eslint/scope-manager@7.16.0':
+ resolution: {integrity: sha512-8gVv3kW6n01Q6TrI1cmTZ9YMFi3ucDT7i7aI5lEikk2ebk1AEjrwX8MDTdaX5D7fPXMBLvnsaa0IFTAu+jcfOw==}
engines: {node: ^18.18.0 || >=20.0.0}
'@typescript-eslint/type-utils@7.13.0':
@@ -1207,8 +1207,8 @@ packages:
resolution: {integrity: sha512-QWuwm9wcGMAuTsxP+qz6LBBd3Uq8I5Nv8xb0mk54jmNoCyDspnMvVsOxI6IsMmway5d1S9Su2+sCKv1st2l6eA==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/types@7.13.1':
- resolution: {integrity: sha512-7K7HMcSQIAND6RBL4kDl24sG/xKM13cA85dc7JnmQXw2cBDngg7c19B++JzvJHRG3zG36n9j1i451GBzRuHchw==}
+ '@typescript-eslint/types@7.16.0':
+ resolution: {integrity: sha512-fecuH15Y+TzlUutvUl9Cc2XJxqdLr7+93SQIbcZfd4XRGGKoxyljK27b+kxKamjRkU7FYC6RrbSCg0ALcZn/xw==}
engines: {node: ^18.18.0 || >=20.0.0}
'@typescript-eslint/typescript-estree@7.13.0':
@@ -1220,8 +1220,8 @@ packages:
typescript:
optional: true
- '@typescript-eslint/typescript-estree@7.13.1':
- resolution: {integrity: sha512-uxNr51CMV7npU1BxZzYjoVz9iyjckBduFBP0S5sLlh1tXYzHzgZ3BR9SVsNed+LmwKrmnqN3Kdl5t7eZ5TS1Yw==}
+ '@typescript-eslint/typescript-estree@7.16.0':
+ resolution: {integrity: sha512-a5NTvk51ZndFuOLCh5OaJBELYc2O3Zqxfl3Js78VFE1zE46J2AaVuW+rEbVkQznjkmlzWsUI15BG5tQMixzZLw==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
typescript: '*'
@@ -1235,8 +1235,8 @@ packages:
peerDependencies:
eslint: ^8.56.0
- '@typescript-eslint/utils@7.13.1':
- resolution: {integrity: sha512-h5MzFBD5a/Gh/fvNdp9pTfqJAbuQC4sCN2WzuXme71lqFJsZtLbjxfSk4r3p02WIArOF9N94pdsLiGutpDbrXQ==}
+ '@typescript-eslint/utils@7.16.0':
+ resolution: {integrity: sha512-PqP4kP3hb4r7Jav+NiRCntlVzhxBNWq6ZQ+zQwII1y/G/1gdIPeYDCKr2+dH6049yJQsWZiHU6RlwvIFBXXGNA==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
@@ -1245,58 +1245,58 @@ packages:
resolution: {integrity: sha512-nxn+dozQx+MK61nn/JP+M4eCkHDSxSLDpgE3WcQo0+fkjEolnaB5jswvIKC4K56By8MMgIho7f1PVxERHEo8rw==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/visitor-keys@7.13.1':
- resolution: {integrity: sha512-k/Bfne7lrP7hcb7m9zSsgcBmo+8eicqqfNAJ7uUY+jkTFpKeH2FSkWpFRtimBxgkyvqfu9jTPRbYOvud6isdXA==}
+ '@typescript-eslint/visitor-keys@7.16.0':
+ resolution: {integrity: sha512-rMo01uPy9C7XxG7AFsxa8zLnWXTF8N3PYclekWSrurvhwiw1eW88mrKiAYe6s53AUY57nTRz8dJsuuXdkAhzCg==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@unocss/config@0.61.0':
- resolution: {integrity: sha512-k8uV4n8eMti4S6BFeAkc9QBXJefDIlPyOWrdKykUMOHLIWVAIS53JixW9FJNgJRw0RVI6B7UR+rOznWwKpORPA==}
+ '@unocss/config@0.61.3':
+ resolution: {integrity: sha512-ZSSj5ST8XhiKoi2hLtVcyS8YJxn+Ug/WfasQ2wwOArcYfVFzZUoOQKbLo85hFuI7NV5Fh/aQREoVaJQI111jDA==}
engines: {node: '>=14'}
- '@unocss/core@0.61.0':
- resolution: {integrity: sha512-Y/Ly3LPIAzOBlWCdKBVzVzIaaWDsf+oWPIUZlaW7DL++WWypVBCghmxXIT5dyuMGXE560Hj92st4AkXfuVdxGQ==}
+ '@unocss/core@0.61.3':
+ resolution: {integrity: sha512-9vixY1i5E0DQFtHJz/pHyFlFsiXJgL1bKHuocbl+GUi09lY/gE9TRm2qr2JOJx/BF720tMv9VxYI8Zq3EyPOXA==}
- '@unocss/eslint-config@0.61.0':
- resolution: {integrity: sha512-X5PqMToLtIaNCWjim3ZReBPxUYDVeGCoUEW/kydsAp4uIZb7rwS49tMGZZg12GLYPg/AUw5Rdk13t1MFF1aclQ==}
+ '@unocss/eslint-config@0.61.3':
+ resolution: {integrity: sha512-WH7UtTw79V6jXoW8amlvkGRDRni2qQYrR6j3EXcLVp2TroAyCc3hoHaySPn9WH1SROFFRVUXCuTSHZwOLH2TIQ==}
engines: {node: '>=14'}
- '@unocss/eslint-plugin@0.61.0':
- resolution: {integrity: sha512-iZzERoVNTC/RJ4KUkhWDRu3LYYOeJmi7+AnuM2QGjkhNV5nHWb7fl7gVQvujK6xk+Kcy+f26k40tTKA9cCkuEg==}
+ '@unocss/eslint-plugin@0.61.3':
+ resolution: {integrity: sha512-Ss6xw5KDoccRDGC+BcZeB3ePAqgUJkf6idMOx/BG3cJATatk0Ydkr/o3KwEg7XDD5JIkACcTSz7YWRJ0z0s7YA==}
engines: {node: '>=14'}
- '@unocss/extractor-arbitrary-variants@0.61.0':
- resolution: {integrity: sha512-9ru/UR4kZ1+jGXpMawV9T8kpL54FrJBmWKMuFlDTEDIwtzDyyfLbt/buoXdzKDLmil9hOXH3IH8+dah/OiiDoA==}
+ '@unocss/extractor-arbitrary-variants@0.61.3':
+ resolution: {integrity: sha512-8yFAavi4PXTZTyJqsSQJuZNdaERMyLP4Gs4IzBDt8zjmUrXmYfgV+bKif2eE52QKvtb5/Jsij3fgfMsJouln7A==}
- '@unocss/inspector@0.61.0':
- resolution: {integrity: sha512-gpL2RNw6Cp145kTxWN0BG/tWd4x3LVbgkZfyUlh5IAZHWKAq9MWA0jIifV2RU94h4rbSBNHxz50bodYtkzeM8A==}
+ '@unocss/inspector@0.61.3':
+ resolution: {integrity: sha512-F2WfVYdzM+CnocVSptBh945G85+RcxGd0KDm6q+Ctjs5NrHtT0TzX83USMLSjfFzTz/j+Q/kR1WOJWjKynVTXQ==}
- '@unocss/preset-icons@0.61.0':
- resolution: {integrity: sha512-xI7isKu1fQbyGee1lcJBLwvUlmubYbPN4ymepUamfprNPlWrzb5Gj2+SROERlzzrTaI8C0YdBxsYMGyOV94dXQ==}
+ '@unocss/preset-icons@0.61.3':
+ resolution: {integrity: sha512-XNti2mgfbRCClzKxy7eMPukgk/mepyGGJNqtONnZmOkzkyhx6KQ2/luhMYnz5xONMG/aseoXMc4Zc1VzOqePRA==}
- '@unocss/preset-mini@0.61.0':
- resolution: {integrity: sha512-P+DdMtPtzAQ2aQ1/WWPoO3X/qvky+Fqq4eKXIvbqXOQ9c2oem7/dnsPeT08zzLIqxVJnuykymPwRT85EumS0gg==}
+ '@unocss/preset-mini@0.61.3':
+ resolution: {integrity: sha512-QY9P7jcLePkmCGQSqX+ha4Rh2YhY9b9P8gtLFnjzqcdmSxvDFkT7Kf5Un/u/jwV+zCz/5t4F88vWLzBM6js6yQ==}
- '@unocss/preset-uno@0.61.0':
- resolution: {integrity: sha512-mkKOra3dQEc3uI7aPIqa3t8MJXlmpLSgGaPfEJK52xkFe991ex6CiUunYMMWbh6ZSzmdxkO31IwQIH9lcmj/Uw==}
+ '@unocss/preset-uno@0.61.3':
+ resolution: {integrity: sha512-ULP0hLBTNJuB0iQqaYaJZYbC4jwQYy0C6H7un3o4R+KsqIuyDanme2VsY51U5mN/pp7K6QJK6qE8EHVvtjCLHQ==}
- '@unocss/preset-wind@0.61.0':
- resolution: {integrity: sha512-PooyLVAF4wH9KvW4OKfDxYFuM4qmnlU+Ci6O6RGgVsKyQMq76crRqqK76lbnehg7jOoZJVxmWfQ6k5gT3aQeXQ==}
+ '@unocss/preset-wind@0.61.3':
+ resolution: {integrity: sha512-THdTNAYEtvLz/jhHNgkpLFxC+LNn4W2VqDmpmK/fVMgSlhOYJ8IoQlt8nwgBRbNkEksvgItq8gL/t5+2sHGHhA==}
- '@unocss/rule-utils@0.61.0':
- resolution: {integrity: sha512-MCdmfhE6Q9HSWjWqi2sx5/nnKyOEhfhoo+pVumHIqkHQICQ/LuKioFf7Y7e5ycqjFE/7dC2hKGZJ8WTMGIOMwA==}
+ '@unocss/rule-utils@0.61.3':
+ resolution: {integrity: sha512-XwzXE6YUAEc1+4TvJruZfntIM7eo+HdQDMlMI289w9YLLAXw973fp00E9U1dR16JRt1BWzlCnnY1RHAqSiXCVw==}
engines: {node: '>=14'}
- '@unocss/scope@0.61.0':
- resolution: {integrity: sha512-uDk84LX2meZHskSvy0Mad7jgF0Be6el16F9DKYYvxlUxlzu/mCj6PQpQrXi8uZ2+O3akneHFqAbO6ewYShKdQA==}
+ '@unocss/scope@0.61.3':
+ resolution: {integrity: sha512-yElJs2uUiBHyTHKLqWZRK5zvY+7XIqoFXc1Fkv+fxiGy1+4u+zLGoGA66bUWwbjDFLiFgEqwUBJ2+SzDC4Q0Ig==}
- '@unocss/transformer-directives@0.61.0':
- resolution: {integrity: sha512-15nIynJPYFYnW/TUQu0NyZ5uxTDcrRyY8sB3axcYZOqqlu1hgPFotVukl6jqCZgGUR1AbfbnJwuDlcBQeT8xpA==}
+ '@unocss/transformer-directives@0.61.3':
+ resolution: {integrity: sha512-FNJCOlXwi62tVXr4B8lDkHGxOIhNJw2qQpM5jeohLT7xpGPOmVvscWaWI0h6fjSREFwnnbRNif4YPLe/rB6PsA==}
- '@unocss/transformer-variant-group@0.61.0':
- resolution: {integrity: sha512-5DHEram3iv+c9jPQW8p629aFyptyzdP5yNnRSMLBZcwyJ672VAKzPUZLYHh5UOUb69eaet3og1cU8uxpHhGKtQ==}
+ '@unocss/transformer-variant-group@0.61.3':
+ resolution: {integrity: sha512-F7v05kfVDhIJ4lu3fjgkwV2GWoeJX4aszER8iqhwWz+0jVUaJRYAxzsVqE299uJ0ut07d+Di+JB7M4ZBRoH3qw==}
- '@unocss/vite@0.61.0':
- resolution: {integrity: sha512-gjxLJrja1hqDwdd8z3QvzfMCcKppGqiL2+A6aHwG/AXfEmZMydA50U7VvJK7Wx8/Enm26G6JQrtGrpu+kK3QpQ==}
+ '@unocss/vite@0.61.3':
+ resolution: {integrity: sha512-Z2kq/hSv1RC3PYAaoXOGB0PEWXCVsgYtdnuFXR/8Tp0Yj2Wdeq906/s411/sqMUvXIaIhm2O9WaDfe0ISoV0sg==}
peerDependencies:
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
@@ -1314,14 +1314,14 @@ packages:
vite: ^5.0.0
vue: ^3.2.25
- '@volar/language-core@2.3.0':
- resolution: {integrity: sha512-pvhL24WUh3VDnv7Yw5N1sjhPtdx7q9g+Wl3tggmnkMcyK8GcCNElF2zHiKznryn0DiUGk+eez/p2qQhz+puuHw==}
+ '@volar/language-core@2.4.0-alpha.15':
+ resolution: {integrity: sha512-mt8z4Fm2WxfQYoQHPcKVjLQV6PgPqyKLbkCVY2cr5RSaamqCHjhKEpsFX66aL4D/7oYguuaUw9Bx03Vt0TpIIA==}
- '@volar/source-map@2.3.0':
- resolution: {integrity: sha512-G/228aZjAOGhDjhlyZ++nDbKrS9uk+5DMaEstjvzglaAw7nqtDyhnQAsYzUg6BMP9BtwZ59RIw5HGePrutn00Q==}
+ '@volar/source-map@2.4.0-alpha.15':
+ resolution: {integrity: sha512-8Htngw5TmBY4L3ClDqBGyfLhsB8EmoEXUH1xydyEtEoK0O6NX5ur4Jw8jgvscTlwzizyl/wsN1vn0cQXVbbXYg==}
- '@volar/typescript@2.3.0':
- resolution: {integrity: sha512-PtUwMM87WsKVeLJN33GSTUjBexlKfKgouWlOUIv7pjrOnTwhXHZNSmpc312xgXdTjQPpToK6KXSIcKu9sBQ5LQ==}
+ '@volar/typescript@2.4.0-alpha.15':
+ resolution: {integrity: sha512-U3StRBbDuxV6Woa4hvGS4kz3XcOzrWUKgFdEFN+ba1x3eaYg7+ytau8ul05xgA+UNGLXXsKur7fTUhDFyISk0w==}
'@vue/babel-helper-vue-transform-on@1.2.2':
resolution: {integrity: sha512-nOttamHUR3YzdEqdM/XXDyCSdxMA9VizUKoroLX6yTyRtggzQMHXcmwh8a7ZErcJttIBIc9s68a1B8GZ+Dmvsw==}
@@ -1339,54 +1339,56 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@vue/compiler-core@3.4.29':
- resolution: {integrity: sha512-TFKiRkKKsRCKvg/jTSSKK7mYLJEQdUiUfykbG49rubC9SfDyvT2JrzTReopWlz2MxqeLyxh9UZhvxEIBgAhtrg==}
+ '@vue/compiler-core@3.4.31':
+ resolution: {integrity: sha512-skOiodXWTV3DxfDhB4rOf3OGalpITLlgCeOwb+Y9GJpfQ8ErigdBUHomBzvG78JoVE8MJoQsb+qhZiHfKeNeEg==}
- '@vue/compiler-dom@3.4.29':
- resolution: {integrity: sha512-A6+iZ2fKIEGnfPJejdB7b1FlJzgiD+Y/sxxKwJWg1EbJu6ZPgzaPQQ51ESGNv0CP6jm6Z7/pO6Ia8Ze6IKrX7w==}
+ '@vue/compiler-dom@3.4.31':
+ resolution: {integrity: sha512-wK424WMXsG1IGMyDGyLqB+TbmEBFM78hIsOJ9QwUVLGrcSk0ak6zYty7Pj8ftm7nEtdU/DGQxAXp0/lM/2cEpQ==}
- '@vue/compiler-sfc@3.4.29':
- resolution: {integrity: sha512-zygDcEtn8ZimDlrEQyLUovoWgKQic6aEQqRXce2WXBvSeHbEbcAsXyCk9oG33ZkyWH4sl9D3tkYc1idoOkdqZQ==}
+ '@vue/compiler-sfc@3.4.31':
+ resolution: {integrity: sha512-einJxqEw8IIJxzmnxmJBuK2usI+lJonl53foq+9etB2HAzlPjAS/wa7r0uUpXw5ByX3/0uswVSrjNb17vJm1kQ==}
- '@vue/compiler-ssr@3.4.29':
- resolution: {integrity: sha512-rFbwCmxJ16tDp3N8XCx5xSQzjhidYjXllvEcqX/lopkoznlNPz3jyy0WGJCyhAaVQK677WWFt3YO/WUEkMMUFQ==}
+ '@vue/compiler-ssr@3.4.31':
+ resolution: {integrity: sha512-RtefmITAje3fJ8FSg1gwgDhdKhZVntIVbwupdyZDSifZTRMiWxWehAOTCc8/KZDnBOcYQ4/9VWxsTbd3wT0hAA==}
'@vue/devtools-api@6.6.3':
resolution: {integrity: sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==}
- '@vue/devtools-core@7.3.2':
- resolution: {integrity: sha512-WJ0VQJ+zIiS5Q0k7AEPXsFStdOnZY+Eg7vbFiMHq3Z2glfyJWVrBljJU2mOxPYHdqS/ok7z0dZSMP8gotY+1OA==}
+ '@vue/devtools-core@7.3.5':
+ resolution: {integrity: sha512-uSC3IkIp6MtyJYSh5xzY99sgqlAXLq+peE2KKXTi6JeRHOtMngFWFWENXi70IJ1EVGYztiFQoHhI9WZcgKBz8g==}
+ peerDependencies:
+ vue: ^3.0.0
- '@vue/devtools-kit@7.3.2':
- resolution: {integrity: sha512-ba60JnbeLPzhfF5j0BPDGn9q5Ma9dWUV5gtVNjD+zm5uRf7LW8saAGNRnxxkRA56HZFzSAnXRGADc7YMAdrm0w==}
+ '@vue/devtools-kit@7.3.5':
+ resolution: {integrity: sha512-wwfi10gJ1HMtjzcd8aIOnzBHlIRqsYDgcDyrKvkeyc0Gbcoe7UrkXRVHZUOtcxxoplHA0PwpT6wFg0uUCmi8Ww==}
- '@vue/devtools-shared@7.3.2':
- resolution: {integrity: sha512-RpYfqStbzljD6zf9LPXF2T7kM3fMfepxJB5yjzyloFel5nEB49DUm4TeA426IH+hKvwjjRorZyh6CT1cG/H2Vw==}
+ '@vue/devtools-shared@7.3.5':
+ resolution: {integrity: sha512-Rqii3VazmWTi67a86rYopi61n5Ved05EybJCwyrfoO9Ok3MaS/4yRFl706ouoISMlyrASJFEzM0/AiDA6w4f9A==}
- '@vue/language-core@2.0.21':
- resolution: {integrity: sha512-vjs6KwnCK++kIXT+eI63BGpJHfHNVJcUCr3RnvJsccT3vbJnZV5IhHR2puEkoOkIbDdp0Gqi1wEnv3hEd3WsxQ==}
+ '@vue/language-core@2.0.26':
+ resolution: {integrity: sha512-/lt6SfQ3O1yDAhPsnLv9iSUgXd1dMHqUm/t3RctfqjuwQf1LnftZ414X3UBn6aXT4MiwXWtbNJ4Z0NZWwDWgJQ==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
- '@vue/reactivity@3.4.29':
- resolution: {integrity: sha512-w8+KV+mb1a8ornnGQitnMdLfE0kXmteaxLdccm2XwdFxXst4q/Z7SEboCV5SqJNpZbKFeaRBBJBhW24aJyGINg==}
+ '@vue/reactivity@3.4.31':
+ resolution: {integrity: sha512-VGkTani8SOoVkZNds1PfJ/T1SlAIOf8E58PGAhIOUDYPC4GAmFA2u/E14TDAFcf3vVDKunc4QqCe/SHr8xC65Q==}
- '@vue/runtime-core@3.4.29':
- resolution: {integrity: sha512-s8fmX3YVR/Rk5ig0ic0NuzTNjK2M7iLuVSZyMmCzN/+Mjuqqif1JasCtEtmtoJWF32pAtUjyuT2ljNKNLeOmnQ==}
+ '@vue/runtime-core@3.4.31':
+ resolution: {integrity: sha512-LDkztxeUPazxG/p8c5JDDKPfkCDBkkiNLVNf7XZIUnJ+66GVGkP+TIh34+8LtPisZ+HMWl2zqhIw0xN5MwU1cw==}
- '@vue/runtime-dom@3.4.29':
- resolution: {integrity: sha512-gI10atCrtOLf/2MPPMM+dpz3NGulo9ZZR9d1dWo4fYvm+xkfvRrw1ZmJ7mkWtiJVXSsdmPbcK1p5dZzOCKDN0g==}
+ '@vue/runtime-dom@3.4.31':
+ resolution: {integrity: sha512-2Auws3mB7+lHhTFCg8E9ZWopA6Q6L455EcU7bzcQ4x6Dn4cCPuqj6S2oBZgN2a8vJRS/LSYYxwFFq2Hlx3Fsaw==}
- '@vue/server-renderer@3.4.29':
- resolution: {integrity: sha512-HMLCmPI2j/k8PVkSBysrA2RxcxC5DgBiCdj7n7H2QtR8bQQPqKAe8qoaxLcInzouBmzwJ+J0x20ygN/B5mYBng==}
+ '@vue/server-renderer@3.4.31':
+ resolution: {integrity: sha512-D5BLbdvrlR9PE3by9GaUp1gQXlCNadIZytMIb8H2h3FMWJd4oUfkUTEH2wAr3qxoRz25uxbTcbqd3WKlm9EHQA==}
peerDependencies:
- vue: 3.4.29
+ vue: 3.4.31
- '@vue/shared@3.4.29':
- resolution: {integrity: sha512-hQ2gAQcBO/CDpC82DCrinJNgOHI2v+FA7BDW4lMSPeBpQ7sRe2OLHWe5cph1s7D8DUQAwRt18dBDfJJ220APEA==}
+ '@vue/shared@3.4.31':
+ resolution: {integrity: sha512-Yp3wtJk//8cO4NItOPpi3QkLExAr/aLBGZMmTtW9WpdwBCJpRM6zj9WgWktXAl8IDIozwNMByT45JP3tO3ACWA==}
'@vueuse/core@10.11.0':
resolution: {integrity: sha512-x3sD4Mkm7PJ+pcq3HX8PLPBadXCAlSDR/waK87dz0gQE+qJnaaFhc/dZVfJz+IUYzTMVGum2QlR7ImiJQN4s6g==}
@@ -1408,8 +1410,8 @@ packages:
peerDependencies:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
- acorn@8.12.0:
- resolution: {integrity: sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==}
+ acorn@8.12.1:
+ resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==}
engines: {node: '>=0.4.0'}
hasBin: true
@@ -1541,8 +1543,8 @@ packages:
resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
engines: {node: '>= 0.4'}
- axios-retry@4.4.0:
- resolution: {integrity: sha512-yewTKjzl6jSgc+2M7FCJ3LxRGgL1iiXHcj+E6h6xie6H1mTHr7yqaUroWIvVXG1UKSPwGDXxV05YxtGvrD6Paw==}
+ axios-retry@4.4.1:
+ resolution: {integrity: sha512-JGzNoglDHtHWIEvvAampB0P7jxQ/sT4COmW0FgSQkVg6o4KqNjNMBI6uFVOq517hkw/OAYYAG08ADtBlV8lvmQ==}
peerDependencies:
axios: 0.x || 1.x
@@ -1593,8 +1595,8 @@ packages:
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
engines: {node: '>=8'}
- browserslist@4.23.1:
- resolution: {integrity: sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw==}
+ browserslist@4.23.2:
+ resolution: {integrity: sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
@@ -1669,8 +1671,8 @@ packages:
resolution: {integrity: sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==}
engines: {node: '>=14.16'}
- caniuse-lite@1.0.30001636:
- resolution: {integrity: sha512-bMg2vmr8XBsbL6Lr0UHXy/21m84FTxDLWn2FSqMd5PrlbMxwJlQnC2YWYxVgp66PZE+BBNF2jYQUBKCo1FDeZg==}
+ caniuse-lite@1.0.30001641:
+ resolution: {integrity: sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA==}
center-align@0.1.3:
resolution: {integrity: sha512-Baz3aNe2gd2LP2qk5U+sDk/m4oSuwSDcBfayTCTBoWpfIGO5XFxPmjILQII4NGiZjD6DoDI6kf7gKaxkf7s3VQ==}
@@ -2224,11 +2226,11 @@ packages:
eastasianwidth@0.2.0:
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
- echarts@5.5.0:
- resolution: {integrity: sha512-rNYnNCzqDAPCr4m/fqyUFv7fD9qIsd50S6GDFgO1DxZhncCsNsG7IfUlAlvZe5oSEQxtsjnHiUuppzccry93Xw==}
+ echarts@5.5.1:
+ resolution: {integrity: sha512-Fce8upazaAXUVUVsjgV6mBnGuqgO+JNDlcgF79Dksy4+wgGpQB2lmYoO4TSweFg/mZITdpGHomw/cNBJZj1icA==}
- electron-to-chromium@1.4.807:
- resolution: {integrity: sha512-kSmJl2ZwhNf/bcIuCH/imtNOKlpkLDn2jqT5FJ+/0CXjhnFaOa9cOe9gHKKy71eM49izwuQjZhKk+lWQ1JxB7A==}
+ electron-to-chromium@1.4.826:
+ resolution: {integrity: sha512-zULpSu/wQI4X9qWAHabbi0ZUfJ/bEFTA6bfdXlg6HSf5XS7A8vMdzpJC4r5Ws/5E5NGdrNHmXgvGewGuHMxhPQ==}
emoji-regex@10.3.0:
resolution: {integrity: sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==}
@@ -2351,8 +2353,8 @@ packages:
eslint-parser-plain@0.1.0:
resolution: {integrity: sha512-oOeA6FWU0UJT/Rxc3XF5Cq0nbIZbylm7j8+plqq0CZoE6m4u32OXJrR+9iy4srGMmF6v6pmgvP1zPxSRIGh3sg==}
- eslint-plugin-es-x@7.7.0:
- resolution: {integrity: sha512-aP3qj8BwiEDPttxQkZdI221DLKq9sI/qHolE2YSQL1/9+xk7dTV+tB1Fz8/IaCA+lnLA1bDEnvaS2LKs0k2Uig==}
+ eslint-plugin-es-x@7.8.0:
+ resolution: {integrity: sha512-7Ds8+wAAoV3T+LAKeu39Y5BzXCrGKrcISfgKEqTS4BDN8SFEDQd0S43jiQ8vIa3wUKD07qitZdfzlenSi8/0qQ==}
engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies:
eslint: '>=8'
@@ -2389,8 +2391,8 @@ packages:
peerDependencies:
eslint: '>=8.56.0'
- eslint-plugin-vue@9.26.0:
- resolution: {integrity: sha512-eTvlxXgd4ijE1cdur850G6KalZqk65k1JKoOI2d1kT3hr8sPD07j1q98FRFdNnpxBELGPWxZmInxeHGF/GxtqQ==}
+ eslint-plugin-vue@9.27.0:
+ resolution: {integrity: sha512-5Dw3yxEyuBSXTzT5/Ge1X5kIkRTQ3nvBn/VwPwInNiZBSJOO/timWMUaflONnFBzU6NhB68lxnCda7ULV5N7LA==}
engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
@@ -2411,8 +2413,8 @@ packages:
resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint@9.5.0:
- resolution: {integrity: sha512-+NAOZFrW/jFTS3dASCGBxX1pkFD0/fsO+hfAkJ4TyYKwgsXZbqzrw+seCYFCcPCYXvnD67tAnglU7GQTz6kcVw==}
+ eslint@9.6.0:
+ resolution: {integrity: sha512-ElQkdLMEEqQNM9Njff+2Y4q2afHk7JpkPvrd7Xh7xefwgQynqPxwf55J7di9+MEibWUGdNjFF9ITG9Pck5M84w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
@@ -2433,8 +2435,8 @@ packages:
engines: {node: '>=4'}
hasBin: true
- esquery@1.5.0:
- resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==}
+ esquery@1.6.0:
+ resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
engines: {node: '>=0.10'}
esrecurse@4.3.0:
@@ -2480,8 +2482,8 @@ packages:
resolution: {integrity: sha512-lSgHc4Elo2m6bUDhc3Hl/VxvUDJdQWI40RZ4KMY9bKRc+hgMOT7II/JjbNDhI8VnMtrCb7U/fhpJIkLORZozWw==}
engines: {node: '>=18'}
- execa@9.2.0:
- resolution: {integrity: sha512-vpOyYg7UAVKLAWWtRS2gAdgkT7oJbCn0me3gmUmxZih4kd3MF/oo8kNTBTIbkO3yuuF5uB4ZCZfn8BOolITYhg==}
+ execa@9.3.0:
+ resolution: {integrity: sha512-l6JFbqnHEadBoVAVpN5dl2yCyfX28WoBAGaoQcNmLLSedOxTxcn2Qa83s8I/PA5i56vWru2OHOtrwF7Om2vqlg==}
engines: {node: ^18.19.0 || >=20.5.0}
expand-brackets@2.1.4:
@@ -2702,9 +2704,13 @@ packages:
resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
engines: {node: '>=10.13.0'}
- glob@10.4.2:
- resolution: {integrity: sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==}
- engines: {node: '>=16 || 14 >=14.18'}
+ glob@10.4.5:
+ resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
+ hasBin: true
+
+ glob@11.0.0:
+ resolution: {integrity: sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==}
+ engines: {node: 20 || >=22}
hasBin: true
glob@7.2.3:
@@ -2839,8 +2845,8 @@ packages:
resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
hasBin: true
- highlight.js@11.9.0:
- resolution: {integrity: sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==}
+ highlight.js@11.10.0:
+ resolution: {integrity: sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==}
engines: {node: '>=12.0.0'}
hookable@5.5.3:
@@ -3026,8 +3032,9 @@ packages:
resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==}
hasBin: true
- is-core-module@2.13.1:
- resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
+ is-core-module@2.14.0:
+ resolution: {integrity: sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==}
+ engines: {node: '>= 0.4'}
is-data-descriptor@1.0.1:
resolution: {integrity: sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==}
@@ -3219,9 +3226,12 @@ packages:
resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==}
engines: {node: '>=0.10.0'}
- jackspeak@3.4.0:
- resolution: {integrity: sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==}
- engines: {node: '>=14'}
+ jackspeak@3.4.3:
+ resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
+
+ jackspeak@4.0.1:
+ resolution: {integrity: sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==}
+ engines: {node: 20 || >=22}
jiti@1.21.6:
resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==}
@@ -3359,8 +3369,8 @@ packages:
engines: {node: '>=18.12.0'}
hasBin: true
- listr2@8.2.2:
- resolution: {integrity: sha512-sy0dq+JPS+RAFiFk2K8Nbub7khNmeeoFALNUJ4Wzk34wZKAzaOhEXqGWs4RA5aui0RaM6Hgn7VEKhCj0mlKNLA==}
+ listr2@8.2.3:
+ resolution: {integrity: sha512-Lllokma2mtoniUOS94CcOErHWAug5iu7HOmDrvWgpw8jyQH2fomgB+7lZS4HWZxytUuQwkGOwe49FvwVaA85Xw==}
engines: {node: '>=18.0.0'}
loader-utils@1.4.2:
@@ -3403,9 +3413,12 @@ packages:
resolution: {integrity: sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
- lru-cache@10.2.2:
- resolution: {integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==}
- engines: {node: 14 || >=16.14}
+ lru-cache@10.4.3:
+ resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
+
+ lru-cache@11.0.0:
+ resolution: {integrity: sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==}
+ engines: {node: 20 || >=22}
lru-cache@5.1.1:
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
@@ -3562,6 +3575,10 @@ packages:
resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==}
engines: {node: '>=4'}
+ minimatch@10.0.1:
+ resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==}
+ engines: {node: 20 || >=22}
+
minimatch@3.1.2:
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
@@ -3569,8 +3586,8 @@ packages:
resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==}
engines: {node: '>=10'}
- minimatch@9.0.4:
- resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==}
+ minimatch@9.0.5:
+ resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
engines: {node: '>=16 || 14 >=14.17'}
minimist@1.2.8:
@@ -3771,8 +3788,8 @@ packages:
nth-check@2.1.1:
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
- nypm@0.3.8:
- resolution: {integrity: sha512-IGWlC6So2xv6V4cIDmoV0SwwWx7zLG086gyqkyumteH2fIgCAM4nDVFB2iDRszDvmdSVW9xb1N+2KjQ6C7d4og==}
+ nypm@0.3.9:
+ resolution: {integrity: sha512-BI2SdqqTHg2d4wJh8P9A1W+bslg33vOE9IZDY6eR2QC+Pu1iNBVZUqczrd43rJb+fMzHU7ltAYKsEFY/kHMFcw==}
engines: {node: ^14.16.0 || >=16.10.0}
hasBin: true
@@ -3787,8 +3804,9 @@ packages:
object-inspect@1.12.3:
resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==}
- object-inspect@1.13.1:
- resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==}
+ object-inspect@1.13.2:
+ resolution: {integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==}
+ engines: {node: '>= 0.4'}
object-is@1.1.6:
resolution: {integrity: sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==}
@@ -3879,9 +3897,9 @@ packages:
resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
engines: {node: '>=6'}
- parse-github-url@1.0.2:
- resolution: {integrity: sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw==}
- engines: {node: '>=0.10.0'}
+ parse-github-url@1.0.3:
+ resolution: {integrity: sha512-tfalY5/4SqGaV/GIGzWyHnFjlpTPTNpENR9Ea2lLldSJ8EWXMsvacWucqY3m3I4YPtas15IxTLQVQ5NSYXPrww==}
+ engines: {node: '>= 0.10'}
hasBin: true
parse-json@5.2.0:
@@ -3925,6 +3943,10 @@ packages:
resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
engines: {node: '>=16 || 14 >=14.18'}
+ path-scurry@2.0.0:
+ resolution: {integrity: sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==}
+ engines: {node: 20 || >=22}
+
path-type@4.0.0:
resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
engines: {node: '>=8'}
@@ -3965,8 +3987,8 @@ packages:
typescript:
optional: true
- pkg-types@1.1.1:
- resolution: {integrity: sha512-ko14TjmDuQJ14zsotODv7dBlwxKhUKQEhuhmbqo1uCi9BB0Z2alo/wAXg6q1dTR5TyuqYyWhjtfe/Tsh+X28jQ==}
+ pkg-types@1.1.3:
+ resolution: {integrity: sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==}
pluralize@8.0.0:
resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==}
@@ -4012,8 +4034,8 @@ packages:
peerDependencies:
postcss: '>4 <9'
- postcss-selector-parser@6.1.0:
- resolution: {integrity: sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==}
+ postcss-selector-parser@6.1.1:
+ resolution: {integrity: sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==}
engines: {node: '>=4'}
postcss-value-parser@4.2.0:
@@ -4023,8 +4045,8 @@ packages:
resolution: {integrity: sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==}
engines: {node: '>=0.12'}
- postcss@8.4.38:
- resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==}
+ postcss@8.4.39:
+ resolution: {integrity: sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==}
engines: {node: ^10 || ^12 || >=14}
posthtml-parser@0.2.1:
@@ -4122,8 +4144,8 @@ packages:
resolution: {integrity: sha512-FLpr4flz5xZTSJxSeaheeMKN/EDzMdK7b8PTOC6a5PYFKTucWbdqjgqaEyH0shFiSJrVB1+Qqi4Tk19ccU6Aug==}
engines: {node: '>=12.20'}
- qs@6.12.1:
- resolution: {integrity: sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==}
+ qs@6.12.3:
+ resolution: {integrity: sha512-AWJm14H1vVaO/iNZ4/hO+HyaTehuy9nRqVdkTqlJt0HWvBiBIEXFmb4C0DGeYo3Xes9rrEW+TxHsaigCbN5ICQ==}
engines: {node: '>=0.6'}
query-string@4.3.4:
@@ -4285,17 +4307,22 @@ packages:
deprecated: Rimraf versions prior to v4 are no longer supported
hasBin: true
- rimraf@5.0.7:
- resolution: {integrity: sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==}
- engines: {node: '>=14.18'}
+ rimraf@5.0.9:
+ resolution: {integrity: sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==}
+ engines: {node: 14 >=14.20 || 16 >=16.20 || >=18}
+ hasBin: true
+
+ rimraf@6.0.1:
+ resolution: {integrity: sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==}
+ engines: {node: 20 || >=22}
hasBin: true
rollup@0.25.8:
resolution: {integrity: sha512-a2S4Bh3bgrdO4BhKr2E4nZkjTvrJ2m2bWjMTzVYtoqSCn0HnuxosXnaJUHrMEziOWr3CzL9GjilQQKcyCQpJoA==}
hasBin: true
- rollup@4.18.0:
- resolution: {integrity: sha512-QmJz14PX3rzbJCN1SG4Xe/bAAX2a6NpCP8ab2vfu2GiUr8AQcr2nCV/oEO3yneFarB67zk8ShlIyWb2LGTb3Sg==}
+ rollup@4.18.1:
+ resolution: {integrity: sha512-Elx2UT8lzxxOXMpy5HWQGZqkrQOtrVDDa/bm9l10+U4rQnVzbL/LgZ4NOM1MPIDyHk69W4InuYDF5dzRh4Kw1A==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
@@ -4326,8 +4353,8 @@ packages:
safer-buffer@2.1.2:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
- sass@1.77.6:
- resolution: {integrity: sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==}
+ sass@1.77.7:
+ resolution: {integrity: sha512-9ywH75cO+rLjbrZ6en3Gp8qAMwPGBapFtlsMJoDTkcMU/bSe5a6cjKVUn5Jr4Gzg5GbP3HE8cm+02pLCgcoMow==}
engines: {node: '>=14.0.0'}
hasBin: true
@@ -4546,8 +4573,8 @@ packages:
resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==}
engines: {node: '>=12'}
- string-width@7.1.0:
- resolution: {integrity: sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==}
+ string-width@7.2.0:
+ resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==}
engines: {node: '>=18'}
string.prototype.trim@1.2.9:
@@ -4654,8 +4681,8 @@ packages:
resolution: {integrity: sha512-7RnqIMq572L8PeEzKeBINYEJDDxpcH8JEgLwUqBd3TkofhFRbkq4QLR0u+36avGAhCRbk2nnmjcW9SE531hPDg==}
engines: {node: ^14.18.0 || >=16.0.0}
- tailwind-merge@2.3.0:
- resolution: {integrity: sha512-vkYrLpIP+lgR0tQCG6AP7zZXCTLc1Lnv/CCRT3BqJ9CZ3ui2++GPaGb1x/ILsINIMSYqqvrpqjUFsMNLlW99EA==}
+ tailwind-merge@2.4.0:
+ resolution: {integrity: sha512-49AwoOQNKdqKPd9CViyH5wJoSKsCDjUlzL8DxuGp3P1FsGY36NJDAa18jLZcaHAUUuTj+JB8IAo8zWgBNvBF7A==}
tapable@2.2.1:
resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
@@ -4725,8 +4752,8 @@ packages:
tslib@2.6.3:
resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==}
- tsx@4.15.6:
- resolution: {integrity: sha512-is0VQQlfNZRHEuSSTKA6m4xw74IU4AizmuB6lAYLRt9XtuyeQnyJYexhNZOPCB59SqC4JzmSzPnHGBXxf3k0hA==}
+ tsx@4.16.2:
+ resolution: {integrity: sha512-C1uWweJDgdtX2x600HjaFaucXTilT7tgUZHbOE4+ypskZ1OP8CRCSDkCxG6Vya9EwaFIVagWwpaVAn5wzypaqQ==}
engines: {node: '>=18.0.0'}
hasBin: true
@@ -4793,8 +4820,8 @@ packages:
resolution: {integrity: sha512-8WbVAQAUlENo1q3c3zZYuy5k9VzBQvp8AX9WOtbvyWlLM1v5JaSRmjubLjzHF4JFtptjH/5c/i95yaElvcjC0A==}
engines: {node: '>= 0.4'}
- typescript@5.4.5:
- resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==}
+ typescript@5.5.3:
+ resolution: {integrity: sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==}
engines: {node: '>=14.17'}
hasBin: true
@@ -4869,8 +4896,8 @@ packages:
vue-template-es2015-compiler:
optional: true
- unplugin-vue-components@0.27.0:
- resolution: {integrity: sha512-77eTEy23sQ0UpzGWnZ9I2mY3cnmXwklz4ITcn3JfxjCoX643ghImkiZ4nFm58sxbdVcc4Fo/o4LIoFnlqEqsSg==}
+ unplugin-vue-components@0.27.2:
+ resolution: {integrity: sha512-YifnsmslMRNt+JRQiCG4ZX1+xUQuubUZm76K7Qtg8dmchZJkHIDxZSyfZb5/jqrLWMTm/TUjGJ3ZDlzO6SFnSQ==}
engines: {node: '>=14'}
peerDependencies:
'@babel/parser': ^7.15.8
@@ -4886,6 +4913,10 @@ packages:
resolution: {integrity: sha512-d6Mhq8RJeGA8UfKCu54Um4lFA0eSaRa3XxdAJg8tIdxbu1ubW0hBCZUL7yI2uGyYCRndvbK8FLHzqy2XKfeMsg==}
engines: {node: '>=14.0.0'}
+ unplugin@1.11.0:
+ resolution: {integrity: sha512-3r7VWZ/webh0SGgJScpWl2/MRCZK5d3ZYFcNaeci/GQ7Teop7zf0Nl2pUuz7G21BwPd9pcUPOC5KmJ2L3WgC5g==}
+ engines: {node: '>=14.0.0'}
+
unset-value@1.0.0:
resolution: {integrity: sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==}
engines: {node: '>=0.10.0'}
@@ -4894,8 +4925,8 @@ packages:
resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==}
engines: {node: '>=8'}
- update-browserslist-db@1.0.16:
- resolution: {integrity: sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==}
+ update-browserslist-db@1.1.0:
+ resolution: {integrity: sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==}
hasBin: true
peerDependencies:
browserslist: '>= 4.21.0'
@@ -4963,8 +4994,8 @@ packages:
peerDependencies:
vite: '>=2.0.0'
- vite-plugin-vue-devtools@7.3.2:
- resolution: {integrity: sha512-ysFbLOZrTfdk+jcQzwL3vv1wNaBXxBbY3Ux0eD88adZzdrpQ/AT8ZlepWJCJ6JWsZjjU5yC/7N9s9uXD7+PQiQ==}
+ vite-plugin-vue-devtools@7.3.5:
+ resolution: {integrity: sha512-6omLXTfYu0bmSmncPSbj4mdMPB3t5dAZkUyriJikahGEnvv5gynHlydDsJShHT6l/5dCkvmSesSji/2a6FfutQ==}
engines: {node: '>=v14.21.3'}
peerDependencies:
vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0
@@ -4974,8 +5005,8 @@ packages:
peerDependencies:
vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0
- vite@5.3.1:
- resolution: {integrity: sha512-XBmSKRLXLxiaPYamLv3/hnP/KXDai1NDexN0FpkTaZXTfycHvkRHoenpgl/fvuK/kPbB6xAgoyiryAhQNxYmAQ==}
+ vite@5.3.3:
+ resolution: {integrity: sha512-NPQdeCU0Dv2z5fu+ULotpuq5yfCS1BzKUIPhNbP3YBfAMGJXbt2nS+sbTFu+qchaqWTD+H3JK++nRwr6XIcp6A==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@@ -5032,8 +5063,8 @@ packages:
'@vue/composition-api':
optional: true
- vue-draggable-plus@0.5.0:
- resolution: {integrity: sha512-A5TT5+M5JceROSjPO9aDZTsrSN1TetEs419czPlboomarSiGIBIxTp2WD7XH53EHMrbO7Qo+leRiHWV/rMlyjA==}
+ vue-draggable-plus@0.5.2:
+ resolution: {integrity: sha512-+EWOYOtY6MVbhPpG+H4rjyuWAJiQU2VoLI/ehOCZkz62anrKrGHz5CBL2HDXi01hpNSP9BTDgkBcibhdO9/Jgg==}
peerDependencies:
'@types/sortablejs': ^1.15.0
'@vue/composition-api': '*'
@@ -5053,22 +5084,22 @@ packages:
peerDependencies:
vue: ^3.0.0
- vue-router@4.3.3:
- resolution: {integrity: sha512-8Q+u+WP4N2SXY38FDcF2H1dUEbYVHVPtPCPZj/GTZx8RCbiB8AtJP9+YIxn4Vs0svMTNQcLIzka4GH7Utkx9xQ==}
+ vue-router@4.4.0:
+ resolution: {integrity: sha512-HB+t2p611aIZraV2aPSRNXf0Z/oLZFrlygJm+sZbdJaW6lcFqEDQwnzUBXn+DApw+/QzDU/I9TeWx9izEjTmsA==}
peerDependencies:
vue: ^3.2.0
vue-template-compiler@2.7.16:
resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==}
- vue-tsc@2.0.21:
- resolution: {integrity: sha512-E6x1p1HaHES6Doy8pqtm7kQern79zRtIewkf9fiv7Y43Zo4AFDS5hKi+iHi2RwEhqRmuiwliB1LCEFEGwvxQnw==}
+ vue-tsc@2.0.26:
+ resolution: {integrity: sha512-tOhuwy2bIXbMhz82ef37qeiaQHMXKQkD6mOF6CCPl3/uYtST3l6fdNyfMxipudrQTxTfXVPlgJdMENBFfC1CfQ==}
hasBin: true
peerDependencies:
- typescript: '*'
+ typescript: '>=5.0.0'
- vue@3.4.29:
- resolution: {integrity: sha512-8QUYfRcYzNlYuzKPfge1UWC6nF9ym0lx7mpGVPJYNhddxEf3DD0+kU07NTL0sXuiT2HuJuKr/iEO8WvXvT0RSQ==}
+ vue@3.4.31:
+ resolution: {integrity: sha512-njqRrOy7W3YLAlVqSKpBebtZpDVg21FPoaq1I7f/+qqBThK9ChAIjkRWgeP6Eat+8C+iia4P3OYqpATP21BCoQ==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
@@ -5195,12 +5226,12 @@ packages:
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
engines: {node: '>=10'}
- yoctocolors@2.0.2:
- resolution: {integrity: sha512-Ct97huExsu7cWeEjmrXlofevF8CvzUglJ4iGUet5B8xn1oumtAZBpHU4GzYuoE6PVqcZ5hghtBrSlhwHuR1Jmw==}
+ yoctocolors@2.1.1:
+ resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==}
engines: {node: '>=18'}
- zrender@5.5.0:
- resolution: {integrity: sha512-O3MilSi/9mwoovx77m6ROZM7sXShR/O/JIanvzTwjN3FORfLSr81PsUGd7jlaYOeds9d8tw82oP44+3YucVo+w==}
+ zrender@5.6.0:
+ resolution: {integrity: sha512-uzgraf4njmmHAbEUxMJ8Oxg+P3fT04O+9p7gY+wJRVxo8Ge+KmYv0WJev945EH4wFuc4OY2NLXz46FZrWS9xJg==}
snapshots:
@@ -5222,11 +5253,11 @@ snapshots:
dependencies:
'@jsdevtools/ez-spawn': 3.0.4
- '@antfu/utils@0.7.8': {}
+ '@antfu/utils@0.7.10': {}
'@antv/component@2.0.1':
dependencies:
- '@antv/g': 6.0.6
+ '@antv/g': 6.0.10
'@antv/scale': 0.4.16
'@antv/util': 3.3.7
svg-path-parser: 1.1.0
@@ -5258,30 +5289,30 @@ snapshots:
'@antv/event-emitter@0.1.3': {}
- '@antv/g-camera-api@2.0.5':
+ '@antv/g-camera-api@2.0.9':
dependencies:
- '@antv/g-lite': 2.0.5
+ '@antv/g-lite': 2.0.6
'@antv/util': 3.3.7
gl-matrix: 3.4.3
tslib: 2.6.3
- '@antv/g-canvas@2.0.7':
+ '@antv/g-canvas@2.0.8':
dependencies:
- '@antv/g-lite': 2.0.5
- '@antv/g-plugin-canvas-path-generator': 2.0.5
- '@antv/g-plugin-canvas-picker': 2.0.6
- '@antv/g-plugin-canvas-renderer': 2.0.6
- '@antv/g-plugin-dom-interaction': 2.0.5
- '@antv/g-plugin-html-renderer': 2.0.6
- '@antv/g-plugin-image-loader': 2.0.5
+ '@antv/g-lite': 2.0.6
+ '@antv/g-plugin-canvas-path-generator': 2.0.6
+ '@antv/g-plugin-canvas-picker': 2.0.7
+ '@antv/g-plugin-canvas-renderer': 2.0.7
+ '@antv/g-plugin-dom-interaction': 2.0.6
+ '@antv/g-plugin-html-renderer': 2.0.7
+ '@antv/g-plugin-image-loader': 2.0.6
'@antv/util': 3.3.7
tslib: 2.6.3
- '@antv/g-dom-mutation-observer-api@2.0.5':
+ '@antv/g-dom-mutation-observer-api@2.0.6':
dependencies:
- '@antv/g-lite': 2.0.5
+ '@antv/g-lite': 2.0.6
- '@antv/g-lite@2.0.5':
+ '@antv/g-lite@2.0.6':
dependencies:
'@antv/g-math': 3.0.0
'@antv/util': 3.3.7
@@ -5297,61 +5328,61 @@ snapshots:
gl-matrix: 3.4.3
tslib: 2.6.3
- '@antv/g-plugin-canvas-path-generator@2.0.5':
+ '@antv/g-plugin-canvas-path-generator@2.0.6':
dependencies:
- '@antv/g-lite': 2.0.5
+ '@antv/g-lite': 2.0.6
'@antv/g-math': 3.0.0
'@antv/util': 3.3.7
tslib: 2.6.3
- '@antv/g-plugin-canvas-picker@2.0.6':
+ '@antv/g-plugin-canvas-picker@2.0.7':
dependencies:
- '@antv/g-lite': 2.0.5
+ '@antv/g-lite': 2.0.6
'@antv/g-math': 3.0.0
- '@antv/g-plugin-canvas-path-generator': 2.0.5
- '@antv/g-plugin-canvas-renderer': 2.0.6
+ '@antv/g-plugin-canvas-path-generator': 2.0.6
+ '@antv/g-plugin-canvas-renderer': 2.0.7
'@antv/util': 3.3.7
gl-matrix: 3.4.3
tslib: 2.6.3
- '@antv/g-plugin-canvas-renderer@2.0.6':
+ '@antv/g-plugin-canvas-renderer@2.0.7':
dependencies:
- '@antv/g-lite': 2.0.5
+ '@antv/g-lite': 2.0.6
'@antv/g-math': 3.0.0
- '@antv/g-plugin-canvas-path-generator': 2.0.5
- '@antv/g-plugin-image-loader': 2.0.5
+ '@antv/g-plugin-canvas-path-generator': 2.0.6
+ '@antv/g-plugin-image-loader': 2.0.6
'@antv/util': 3.3.7
gl-matrix: 3.4.3
tslib: 2.6.3
- '@antv/g-plugin-dom-interaction@2.0.5':
+ '@antv/g-plugin-dom-interaction@2.0.6':
dependencies:
- '@antv/g-lite': 2.0.5
+ '@antv/g-lite': 2.0.6
tslib: 2.6.3
- '@antv/g-plugin-dragndrop@2.0.5':
+ '@antv/g-plugin-dragndrop@2.0.6':
dependencies:
- '@antv/g-lite': 2.0.5
+ '@antv/g-lite': 2.0.6
'@antv/util': 3.3.7
tslib: 2.6.3
- '@antv/g-plugin-html-renderer@2.0.6':
+ '@antv/g-plugin-html-renderer@2.0.7':
dependencies:
- '@antv/g-lite': 2.0.5
+ '@antv/g-lite': 2.0.6
'@antv/util': 3.3.7
gl-matrix: 3.4.3
tslib: 2.6.3
- '@antv/g-plugin-image-loader@2.0.5':
+ '@antv/g-plugin-image-loader@2.0.6':
dependencies:
- '@antv/g-lite': 2.0.5
+ '@antv/g-lite': 2.0.6
'@antv/util': 3.3.7
gl-matrix: 3.4.3
tslib: 2.6.3
- '@antv/g-web-animations-api@2.0.6':
+ '@antv/g-web-animations-api@2.0.7':
dependencies:
- '@antv/g-lite': 2.0.5
+ '@antv/g-lite': 2.0.6
'@antv/util': 3.3.7
tslib: 2.6.3
@@ -5360,9 +5391,9 @@ snapshots:
'@antv/component': 2.0.1
'@antv/coord': 0.4.7
'@antv/event-emitter': 0.1.3
- '@antv/g': 6.0.6
- '@antv/g-canvas': 2.0.7
- '@antv/g-plugin-dragndrop': 2.0.5
+ '@antv/g': 6.0.10
+ '@antv/g-canvas': 2.0.8
+ '@antv/g-plugin-dragndrop': 2.0.6
'@antv/path-util': 3.0.1
'@antv/scale': 0.4.16
'@antv/util': 3.3.7
@@ -5380,12 +5411,12 @@ snapshots:
fmin: 0.0.2
pdfast: 0.2.0
- '@antv/g@6.0.6':
+ '@antv/g@6.0.10':
dependencies:
- '@antv/g-camera-api': 2.0.5
- '@antv/g-dom-mutation-observer-api': 2.0.5
- '@antv/g-lite': 2.0.5
- '@antv/g-web-animations-api': 2.0.6
+ '@antv/g-camera-api': 2.0.9
+ '@antv/g-dom-mutation-observer-api': 2.0.6
+ '@antv/g-lite': 2.0.6
+ '@antv/g-web-animations-api': 2.0.7
'@antv/hierarchy@0.6.12': {}
@@ -5417,20 +5448,20 @@ snapshots:
'@babel/highlight': 7.24.7
picocolors: 1.0.1
- '@babel/compat-data@7.24.7': {}
+ '@babel/compat-data@7.24.8': {}
- '@babel/core@7.24.7':
+ '@babel/core@7.24.8':
dependencies:
'@ampproject/remapping': 2.3.0
'@babel/code-frame': 7.24.7
- '@babel/generator': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7)
- '@babel/helpers': 7.24.7
- '@babel/parser': 7.24.7
+ '@babel/generator': 7.24.8
+ '@babel/helper-compilation-targets': 7.24.8
+ '@babel/helper-module-transforms': 7.24.8(@babel/core@7.24.8)
+ '@babel/helpers': 7.24.8
+ '@babel/parser': 7.24.8
'@babel/template': 7.24.7
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.8
convert-source-map: 2.0.0
debug: 4.3.5
gensync: 1.0.0-beta.2
@@ -5439,34 +5470,34 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/generator@7.24.7':
+ '@babel/generator@7.24.8':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
jsesc: 2.5.2
'@babel/helper-annotate-as-pure@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
- '@babel/helper-compilation-targets@7.24.7':
+ '@babel/helper-compilation-targets@7.24.8':
dependencies:
- '@babel/compat-data': 7.24.7
- '@babel/helper-validator-option': 7.24.7
- browserslist: 4.23.1
+ '@babel/compat-data': 7.24.8
+ '@babel/helper-validator-option': 7.24.8
+ browserslist: 4.23.2
lru-cache: 5.1.1
semver: 6.3.1
- '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.24.7)':
+ '@babel/helper-create-class-features-plugin@7.24.8(@babel/core@7.24.8)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.8
'@babel/helper-annotate-as-pure': 7.24.7
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-function-name': 7.24.7
- '@babel/helper-member-expression-to-functions': 7.24.7
+ '@babel/helper-member-expression-to-functions': 7.24.8
'@babel/helper-optimise-call-expression': 7.24.7
- '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.8)
'@babel/helper-skip-transparent-expression-wrappers': 7.24.7
'@babel/helper-split-export-declaration': 7.24.7
semver: 6.3.1
@@ -5475,38 +5506,38 @@ snapshots:
'@babel/helper-environment-visitor@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
'@babel/helper-function-name@7.24.7':
dependencies:
'@babel/template': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
'@babel/helper-hoist-variables@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
- '@babel/helper-member-expression-to-functions@7.24.7':
+ '@babel/helper-member-expression-to-functions@7.24.8':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.8
transitivePeerDependencies:
- supports-color
'@babel/helper-module-imports@7.22.15':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
'@babel/helper-module-imports@7.24.7':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.8
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-transforms@7.24.7(@babel/core@7.24.7)':
+ '@babel/helper-module-transforms@7.24.8(@babel/core@7.24.8)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.8
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-module-imports': 7.24.7
'@babel/helper-simple-access': 7.24.7
@@ -5517,47 +5548,47 @@ snapshots:
'@babel/helper-optimise-call-expression@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
- '@babel/helper-plugin-utils@7.24.7': {}
+ '@babel/helper-plugin-utils@7.24.8': {}
- '@babel/helper-replace-supers@7.24.7(@babel/core@7.24.7)':
+ '@babel/helper-replace-supers@7.24.7(@babel/core@7.24.8)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.8
'@babel/helper-environment-visitor': 7.24.7
- '@babel/helper-member-expression-to-functions': 7.24.7
+ '@babel/helper-member-expression-to-functions': 7.24.8
'@babel/helper-optimise-call-expression': 7.24.7
transitivePeerDependencies:
- supports-color
'@babel/helper-simple-access@7.24.7':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.8
transitivePeerDependencies:
- supports-color
'@babel/helper-skip-transparent-expression-wrappers@7.24.7':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.8
transitivePeerDependencies:
- supports-color
'@babel/helper-split-export-declaration@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
- '@babel/helper-string-parser@7.24.7': {}
+ '@babel/helper-string-parser@7.24.8': {}
'@babel/helper-validator-identifier@7.24.7': {}
- '@babel/helper-validator-option@7.24.7': {}
+ '@babel/helper-validator-option@7.24.8': {}
- '@babel/helpers@7.24.7':
+ '@babel/helpers@7.24.8':
dependencies:
'@babel/template': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
'@babel/highlight@7.24.7':
dependencies:
@@ -5566,87 +5597,87 @@ snapshots:
js-tokens: 4.0.0
picocolors: 1.0.1
- '@babel/parser@7.24.7':
+ '@babel/parser@7.24.8':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.24.8
- '@babel/plugin-proposal-decorators@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-proposal-decorators@7.24.7(@babel/core@7.24.8)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-decorators': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.24.8
+ '@babel/helper-create-class-features-plugin': 7.24.8(@babel/core@7.24.8)
+ '@babel/helper-plugin-utils': 7.24.8
+ '@babel/plugin-syntax-decorators': 7.24.7(@babel/core@7.24.8)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-syntax-decorators@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-decorators@7.24.7(@babel/core@7.24.8)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.8
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-syntax-import-attributes@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-import-attributes@7.24.7(@babel/core@7.24.8)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.8
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.8)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.8
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.24.8)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.8
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.24.8)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-plugin-utils': 7.24.7
+ '@babel/core': 7.24.8
+ '@babel/helper-plugin-utils': 7.24.8
- '@babel/plugin-transform-typescript@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-typescript@7.24.8(@babel/core@7.24.8)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.8
'@babel/helper-annotate-as-pure': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-create-class-features-plugin': 7.24.8(@babel/core@7.24.8)
+ '@babel/helper-plugin-utils': 7.24.8
+ '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.24.8)
transitivePeerDependencies:
- supports-color
- '@babel/runtime-corejs3@7.24.7':
+ '@babel/runtime-corejs3@7.24.8':
dependencies:
core-js-pure: 3.37.1
regenerator-runtime: 0.14.1
- '@babel/runtime@7.24.7':
+ '@babel/runtime@7.24.8':
dependencies:
regenerator-runtime: 0.14.1
'@babel/template@7.24.7':
dependencies:
'@babel/code-frame': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/parser': 7.24.8
+ '@babel/types': 7.24.8
- '@babel/traverse@7.24.7':
+ '@babel/traverse@7.24.8':
dependencies:
'@babel/code-frame': 7.24.7
- '@babel/generator': 7.24.7
+ '@babel/generator': 7.24.8
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-function-name': 7.24.7
'@babel/helper-hoist-variables': 7.24.7
'@babel/helper-split-export-declaration': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/parser': 7.24.8
+ '@babel/types': 7.24.8
debug: 4.3.5
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- '@babel/types@7.24.7':
+ '@babel/types@7.24.8':
dependencies:
- '@babel/helper-string-parser': 7.24.7
+ '@babel/helper-string-parser': 7.24.8
'@babel/helper-validator-identifier': 7.24.7
to-fast-properties: 2.0.0
@@ -5663,9 +5694,9 @@ snapshots:
dependencies:
css-render: 0.15.14
- '@css-render/vue3-ssr@0.15.14(vue@3.4.29(typescript@5.4.5))':
+ '@css-render/vue3-ssr@0.15.14(vue@3.4.31(typescript@5.5.3))':
dependencies:
- vue: 3.4.29(typescript@5.4.5)
+ vue: 3.4.31(typescript@5.5.3)
'@elegant-router/core@0.3.7':
dependencies:
@@ -5757,14 +5788,14 @@ snapshots:
'@esbuild/win32-x64@0.21.5':
optional: true
- '@eslint-community/eslint-utils@4.4.0(eslint@9.5.0)':
+ '@eslint-community/eslint-utils@4.4.0(eslint@9.6.0)':
dependencies:
- eslint: 9.5.0
+ eslint: 9.6.0
eslint-visitor-keys: 3.4.3
- '@eslint-community/regexpp@4.10.1': {}
+ '@eslint-community/regexpp@4.11.0': {}
- '@eslint/config-array@0.16.0':
+ '@eslint/config-array@0.17.0':
dependencies:
'@eslint/object-schema': 2.1.4
debug: 4.3.5
@@ -5788,7 +5819,7 @@ snapshots:
'@eslint/js@9.4.0': {}
- '@eslint/js@9.5.0': {}
+ '@eslint/js@9.6.0': {}
'@eslint/object-schema@2.1.4': {}
@@ -5798,7 +5829,7 @@ snapshots:
'@humanwhocodes/retry@0.3.0': {}
- '@iconify/json@2.2.220':
+ '@iconify/json@2.2.226':
dependencies:
'@iconify/types': 2.0.0
pathe: 1.1.2
@@ -5808,7 +5839,7 @@ snapshots:
'@iconify/utils@2.1.25':
dependencies:
'@antfu/install-pkg': 0.1.1
- '@antfu/utils': 0.7.8
+ '@antfu/utils': 0.7.10
'@iconify/types': 2.0.0
debug: 4.3.5
kolorist: 1.8.0
@@ -5817,10 +5848,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@iconify/vue@4.1.2(vue@3.4.29(typescript@5.4.5))':
+ '@iconify/vue@4.1.2(vue@3.4.31(typescript@5.5.3))':
dependencies:
'@iconify/types': 2.0.0
- vue: 3.4.29(typescript@5.4.5)
+ vue: 3.4.31(typescript@5.5.3)
'@intlify/core-base@9.13.1':
dependencies:
@@ -5846,19 +5877,19 @@ snapshots:
'@jridgewell/gen-mapping@0.3.5':
dependencies:
'@jridgewell/set-array': 1.2.1
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
'@jridgewell/trace-mapping': 0.3.25
'@jridgewell/resolve-uri@3.1.2': {}
'@jridgewell/set-array@1.2.1': {}
- '@jridgewell/sourcemap-codec@1.4.15': {}
+ '@jridgewell/sourcemap-codec@1.5.0': {}
'@jridgewell/trace-mapping@0.3.25':
dependencies:
'@jridgewell/resolve-uri': 3.1.2
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
'@jsdevtools/ez-spawn@3.0.4':
dependencies:
@@ -5957,60 +5988,60 @@ snapshots:
'@polka/url@1.0.0-next.25': {}
- '@rollup/pluginutils@5.1.0(rollup@4.18.0)':
+ '@rollup/pluginutils@5.1.0(rollup@4.18.1)':
dependencies:
'@types/estree': 1.0.5
estree-walker: 2.0.2
picomatch: 2.3.1
optionalDependencies:
- rollup: 4.18.0
+ rollup: 4.18.1
- '@rollup/rollup-android-arm-eabi@4.18.0':
+ '@rollup/rollup-android-arm-eabi@4.18.1':
optional: true
- '@rollup/rollup-android-arm64@4.18.0':
+ '@rollup/rollup-android-arm64@4.18.1':
optional: true
- '@rollup/rollup-darwin-arm64@4.18.0':
+ '@rollup/rollup-darwin-arm64@4.18.1':
optional: true
- '@rollup/rollup-darwin-x64@4.18.0':
+ '@rollup/rollup-darwin-x64@4.18.1':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.18.0':
+ '@rollup/rollup-linux-arm-gnueabihf@4.18.1':
optional: true
- '@rollup/rollup-linux-arm-musleabihf@4.18.0':
+ '@rollup/rollup-linux-arm-musleabihf@4.18.1':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.18.0':
+ '@rollup/rollup-linux-arm64-gnu@4.18.1':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.18.0':
+ '@rollup/rollup-linux-arm64-musl@4.18.1':
optional: true
- '@rollup/rollup-linux-powerpc64le-gnu@4.18.0':
+ '@rollup/rollup-linux-powerpc64le-gnu@4.18.1':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.18.0':
+ '@rollup/rollup-linux-riscv64-gnu@4.18.1':
optional: true
- '@rollup/rollup-linux-s390x-gnu@4.18.0':
+ '@rollup/rollup-linux-s390x-gnu@4.18.1':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.18.0':
+ '@rollup/rollup-linux-x64-gnu@4.18.1':
optional: true
- '@rollup/rollup-linux-x64-musl@4.18.0':
+ '@rollup/rollup-linux-x64-musl@4.18.1':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.18.0':
+ '@rollup/rollup-win32-arm64-msvc@4.18.1':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.18.0':
+ '@rollup/rollup-win32-ia32-msvc@4.18.1':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.18.0':
+ '@rollup/rollup-win32-x64-msvc@4.18.1':
optional: true
'@sec-ant/readable-stream@0.4.1': {}
@@ -6040,9 +6071,9 @@ snapshots:
'@sindresorhus/merge-streams@4.0.0': {}
- '@soybeanjs/changelog@0.3.24(@unocss/eslint-config@0.61.0(eslint@9.5.0)(typescript@5.4.5))(eslint-plugin-vue@9.26.0(eslint@9.5.0))(eslint@9.5.0)(typescript@5.4.5)(vue-eslint-parser@9.4.3(eslint@9.5.0))':
+ '@soybeanjs/changelog@0.3.24(@unocss/eslint-config@0.61.3(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-vue@9.27.0(eslint@9.6.0))(eslint@9.6.0)(typescript@5.5.3)(vue-eslint-parser@9.4.3(eslint@9.6.0))':
dependencies:
- '@soybeanjs/eslint-config': 1.3.7(@unocss/eslint-config@0.61.0(eslint@9.5.0)(typescript@5.4.5))(eslint-plugin-vue@9.26.0(eslint@9.5.0))(eslint@9.5.0)(typescript@5.4.5)(vue-eslint-parser@9.4.3(eslint@9.5.0))
+ '@soybeanjs/eslint-config': 1.3.7(@unocss/eslint-config@0.61.3(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-vue@9.27.0(eslint@9.6.0))(eslint@9.6.0)(typescript@5.5.3)(vue-eslint-parser@9.4.3(eslint@9.6.0))
cli-progress: 3.12.0
convert-gitmoji: 0.1.5
dayjs: 1.11.11
@@ -6069,32 +6100,32 @@ snapshots:
- typescript
- vue-eslint-parser
- '@soybeanjs/eslint-config@1.3.7(@unocss/eslint-config@0.61.0(eslint@9.5.0)(typescript@5.4.5))(eslint-plugin-vue@9.26.0(eslint@9.5.0))(eslint@9.5.0)(typescript@5.4.5)(vue-eslint-parser@9.4.3(eslint@9.5.0))':
+ '@soybeanjs/eslint-config@1.3.7(@unocss/eslint-config@0.61.3(eslint@9.6.0)(typescript@5.5.3))(eslint-plugin-vue@9.27.0(eslint@9.6.0))(eslint@9.6.0)(typescript@5.5.3)(vue-eslint-parser@9.4.3(eslint@9.6.0))':
dependencies:
'@antfu/eslint-define-config': 1.23.0-2
'@antfu/install-pkg': 0.3.3
'@eslint/eslintrc': 3.1.0
'@eslint/js': 9.4.0
- '@typescript-eslint/eslint-plugin': 7.13.0(@typescript-eslint/parser@7.13.0(eslint@9.5.0)(typescript@5.4.5))(eslint@9.5.0)(typescript@5.4.5)
- '@typescript-eslint/parser': 7.13.0(eslint@9.5.0)(typescript@5.4.5)
- eslint: 9.5.0
- eslint-config-prettier: 9.1.0(eslint@9.5.0)
+ '@typescript-eslint/eslint-plugin': 7.13.0(@typescript-eslint/parser@7.13.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3)
+ '@typescript-eslint/parser': 7.13.0(eslint@9.6.0)(typescript@5.5.3)
+ eslint: 9.6.0
+ eslint-config-prettier: 9.1.0(eslint@9.6.0)
eslint-parser-plain: 0.1.0
- eslint-plugin-import-x: 0.5.1(eslint@9.5.0)(typescript@5.4.5)
- eslint-plugin-n: 17.8.1(eslint@9.5.0)
- eslint-plugin-prettier: 5.1.3(eslint-config-prettier@9.1.0(eslint@9.5.0))(eslint@9.5.0)(prettier@3.3.2)
- eslint-plugin-unicorn: 53.0.0(eslint@9.5.0)
+ eslint-plugin-import-x: 0.5.1(eslint@9.6.0)(typescript@5.5.3)
+ eslint-plugin-n: 17.8.1(eslint@9.6.0)
+ eslint-plugin-prettier: 5.1.3(eslint-config-prettier@9.1.0(eslint@9.6.0))(eslint@9.6.0)(prettier@3.3.2)
+ eslint-plugin-unicorn: 53.0.0(eslint@9.6.0)
globals: 15.4.0
local-pkg: 0.5.0
prettier: 3.3.2
prettier-plugin-jsdoc: 1.3.0(prettier@3.3.2)
prettier-plugin-json-sort: 0.0.2(prettier@3.3.2)
prompts: 2.4.2
- typescript: 5.4.5
+ typescript: 5.5.3
optionalDependencies:
- '@unocss/eslint-config': 0.61.0(eslint@9.5.0)(typescript@5.4.5)
- eslint-plugin-vue: 9.26.0(eslint@9.5.0)
- vue-eslint-parser: 9.4.3(eslint@9.5.0)
+ '@unocss/eslint-config': 0.61.3(eslint@9.6.0)(typescript@5.5.3)
+ eslint-plugin-vue: 9.27.0(eslint@9.6.0)
+ vue-eslint-parser: 9.4.3(eslint@9.6.0)
transitivePeerDependencies:
- '@types/eslint'
- supports-color
@@ -6112,7 +6143,7 @@ snapshots:
'@tufjs/models@1.0.4':
dependencies:
'@tufjs/canonical-json': 1.0.0
- minimatch: 9.0.4
+ minimatch: 9.0.5
'@types/bmapgl@0.0.5': {}
@@ -6130,9 +6161,9 @@ snapshots:
'@types/lodash-es@4.17.12':
dependencies:
- '@types/lodash': 4.17.5
+ '@types/lodash': 4.17.6
- '@types/lodash@4.17.5': {}
+ '@types/lodash@4.17.6': {}
'@types/mdast@4.0.4':
dependencies:
@@ -6142,7 +6173,7 @@ snapshots:
'@types/node@10.17.60': {}
- '@types/node@20.14.6':
+ '@types/node@20.14.10':
dependencies:
undici-types: 5.26.5
@@ -6158,40 +6189,40 @@ snapshots:
'@types/svgo@2.6.4':
dependencies:
- '@types/node': 20.14.6
+ '@types/node': 20.14.10
'@types/unist@3.0.2': {}
'@types/web-bluetooth@0.0.20': {}
- '@typescript-eslint/eslint-plugin@7.13.0(@typescript-eslint/parser@7.13.0(eslint@9.5.0)(typescript@5.4.5))(eslint@9.5.0)(typescript@5.4.5)':
+ '@typescript-eslint/eslint-plugin@7.13.0(@typescript-eslint/parser@7.13.0(eslint@9.6.0)(typescript@5.5.3))(eslint@9.6.0)(typescript@5.5.3)':
dependencies:
- '@eslint-community/regexpp': 4.10.1
- '@typescript-eslint/parser': 7.13.0(eslint@9.5.0)(typescript@5.4.5)
+ '@eslint-community/regexpp': 4.11.0
+ '@typescript-eslint/parser': 7.13.0(eslint@9.6.0)(typescript@5.5.3)
'@typescript-eslint/scope-manager': 7.13.0
- '@typescript-eslint/type-utils': 7.13.0(eslint@9.5.0)(typescript@5.4.5)
- '@typescript-eslint/utils': 7.13.0(eslint@9.5.0)(typescript@5.4.5)
+ '@typescript-eslint/type-utils': 7.13.0(eslint@9.6.0)(typescript@5.5.3)
+ '@typescript-eslint/utils': 7.13.0(eslint@9.6.0)(typescript@5.5.3)
'@typescript-eslint/visitor-keys': 7.13.0
- eslint: 9.5.0
+ eslint: 9.6.0
graphemer: 1.4.0
ignore: 5.3.1
natural-compare: 1.4.0
- ts-api-utils: 1.3.0(typescript@5.4.5)
+ ts-api-utils: 1.3.0(typescript@5.5.3)
optionalDependencies:
- typescript: 5.4.5
+ typescript: 5.5.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@7.13.0(eslint@9.5.0)(typescript@5.4.5)':
+ '@typescript-eslint/parser@7.13.0(eslint@9.6.0)(typescript@5.5.3)':
dependencies:
'@typescript-eslint/scope-manager': 7.13.0
'@typescript-eslint/types': 7.13.0
- '@typescript-eslint/typescript-estree': 7.13.0(typescript@5.4.5)
+ '@typescript-eslint/typescript-estree': 7.13.0(typescript@5.5.3)
'@typescript-eslint/visitor-keys': 7.13.0
debug: 4.3.5
- eslint: 9.5.0
+ eslint: 9.6.0
optionalDependencies:
- typescript: 5.4.5
+ typescript: 5.5.3
transitivePeerDependencies:
- supports-color
@@ -6200,75 +6231,75 @@ snapshots:
'@typescript-eslint/types': 7.13.0
'@typescript-eslint/visitor-keys': 7.13.0
- '@typescript-eslint/scope-manager@7.13.1':
+ '@typescript-eslint/scope-manager@7.16.0':
dependencies:
- '@typescript-eslint/types': 7.13.1
- '@typescript-eslint/visitor-keys': 7.13.1
+ '@typescript-eslint/types': 7.16.0
+ '@typescript-eslint/visitor-keys': 7.16.0
- '@typescript-eslint/type-utils@7.13.0(eslint@9.5.0)(typescript@5.4.5)':
+ '@typescript-eslint/type-utils@7.13.0(eslint@9.6.0)(typescript@5.5.3)':
dependencies:
- '@typescript-eslint/typescript-estree': 7.13.0(typescript@5.4.5)
- '@typescript-eslint/utils': 7.13.0(eslint@9.5.0)(typescript@5.4.5)
+ '@typescript-eslint/typescript-estree': 7.13.0(typescript@5.5.3)
+ '@typescript-eslint/utils': 7.13.0(eslint@9.6.0)(typescript@5.5.3)
debug: 4.3.5
- eslint: 9.5.0
- ts-api-utils: 1.3.0(typescript@5.4.5)
+ eslint: 9.6.0
+ ts-api-utils: 1.3.0(typescript@5.5.3)
optionalDependencies:
- typescript: 5.4.5
+ typescript: 5.5.3
transitivePeerDependencies:
- supports-color
'@typescript-eslint/types@7.13.0': {}
- '@typescript-eslint/types@7.13.1': {}
+ '@typescript-eslint/types@7.16.0': {}
- '@typescript-eslint/typescript-estree@7.13.0(typescript@5.4.5)':
+ '@typescript-eslint/typescript-estree@7.13.0(typescript@5.5.3)':
dependencies:
'@typescript-eslint/types': 7.13.0
'@typescript-eslint/visitor-keys': 7.13.0
debug: 4.3.5
globby: 11.1.0
is-glob: 4.0.3
- minimatch: 9.0.4
+ minimatch: 9.0.5
semver: 7.6.2
- ts-api-utils: 1.3.0(typescript@5.4.5)
+ ts-api-utils: 1.3.0(typescript@5.5.3)
optionalDependencies:
- typescript: 5.4.5
+ typescript: 5.5.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@7.13.1(typescript@5.4.5)':
+ '@typescript-eslint/typescript-estree@7.16.0(typescript@5.5.3)':
dependencies:
- '@typescript-eslint/types': 7.13.1
- '@typescript-eslint/visitor-keys': 7.13.1
+ '@typescript-eslint/types': 7.16.0
+ '@typescript-eslint/visitor-keys': 7.16.0
debug: 4.3.5
globby: 11.1.0
is-glob: 4.0.3
- minimatch: 9.0.4
+ minimatch: 9.0.5
semver: 7.6.2
- ts-api-utils: 1.3.0(typescript@5.4.5)
+ ts-api-utils: 1.3.0(typescript@5.5.3)
optionalDependencies:
- typescript: 5.4.5
+ typescript: 5.5.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@7.13.0(eslint@9.5.0)(typescript@5.4.5)':
+ '@typescript-eslint/utils@7.13.0(eslint@9.6.0)(typescript@5.5.3)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
'@typescript-eslint/scope-manager': 7.13.0
'@typescript-eslint/types': 7.13.0
- '@typescript-eslint/typescript-estree': 7.13.0(typescript@5.4.5)
- eslint: 9.5.0
+ '@typescript-eslint/typescript-estree': 7.13.0(typescript@5.5.3)
+ eslint: 9.6.0
transitivePeerDependencies:
- supports-color
- typescript
- '@typescript-eslint/utils@7.13.1(eslint@9.5.0)(typescript@5.4.5)':
+ '@typescript-eslint/utils@7.16.0(eslint@9.6.0)(typescript@5.5.3)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0)
- '@typescript-eslint/scope-manager': 7.13.1
- '@typescript-eslint/types': 7.13.1
- '@typescript-eslint/typescript-estree': 7.13.1(typescript@5.4.5)
- eslint: 9.5.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
+ '@typescript-eslint/scope-manager': 7.16.0
+ '@typescript-eslint/types': 7.16.0
+ '@typescript-eslint/typescript-estree': 7.16.0(typescript@5.5.3)
+ eslint: 9.6.0
transitivePeerDependencies:
- supports-color
- typescript
@@ -6278,31 +6309,31 @@ snapshots:
'@typescript-eslint/types': 7.13.0
eslint-visitor-keys: 3.4.3
- '@typescript-eslint/visitor-keys@7.13.1':
+ '@typescript-eslint/visitor-keys@7.16.0':
dependencies:
- '@typescript-eslint/types': 7.13.1
+ '@typescript-eslint/types': 7.16.0
eslint-visitor-keys: 3.4.3
- '@unocss/config@0.61.0':
+ '@unocss/config@0.61.3':
dependencies:
- '@unocss/core': 0.61.0
+ '@unocss/core': 0.61.3
unconfig: 0.3.13
- '@unocss/core@0.61.0': {}
+ '@unocss/core@0.61.3': {}
- '@unocss/eslint-config@0.61.0(eslint@9.5.0)(typescript@5.4.5)':
+ '@unocss/eslint-config@0.61.3(eslint@9.6.0)(typescript@5.5.3)':
dependencies:
- '@unocss/eslint-plugin': 0.61.0(eslint@9.5.0)(typescript@5.4.5)
+ '@unocss/eslint-plugin': 0.61.3(eslint@9.6.0)(typescript@5.5.3)
transitivePeerDependencies:
- eslint
- supports-color
- typescript
- '@unocss/eslint-plugin@0.61.0(eslint@9.5.0)(typescript@5.4.5)':
+ '@unocss/eslint-plugin@0.61.3(eslint@9.6.0)(typescript@5.5.3)':
dependencies:
- '@typescript-eslint/utils': 7.13.1(eslint@9.5.0)(typescript@5.4.5)
- '@unocss/config': 0.61.0
- '@unocss/core': 0.61.0
+ '@typescript-eslint/utils': 7.16.0(eslint@9.6.0)(typescript@5.5.3)
+ '@unocss/config': 0.61.3
+ '@unocss/core': 0.61.3
magic-string: 0.30.10
synckit: 0.9.0
transitivePeerDependencies:
@@ -6310,181 +6341,180 @@ snapshots:
- supports-color
- typescript
- '@unocss/extractor-arbitrary-variants@0.61.0':
+ '@unocss/extractor-arbitrary-variants@0.61.3':
dependencies:
- '@unocss/core': 0.61.0
+ '@unocss/core': 0.61.3
- '@unocss/inspector@0.61.0':
+ '@unocss/inspector@0.61.3':
dependencies:
- '@unocss/core': 0.61.0
- '@unocss/rule-utils': 0.61.0
+ '@unocss/core': 0.61.3
+ '@unocss/rule-utils': 0.61.3
gzip-size: 6.0.0
sirv: 2.0.4
- '@unocss/preset-icons@0.61.0':
+ '@unocss/preset-icons@0.61.3':
dependencies:
'@iconify/utils': 2.1.25
- '@unocss/core': 0.61.0
+ '@unocss/core': 0.61.3
ofetch: 1.3.4
transitivePeerDependencies:
- supports-color
- '@unocss/preset-mini@0.61.0':
+ '@unocss/preset-mini@0.61.3':
dependencies:
- '@unocss/core': 0.61.0
- '@unocss/extractor-arbitrary-variants': 0.61.0
- '@unocss/rule-utils': 0.61.0
+ '@unocss/core': 0.61.3
+ '@unocss/extractor-arbitrary-variants': 0.61.3
+ '@unocss/rule-utils': 0.61.3
- '@unocss/preset-uno@0.61.0':
+ '@unocss/preset-uno@0.61.3':
dependencies:
- '@unocss/core': 0.61.0
- '@unocss/preset-mini': 0.61.0
- '@unocss/preset-wind': 0.61.0
- '@unocss/rule-utils': 0.61.0
+ '@unocss/core': 0.61.3
+ '@unocss/preset-mini': 0.61.3
+ '@unocss/preset-wind': 0.61.3
+ '@unocss/rule-utils': 0.61.3
- '@unocss/preset-wind@0.61.0':
+ '@unocss/preset-wind@0.61.3':
dependencies:
- '@unocss/core': 0.61.0
- '@unocss/preset-mini': 0.61.0
- '@unocss/rule-utils': 0.61.0
+ '@unocss/core': 0.61.3
+ '@unocss/preset-mini': 0.61.3
+ '@unocss/rule-utils': 0.61.3
- '@unocss/rule-utils@0.61.0':
+ '@unocss/rule-utils@0.61.3':
dependencies:
- '@unocss/core': 0.61.0
+ '@unocss/core': 0.61.3
magic-string: 0.30.10
- '@unocss/scope@0.61.0': {}
+ '@unocss/scope@0.61.3': {}
- '@unocss/transformer-directives@0.61.0':
+ '@unocss/transformer-directives@0.61.3':
dependencies:
- '@unocss/core': 0.61.0
- '@unocss/rule-utils': 0.61.0
+ '@unocss/core': 0.61.3
+ '@unocss/rule-utils': 0.61.3
css-tree: 2.3.1
- '@unocss/transformer-variant-group@0.61.0':
+ '@unocss/transformer-variant-group@0.61.3':
dependencies:
- '@unocss/core': 0.61.0
+ '@unocss/core': 0.61.3
- '@unocss/vite@0.61.0(rollup@4.18.0)(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6))':
+ '@unocss/vite@0.61.3(rollup@4.18.1)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7))':
dependencies:
'@ampproject/remapping': 2.3.0
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
- '@unocss/config': 0.61.0
- '@unocss/core': 0.61.0
- '@unocss/inspector': 0.61.0
- '@unocss/scope': 0.61.0
- '@unocss/transformer-directives': 0.61.0
+ '@rollup/pluginutils': 5.1.0(rollup@4.18.1)
+ '@unocss/config': 0.61.3
+ '@unocss/core': 0.61.3
+ '@unocss/inspector': 0.61.3
+ '@unocss/scope': 0.61.3
+ '@unocss/transformer-directives': 0.61.3
chokidar: 3.6.0
fast-glob: 3.3.2
magic-string: 0.30.10
- vite: 5.3.1(@types/node@20.14.6)(sass@1.77.6)
+ vite: 5.3.3(@types/node@20.14.10)(sass@1.77.7)
transitivePeerDependencies:
- rollup
- '@vitejs/plugin-vue-jsx@4.0.0(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6))(vue@3.4.29(typescript@5.4.5))':
+ '@vitejs/plugin-vue-jsx@4.0.0(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7))(vue@3.4.31(typescript@5.5.3))':
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.7)
- '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.7)
- vite: 5.3.1(@types/node@20.14.6)(sass@1.77.6)
- vue: 3.4.29(typescript@5.4.5)
+ '@babel/core': 7.24.8
+ '@babel/plugin-transform-typescript': 7.24.8(@babel/core@7.24.8)
+ '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.8)
+ vite: 5.3.3(@types/node@20.14.10)(sass@1.77.7)
+ vue: 3.4.31(typescript@5.5.3)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@5.0.5(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6))(vue@3.4.29(typescript@5.4.5))':
+ '@vitejs/plugin-vue@5.0.5(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7))(vue@3.4.31(typescript@5.5.3))':
dependencies:
- vite: 5.3.1(@types/node@20.14.6)(sass@1.77.6)
- vue: 3.4.29(typescript@5.4.5)
+ vite: 5.3.3(@types/node@20.14.10)(sass@1.77.7)
+ vue: 3.4.31(typescript@5.5.3)
- '@volar/language-core@2.3.0':
+ '@volar/language-core@2.4.0-alpha.15':
dependencies:
- '@volar/source-map': 2.3.0
+ '@volar/source-map': 2.4.0-alpha.15
- '@volar/source-map@2.3.0':
- dependencies:
- muggle-string: 0.4.1
+ '@volar/source-map@2.4.0-alpha.15': {}
- '@volar/typescript@2.3.0':
+ '@volar/typescript@2.4.0-alpha.15':
dependencies:
- '@volar/language-core': 2.3.0
+ '@volar/language-core': 2.4.0-alpha.15
path-browserify: 1.0.1
vscode-uri: 3.0.8
'@vue/babel-helper-vue-transform-on@1.2.2': {}
- '@vue/babel-plugin-jsx@1.2.2(@babel/core@7.24.7)':
+ '@vue/babel-plugin-jsx@1.2.2(@babel/core@7.24.8)':
dependencies:
'@babel/helper-module-imports': 7.22.15
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-plugin-utils': 7.24.8
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.8)
'@babel/template': 7.24.7
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.24.8
+ '@babel/types': 7.24.8
'@vue/babel-helper-vue-transform-on': 1.2.2
- '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.24.7)
+ '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.24.8)
camelcase: 6.3.0
html-tags: 3.3.1
svg-tags: 1.0.0
optionalDependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.8
transitivePeerDependencies:
- supports-color
- '@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.7)':
+ '@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.8)':
dependencies:
'@babel/code-frame': 7.24.7
- '@babel/core': 7.24.7
+ '@babel/core': 7.24.8
'@babel/helper-module-imports': 7.22.15
- '@babel/helper-plugin-utils': 7.24.7
- '@babel/parser': 7.24.7
- '@vue/compiler-sfc': 3.4.29
+ '@babel/helper-plugin-utils': 7.24.8
+ '@babel/parser': 7.24.8
+ '@vue/compiler-sfc': 3.4.31
- '@vue/compiler-core@3.4.29':
+ '@vue/compiler-core@3.4.31':
dependencies:
- '@babel/parser': 7.24.7
- '@vue/shared': 3.4.29
+ '@babel/parser': 7.24.8
+ '@vue/shared': 3.4.31
entities: 4.5.0
estree-walker: 2.0.2
source-map-js: 1.2.0
- '@vue/compiler-dom@3.4.29':
+ '@vue/compiler-dom@3.4.31':
dependencies:
- '@vue/compiler-core': 3.4.29
- '@vue/shared': 3.4.29
+ '@vue/compiler-core': 3.4.31
+ '@vue/shared': 3.4.31
- '@vue/compiler-sfc@3.4.29':
+ '@vue/compiler-sfc@3.4.31':
dependencies:
- '@babel/parser': 7.24.7
- '@vue/compiler-core': 3.4.29
- '@vue/compiler-dom': 3.4.29
- '@vue/compiler-ssr': 3.4.29
- '@vue/shared': 3.4.29
+ '@babel/parser': 7.24.8
+ '@vue/compiler-core': 3.4.31
+ '@vue/compiler-dom': 3.4.31
+ '@vue/compiler-ssr': 3.4.31
+ '@vue/shared': 3.4.31
estree-walker: 2.0.2
magic-string: 0.30.10
- postcss: 8.4.38
+ postcss: 8.4.39
source-map-js: 1.2.0
- '@vue/compiler-ssr@3.4.29':
+ '@vue/compiler-ssr@3.4.31':
dependencies:
- '@vue/compiler-dom': 3.4.29
- '@vue/shared': 3.4.29
+ '@vue/compiler-dom': 3.4.31
+ '@vue/shared': 3.4.31
'@vue/devtools-api@6.6.3': {}
- '@vue/devtools-core@7.3.2(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6))':
+ '@vue/devtools-core@7.3.5(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7))(vue@3.4.31(typescript@5.5.3))':
dependencies:
- '@vue/devtools-kit': 7.3.2
- '@vue/devtools-shared': 7.3.2
+ '@vue/devtools-kit': 7.3.5
+ '@vue/devtools-shared': 7.3.5
mitt: 3.0.1
nanoid: 3.3.7
pathe: 1.1.2
- vite-hot-client: 0.2.3(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6))
+ vite-hot-client: 0.2.3(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7))
+ vue: 3.4.31(typescript@5.5.3)
transitivePeerDependencies:
- vite
- '@vue/devtools-kit@7.3.2':
+ '@vue/devtools-kit@7.3.5':
dependencies:
- '@vue/devtools-shared': 7.3.2
+ '@vue/devtools-shared': 7.3.5
birpc: 0.2.17
hookable: 5.5.3
mitt: 3.0.1
@@ -6492,61 +6522,62 @@ snapshots:
speakingurl: 14.0.1
superjson: 2.2.1
- '@vue/devtools-shared@7.3.2':
+ '@vue/devtools-shared@7.3.5':
dependencies:
rfdc: 1.4.1
- '@vue/language-core@2.0.21(typescript@5.4.5)':
+ '@vue/language-core@2.0.26(typescript@5.5.3)':
dependencies:
- '@volar/language-core': 2.3.0
- '@vue/compiler-dom': 3.4.29
- '@vue/shared': 3.4.29
+ '@volar/language-core': 2.4.0-alpha.15
+ '@vue/compiler-dom': 3.4.31
+ '@vue/shared': 3.4.31
computeds: 0.0.1
- minimatch: 9.0.4
+ minimatch: 9.0.5
+ muggle-string: 0.4.1
path-browserify: 1.0.1
vue-template-compiler: 2.7.16
optionalDependencies:
- typescript: 5.4.5
+ typescript: 5.5.3
- '@vue/reactivity@3.4.29':
+ '@vue/reactivity@3.4.31':
dependencies:
- '@vue/shared': 3.4.29
+ '@vue/shared': 3.4.31
- '@vue/runtime-core@3.4.29':
+ '@vue/runtime-core@3.4.31':
dependencies:
- '@vue/reactivity': 3.4.29
- '@vue/shared': 3.4.29
+ '@vue/reactivity': 3.4.31
+ '@vue/shared': 3.4.31
- '@vue/runtime-dom@3.4.29':
+ '@vue/runtime-dom@3.4.31':
dependencies:
- '@vue/reactivity': 3.4.29
- '@vue/runtime-core': 3.4.29
- '@vue/shared': 3.4.29
+ '@vue/reactivity': 3.4.31
+ '@vue/runtime-core': 3.4.31
+ '@vue/shared': 3.4.31
csstype: 3.1.3
- '@vue/server-renderer@3.4.29(vue@3.4.29(typescript@5.4.5))':
+ '@vue/server-renderer@3.4.31(vue@3.4.31(typescript@5.5.3))':
dependencies:
- '@vue/compiler-ssr': 3.4.29
- '@vue/shared': 3.4.29
- vue: 3.4.29(typescript@5.4.5)
+ '@vue/compiler-ssr': 3.4.31
+ '@vue/shared': 3.4.31
+ vue: 3.4.31(typescript@5.5.3)
- '@vue/shared@3.4.29': {}
+ '@vue/shared@3.4.31': {}
- '@vueuse/core@10.11.0(vue@3.4.29(typescript@5.4.5))':
+ '@vueuse/core@10.11.0(vue@3.4.31(typescript@5.5.3))':
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 10.11.0
- '@vueuse/shared': 10.11.0(vue@3.4.29(typescript@5.4.5))
- vue-demi: 0.14.8(vue@3.4.29(typescript@5.4.5))
+ '@vueuse/shared': 10.11.0(vue@3.4.31(typescript@5.5.3))
+ vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
'@vueuse/metadata@10.11.0': {}
- '@vueuse/shared@10.11.0(vue@3.4.29(typescript@5.4.5))':
+ '@vueuse/shared@10.11.0(vue@3.4.31(typescript@5.5.3))':
dependencies:
- vue-demi: 0.14.8(vue@3.4.29(typescript@5.4.5))
+ vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -6555,11 +6586,11 @@ snapshots:
abs-svg-path@0.1.1: {}
- acorn-jsx@5.3.2(acorn@8.12.0):
+ acorn-jsx@5.3.2(acorn@8.12.1):
dependencies:
- acorn: 8.12.0
+ acorn: 8.12.1
- acorn@8.12.0: {}
+ acorn@8.12.1: {}
agent-base@6.0.2:
dependencies:
@@ -6673,7 +6704,7 @@ snapshots:
dependencies:
possible-typed-array-names: 1.0.0
- axios-retry@4.4.0(axios@1.7.2):
+ axios-retry@4.4.1(axios@1.7.2):
dependencies:
axios: 1.7.2
is-retry-allowed: 2.2.0
@@ -6749,12 +6780,12 @@ snapshots:
dependencies:
fill-range: 7.1.1
- browserslist@4.23.1:
+ browserslist@4.23.2:
dependencies:
- caniuse-lite: 1.0.30001636
- electron-to-chromium: 1.4.807
+ caniuse-lite: 1.0.30001641
+ electron-to-chromium: 1.4.826
node-releases: 2.0.14
- update-browserslist-db: 1.0.16(browserslist@4.23.1)
+ update-browserslist-db: 1.1.0(browserslist@4.23.2)
buffer-from@1.1.2: {}
@@ -6789,7 +6820,7 @@ snapshots:
ohash: 1.1.3
pathe: 1.1.2
perfect-debounce: 1.0.0
- pkg-types: 1.1.1
+ pkg-types: 1.1.3
rc9: 2.1.2
optionalDependencies:
magicast: 0.3.4
@@ -6823,7 +6854,7 @@ snapshots:
dependencies:
'@npmcli/fs': 3.1.1
fs-minipass: 3.0.3
- glob: 10.4.2
+ glob: 10.4.5
lru-cache: 7.18.3
minipass: 7.1.2
minipass-collect: 1.0.2
@@ -6876,7 +6907,7 @@ snapshots:
camelcase@7.0.1: {}
- caniuse-lite@1.0.30001636: {}
+ caniuse-lite@1.0.30001641: {}
center-align@0.1.3:
dependencies:
@@ -6960,7 +6991,7 @@ snapshots:
cli-truncate@4.0.0:
dependencies:
slice-ansi: 5.0.0
- string-width: 7.1.0
+ string-width: 7.2.0
clipboard@2.0.11:
dependencies:
@@ -7063,7 +7094,7 @@ snapshots:
core-js-compat@3.37.1:
dependencies:
- browserslist: 4.23.1
+ browserslist: 4.23.2
core-js-pure@3.37.1: {}
@@ -7261,7 +7292,7 @@ snapshots:
date-fns@2.30.0:
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.24.8
dayjs@1.11.11: {}
@@ -7418,12 +7449,12 @@ snapshots:
eastasianwidth@0.2.0: {}
- echarts@5.5.0:
+ echarts@5.5.1:
dependencies:
tslib: 2.3.0
- zrender: 5.5.0
+ zrender: 5.6.0
- electron-to-chromium@1.4.807: {}
+ electron-to-chromium@1.4.826: {}
emoji-regex@10.3.0: {}
@@ -7497,7 +7528,7 @@ snapshots:
is-string: 1.0.7
is-typed-array: 1.1.13
is-weakref: 1.0.2
- object-inspect: 1.13.1
+ object-inspect: 1.13.2
object-keys: 1.1.1
object.assign: 4.1.5
regexp.prototype.flags: 1.5.2
@@ -7587,79 +7618,79 @@ snapshots:
escape-string-regexp@4.0.0: {}
- eslint-compat-utils@0.5.1(eslint@9.5.0):
+ eslint-compat-utils@0.5.1(eslint@9.6.0):
dependencies:
- eslint: 9.5.0
+ eslint: 9.6.0
semver: 7.6.2
- eslint-config-prettier@9.1.0(eslint@9.5.0):
+ eslint-config-prettier@9.1.0(eslint@9.6.0):
dependencies:
- eslint: 9.5.0
+ eslint: 9.6.0
eslint-import-resolver-node@0.3.9:
dependencies:
debug: 3.2.7
- is-core-module: 2.13.1
+ is-core-module: 2.14.0
resolve: 1.22.8
transitivePeerDependencies:
- supports-color
eslint-parser-plain@0.1.0: {}
- eslint-plugin-es-x@7.7.0(eslint@9.5.0):
+ eslint-plugin-es-x@7.8.0(eslint@9.6.0):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0)
- '@eslint-community/regexpp': 4.10.1
- eslint: 9.5.0
- eslint-compat-utils: 0.5.1(eslint@9.5.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
+ '@eslint-community/regexpp': 4.11.0
+ eslint: 9.6.0
+ eslint-compat-utils: 0.5.1(eslint@9.6.0)
- eslint-plugin-import-x@0.5.1(eslint@9.5.0)(typescript@5.4.5):
+ eslint-plugin-import-x@0.5.1(eslint@9.6.0)(typescript@5.5.3):
dependencies:
- '@typescript-eslint/utils': 7.13.1(eslint@9.5.0)(typescript@5.4.5)
+ '@typescript-eslint/utils': 7.16.0(eslint@9.6.0)(typescript@5.5.3)
debug: 4.3.5
doctrine: 3.0.0
- eslint: 9.5.0
+ eslint: 9.6.0
eslint-import-resolver-node: 0.3.9
get-tsconfig: 4.7.5
is-glob: 4.0.3
- minimatch: 9.0.4
+ minimatch: 9.0.5
semver: 7.6.2
tslib: 2.6.3
transitivePeerDependencies:
- supports-color
- typescript
- eslint-plugin-n@17.8.1(eslint@9.5.0):
+ eslint-plugin-n@17.8.1(eslint@9.6.0):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
enhanced-resolve: 5.17.0
- eslint: 9.5.0
- eslint-plugin-es-x: 7.7.0(eslint@9.5.0)
+ eslint: 9.6.0
+ eslint-plugin-es-x: 7.8.0(eslint@9.6.0)
get-tsconfig: 4.7.5
globals: 15.4.0
ignore: 5.3.1
- minimatch: 9.0.4
+ minimatch: 9.0.5
semver: 7.6.2
- eslint-plugin-prettier@5.1.3(eslint-config-prettier@9.1.0(eslint@9.5.0))(eslint@9.5.0)(prettier@3.3.2):
+ eslint-plugin-prettier@5.1.3(eslint-config-prettier@9.1.0(eslint@9.6.0))(eslint@9.6.0)(prettier@3.3.2):
dependencies:
- eslint: 9.5.0
+ eslint: 9.6.0
prettier: 3.3.2
prettier-linter-helpers: 1.0.0
synckit: 0.8.8
optionalDependencies:
- eslint-config-prettier: 9.1.0(eslint@9.5.0)
+ eslint-config-prettier: 9.1.0(eslint@9.6.0)
- eslint-plugin-unicorn@53.0.0(eslint@9.5.0):
+ eslint-plugin-unicorn@53.0.0(eslint@9.6.0):
dependencies:
'@babel/helper-validator-identifier': 7.24.7
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
'@eslint/eslintrc': 3.1.0
ci-info: 4.0.0
clean-regexp: 1.0.0
core-js-compat: 3.37.1
- eslint: 9.5.0
- esquery: 1.5.0
+ eslint: 9.6.0
+ esquery: 1.6.0
indent-string: 4.0.0
is-builtin-module: 3.2.1
jsesc: 3.0.2
@@ -7672,16 +7703,16 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-plugin-vue@9.26.0(eslint@9.5.0):
+ eslint-plugin-vue@9.27.0(eslint@9.6.0):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0)
- eslint: 9.5.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
+ eslint: 9.6.0
globals: 13.24.0
natural-compare: 1.4.0
nth-check: 2.1.1
- postcss-selector-parser: 6.1.0
+ postcss-selector-parser: 6.1.1
semver: 7.6.2
- vue-eslint-parser: 9.4.3(eslint@9.5.0)
+ vue-eslint-parser: 9.4.3(eslint@9.6.0)
xml-name-validator: 4.0.0
transitivePeerDependencies:
- supports-color
@@ -7700,13 +7731,13 @@ snapshots:
eslint-visitor-keys@4.0.0: {}
- eslint@9.5.0:
+ eslint@9.6.0:
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.5.0)
- '@eslint-community/regexpp': 4.10.1
- '@eslint/config-array': 0.16.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
+ '@eslint-community/regexpp': 4.11.0
+ '@eslint/config-array': 0.17.0
'@eslint/eslintrc': 3.1.0
- '@eslint/js': 9.5.0
+ '@eslint/js': 9.6.0
'@humanwhocodes/module-importer': 1.0.1
'@humanwhocodes/retry': 0.3.0
'@nodelib/fs.walk': 1.2.8
@@ -7718,7 +7749,7 @@ snapshots:
eslint-scope: 8.0.1
eslint-visitor-keys: 4.0.0
espree: 10.1.0
- esquery: 1.5.0
+ esquery: 1.6.0
esutils: 2.0.3
fast-deep-equal: 3.1.3
file-entry-cache: 8.0.0
@@ -7748,19 +7779,19 @@ snapshots:
espree@10.1.0:
dependencies:
- acorn: 8.12.0
- acorn-jsx: 5.3.2(acorn@8.12.0)
+ acorn: 8.12.1
+ acorn-jsx: 5.3.2(acorn@8.12.1)
eslint-visitor-keys: 4.0.0
espree@9.6.1:
dependencies:
- acorn: 8.12.0
- acorn-jsx: 5.3.2(acorn@8.12.0)
+ acorn: 8.12.1
+ acorn-jsx: 5.3.2(acorn@8.12.1)
eslint-visitor-keys: 3.4.3
esprima@4.0.1: {}
- esquery@1.5.0:
+ esquery@1.6.0:
dependencies:
estraverse: 5.3.0
@@ -7824,9 +7855,9 @@ snapshots:
pretty-ms: 9.0.0
signal-exit: 4.1.0
strip-final-newline: 4.0.0
- yoctocolors: 2.0.2
+ yoctocolors: 2.1.1
- execa@9.2.0:
+ execa@9.3.0:
dependencies:
'@sindresorhus/merge-streams': 4.0.0
cross-spawn: 7.0.3
@@ -7839,7 +7870,7 @@ snapshots:
pretty-ms: 9.0.0
signal-exit: 4.1.0
strip-final-newline: 4.0.0
- yoctocolors: 2.0.2
+ yoctocolors: 2.1.1
expand-brackets@2.1.4:
dependencies:
@@ -8068,7 +8099,7 @@ snapshots:
consola: 3.2.3
defu: 6.1.4
node-fetch-native: 1.6.4
- nypm: 0.3.8
+ nypm: 0.3.9
ohash: 1.1.3
pathe: 1.1.2
tar: 6.2.1
@@ -8083,15 +8114,24 @@ snapshots:
dependencies:
is-glob: 4.0.3
- glob@10.4.2:
+ glob@10.4.5:
dependencies:
foreground-child: 3.2.1
- jackspeak: 3.4.0
- minimatch: 9.0.4
+ jackspeak: 3.4.3
+ minimatch: 9.0.5
minipass: 7.1.2
package-json-from-dist: 1.0.0
path-scurry: 1.11.1
+ glob@11.0.0:
+ dependencies:
+ foreground-child: 3.2.1
+ jackspeak: 4.0.1
+ minimatch: 10.0.1
+ minipass: 7.1.2
+ package-json-from-dist: 1.0.0
+ path-scurry: 2.0.0
+
glob@7.2.3:
dependencies:
fs.realpath: 1.0.0
@@ -8228,7 +8268,7 @@ snapshots:
he@1.2.0: {}
- highlight.js@11.9.0: {}
+ highlight.js@11.10.0: {}
hookable@5.5.3: {}
@@ -8295,13 +8335,13 @@ snapshots:
icss-replace-symbols@1.1.0: {}
- icss-utils@5.1.0(postcss@8.4.38):
+ icss-utils@5.1.0(postcss@8.4.39):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.39
ignore-walk@6.0.5:
dependencies:
- minimatch: 9.0.4
+ minimatch: 9.0.5
ignore@5.3.1: {}
@@ -8395,7 +8435,7 @@ snapshots:
dependencies:
ci-info: 3.9.0
- is-core-module@2.13.1:
+ is-core-module@2.14.0:
dependencies:
hasown: 2.0.2
@@ -8543,7 +8583,13 @@ snapshots:
isobject@3.0.1: {}
- jackspeak@3.4.0:
+ jackspeak@3.4.3:
+ dependencies:
+ '@isaacs/cliui': 8.0.2
+ optionalDependencies:
+ '@pkgjs/parseargs': 0.11.0
+
+ jackspeak@4.0.1:
dependencies:
'@isaacs/cliui': 8.0.2
optionalDependencies:
@@ -8653,7 +8699,7 @@ snapshots:
debug: 4.3.5
execa: 8.0.1
lilconfig: 3.1.2
- listr2: 8.2.2
+ listr2: 8.2.3
micromatch: 4.0.7
pidtree: 0.6.0
string-argv: 0.3.2
@@ -8661,7 +8707,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- listr2@8.2.2:
+ listr2@8.2.3:
dependencies:
cli-truncate: 4.0.0
colorette: 2.0.20
@@ -8679,7 +8725,7 @@ snapshots:
local-pkg@0.5.0:
dependencies:
mlly: 1.7.1
- pkg-types: 1.1.1
+ pkg-types: 1.1.3
localforage@1.10.0:
dependencies:
@@ -8711,7 +8757,9 @@ snapshots:
lowercase-keys@3.0.0: {}
- lru-cache@10.2.2: {}
+ lru-cache@10.4.3: {}
+
+ lru-cache@11.0.0: {}
lru-cache@5.1.1:
dependencies:
@@ -8721,12 +8769,12 @@ snapshots:
magic-string@0.30.10:
dependencies:
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
magicast@0.3.4:
dependencies:
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/parser': 7.24.8
+ '@babel/types': 7.24.8
source-map-js: 1.2.0
make-fetch-happen@10.2.1:
@@ -8987,6 +9035,10 @@ snapshots:
min-indent@1.0.1: {}
+ minimatch@10.0.1:
+ dependencies:
+ brace-expansion: 2.0.1
+
minimatch@3.1.2:
dependencies:
brace-expansion: 1.1.11
@@ -8995,7 +9047,7 @@ snapshots:
dependencies:
brace-expansion: 2.0.1
- minimatch@9.0.4:
+ minimatch@9.0.5:
dependencies:
brace-expansion: 2.0.1
@@ -9064,9 +9116,9 @@ snapshots:
mlly@1.7.1:
dependencies:
- acorn: 8.12.0
+ acorn: 8.12.1
pathe: 1.1.2
- pkg-types: 1.1.1
+ pkg-types: 1.1.3
ufo: 1.5.3
mock-property@1.0.3:
@@ -9088,12 +9140,12 @@ snapshots:
muggle-string@0.4.1: {}
- naive-ui@2.38.2(vue@3.4.29(typescript@5.4.5)):
+ naive-ui@2.38.2(vue@3.4.31(typescript@5.5.3)):
dependencies:
'@css-render/plugin-bem': 0.15.14(css-render@0.15.14)
- '@css-render/vue3-ssr': 0.15.14(vue@3.4.29(typescript@5.4.5))
+ '@css-render/vue3-ssr': 0.15.14(vue@3.4.31(typescript@5.5.3))
'@types/katex': 0.16.7
- '@types/lodash': 4.17.5
+ '@types/lodash': 4.17.6
'@types/lodash-es': 4.17.12
async-validator: 4.2.5
css-render: 0.15.14
@@ -9101,15 +9153,15 @@ snapshots:
date-fns: 2.30.0
date-fns-tz: 2.0.1(date-fns@2.30.0)
evtd: 0.2.4
- highlight.js: 11.9.0
+ highlight.js: 11.10.0
lodash: 4.17.21
lodash-es: 4.17.21
seemly: 0.3.8
treemate: 0.3.11
- vdirs: 0.1.8(vue@3.4.29(typescript@5.4.5))
- vooks: 0.2.12(vue@3.4.29(typescript@5.4.5))
- vue: 3.4.29(typescript@5.4.5)
- vueuc: 0.4.58(vue@3.4.29(typescript@5.4.5))
+ vdirs: 0.1.8(vue@3.4.31(typescript@5.5.3))
+ vooks: 0.2.12(vue@3.4.31(typescript@5.5.3))
+ vue: 3.4.31(typescript@5.5.3)
+ vueuc: 0.4.58(vue@3.4.31(typescript@5.5.3))
nanoid@3.3.7: {}
@@ -9172,7 +9224,7 @@ snapshots:
normalize-package-data@5.0.0:
dependencies:
hosted-git-info: 6.1.1
- is-core-module: 2.13.1
+ is-core-module: 2.14.0
semver: 7.6.2
validate-npm-package-license: 3.0.4
@@ -9202,15 +9254,15 @@ snapshots:
jsonlines: 0.1.1
lodash: 4.17.21
make-fetch-happen: 11.1.1
- minimatch: 9.0.4
+ minimatch: 9.0.5
p-map: 4.0.0
pacote: 15.2.0
- parse-github-url: 1.0.2
+ parse-github-url: 1.0.3
progress: 2.0.3
prompts-ncu: 3.0.0
rc-config-loader: 4.1.3
remote-git-tags: 3.0.0
- rimraf: 5.0.7
+ rimraf: 5.0.9
semver: 7.6.2
semver-utils: 1.1.4
source-map-support: 0.5.21
@@ -9280,12 +9332,13 @@ snapshots:
dependencies:
boolbase: 1.0.0
- nypm@0.3.8:
+ nypm@0.3.9:
dependencies:
citty: 0.1.6
consola: 3.2.3
execa: 8.0.1
pathe: 1.1.2
+ pkg-types: 1.1.3
ufo: 1.5.3
object-assign@4.1.1: {}
@@ -9298,7 +9351,7 @@ snapshots:
object-inspect@1.12.3: {}
- object-inspect@1.13.1: {}
+ object-inspect@1.13.2: {}
object-is@1.1.6:
dependencies:
@@ -9419,7 +9472,7 @@ snapshots:
dependencies:
callsites: 3.1.0
- parse-github-url@1.0.2: {}
+ parse-github-url@1.0.3: {}
parse-json@5.2.0:
dependencies:
@@ -9448,7 +9501,12 @@ snapshots:
path-scurry@1.11.1:
dependencies:
- lru-cache: 10.2.2
+ lru-cache: 10.4.3
+ minipass: 7.1.2
+
+ path-scurry@2.0.0:
+ dependencies:
+ lru-cache: 11.0.0
minipass: 7.1.2
path-type@4.0.0: {}
@@ -9467,15 +9525,15 @@ snapshots:
pidtree@0.6.0: {}
- pinia@2.1.7(typescript@5.4.5)(vue@3.4.29(typescript@5.4.5)):
+ pinia@2.1.7(typescript@5.5.3)(vue@3.4.31(typescript@5.5.3)):
dependencies:
'@vue/devtools-api': 6.6.3
- vue: 3.4.29(typescript@5.4.5)
- vue-demi: 0.14.8(vue@3.4.29(typescript@5.4.5))
+ vue: 3.4.31(typescript@5.5.3)
+ vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
optionalDependencies:
- typescript: 5.4.5
+ typescript: 5.5.3
- pkg-types@1.1.1:
+ pkg-types@1.1.3:
dependencies:
confbox: 0.1.7
mlly: 1.7.1
@@ -9493,32 +9551,32 @@ snapshots:
possible-typed-array-names@1.0.0: {}
- postcss-modules-extract-imports@3.1.0(postcss@8.4.38):
+ postcss-modules-extract-imports@3.1.0(postcss@8.4.39):
dependencies:
- postcss: 8.4.38
+ postcss: 8.4.39
- postcss-modules-local-by-default@4.0.5(postcss@8.4.38):
+ postcss-modules-local-by-default@4.0.5(postcss@8.4.39):
dependencies:
- icss-utils: 5.1.0(postcss@8.4.38)
- postcss: 8.4.38
- postcss-selector-parser: 6.1.0
+ icss-utils: 5.1.0(postcss@8.4.39)
+ postcss: 8.4.39
+ postcss-selector-parser: 6.1.1
postcss-value-parser: 4.2.0
- postcss-modules-scope@3.2.0(postcss@8.4.38):
+ postcss-modules-scope@3.2.0(postcss@8.4.39):
dependencies:
- postcss: 8.4.38
- postcss-selector-parser: 6.1.0
+ postcss: 8.4.39
+ postcss-selector-parser: 6.1.1
- postcss-modules-values@4.0.0(postcss@8.4.38):
+ postcss-modules-values@4.0.0(postcss@8.4.39):
dependencies:
- icss-utils: 5.1.0(postcss@8.4.38)
- postcss: 8.4.38
+ icss-utils: 5.1.0(postcss@8.4.39)
+ postcss: 8.4.39
postcss-prefix-selector@1.16.1(postcss@5.2.18):
dependencies:
postcss: 5.2.18
- postcss-selector-parser@6.1.0:
+ postcss-selector-parser@6.1.1:
dependencies:
cssesc: 3.0.0
util-deprecate: 1.0.2
@@ -9532,7 +9590,7 @@ snapshots:
source-map: 0.5.7
supports-color: 3.2.3
- postcss@8.4.38:
+ postcss@8.4.39:
dependencies:
nanoid: 3.3.7
picocolors: 1.0.1
@@ -9621,7 +9679,7 @@ snapshots:
dependencies:
escape-goat: 4.0.0
- qs@6.12.1:
+ qs@6.12.3:
dependencies:
side-channel: 1.0.6
@@ -9672,7 +9730,7 @@ snapshots:
read-package-json@6.0.4:
dependencies:
- glob: 10.4.2
+ glob: 10.4.5
json-parse-even-better-errors: 3.0.2
normalize-package-data: 5.0.0
npm-normalize-package-bin: 3.0.1
@@ -9758,7 +9816,7 @@ snapshots:
resolve@1.22.8:
dependencies:
- is-core-module: 2.13.1
+ is-core-module: 2.14.0
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
@@ -9787,9 +9845,14 @@ snapshots:
dependencies:
glob: 7.2.3
- rimraf@5.0.7:
+ rimraf@5.0.9:
dependencies:
- glob: 10.4.2
+ glob: 10.4.5
+
+ rimraf@6.0.1:
+ dependencies:
+ glob: 11.0.0
+ package-json-from-dist: 1.0.0
rollup@0.25.8:
dependencies:
@@ -9797,26 +9860,26 @@ snapshots:
minimist: 1.2.8
source-map-support: 0.3.3
- rollup@4.18.0:
+ rollup@4.18.1:
dependencies:
'@types/estree': 1.0.5
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.18.0
- '@rollup/rollup-android-arm64': 4.18.0
- '@rollup/rollup-darwin-arm64': 4.18.0
- '@rollup/rollup-darwin-x64': 4.18.0
- '@rollup/rollup-linux-arm-gnueabihf': 4.18.0
- '@rollup/rollup-linux-arm-musleabihf': 4.18.0
- '@rollup/rollup-linux-arm64-gnu': 4.18.0
- '@rollup/rollup-linux-arm64-musl': 4.18.0
- '@rollup/rollup-linux-powerpc64le-gnu': 4.18.0
- '@rollup/rollup-linux-riscv64-gnu': 4.18.0
- '@rollup/rollup-linux-s390x-gnu': 4.18.0
- '@rollup/rollup-linux-x64-gnu': 4.18.0
- '@rollup/rollup-linux-x64-musl': 4.18.0
- '@rollup/rollup-win32-arm64-msvc': 4.18.0
- '@rollup/rollup-win32-ia32-msvc': 4.18.0
- '@rollup/rollup-win32-x64-msvc': 4.18.0
+ '@rollup/rollup-android-arm-eabi': 4.18.1
+ '@rollup/rollup-android-arm64': 4.18.1
+ '@rollup/rollup-darwin-arm64': 4.18.1
+ '@rollup/rollup-darwin-x64': 4.18.1
+ '@rollup/rollup-linux-arm-gnueabihf': 4.18.1
+ '@rollup/rollup-linux-arm-musleabihf': 4.18.1
+ '@rollup/rollup-linux-arm64-gnu': 4.18.1
+ '@rollup/rollup-linux-arm64-musl': 4.18.1
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.18.1
+ '@rollup/rollup-linux-riscv64-gnu': 4.18.1
+ '@rollup/rollup-linux-s390x-gnu': 4.18.1
+ '@rollup/rollup-linux-x64-gnu': 4.18.1
+ '@rollup/rollup-linux-x64-musl': 4.18.1
+ '@rollup/rollup-win32-arm64-msvc': 4.18.1
+ '@rollup/rollup-win32-ia32-msvc': 4.18.1
+ '@rollup/rollup-win32-x64-msvc': 4.18.1
fsevents: 2.3.3
run-applescript@7.0.0: {}
@@ -9848,7 +9911,7 @@ snapshots:
safer-buffer@2.1.2: {}
- sass@1.77.6:
+ sass@1.77.7:
dependencies:
chokidar: 3.6.0
immutable: 4.3.6
@@ -9906,7 +9969,7 @@ snapshots:
call-bind: 1.0.7
es-errors: 1.3.0
get-intrinsic: 1.2.4
- object-inspect: 1.13.1
+ object-inspect: 1.13.2
signal-exit@3.0.7: {}
@@ -9936,11 +9999,11 @@ snapshots:
lodash: 4.17.21
lodash-es: 4.17.21
- simplebar-vue@2.3.5(vue@3.4.29(typescript@5.4.5)):
+ simplebar-vue@2.3.5(vue@3.4.31(typescript@5.5.3)):
dependencies:
simplebar-core: 1.2.6
- vue: 3.4.29(typescript@5.4.5)
- vue-demi: 0.13.11(vue@3.4.29(typescript@5.4.5))
+ vue: 3.4.31(typescript@5.5.3)
+ vue-demi: 0.13.11(vue@3.4.31(typescript@5.5.3))
transitivePeerDependencies:
- '@vue/composition-api'
@@ -10088,7 +10151,7 @@ snapshots:
emoji-regex: 9.2.2
strip-ansi: 7.1.0
- string-width@7.1.0:
+ string-width@7.2.0:
dependencies:
emoji-regex: 10.3.0
get-east-asian-width: 1.2.0
@@ -10209,9 +10272,7 @@ snapshots:
'@pkgr/core': 0.1.1
tslib: 2.6.3
- tailwind-merge@2.3.0:
- dependencies:
- '@babel/runtime': 7.24.7
+ tailwind-merge@2.4.0: {}
tapable@2.2.1: {}
@@ -10285,15 +10346,15 @@ snapshots:
treemate@0.3.11: {}
- ts-api-utils@1.3.0(typescript@5.4.5):
+ ts-api-utils@1.3.0(typescript@5.5.3):
dependencies:
- typescript: 5.4.5
+ typescript: 5.5.3
tslib@2.3.0: {}
tslib@2.6.3: {}
- tsx@4.15.6:
+ tsx@4.16.2:
dependencies:
esbuild: 0.21.5
get-tsconfig: 4.7.5
@@ -10363,15 +10424,15 @@ snapshots:
camelcase: 6.3.0
chalk: 4.1.2
chokidar: 3.6.0
- glob: 10.4.2
+ glob: 10.4.5
icss-replace-symbols: 1.1.0
is-there: 4.5.1
mkdirp: 3.0.1
- postcss: 8.4.38
- postcss-modules-extract-imports: 3.1.0(postcss@8.4.38)
- postcss-modules-local-by-default: 4.0.5(postcss@8.4.38)
- postcss-modules-scope: 3.2.0(postcss@8.4.38)
- postcss-modules-values: 4.0.0(postcss@8.4.38)
+ postcss: 8.4.39
+ postcss-modules-extract-imports: 3.1.0(postcss@8.4.39)
+ postcss-modules-local-by-default: 4.0.5(postcss@8.4.39)
+ postcss-modules-scope: 3.2.0(postcss@8.4.39)
+ postcss-modules-values: 4.0.0(postcss@8.4.39)
yargs: 17.7.2
typedarray-to-buffer@3.1.5:
@@ -10387,7 +10448,7 @@ snapshots:
typed-array-buffer: 1.0.2
typed-array-byte-offset: 1.0.2
- typescript@5.4.5: {}
+ typescript@5.5.3: {}
ufo@1.5.3: {}
@@ -10410,7 +10471,7 @@ snapshots:
unconfig@0.3.13:
dependencies:
- '@antfu/utils': 0.7.8
+ '@antfu/utils': 0.7.10
defu: 6.1.4
jiti: 1.21.6
@@ -10449,43 +10510,50 @@ snapshots:
universalify@2.0.1: {}
- unplugin-icons@0.19.0(@vue/compiler-sfc@3.4.29)(vue-template-compiler@2.7.16):
+ unplugin-icons@0.19.0(@vue/compiler-sfc@3.4.31)(vue-template-compiler@2.7.16):
dependencies:
'@antfu/install-pkg': 0.3.3
- '@antfu/utils': 0.7.8
+ '@antfu/utils': 0.7.10
'@iconify/utils': 2.1.25
debug: 4.3.5
kolorist: 1.8.0
local-pkg: 0.5.0
- unplugin: 1.10.1
+ unplugin: 1.11.0
optionalDependencies:
- '@vue/compiler-sfc': 3.4.29
+ '@vue/compiler-sfc': 3.4.31
vue-template-compiler: 2.7.16
transitivePeerDependencies:
- supports-color
- unplugin-vue-components@0.27.0(@babel/parser@7.24.7)(rollup@4.18.0)(vue@3.4.29(typescript@5.4.5)):
+ unplugin-vue-components@0.27.2(@babel/parser@7.24.8)(rollup@4.18.1)(vue@3.4.31(typescript@5.5.3)):
dependencies:
- '@antfu/utils': 0.7.8
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
+ '@antfu/utils': 0.7.10
+ '@rollup/pluginutils': 5.1.0(rollup@4.18.1)
chokidar: 3.6.0
debug: 4.3.5
fast-glob: 3.3.2
local-pkg: 0.5.0
magic-string: 0.30.10
- minimatch: 9.0.4
- resolve: 1.22.8
- unplugin: 1.10.1
- vue: 3.4.29(typescript@5.4.5)
+ minimatch: 9.0.5
+ mlly: 1.7.1
+ unplugin: 1.11.0
+ vue: 3.4.31(typescript@5.5.3)
optionalDependencies:
- '@babel/parser': 7.24.7
+ '@babel/parser': 7.24.8
transitivePeerDependencies:
- rollup
- supports-color
unplugin@1.10.1:
dependencies:
- acorn: 8.12.0
+ acorn: 8.12.1
+ chokidar: 3.6.0
+ webpack-sources: 3.2.3
+ webpack-virtual-modules: 0.6.2
+
+ unplugin@1.11.0:
+ dependencies:
+ acorn: 8.12.1
chokidar: 3.6.0
webpack-sources: 3.2.3
webpack-virtual-modules: 0.6.2
@@ -10497,9 +10565,9 @@ snapshots:
untildify@4.0.0: {}
- update-browserslist-db@1.0.16(browserslist@4.23.1):
+ update-browserslist-db@1.1.0(browserslist@4.23.2):
dependencies:
- browserslist: 4.23.1
+ browserslist: 4.23.2
escalade: 3.1.2
picocolors: 1.0.1
@@ -10539,23 +10607,23 @@ snapshots:
vary@1.1.2: {}
- vdirs@0.1.8(vue@3.4.29(typescript@5.4.5)):
+ vdirs@0.1.8(vue@3.4.31(typescript@5.5.3)):
dependencies:
evtd: 0.2.4
- vue: 3.4.29(typescript@5.4.5)
+ vue: 3.4.31(typescript@5.5.3)
vditor@3.10.4:
dependencies:
diff-match-patch: 1.0.5
- vite-hot-client@0.2.3(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6)):
+ vite-hot-client@0.2.3(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7)):
dependencies:
- vite: 5.3.1(@types/node@20.14.6)(sass@1.77.6)
+ vite: 5.3.3(@types/node@20.14.10)(sass@1.77.7)
- vite-plugin-inspect@0.8.4(rollup@4.18.0)(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6)):
+ vite-plugin-inspect@0.8.4(rollup@4.18.1)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7)):
dependencies:
- '@antfu/utils': 0.7.8
- '@rollup/pluginutils': 5.1.0(rollup@4.18.0)
+ '@antfu/utils': 0.7.10
+ '@rollup/pluginutils': 5.1.0(rollup@4.18.1)
debug: 4.3.5
error-stack-parser-es: 0.1.4
fs-extra: 11.2.0
@@ -10563,19 +10631,19 @@ snapshots:
perfect-debounce: 1.0.0
picocolors: 1.0.1
sirv: 2.0.4
- vite: 5.3.1(@types/node@20.14.6)(sass@1.77.6)
+ vite: 5.3.3(@types/node@20.14.10)(sass@1.77.7)
transitivePeerDependencies:
- rollup
- supports-color
- vite-plugin-progress@0.0.7(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6)):
+ vite-plugin-progress@0.0.7(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7)):
dependencies:
picocolors: 1.0.1
progress: 2.0.3
rd: 2.0.1
- vite: 5.3.1(@types/node@20.14.6)(sass@1.77.6)
+ vite: 5.3.3(@types/node@20.14.10)(sass@1.77.7)
- vite-plugin-svg-icons@2.0.1(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6)):
+ vite-plugin-svg-icons@2.0.1(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7)):
dependencies:
'@types/svgo': 2.6.4
cors: 2.8.5
@@ -10585,131 +10653,132 @@ snapshots:
pathe: 0.2.0
svg-baker: 1.7.0
svgo: 2.8.0
- vite: 5.3.1(@types/node@20.14.6)(sass@1.77.6)
+ vite: 5.3.3(@types/node@20.14.10)(sass@1.77.7)
transitivePeerDependencies:
- supports-color
- vite-plugin-vue-devtools@7.3.2(rollup@4.18.0)(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6)):
+ vite-plugin-vue-devtools@7.3.5(rollup@4.18.1)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7))(vue@3.4.31(typescript@5.5.3)):
dependencies:
- '@vue/devtools-core': 7.3.2(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6))
- '@vue/devtools-kit': 7.3.2
- '@vue/devtools-shared': 7.3.2
+ '@vue/devtools-core': 7.3.5(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7))(vue@3.4.31(typescript@5.5.3))
+ '@vue/devtools-kit': 7.3.5
+ '@vue/devtools-shared': 7.3.5
execa: 8.0.1
sirv: 2.0.4
- vite: 5.3.1(@types/node@20.14.6)(sass@1.77.6)
- vite-plugin-inspect: 0.8.4(rollup@4.18.0)(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6))
- vite-plugin-vue-inspector: 5.1.2(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6))
+ vite: 5.3.3(@types/node@20.14.10)(sass@1.77.7)
+ vite-plugin-inspect: 0.8.4(rollup@4.18.1)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7))
+ vite-plugin-vue-inspector: 5.1.2(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7))
transitivePeerDependencies:
- '@nuxt/kit'
- rollup
- supports-color
+ - vue
- vite-plugin-vue-inspector@5.1.2(vite@5.3.1(@types/node@20.14.6)(sass@1.77.6)):
+ vite-plugin-vue-inspector@5.1.2(vite@5.3.3(@types/node@20.14.10)(sass@1.77.7)):
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-syntax-import-attributes': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.7)
- '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.7)
- '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.7)
- '@vue/compiler-dom': 3.4.29
+ '@babel/core': 7.24.8
+ '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.24.8)
+ '@babel/plugin-syntax-import-attributes': 7.24.7(@babel/core@7.24.8)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.8)
+ '@babel/plugin-transform-typescript': 7.24.8(@babel/core@7.24.8)
+ '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.8)
+ '@vue/compiler-dom': 3.4.31
kolorist: 1.8.0
magic-string: 0.30.10
- vite: 5.3.1(@types/node@20.14.6)(sass@1.77.6)
+ vite: 5.3.3(@types/node@20.14.10)(sass@1.77.7)
transitivePeerDependencies:
- supports-color
- vite@5.3.1(@types/node@20.14.6)(sass@1.77.6):
+ vite@5.3.3(@types/node@20.14.10)(sass@1.77.7):
dependencies:
esbuild: 0.21.5
- postcss: 8.4.38
- rollup: 4.18.0
+ postcss: 8.4.39
+ rollup: 4.18.1
optionalDependencies:
- '@types/node': 20.14.6
+ '@types/node': 20.14.10
fsevents: 2.3.3
- sass: 1.77.6
+ sass: 1.77.7
- vooks@0.2.12(vue@3.4.29(typescript@5.4.5)):
+ vooks@0.2.12(vue@3.4.31(typescript@5.5.3)):
dependencies:
evtd: 0.2.4
- vue: 3.4.29(typescript@5.4.5)
+ vue: 3.4.31(typescript@5.5.3)
vscode-uri@3.0.8: {}
- vue-demi@0.13.11(vue@3.4.29(typescript@5.4.5)):
+ vue-demi@0.13.11(vue@3.4.31(typescript@5.5.3)):
dependencies:
- vue: 3.4.29(typescript@5.4.5)
+ vue: 3.4.31(typescript@5.5.3)
- vue-demi@0.14.8(vue@3.4.29(typescript@5.4.5)):
+ vue-demi@0.14.8(vue@3.4.31(typescript@5.5.3)):
dependencies:
- vue: 3.4.29(typescript@5.4.5)
+ vue: 3.4.31(typescript@5.5.3)
- vue-draggable-plus@0.5.0(@types/sortablejs@1.15.8):
+ vue-draggable-plus@0.5.2(@types/sortablejs@1.15.8):
dependencies:
'@types/sortablejs': 1.15.8
- vue-eslint-parser@9.4.3(eslint@9.5.0):
+ vue-eslint-parser@9.4.3(eslint@9.6.0):
dependencies:
debug: 4.3.5
- eslint: 9.5.0
+ eslint: 9.6.0
eslint-scope: 7.2.2
eslint-visitor-keys: 3.4.3
espree: 9.6.1
- esquery: 1.5.0
+ esquery: 1.6.0
lodash: 4.17.21
semver: 7.6.2
transitivePeerDependencies:
- supports-color
- vue-i18n@9.13.1(vue@3.4.29(typescript@5.4.5)):
+ vue-i18n@9.13.1(vue@3.4.31(typescript@5.5.3)):
dependencies:
'@intlify/core-base': 9.13.1
'@intlify/shared': 9.13.1
'@vue/devtools-api': 6.6.3
- vue: 3.4.29(typescript@5.4.5)
+ vue: 3.4.31(typescript@5.5.3)
- vue-router@4.3.3(vue@3.4.29(typescript@5.4.5)):
+ vue-router@4.4.0(vue@3.4.31(typescript@5.5.3)):
dependencies:
'@vue/devtools-api': 6.6.3
- vue: 3.4.29(typescript@5.4.5)
+ vue: 3.4.31(typescript@5.5.3)
vue-template-compiler@2.7.16:
dependencies:
de-indent: 1.0.2
he: 1.2.0
- vue-tsc@2.0.21(typescript@5.4.5):
+ vue-tsc@2.0.26(typescript@5.5.3):
dependencies:
- '@volar/typescript': 2.3.0
- '@vue/language-core': 2.0.21(typescript@5.4.5)
+ '@volar/typescript': 2.4.0-alpha.15
+ '@vue/language-core': 2.0.26(typescript@5.5.3)
semver: 7.6.2
- typescript: 5.4.5
+ typescript: 5.5.3
- vue@3.4.29(typescript@5.4.5):
+ vue@3.4.31(typescript@5.5.3):
dependencies:
- '@vue/compiler-dom': 3.4.29
- '@vue/compiler-sfc': 3.4.29
- '@vue/runtime-dom': 3.4.29
- '@vue/server-renderer': 3.4.29(vue@3.4.29(typescript@5.4.5))
- '@vue/shared': 3.4.29
+ '@vue/compiler-dom': 3.4.31
+ '@vue/compiler-sfc': 3.4.31
+ '@vue/runtime-dom': 3.4.31
+ '@vue/server-renderer': 3.4.31(vue@3.4.31(typescript@5.5.3))
+ '@vue/shared': 3.4.31
optionalDependencies:
- typescript: 5.4.5
+ typescript: 5.5.3
- vueuc@0.4.58(vue@3.4.29(typescript@5.4.5)):
+ vueuc@0.4.58(vue@3.4.31(typescript@5.5.3)):
dependencies:
- '@css-render/vue3-ssr': 0.15.14(vue@3.4.29(typescript@5.4.5))
+ '@css-render/vue3-ssr': 0.15.14(vue@3.4.31(typescript@5.5.3))
'@juggle/resize-observer': 3.4.0
css-render: 0.15.14
evtd: 0.2.4
seemly: 0.3.8
- vdirs: 0.1.8(vue@3.4.29(typescript@5.4.5))
- vooks: 0.2.12(vue@3.4.29(typescript@5.4.5))
- vue: 3.4.29(typescript@5.4.5)
+ vdirs: 0.1.8(vue@3.4.31(typescript@5.5.3))
+ vooks: 0.2.12(vue@3.4.31(typescript@5.5.3))
+ vue: 3.4.31(typescript@5.5.3)
wangeditor@4.7.15:
dependencies:
- '@babel/runtime': 7.24.7
- '@babel/runtime-corejs3': 7.24.7
+ '@babel/runtime': 7.24.8
+ '@babel/runtime-corejs3': 7.24.8
tslib: 2.6.3
webpack-sources@3.2.3: {}
@@ -10771,7 +10840,7 @@ snapshots:
wrap-ansi@9.0.0:
dependencies:
ansi-styles: 6.2.1
- string-width: 7.1.0
+ string-width: 7.2.0
strip-ansi: 7.1.0
wrappy@1.0.2: {}
@@ -10830,8 +10899,8 @@ snapshots:
yocto-queue@0.1.0: {}
- yoctocolors@2.0.2: {}
+ yoctocolors@2.1.1: {}
- zrender@5.5.0:
+ zrender@5.6.0:
dependencies:
tslib: 2.3.0
diff --git a/src/store/modules/route/shared.ts b/src/store/modules/route/shared.ts
index eccb1541..c9cfa102 100644
--- a/src/store/modules/route/shared.ts
+++ b/src/store/modules/route/shared.ts
@@ -123,7 +123,7 @@ function getGlobalMenuByBaseRoute(route: RouteLocationNormalizedLoaded | Elegant
const { SvgIconVNode } = useSvgIcon();
const { name, path } = route;
- const { title, i18nKey, icon = import.meta.env.VITE_MENU_ICON, localIcon } = route.meta ?? {};
+ const { title, i18nKey, icon = import.meta.env.VITE_MENU_ICON, localIcon, iconFontSize } = route.meta ?? {};
const label = i18nKey ? $t(i18nKey) : title!;
@@ -133,7 +133,7 @@ function getGlobalMenuByBaseRoute(route: RouteLocationNormalizedLoaded | Elegant
i18nKey,
routeKey: name as RouteKey,
routePath: path as RouteMap[RouteKey],
- icon: SvgIconVNode({ icon, localIcon, fontSize: 20 })
+ icon: SvgIconVNode({ icon, localIcon, fontSize: iconFontSize || 20 })
};
return menu;
diff --git a/src/typings/router.d.ts b/src/typings/router.d.ts
index f5128495..256e646a 100644
--- a/src/typings/router.d.ts
+++ b/src/typings/router.d.ts
@@ -42,6 +42,8 @@ declare module 'vue-router' {
* In "src/assets/svg-icon", if it is set, the icon will be ignored
*/
localIcon?: string;
+ /** Icon size. width and height are the same. */
+ iconFontSize?: number;
/** Router order */
order?: number | null;
/** The outer link of the route */