diff --git a/eslint-config/index.mjs b/eslint-config/index.mjs index b3f4ace3..11df5cac 100644 --- a/eslint-config/index.mjs +++ b/eslint-config/index.mjs @@ -1,6 +1,5 @@ import js from '@eslint/js'; import stylistic from '@stylistic/eslint-plugin'; -import stylisticTs from '@stylistic/eslint-plugin-ts'; import parserTs from '@typescript-eslint/parser'; import { defineConfig } from 'eslint/config'; import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended'; @@ -21,7 +20,6 @@ export default (tsconfigRootDir) => ...tseslint.config(tencentEslintBaseConfig, tencentEslintImportexport, tseslint.configs.base, { plugins: { '@stylistic': stylistic, - '@stylistic/ts': stylisticTs, }, languageOptions: { parser: parserTs, diff --git a/eslint-config/package.json b/eslint-config/package.json index d1740163..f2d7a100 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@tmagic/eslint-config", - "version": "0.0.2", + "version": "0.0.3", "main": "index.mjs", "type": "module", "repository": { @@ -9,18 +9,17 @@ "url": "https://github.com/Tencent/tmagic-editor.git" }, "dependencies": { - "@eslint/js": "^9.24.0", - "@typescript-eslint/parser": "^8.30.1", - "@typescript-eslint/eslint-plugin": "^8.30.1", - "@stylistic/eslint-plugin": "^4.2.0", - "@stylistic/eslint-plugin-ts": "^4.2.0", - "eslint-config-prettier": "^10.1.2", - "eslint-plugin-import": "^2.31.0", + "@eslint/js": "^9.34.0", + "@typescript-eslint/parser": "^8.41.0", + "@typescript-eslint/eslint-plugin": "^8.41.0 ", + "@stylistic/eslint-plugin": "^5.2.3", + "eslint-config-prettier": "^10.1.8", + "eslint-plugin-import": "^2.32.0", "eslint-plugin-simple-import-sort": "^12.1.1", - "eslint-plugin-vue": "^10.0.0", - "eslint-plugin-prettier": "^5.2.6", - "globals": "^16.0.0", - "typescript-eslint": "^8.30.1" + "eslint-plugin-vue": "^10.4.0", + "eslint-plugin-prettier": "^5.5.4 ", + "globals": "^16.3.0", + "typescript-eslint": "^8.41.0" }, "peerDependencies": { "eslint": ">=9.24.0", diff --git a/package.json b/package.json index 216118b1..8e159575 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "release": "node scripts/release.mjs" }, "engines": { - "node": ">=20" + "node": "^20.19.0 || >=22.12.0" }, "workspaces": [ "packages/*" @@ -57,7 +57,7 @@ "cz-conventional-changelog": "^3.3.0", "element-plus": "^2.9.11", "enquirer": "^2.4.1", - "eslint": "^9.28.0", + "eslint": "^9.34.0", "execa": "^4.1.0", "highlight.js": "^11.11.1", "husky": "^9.1.7", @@ -65,7 +65,7 @@ "lint-staged": "^16.1.0", "minimist": "^1.2.8", "picocolors": "^1.1.1", - "prettier": "^3.5.3", + "prettier": "^3.6.2", "recast": "^0.23.11", "rimraf": "^3.0.2", "rollup": "4.44.1", @@ -75,10 +75,10 @@ "shx": "^0.3.4", "typescript": "catalog:", "vite": "catalog:", - "vitepress": "^1.6.3", - "vitest": "^3.2.1", + "vitepress": "^1.6.4", + "vitest": "^3.2.4", "vue": "catalog:", - "vue-tsc": "^3.0.0" + "vue-tsc": "^3.0.6" }, "config": { "commitizen": { diff --git a/playground/package.json b/playground/package.json index 5087322c..b5340920 100644 --- a/playground/package.json +++ b/playground/package.json @@ -12,12 +12,12 @@ "serve": "vite preview" }, "dependencies": { - "@element-plus/icons-vue": "^2.3.1", + "@element-plus/icons-vue": "^2.3.2", "@tmagic/core": "1.6.0-beta.6", "@tmagic/editor": "1.6.0-beta.6", "@tmagic/element-plus-adapter": "1.6.0-beta.6", "@tmagic/tmagic-form-runtime": "1.1.3", - "element-plus": "^2.9.11", + "element-plus": "^2.11.1", "lodash-es": "^4.17.21", "monaco-editor": "^0.52.2", "serialize-javascript": "^6.0.2", @@ -28,15 +28,15 @@ "@types/lodash-es": "^4.17.4", "@types/node": "^24.0.10", "@types/serialize-javascript": "^5.0.4", - "@vitejs/plugin-legacy": "^7.0.0", - "@vitejs/plugin-vue": "^6.0.0", - "@vitejs/plugin-vue-jsx": "^5.0.1", + "@vitejs/plugin-legacy": "^7.2.1", + "@vitejs/plugin-vue": "^6.0.1", + "@vitejs/plugin-vue-jsx": "^5.1.0", "@vue/compiler-sfc": "catalog:", - "sass": "^1.89.2", + "sass": "^1.91.0", "terser": "^5.43.1", "typescript": "catalog:", - "unplugin-auto-import": "^19.3.0", - "unplugin-vue-components": "^28.8.0", + "unplugin-auto-import": "^20.0.0", + "unplugin-vue-components": "^29.0.0", "vite": "catalog:" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8a9dc3f2..b1d71289 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,17 +7,17 @@ settings: catalogs: default: '@vue/compiler-sfc': - specifier: ^3.5.17 - version: 3.5.17 + specifier: ^3.5.20 + version: 3.5.20 typescript: - specifier: ^5.8.3 - version: 5.8.3 + specifier: ^5.9.2 + version: 5.9.2 vite: - specifier: ^7.0.3 - version: 7.0.4 + specifier: ^7.1.3 + version: 7.1.3 vue: - specifier: ^3.5.17 - version: 3.5.17 + specifier: ^3.5.20 + version: 3.5.20 importers: @@ -25,7 +25,7 @@ importers: devDependencies: '@commitlint/cli': specifier: ^19.8.1 - version: 19.8.1(@types/node@24.0.10)(typescript@5.8.3) + version: 19.8.1(@types/node@24.0.10)(typescript@5.9.2) '@commitlint/config-conventional': specifier: ^19.8.1 version: 19.8.1 @@ -40,10 +40,10 @@ importers: version: 24.0.10 '@vitejs/plugin-vue': specifier: ^5.2.3 - version: 5.2.3(vite@7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3)) + version: 5.2.3(vite@7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2)) '@vitest/coverage-v8': specifier: ^2.1.9 - version: 2.1.9(vitest@3.2.1(@types/node@24.0.10)(jiti@2.4.2)(jsdom@19.0.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)) + version: 2.1.9(vitest@3.2.4(@types/node@24.0.10)(jiti@2.4.2)(jsdom@19.0.0)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0)) '@vue/compiler-sfc': specifier: ^3.5.13 version: 3.5.13 @@ -52,25 +52,25 @@ importers: version: 7.14.0 commitizen: specifier: ^4.3.1 - version: 4.3.1(@types/node@24.0.10)(typescript@5.8.3) + version: 4.3.1(@types/node@24.0.10)(typescript@5.9.2) conventional-changelog-cli: specifier: ^5.0.0 version: 5.0.0(conventional-commits-filter@5.0.0) cosmiconfig: specifier: ^8.3.6 - version: 8.3.6(typescript@5.8.3) + version: 8.3.6(typescript@5.9.2) cz-conventional-changelog: specifier: ^3.3.0 - version: 3.3.0(@types/node@24.0.10)(typescript@5.8.3) + version: 3.3.0(@types/node@24.0.10)(typescript@5.9.2) element-plus: specifier: ^2.9.11 - version: 2.9.11(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)) + version: 2.9.11(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)) enquirer: specifier: ^2.4.1 version: 2.4.1 eslint: - specifier: ^9.28.0 - version: 9.28.0(jiti@2.4.2) + specifier: ^9.34.0 + version: 9.34.0(jiti@2.4.2) execa: specifier: ^4.1.0 version: 4.1.0 @@ -93,8 +93,8 @@ importers: specifier: ^1.1.1 version: 1.1.1 prettier: - specifier: ^3.5.3 - version: 3.5.3 + specifier: ^3.6.2 + version: 3.6.2 recast: specifier: ^0.23.11 version: 0.23.11 @@ -106,7 +106,7 @@ importers: version: 4.44.1 rollup-plugin-dts: specifier: ^6.2.1 - version: 6.2.1(rollup@4.44.1)(typescript@5.8.3) + version: 6.2.1(rollup@4.44.1)(typescript@5.9.2) semver: specifier: ^7.7.1 version: 7.7.1 @@ -118,67 +118,64 @@ importers: version: 0.3.4 typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vite: specifier: 'catalog:' - version: 7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + version: 7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0) vitepress: - specifier: ^1.6.3 - version: 1.6.3(@algolia/client-search@5.23.0)(@types/node@24.0.10)(@types/react@18.3.18)(async-validator@4.2.5)(axios@1.10.0)(postcss@8.5.6)(qrcode@1.5.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.89.2)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.43.1)(typescript@5.8.3) + specifier: ^1.6.4 + version: 1.6.4(@algolia/client-search@5.23.0)(@types/node@24.0.10)(@types/react@18.3.18)(async-validator@4.2.5)(axios@1.11.0)(postcss@8.5.6)(qrcode@1.5.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.91.0)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.43.1)(typescript@5.9.2) vitest: - specifier: ^3.2.1 - version: 3.2.1(@types/node@24.0.10)(jiti@2.4.2)(jsdom@19.0.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + specifier: ^3.2.4 + version: 3.2.4(@types/node@24.0.10)(jiti@2.4.2)(jsdom@19.0.0)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0) vue: specifier: 'catalog:' - version: 3.5.17(typescript@5.8.3) + version: 3.5.20(typescript@5.9.2) vue-tsc: - specifier: ^3.0.0 - version: 3.0.0(typescript@5.8.3) + specifier: ^3.0.6 + version: 3.0.6(typescript@5.9.2) eslint-config: dependencies: '@eslint/js': - specifier: ^9.24.0 - version: 9.25.0 + specifier: ^9.34.0 + version: 9.34.0 '@stylistic/eslint-plugin': - specifier: ^4.2.0 - version: 4.2.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3) - '@stylistic/eslint-plugin-ts': - specifier: ^4.2.0 - version: 4.2.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3) + specifier: ^5.2.3 + version: 5.2.3(eslint@9.25.0(jiti@2.4.2)) '@typescript-eslint/eslint-plugin': - specifier: ^8.30.1 - version: 8.30.1(@typescript-eslint/parser@8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3) + specifier: '^8.41.0 ' + version: 8.41.0(@typescript-eslint/parser@8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2))(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2) '@typescript-eslint/parser': - specifier: ^8.30.1 - version: 8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3) + specifier: ^8.41.0 + version: 8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2) eslint: specifier: '>=9.24.0' version: 9.25.0(jiti@2.4.2) eslint-config-prettier: - specifier: ^10.1.2 - version: 10.1.2(eslint@9.25.0(jiti@2.4.2)) + specifier: ^10.1.8 + version: 10.1.8(eslint@9.25.0(jiti@2.4.2)) eslint-plugin-import: - specifier: ^2.31.0 - version: 2.31.0(@typescript-eslint/parser@8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.25.0(jiti@2.4.2)) + specifier: ^2.32.0 + version: 2.32.0(@typescript-eslint/parser@8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2))(eslint@9.25.0(jiti@2.4.2)) eslint-plugin-prettier: - specifier: ^5.2.6 - version: 5.2.6(eslint-config-prettier@10.1.2(eslint@9.25.0(jiti@2.4.2)))(eslint@9.25.0(jiti@2.4.2))(prettier@3.5.3) + specifier: '^5.5.4 ' + version: 5.5.4(eslint-config-prettier@10.1.8(eslint@9.25.0(jiti@2.4.2)))(eslint@9.25.0(jiti@2.4.2))(prettier@3.5.3) eslint-plugin-simple-import-sort: specifier: ^12.1.1 version: 12.1.1(eslint@9.25.0(jiti@2.4.2)) eslint-plugin-vue: - specifier: ^10.0.0 - version: 10.0.0(eslint@9.25.0(jiti@2.4.2))(vue-eslint-parser@9.4.3(eslint@9.25.0(jiti@2.4.2))) + specifier: ^10.4.0 + version: 10.4.0(@typescript-eslint/parser@8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2))(eslint@9.25.0(jiti@2.4.2))(vue-eslint-parser@9.4.3(eslint@9.25.0(jiti@2.4.2))) globals: - specifier: ^16.0.0 - version: 16.0.0 + specifier: ^16.3.0 + version: 16.3.0 prettier: specifier: '>=3.5.3' version: 3.5.3 typescript-eslint: - specifier: ^8.30.1 - version: 8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3) + specifier: ^8.41.0 + version: 8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2) packages/cli: dependencies: @@ -205,7 +202,7 @@ importers: version: 2.8.1 typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 devDependencies: '@types/fs-extra': specifier: ^11.0.4 @@ -236,7 +233,7 @@ importers: version: 4.17.21 typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 devDependencies: '@types/events': specifier: ^3.0.3 @@ -261,7 +258,7 @@ importers: version: 4.17.21 typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 devDependencies: '@types/events': specifier: ^3.0.3 @@ -280,7 +277,7 @@ importers: version: link:../utils typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 packages/design: dependencies: @@ -289,16 +286,16 @@ importers: version: 2.11.8 typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vue: specifier: 'catalog:' - version: 3.5.17(typescript@5.8.3) + version: 3.5.20(typescript@5.9.2) packages/editor: dependencies: '@element-plus/icons-vue': specifier: ^2.3.1 - version: 2.3.1(vue@3.5.17(typescript@5.8.3)) + version: 2.3.1(vue@3.5.20(typescript@5.9.2)) '@tmagic/core': specifier: workspace:* version: link:../core @@ -355,10 +352,10 @@ importers: version: 1.15.6 typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vue: specifier: 'catalog:' - version: 3.5.17(typescript@5.8.3) + version: 3.5.20(typescript@5.9.2) devDependencies: '@types/events': specifier: ^3.0.3 @@ -386,16 +383,16 @@ importers: version: link:../design element-plus: specifier: '>=2.9.0' - version: 2.9.11(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)) + version: 2.9.11(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 packages/form: dependencies: '@element-plus/icons-vue': specifier: ^2.3.1 - version: 2.3.1(vue@3.5.17(typescript@5.8.3)) + version: 2.3.1(vue@3.5.20(typescript@5.9.2)) '@popperjs/core': specifier: ^2.11.8 version: 2.11.8 @@ -419,10 +416,10 @@ importers: version: 1.15.6 typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vue: specifier: 'catalog:' - version: 3.5.17(typescript@5.8.3) + version: 3.5.20(typescript@5.9.2) devDependencies: '@types/lodash-es': specifier: ^4.17.4 @@ -441,13 +438,13 @@ importers: version: link:../schema typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 packages/schema: dependencies: typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 packages/stage: dependencies: @@ -477,7 +474,7 @@ importers: version: 1.10.3 typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 devDependencies: '@types/events': specifier: ^3.0.3 @@ -499,10 +496,10 @@ importers: version: 4.17.21 typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vue: specifier: 'catalog:' - version: 3.5.17(typescript@5.8.3) + version: 3.5.20(typescript@5.9.2) devDependencies: '@types/lodash-es': specifier: ^4.17.4 @@ -515,13 +512,13 @@ importers: version: link:../design tdesign-vue-next: specifier: ^1.9.8 - version: 1.10.6(vue@3.5.17(typescript@5.8.3)) + version: 1.10.6(vue@3.5.20(typescript@5.9.2)) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vue: specifier: 'catalog:' - version: 3.5.17(typescript@5.8.3) + version: 3.5.20(typescript@5.9.2) packages/utils: dependencies: @@ -533,7 +530,7 @@ importers: version: 4.17.21 typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 devDependencies: '@types/lodash-es': specifier: ^4.17.4 @@ -542,23 +539,23 @@ importers: playground: dependencies: '@element-plus/icons-vue': - specifier: ^2.3.1 - version: 2.3.1(vue@3.5.17(typescript@5.8.3)) + specifier: ^2.3.2 + version: 2.3.2(vue@3.5.20(typescript@5.9.2)) '@tmagic/core': specifier: 1.6.0-beta.6 - version: 1.6.0-beta.6(typescript@5.8.3) + version: 1.6.0-beta.6(typescript@5.9.2) '@tmagic/editor': specifier: 1.6.0-beta.6 - version: 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.8.3))(@tmagic/schema@1.6.0-beta.6(typescript@5.8.3))(monaco-editor@0.52.2)(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)) + version: 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.9.2))(@tmagic/schema@1.6.0-beta.6(typescript@5.9.2))(monaco-editor@0.52.2)(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)) '@tmagic/element-plus-adapter': specifier: 1.6.0-beta.6 - version: 1.6.0-beta.6(@tmagic/design@1.6.0-beta.6(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(element-plus@2.9.11(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)))(typescript@5.8.3) + version: 1.6.0-beta.6(@tmagic/design@1.6.0-beta.6(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(element-plus@2.11.1(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)))(typescript@5.9.2) '@tmagic/tmagic-form-runtime': specifier: 1.1.3 - version: 1.1.3(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(@tmagic/editor@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.8.3))(@tmagic/schema@1.6.0-beta.6(typescript@5.8.3))(monaco-editor@0.52.2)(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(element-plus@2.9.11(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)))(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)) + version: 1.1.3(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(@tmagic/editor@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.9.2))(@tmagic/schema@1.6.0-beta.6(typescript@5.9.2))(monaco-editor@0.52.2)(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(element-plus@2.11.1(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)))(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)) element-plus: - specifier: ^2.9.11 - version: 2.9.11(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)) + specifier: ^2.11.1 + version: 2.11.1(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)) lodash-es: specifier: ^4.17.21 version: 4.17.21 @@ -570,10 +567,10 @@ importers: version: 6.0.2 vue: specifier: 'catalog:' - version: 3.5.17(typescript@5.8.3) + version: 3.5.20(typescript@5.9.2) vue-router: specifier: ^4.5.1 - version: 4.5.1(vue@3.5.17(typescript@5.8.3)) + version: 4.5.1(vue@3.5.20(typescript@5.9.2)) devDependencies: '@types/lodash-es': specifier: ^4.17.4 @@ -585,35 +582,35 @@ importers: specifier: ^5.0.4 version: 5.0.4 '@vitejs/plugin-legacy': - specifier: ^7.0.0 - version: 7.0.0(terser@5.43.1)(vite@7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)) + specifier: ^7.2.1 + version: 7.2.1(terser@5.43.1)(vite@7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0)) '@vitejs/plugin-vue': - specifier: ^6.0.0 - version: 6.0.0(vite@7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3)) + specifier: ^6.0.1 + version: 6.0.1(vite@7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2)) '@vitejs/plugin-vue-jsx': - specifier: ^5.0.1 - version: 5.0.1(vite@7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3)) + specifier: ^5.1.0 + version: 5.1.0(vite@7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2)) '@vue/compiler-sfc': specifier: 'catalog:' - version: 3.5.17 + version: 3.5.20 sass: - specifier: ^1.89.2 - version: 1.89.2 + specifier: ^1.91.0 + version: 1.91.0 terser: specifier: ^5.43.1 version: 5.43.1 typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 unplugin-auto-import: - specifier: ^19.3.0 - version: 19.3.0(@vueuse/core@12.8.2(typescript@5.8.3)) + specifier: ^20.0.0 + version: 20.0.0(@vueuse/core@12.8.2(typescript@5.9.2)) unplugin-vue-components: - specifier: ^28.8.0 - version: 28.8.0(@babel/parser@7.28.0)(vue@3.5.17(typescript@5.8.3)) + specifier: ^29.0.0 + version: 29.0.0(@babel/parser@7.28.3)(vue@3.5.20(typescript@5.9.2)) vite: specifier: 'catalog:' - version: 7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + version: 7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0) react-components/button: dependencies: @@ -634,7 +631,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 devDependencies: '@types/react': specifier: ^18.3.3 @@ -662,7 +659,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 devDependencies: '@types/react': specifier: ^18.3.3 @@ -690,7 +687,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 devDependencies: '@types/react': specifier: ^18.3.3 @@ -718,7 +715,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 devDependencies: '@types/react': specifier: ^18.3.3 @@ -746,7 +743,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 devDependencies: '@types/react': specifier: ^18.3.3 @@ -774,7 +771,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 devDependencies: '@types/react': specifier: ^18.3.3 @@ -802,7 +799,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 devDependencies: '@types/react': specifier: ^18.3.3 @@ -830,7 +827,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 devDependencies: '@types/react': specifier: ^18.3.3 @@ -861,7 +858,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 devDependencies: '@types/qrcode': specifier: ^1.4.2 @@ -892,7 +889,7 @@ importers: version: 18.3.1(react@18.3.1) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 devDependencies: '@types/react': specifier: ^18.3.3 @@ -905,13 +902,13 @@ importers: dependencies: '@tmagic/core': specifier: 1.6.0-beta.6 - version: 1.6.0-beta.6(typescript@5.8.3) + version: 1.6.0-beta.6(typescript@5.9.2) '@tmagic/react-runtime-help': specifier: 0.2.0 - version: 0.2.0(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(@tmagic/stage@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3))(lodash-es@4.17.21)(react@18.3.1)(typescript@5.8.3) + version: 0.2.0(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(@tmagic/stage@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2))(lodash-es@4.17.21)(react@18.3.1)(typescript@5.9.2) '@tmagic/stage': specifier: 1.6.0-beta.6 - version: 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3) + version: 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2) axios: specifier: ^1.10.0 version: 1.10.0 @@ -924,7 +921,7 @@ importers: devDependencies: '@tmagic/cli': specifier: 1.6.0-beta.6 - version: 1.6.0-beta.6(typescript@5.8.3) + version: 1.6.0-beta.6(typescript@5.9.2) '@types/react': specifier: ^18.3.3 version: 18.3.18 @@ -932,8 +929,8 @@ importers: specifier: ^18.3.0 version: 18.3.5(@types/react@18.3.18) '@vitejs/plugin-legacy': - specifier: ^7.0.0 - version: 7.0.0(terser@5.43.1)(vite@7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)) + specifier: ^7.2.1 + version: 7.2.1(terser@5.43.1)(vite@7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0)) '@vitejs/plugin-react-refresh': specifier: ^1.3.6 version: 1.3.6 @@ -942,19 +939,19 @@ importers: version: 5.43.1 typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vite: specifier: 'catalog:' - version: 7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + version: 7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0) runtime/react-runtime-help: dependencies: '@tmagic/core': specifier: '>=1.6.0-beta.0' - version: 1.6.0-beta.0(typescript@5.8.3) + version: 1.6.0-beta.0(typescript@5.9.2) '@tmagic/stage': specifier: '>=1.6.0-beta.0' - version: 1.6.0-beta.0(@tmagic/core@1.6.0-beta.0(typescript@5.8.3))(typescript@5.8.3) + version: 1.6.0-beta.0(@tmagic/core@1.6.0-beta.0(typescript@5.9.2))(typescript@5.9.2) lodash-es: specifier: ^4.17.21 version: 4.17.21 @@ -963,7 +960,7 @@ importers: version: 18.3.1 typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 devDependencies: '@types/lodash-es': specifier: ^4.17.4 @@ -976,19 +973,19 @@ importers: dependencies: '@tmagic/core': specifier: '>=1.5.0' - version: 1.5.5(typescript@5.8.3) + version: 1.5.5(typescript@5.9.2) '@tmagic/editor': specifier: '>=1.5.0' - version: 1.5.5(@tmagic/core@1.5.5(typescript@5.8.3))(@tmagic/schema@1.5.5(typescript@5.8.3))(monaco-editor@0.52.2)(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)) + version: 1.5.5(@tmagic/core@1.5.5(typescript@5.9.2))(@tmagic/schema@1.5.5(typescript@5.9.2))(monaco-editor@0.52.2)(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)) element-plus: specifier: '>=2.8.0' - version: 2.9.3(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)) + version: 2.9.3(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vue: specifier: 'catalog:' - version: 3.5.17(typescript@5.8.3) + version: 3.5.20(typescript@5.9.2) runtime/ui: dependencies: @@ -1024,7 +1021,7 @@ importers: version: link:../../vue-components/text typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 runtime/ui-react: dependencies: @@ -1060,22 +1057,22 @@ importers: version: link:../../react-components/text typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 runtime/vue-runtime-help: dependencies: '@tmagic/core': specifier: '>=1.6.0-beta.0' - version: 1.6.0-beta.0(typescript@5.8.3) + version: 1.6.0-beta.0(typescript@5.9.2) '@tmagic/stage': specifier: '>=1.6.0-beta.0' - version: 1.6.0-beta.0(@tmagic/core@1.6.0-beta.0(typescript@5.8.3))(typescript@5.8.3) + version: 1.6.0-beta.0(@tmagic/core@1.6.0-beta.0(typescript@5.9.2))(typescript@5.9.2) '@vue/composition-api': specifier: '>=1.7.2' version: 1.7.2(vue@2.7.16) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vue: specifier: '>=2.6.0 || >=3.5.0' version: 2.7.16 @@ -1091,32 +1088,32 @@ importers: dependencies: '@tmagic/core': specifier: 1.6.0-beta.6 - version: 1.6.0-beta.6(typescript@5.8.3) + version: 1.6.0-beta.6(typescript@5.9.2) '@tmagic/stage': specifier: 1.6.0-beta.6 - version: 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3) + version: 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2) '@tmagic/vue-runtime-help': specifier: ^1.2.0 - version: 1.2.1(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(@tmagic/stage@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3))(@vue/composition-api@1.7.2(vue@2.7.16))(typescript@5.8.3)(vue@2.7.16) + version: 1.2.1(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(@tmagic/stage@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2))(@vue/composition-api@1.7.2(vue@2.7.16))(typescript@5.9.2)(vue@2.7.16) axios: - specifier: ^1.10.0 - version: 1.10.0 + specifier: ^1.11.0 + version: 1.11.0 vue: specifier: ^2.7.16 version: 2.7.16 devDependencies: '@tmagic/cli': specifier: 1.6.0-beta.6 - version: 1.6.0-beta.6(typescript@5.8.3) + version: 1.6.0-beta.6(typescript@5.9.2) '@types/events': specifier: ^3.0.3 version: 3.0.3 '@vitejs/plugin-legacy': - specifier: ^7.0.0 - version: 7.0.0(terser@5.43.1)(vite@7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)) + specifier: ^7.2.1 + version: 7.2.1(terser@5.43.1)(vite@7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0)) '@vitejs/plugin-vue2': specifier: ^2.3.3 - version: 2.3.3(vite@7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@2.7.16) + version: 2.3.3(vite@7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0))(vue@2.7.16) rollup: specifier: 4.44.1 version: 4.44.1 @@ -1124,14 +1121,14 @@ importers: specifier: ^0.13.0 version: 0.13.0(rollup@4.44.1) sass: - specifier: ^1.89.2 - version: 1.89.2 + specifier: ^1.91.0 + version: 1.91.0 terser: specifier: ^5.43.1 version: 5.43.1 vite: specifier: 'catalog:' - version: 7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + version: 7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0) vue-template-compiler: specifier: ^2.7.16 version: 2.7.16 @@ -1140,38 +1137,38 @@ importers: dependencies: '@tmagic/core': specifier: 1.6.0-beta.6 - version: 1.6.0-beta.6(typescript@5.8.3) + version: 1.6.0-beta.6(typescript@5.9.2) '@tmagic/stage': specifier: 1.6.0-beta.6 - version: 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3) + version: 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2) '@tmagic/vue-runtime-help': specifier: ^1.2.0 - version: 1.2.1(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(@tmagic/stage@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3))(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)) + version: 1.2.1(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(@tmagic/stage@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2))(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)) axios: specifier: ^1.10.0 version: 1.10.0 vue: specifier: 'catalog:' - version: 3.5.17(typescript@5.8.3) + version: 3.5.20(typescript@5.9.2) devDependencies: '@tmagic/cli': specifier: 1.6.0-beta.6 - version: 1.6.0-beta.6(typescript@5.8.3) + version: 1.6.0-beta.6(typescript@5.9.2) '@types/node': specifier: ^24.0.10 version: 24.0.10 '@vitejs/plugin-legacy': - specifier: ^7.0.0 - version: 7.0.0(terser@5.43.1)(vite@7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)) + specifier: ^7.2.1 + version: 7.2.1(terser@5.43.1)(vite@7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0)) '@vitejs/plugin-vue': - specifier: ^6.0.0 - version: 6.0.0(vite@7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3)) + specifier: ^6.0.1 + version: 6.0.1(vite@7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2)) '@vitejs/plugin-vue-jsx': - specifier: ^5.0.1 - version: 5.0.1(vite@7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3)) + specifier: ^5.1.0 + version: 5.1.0(vite@7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2)) '@vue/compiler-sfc': specifier: 'catalog:' - version: 3.5.17 + version: 3.5.20 rollup: specifier: 4.44.1 version: 4.44.1 @@ -1179,17 +1176,17 @@ importers: specifier: ^0.13.0 version: 0.13.0(rollup@4.44.1) sass: - specifier: ^1.89.2 - version: 1.89.2 + specifier: ^1.91.0 + version: 1.91.0 terser: specifier: ^ 5.43.1 version: 5.43.1 typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vite: specifier: 'catalog:' - version: 7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + version: 7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0) vue-components/button: dependencies: @@ -1207,7 +1204,7 @@ importers: version: 1.7.2(vue@2.7.16) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vue: specifier: '>=2.6.0 || >=3.5.0' version: 2.7.16 @@ -1231,7 +1228,7 @@ importers: version: 1.7.2(vue@2.7.16) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vue: specifier: '>=2.6.0 || >=3.5.0' version: 2.7.16 @@ -1255,7 +1252,7 @@ importers: version: 1.7.2(vue@2.7.16) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vue: specifier: '>=2.6.0 || >=3.5.0' version: 2.7.16 @@ -1279,7 +1276,7 @@ importers: version: 1.7.2(vue@2.7.16) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vue: specifier: '>=2.6.0 || >=3.5.0' version: 2.7.16 @@ -1300,10 +1297,10 @@ importers: version: link:../../runtime/vue-runtime-help typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vue-demi: specifier: ^0.14.10 - version: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)) + version: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)) vue-components/page: dependencies: @@ -1318,10 +1315,10 @@ importers: version: link:../../runtime/vue-runtime-help typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vue-demi: specifier: ^0.14.10 - version: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)) + version: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)) vue-components/page-fragment: dependencies: @@ -1336,10 +1333,10 @@ importers: version: link:../../runtime/vue-runtime-help typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vue-demi: specifier: ^0.14.10 - version: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)) + version: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)) vue-components/page-fragment-container: dependencies: @@ -1354,10 +1351,10 @@ importers: version: link:../../runtime/vue-runtime-help typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vue-demi: specifier: ^0.14.10 - version: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)) + version: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)) vue-components/qrcode: dependencies: @@ -1378,7 +1375,7 @@ importers: version: 1.5.4 typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vue: specifier: '>=2.6.0 || >=3.5.0' version: 2.7.16 @@ -1406,7 +1403,7 @@ importers: version: 1.7.2(vue@2.7.16) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.9.2 vue: specifier: '>=2.6.0 || >=3.5.0' version: 2.7.16 @@ -1516,6 +1513,10 @@ packages: resolution: {integrity: sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==} engines: {node: '>=6.9.0'} + '@babel/core@7.28.3': + resolution: {integrity: sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==} + engines: {node: '>=6.9.0'} + '@babel/generator@7.26.5': resolution: {integrity: sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==} engines: {node: '>=6.9.0'} @@ -1524,8 +1525,8 @@ packages: resolution: {integrity: sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==} engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.25.9': - resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} + '@babel/generator@7.28.3': + resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==} engines: {node: '>=6.9.0'} '@babel/helper-annotate-as-pure@7.27.3': @@ -1546,12 +1547,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-create-regexp-features-plugin@7.26.3': - resolution: {integrity: sha512-G7ZRb40uUgdKOQqPLjfD12ZmGA54PzqDFUv2BKImnC9QIfGhIHKvVML0oN8IUiDq4iRqpq74ABpvOaerfWdong==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-create-regexp-features-plugin@7.27.1': resolution: {integrity: sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==} engines: {node: '>=6.9.0'} @@ -1591,6 +1586,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-module-transforms@7.28.3': + resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/helper-optimise-call-expression@7.27.1': resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==} engines: {node: '>=6.9.0'} @@ -1655,6 +1656,10 @@ packages: resolution: {integrity: sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==} engines: {node: '>=6.9.0'} + '@babel/helpers@7.28.3': + resolution: {integrity: sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==} + engines: {node: '>=6.9.0'} + '@babel/parser@7.26.5': resolution: {integrity: sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==} engines: {node: '>=6.0.0'} @@ -1665,13 +1670,13 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - '@babel/parser@7.27.5': - resolution: {integrity: sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==} + '@babel/parser@7.28.0': + resolution: {integrity: sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==} engines: {node: '>=6.0.0'} hasBin: true - '@babel/parser@7.28.0': - resolution: {integrity: sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==} + '@babel/parser@7.28.3': + resolution: {integrity: sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==} engines: {node: '>=6.0.0'} hasBin: true @@ -1723,8 +1728,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-jsx@7.25.9': - resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==} + '@babel/plugin-syntax-jsx@7.27.1': + resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2096,6 +2101,10 @@ packages: resolution: {integrity: sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.28.3': + resolution: {integrity: sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==} + engines: {node: '>=6.9.0'} + '@babel/types@7.26.5': resolution: {integrity: sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==} engines: {node: '>=6.9.0'} @@ -2104,14 +2113,14 @@ packages: resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==} engines: {node: '>=6.9.0'} - '@babel/types@7.27.6': - resolution: {integrity: sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==} - engines: {node: '>=6.9.0'} - '@babel/types@7.28.0': resolution: {integrity: sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==} engines: {node: '>=6.9.0'} + '@babel/types@7.28.2': + resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==} + engines: {node: '>=6.9.0'} + '@bcoe/v8-coverage@0.2.3': resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} @@ -2269,6 +2278,11 @@ packages: peerDependencies: vue: ^3.2.0 + '@element-plus/icons-vue@2.3.2': + resolution: {integrity: sha512-OzIuTaIfC8QXEPmJvB4Y4kw34rSXdCJzxcD1kFStBvr8bK6X1zQAYDo0CNMjojnfTqRQCJ0I7prlErcoRiET2A==} + peerDependencies: + vue: ^3.2.0 + '@emmetio/abbreviation@2.3.3': resolution: {integrity: sha512-mgv58UrU3rh4YgbE/TzgLQwJ3pFsHHhCLqY20aJq+9comytTXUDNGG/SMtSeMJdkpxgXSXunBGLD8Boka3JyVA==} @@ -2572,6 +2586,12 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + '@eslint-community/eslint-utils@4.7.0': + resolution: {integrity: sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + '@eslint-community/regexpp@4.12.1': resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} @@ -2580,16 +2600,24 @@ packages: resolution: {integrity: sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/config-array@0.21.0': + resolution: {integrity: sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/config-helpers@0.2.1': resolution: {integrity: sha512-RI17tsD2frtDu/3dmI7QRrD4bedNKPM08ziRYaC5AhkGrzIAJelm9kJU1TznK+apx6V+cqRz8tfpEeG3oIyjxw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/config-helpers@0.3.1': + resolution: {integrity: sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/core@0.13.0': resolution: {integrity: sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/core@0.14.0': - resolution: {integrity: sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==} + '@eslint/core@0.15.2': + resolution: {integrity: sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/eslintrc@3.3.1': @@ -2600,8 +2628,8 @@ packages: resolution: {integrity: sha512-iWhsUS8Wgxz9AXNfvfOPFSW4VfMXdVhp1hjkZVhXCrpgh/aLcc45rX6MPu+tIVUWDw0HfNwth7O28M1xDxNf9w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.28.0': - resolution: {integrity: sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==} + '@eslint/js@9.34.0': + resolution: {integrity: sha512-EoyvqQnBNsV1CWaEJ559rxXL4c8V92gxirbawSmVUOWXlsRxxQXl6LmCpdUblgxgSkDIqKnhzba2SjRTI/A5Rw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/object-schema@2.1.6': @@ -2612,8 +2640,8 @@ packages: resolution: {integrity: sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/plugin-kit@0.3.1': - resolution: {integrity: sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==} + '@eslint/plugin-kit@0.3.5': + resolution: {integrity: sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@floating-ui/core@1.6.9': @@ -2655,14 +2683,6 @@ packages: '@iconify/types@2.0.0': resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} - '@isaacs/balanced-match@4.0.1': - resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==} - engines: {node: 20 || >=22} - - '@isaacs/brace-expansion@5.0.0': - resolution: {integrity: sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==} - engines: {node: 20 || >=22} - '@isaacs/cliui@8.0.2': resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} @@ -2799,18 +2819,18 @@ packages: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} - '@pkgr/core@0.2.4': - resolution: {integrity: sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw==} + '@pkgr/core@0.2.9': + resolution: {integrity: sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} '@popperjs/core@2.11.8': resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} - '@rolldown/pluginutils@1.0.0-beta.19': - resolution: {integrity: sha512-3FL3mnMbPu0muGOCaKAhhFEYmqv9eTfPSJRJmANrCwtgK8VuxpsZDGK+m0LYAGoyO8+0j5uRe4PeyPDK1yA/hA==} + '@rolldown/pluginutils@1.0.0-beta.29': + resolution: {integrity: sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==} - '@rolldown/pluginutils@1.0.0-beta.23': - resolution: {integrity: sha512-lLCP4LUecUGBLq8EfkbY2esGYyvZj5ee+WZG12+mVnQH48b46SVbwp+0vJkD+6Pnsc+u9SWarBV9sQ5mVwmb5g==} + '@rolldown/pluginutils@1.0.0-beta.34': + resolution: {integrity: sha512-LyAREkZHP5pMom7c24meKmJCdhf2hEyvam2q0unr3or9ydwDL+DJ8chTF6Av/RFPb3rH8UFBdMzO5MxTZW97oA==} '@rollup/plugin-alias@5.1.1': resolution: {integrity: sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==} @@ -2979,14 +2999,8 @@ packages: '@shikijs/vscode-textmate@10.0.2': resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} - '@stylistic/eslint-plugin-ts@4.2.0': - resolution: {integrity: sha512-j2o2GvOx9v66x8hmp/HJ+0T+nOppiO5ycGsCkifh7JPGgjxEhpkGmIGx3RWsoxpWbad3VCX8e8/T8n3+7ze1Zg==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - eslint: '>=9.0.0' - - '@stylistic/eslint-plugin@4.2.0': - resolution: {integrity: sha512-8hXezgz7jexGHdo5WN6JBEIPHCSFyyU4vgbxevu4YLVS5vl+sxqAAGyXSzfNDyR6xMNSH5H1x67nsXcYMOHtZA==} + '@stylistic/eslint-plugin@5.2.3': + resolution: {integrity: sha512-oY7GVkJGVMI5benlBDCaRrSC1qPasafyv5dOBLLv5MTilMGnErKhO6ziEfodDDIZbo5QxPUNW360VudJOFODMw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=9.0.0' @@ -3458,58 +3472,70 @@ packages: '@types/web-bluetooth@0.0.21': resolution: {integrity: sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==} - '@typescript-eslint/eslint-plugin@8.30.1': - resolution: {integrity: sha512-v+VWphxMjn+1t48/jO4t950D6KR8JaJuNXzi33Ve6P8sEmPr5k6CEXjdGwT6+LodVnEa91EQCtwjWNUCPweo+Q==} + '@typescript-eslint/eslint-plugin@8.41.0': + resolution: {integrity: sha512-8fz6oa6wEKZrhXWro/S3n2eRJqlRcIa6SlDh59FXJ5Wp5XRZ8B9ixpJDcjadHq47hMx0u+HW6SNa6LjJQ6NLtw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 + '@typescript-eslint/parser': ^8.41.0 eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.9.0' + typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/parser@8.30.1': - resolution: {integrity: sha512-H+vqmWwT5xoNrXqWs/fesmssOW70gxFlgcMlYcBaWNPIEWDgLa4W9nkSPmhuOgLnXq9QYgkZ31fhDyLhleCsAg==} + '@typescript-eslint/parser@8.41.0': + resolution: {integrity: sha512-gTtSdWX9xiMPA/7MV9STjJOOYtWwIJIYxkQxnSV1U3xcE+mnJSH3f6zI0RYP+ew66WSlZ5ed+h0VCxsvdC1jJg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.9.0' + typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/scope-manager@8.30.1': - resolution: {integrity: sha512-+C0B6ChFXZkuaNDl73FJxRYT0G7ufVPOSQkqkpM/U198wUwUFOtgo1k/QzFh1KjpBitaK7R1tgjVz6o9HmsRPg==} + '@typescript-eslint/project-service@8.41.0': + resolution: {integrity: sha512-b8V9SdGBQzQdjJ/IO3eDifGpDBJfvrNTp2QD9P2BeqWTGrRibgfgIlBSw6z3b6R7dPzg752tOs4u/7yCLxksSQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <6.0.0' + + '@typescript-eslint/scope-manager@8.41.0': + resolution: {integrity: sha512-n6m05bXn/Cd6DZDGyrpXrELCPVaTnLdPToyhBoFkLIMznRUQUEQdSp96s/pcWSQdqOhrgR1mzJ+yItK7T+WPMQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.30.1': - resolution: {integrity: sha512-64uBF76bfQiJyHgZISC7vcNz3adqQKIccVoKubyQcOnNcdJBvYOILV1v22Qhsw3tw3VQu5ll8ND6hycgAR5fEA==} + '@typescript-eslint/tsconfig-utils@8.41.0': + resolution: {integrity: sha512-TDhxYFPUYRFxFhuU5hTIJk+auzM/wKvWgoNYOPcOf6i4ReYlOoYN8q1dV5kOTjNQNJgzWN3TUUQMtlLOcUgdUw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <6.0.0' + + '@typescript-eslint/type-utils@8.41.0': + resolution: {integrity: sha512-63qt1h91vg3KsjVVonFJWjgSK7pZHSQFKH6uwqxAH9bBrsyRhO6ONoKyXxyVBzG1lJnFAJcKAcxLS54N1ee1OQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.9.0' + typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/types@8.30.1': - resolution: {integrity: sha512-81KawPfkuulyWo5QdyG/LOKbspyyiW+p4vpn4bYO7DM/hZImlVnFwrpCTnmNMOt8CvLRr5ojI9nU1Ekpw4RcEw==} + '@typescript-eslint/types@8.41.0': + resolution: {integrity: sha512-9EwxsWdVqh42afLbHP90n2VdHaWU/oWgbH2P0CfcNfdKL7CuKpwMQGjwev56vWu9cSKU7FWSu6r9zck6CVfnag==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.30.1': - resolution: {integrity: sha512-kQQnxymiUy9tTb1F2uep9W6aBiYODgq5EMSk6Nxh4Z+BDUoYUSa029ISs5zTzKBFnexQEh71KqwjKnRz58lusQ==} + '@typescript-eslint/typescript-estree@8.41.0': + resolution: {integrity: sha512-D43UwUYJmGhuwHfY7MtNKRZMmfd8+p/eNSfFe6tH5mbVDto+VQCayeAt35rOx3Cs6wxD16DQtIKw/YXxt5E0UQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - typescript: '>=4.8.4 <5.9.0' + typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/utils@8.30.1': - resolution: {integrity: sha512-T/8q4R9En2tcEsWPQgB5BQ0XJVOtfARcUvOa8yJP3fh9M/mXraLxZrkCfGb6ChrO/V3W+Xbd04RacUEqk1CFEQ==} + '@typescript-eslint/utils@8.41.0': + resolution: {integrity: sha512-udbCVstxZ5jiPIXrdH+BZWnPatjlYwJuJkDA4Tbo3WyYLh8NvB+h/bKeSZHDOFKfphsZYJQqaFtLeXEqurQn1A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.9.0' + typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/visitor-keys@8.30.1': - resolution: {integrity: sha512-aEhgas7aJ6vZnNFC7K4/vMGDGyOiqWcYZPpIWrTKuTAlsvDNKy2GFDqh9smL+iq069ZvR0YzEeq0B8NJlLzjFA==} + '@typescript-eslint/visitor-keys@8.41.0': + resolution: {integrity: sha512-+GeGMebMCy0elMNg67LRNoVnUFPIm37iu5CmHESVx56/9Jsfdpsvbv605DQ81Pi/x11IdKUsS5nzgTYbCQU9fg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} - '@vitejs/plugin-legacy@7.0.0': - resolution: {integrity: sha512-qevhyYFUeZXBd/bAZGwpBgyn4GGAYije9YPV8Jg07newPCZtFEIlFlzsQowPbm87iKekOIL/90wKn+hvGkjzkg==} + '@vitejs/plugin-legacy@7.2.1': + resolution: {integrity: sha512-CaXb/y0mlfu7jQRELEJJc2/5w2bX2m1JraARgFnvSB2yfvnCNJVWWlqAo6WjnKoepOwKx8gs0ugJThPLKCOXIg==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: terser: ^5.16.0 @@ -3520,8 +3546,8 @@ packages: engines: {node: '>=12.0.0'} deprecated: This package has been deprecated in favor of @vitejs/plugin-react - '@vitejs/plugin-vue-jsx@5.0.1': - resolution: {integrity: sha512-X7qmQMXbdDh+sfHUttXokPD0cjPkMFoae7SgbkF9vi3idGUKmxLcnU2Ug49FHwiKXebfzQRIm5yK3sfCJzNBbg==} + '@vitejs/plugin-vue-jsx@5.1.0': + resolution: {integrity: sha512-iIzgip3JtlxoRXTimsIF8RDXbnhEnvh/V9pA0FqPuf0BTDDKjnJM5hwlO/iX/3/GpZU60AgyTi9pJf7aMNHgEA==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: vite: ^5.0.0 || ^6.0.0 || ^7.0.0 @@ -3541,8 +3567,8 @@ packages: vite: ^5.0.0 || ^6.0.0 vue: ^3.2.25 - '@vitejs/plugin-vue@6.0.0': - resolution: {integrity: sha512-iAliE72WsdhjzTOp2DtvKThq1VBC4REhwRcaA+zPAAph6I+OQhUXv+Xu2KS7ElxYtb7Zc/3R30Hwv1DxEo7NXQ==} + '@vitejs/plugin-vue@6.0.1': + resolution: {integrity: sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==} engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: vite: ^5.0.0 || ^6.0.0 || ^7.0.0 @@ -3557,11 +3583,11 @@ packages: '@vitest/browser': optional: true - '@vitest/expect@3.2.1': - resolution: {integrity: sha512-FqS/BnDOzV6+IpxrTg5GQRyLOCtcJqkwMwcS8qGCI2IyRVDwPAtutztaf1CjtPHlZlWtl1yUPCd7HM0cNiDOYw==} + '@vitest/expect@3.2.4': + resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==} - '@vitest/mocker@3.2.1': - resolution: {integrity: sha512-OXxMJnx1lkB+Vl65Re5BrsZEHc90s5NMjD23ZQ9NlU7f7nZiETGoX4NeKZSmsKjseuMq2uOYXdLOeoM0pJU+qw==} + '@vitest/mocker@3.2.4': + resolution: {integrity: sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==} peerDependencies: msw: ^2.4.9 vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0 @@ -3571,78 +3597,78 @@ packages: vite: optional: true - '@vitest/pretty-format@3.2.1': - resolution: {integrity: sha512-xBh1X2GPlOGBupp6E1RcUQWIxw0w/hRLd3XyBS6H+dMdKTAqHDNsIR2AnJwPA3yYe9DFy3VUKTe3VRTrAiQ01g==} + '@vitest/pretty-format@3.2.4': + resolution: {integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==} - '@vitest/runner@3.2.1': - resolution: {integrity: sha512-kygXhNTu/wkMYbwYpS3z/9tBe0O8qpdBuC3dD/AW9sWa0LE/DAZEjnHtWA9sIad7lpD4nFW1yQ+zN7mEKNH3yA==} + '@vitest/runner@3.2.4': + resolution: {integrity: sha512-oukfKT9Mk41LreEW09vt45f8wx7DordoWUZMYdY/cyAk7w5TWkTRCNZYF7sX7n2wB7jyGAl74OxgwhPgKaqDMQ==} - '@vitest/snapshot@3.2.1': - resolution: {integrity: sha512-5xko/ZpW2Yc65NVK9Gpfg2y4BFvcF+At7yRT5AHUpTg9JvZ4xZoyuRY4ASlmNcBZjMslV08VRLDrBOmUe2YX3g==} + '@vitest/snapshot@3.2.4': + resolution: {integrity: sha512-dEYtS7qQP2CjU27QBC5oUOxLE/v5eLkGqPE0ZKEIDGMs4vKWe7IjgLOeauHsR0D5YuuycGRO5oSRXnwnmA78fQ==} - '@vitest/spy@3.2.1': - resolution: {integrity: sha512-Nbfib34Z2rfcJGSetMxjDCznn4pCYPZOtQYox2kzebIJcgH75yheIKd5QYSFmR8DIZf2M8fwOm66qSDIfRFFfQ==} + '@vitest/spy@3.2.4': + resolution: {integrity: sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==} - '@vitest/utils@3.2.1': - resolution: {integrity: sha512-KkHlGhePEKZSub5ViknBcN5KEF+u7dSUr9NW8QsVICusUojrgrOnnY3DEWWO877ax2Pyopuk2qHmt+gkNKnBVw==} + '@vitest/utils@3.2.4': + resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==} - '@volar/language-core@2.4.16': - resolution: {integrity: sha512-mcoAFkYVQV4iiLYjTlbolbsm9hhDLtz4D4wTG+rwzSCUbEnxEec+KBlneLMlfdVNjkVEh8lUUSsCGNEQR+hFdA==} + '@volar/language-core@2.4.23': + resolution: {integrity: sha512-hEEd5ET/oSmBC6pi1j6NaNYRWoAiDhINbT8rmwtINugR39loROSlufGdYMF9TaKGfz+ViGs1Idi3mAhnuPcoGQ==} - '@volar/source-map@2.4.16': - resolution: {integrity: sha512-4rBiAhOw4MfFTpkvweDnjbDkixpmWNgBws95rpu2oFdMprkTtqFEb8pUOxQ/ruru8/zXSYLwRNXNozznjW9Vtw==} + '@volar/source-map@2.4.23': + resolution: {integrity: sha512-Z1Uc8IB57Lm6k7q6KIDu/p+JWtf3xsXJqAX/5r18hYOTpJyBn0KXUR8oTJ4WFYOcDzWC9n3IflGgHowx6U6z9Q==} - '@volar/typescript@2.4.16': - resolution: {integrity: sha512-CrRuG20euPerYc4H0kvDWSSLTBo6qgSI1/0BjXL9ogjm5j6l0gIffvNzEvfmVjr8TAuoMPD0NxuEkteIapfZQQ==} + '@volar/typescript@2.4.23': + resolution: {integrity: sha512-lAB5zJghWxVPqfcStmAP1ZqQacMpe90UrP5RJ3arDyrhy4aCUQqmxPPLB2PWDKugvylmO41ljK7vZ+t6INMTag==} - '@vue/babel-helper-vue-transform-on@1.4.0': - resolution: {integrity: sha512-mCokbouEQ/ocRce/FpKCRItGo+013tHg7tixg3DUNS+6bmIchPt66012kBMm476vyEIJPafrvOf4E5OYj3shSw==} + '@vue/babel-helper-vue-transform-on@1.5.0': + resolution: {integrity: sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==} - '@vue/babel-plugin-jsx@1.4.0': - resolution: {integrity: sha512-9zAHmwgMWlaN6qRKdrg1uKsBKHvnUU+Py+MOCTuYZBoZsopa90Di10QRjB+YPnVss0BZbG/H5XFwJY1fTxJWhA==} + '@vue/babel-plugin-jsx@1.5.0': + resolution: {integrity: sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==} peerDependencies: '@babel/core': ^7.0.0-0 peerDependenciesMeta: '@babel/core': optional: true - '@vue/babel-plugin-resolve-type@1.4.0': - resolution: {integrity: sha512-4xqDRRbQQEWHQyjlYSgZsWj44KfiF6D+ktCuXyZ8EnVDYV3pztmXJDf1HveAjUAXxAnR8daCQT51RneWWxtTyQ==} + '@vue/babel-plugin-resolve-type@1.5.0': + resolution: {integrity: sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==} peerDependencies: '@babel/core': ^7.0.0-0 '@vue/compiler-core@3.5.13': resolution: {integrity: sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==} - '@vue/compiler-core@3.5.16': - resolution: {integrity: sha512-AOQS2eaQOaaZQoL1u+2rCJIKDruNXVBZSiUD3chnUrsoX5ZTQMaCvXlWNIfxBJuU15r1o7+mpo5223KVtIhAgQ==} - '@vue/compiler-core@3.5.17': resolution: {integrity: sha512-Xe+AittLbAyV0pabcN7cP7/BenRBNcteM4aSDCtRvGw0d9OL+HG1u/XHLY/kt1q4fyMeZYXyIYrsHuPSiDPosA==} + '@vue/compiler-core@3.5.20': + resolution: {integrity: sha512-8TWXUyiqFd3GmP4JTX9hbiTFRwYHgVL/vr3cqhr4YQ258+9FADwvj7golk2sWNGHR67QgmCZ8gz80nQcMokhwg==} + '@vue/compiler-dom@3.5.13': resolution: {integrity: sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==} - '@vue/compiler-dom@3.5.16': - resolution: {integrity: sha512-SSJIhBr/teipXiXjmWOVWLnxjNGo65Oj/8wTEQz0nqwQeP75jWZ0n4sF24Zxoht1cuJoWopwj0J0exYwCJ0dCQ==} - '@vue/compiler-dom@3.5.17': resolution: {integrity: sha512-+2UgfLKoaNLhgfhV5Ihnk6wB4ljyW1/7wUIog2puUqajiC29Lp5R/IKDdkebh9jTbTogTbsgB+OY9cEWzG95JQ==} + '@vue/compiler-dom@3.5.20': + resolution: {integrity: sha512-whB44M59XKjqUEYOMPYU0ijUV0G+4fdrHVKDe32abNdX/kJe1NUEMqsi4cwzXa9kyM9w5S8WqFsrfo1ogtBZGQ==} + '@vue/compiler-sfc@2.7.16': resolution: {integrity: sha512-KWhJ9k5nXuNtygPU7+t1rX6baZeqOYLEforUPjgNDBnLicfHCoi48H87Q8XyLZOrNNsmhuwKqtpDQWjEFe6Ekg==} '@vue/compiler-sfc@3.5.13': resolution: {integrity: sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==} - '@vue/compiler-sfc@3.5.17': - resolution: {integrity: sha512-rQQxbRJMgTqwRugtjw0cnyQv9cP4/4BxWfTdRBkqsTfLOHWykLzbOc3C4GGzAmdMDxhzU/1Ija5bTjMVrddqww==} + '@vue/compiler-sfc@3.5.20': + resolution: {integrity: sha512-SFcxapQc0/feWiSBfkGsa1v4DOrnMAQSYuvDMpEaxbpH5dKbnEM5KobSNSgU+1MbHCl+9ftm7oQWxvwDB6iBfw==} '@vue/compiler-ssr@3.5.13': resolution: {integrity: sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==} - '@vue/compiler-ssr@3.5.17': - resolution: {integrity: sha512-hkDbA0Q20ZzGgpj5uZjb9rBzQtIHLS78mMilwrlpWk2Ep37DYntUz0PonQ6kr113vfOEdM+zTBuJDaceNIW0tQ==} + '@vue/compiler-ssr@3.5.20': + resolution: {integrity: sha512-RSl5XAMc5YFUXpDQi+UQDdVjH9FnEpLDHIALg5J0ITHxkEzJ8uQLlo7CIbjPYqmZtt6w0TsIPbo1izYXwDG7JA==} '@vue/compiler-vue2@2.7.16': resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} @@ -3664,37 +3690,37 @@ packages: '@vue/devtools-shared@7.7.2': resolution: {integrity: sha512-uBFxnp8gwW2vD6FrJB8JZLUzVb6PNRG0B0jBnHsOH8uKyva2qINY8PTF5Te4QlTbMDqU5K6qtJDr6cNsKWhbOA==} - '@vue/language-core@3.0.0': - resolution: {integrity: sha512-V+bSGOIuE59SAVNwzpoyk3VoytmqKPd3RBaHb0ROmK5SNOe9+774t4zmWxzztZGAg3FOGQnb1ZhXECyXLPzWZA==} + '@vue/language-core@3.0.6': + resolution: {integrity: sha512-e2RRzYWm+qGm8apUHW1wA5RQxzNhkqbbKdbKhiDUcmMrNAZGyM8aTiL3UrTqkaFI5s7wJRGGrp4u3jgusuBp2A==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true - '@vue/reactivity@3.5.17': - resolution: {integrity: sha512-l/rmw2STIscWi7SNJp708FK4Kofs97zc/5aEPQh4bOsReD/8ICuBcEmS7KGwDj5ODQLYWVN2lNibKJL1z5b+Lw==} + '@vue/reactivity@3.5.20': + resolution: {integrity: sha512-hS8l8x4cl1fmZpSQX/NXlqWKARqEsNmfkwOIYqtR2F616NGfsLUm0G6FQBK6uDKUCVyi1YOL8Xmt/RkZcd/jYQ==} - '@vue/runtime-core@3.5.17': - resolution: {integrity: sha512-QQLXa20dHg1R0ri4bjKeGFKEkJA7MMBxrKo2G+gJikmumRS7PTD4BOU9FKrDQWMKowz7frJJGqBffYMgQYS96Q==} + '@vue/runtime-core@3.5.20': + resolution: {integrity: sha512-vyQRiH5uSZlOa+4I/t4Qw/SsD/gbth0SW2J7oMeVlMFMAmsG1rwDD6ok0VMmjXY3eI0iHNSSOBilEDW98PLRKw==} - '@vue/runtime-dom@3.5.17': - resolution: {integrity: sha512-8El0M60TcwZ1QMz4/os2MdlQECgGoVHPuLnQBU3m9h3gdNRW9xRmI8iLS4t/22OQlOE6aJvNNlBiCzPHur4H9g==} + '@vue/runtime-dom@3.5.20': + resolution: {integrity: sha512-KBHzPld/Djw3im0CQ7tGCpgRedryIn4CcAl047EhFTCCPT2xFf4e8j6WeKLgEEoqPSl9TYqShc3Q6tpWpz/Xgw==} - '@vue/server-renderer@3.5.17': - resolution: {integrity: sha512-BOHhm8HalujY6lmC3DbqF6uXN/K00uWiEeF22LfEsm9Q93XeJ/plHTepGwf6tqFcF7GA5oGSSAAUock3VvzaCA==} + '@vue/server-renderer@3.5.20': + resolution: {integrity: sha512-HthAS0lZJDH21HFJBVNTtx+ULcIbJQRpjSVomVjfyPkFSpCwvsPTA+jIzOaUm3Hrqx36ozBHePztQFg6pj5aKg==} peerDependencies: - vue: 3.5.17 + vue: 3.5.20 '@vue/shared@3.5.13': resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==} - '@vue/shared@3.5.16': - resolution: {integrity: sha512-c/0fWy3Jw6Z8L9FmTyYfkpM5zklnqqa9+a6dz3DvONRKW2NEbh46BP0FHuLFSWi2TnQEtp91Z6zOWNrU6QiyPg==} - '@vue/shared@3.5.17': resolution: {integrity: sha512-CabR+UN630VnsJO/jHWYBC1YVXyMq94KKp6iF5MQgZJs5I8cmjw6oVMO1oDbtBkENSHSSn/UadWlW/OAgdmKrg==} + '@vue/shared@3.5.20': + resolution: {integrity: sha512-SoRGP596KU/ig6TfgkCMbXkr4YJ91n/QSdMuqeP5r3hVIYA3CPHUBCc7Skak0EAKV+5lL4KyIh61VA/pK1CIAA==} + '@vue/test-utils@2.4.6': resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==} @@ -3791,6 +3817,11 @@ packages: engines: {node: '>=0.4.0'} hasBin: true + acorn@8.15.0: + resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} + engines: {node: '>=0.4.0'} + hasBin: true + add-stream@1.0.0: resolution: {integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==} @@ -3857,8 +3888,8 @@ packages: array-ify@1.0.0: resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} - array-includes@3.1.8: - resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==} + array-includes@3.1.9: + resolution: {integrity: sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==} engines: {node: '>= 0.4'} array.prototype.findlastindex@1.2.6: @@ -3906,6 +3937,9 @@ packages: axios@1.10.0: resolution: {integrity: sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==} + axios@1.11.0: + resolution: {integrity: sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==} + babel-plugin-polyfill-corejs2@0.4.14: resolution: {integrity: sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==} peerDependencies: @@ -4245,8 +4279,8 @@ packages: core-js-compat@3.43.0: resolution: {integrity: sha512-2GML2ZsCc5LR7hZYz4AXmjQw8zuy2T//2QntwdnpuYI7jteT6GVYJL7F6C2C57R7gSYrcqVW3lAALefdbhBLDA==} - core-js@3.43.0: - resolution: {integrity: sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA==} + core-js@3.45.1: + resolution: {integrity: sha512-L4NPsJlCfZsPeXukyzHFlg/i7IIVwHSItR0wg0FLNqYClJ4MQYTYLbC7EkjKYRLZF2iof2MUgN0EGy7MdQFChg==} cosmiconfig-typescript-loader@6.1.0: resolution: {integrity: sha512-tJ1w35ZRUiM5FeTzT7DtYWAFFv37ZLqSRkGi2oeCK1gPhvaWjkAtfXvLmvE1pRfxxp9aQo6ba/Pvg1dKj05D4g==} @@ -4470,6 +4504,11 @@ packages: electron-to-chromium@1.5.84: resolution: {integrity: sha512-I+DQ8xgafao9Ha6y0qjHHvpZ9OfyA1qKlkHkjywxzniORU2awxyz7f/iVJcULmrF2yrM3nHQf+iDjJtbbexd/g==} + element-plus@2.11.1: + resolution: {integrity: sha512-weYFIniyNXTAe9vJZnmZpYzurh4TDbdKhBsJwhbzuo0SDZ8PLwHVll0qycJUxc6SLtH+7A9F7dvdDh5CnqeIVA==} + peerDependencies: + vue: ^3.2.0 + element-plus@2.9.11: resolution: {integrity: sha512-x4L/6YC8de4JtuE3vpaEugJdQIeHQaHtIYKyk67IeF6dTIiVax45aX4nWOygnh+xX+0gTvL6xO+9BZhPA3G82w==} peerDependencies: @@ -4526,6 +4565,10 @@ packages: resolution: {integrity: sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==} engines: {node: '>= 0.4'} + es-abstract@1.24.0: + resolution: {integrity: sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==} + engines: {node: '>= 0.4'} + es-define-property@1.0.1: resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==} engines: {node: '>= 0.4'} @@ -4587,8 +4630,8 @@ packages: engines: {node: '>=6.0'} hasBin: true - eslint-config-prettier@10.1.2: - resolution: {integrity: sha512-Epgp/EofAUeEpIdZkW60MHKvPyru1ruQJxPL+WIycnaPApuseK0Zpkrh/FwL9oIpQvIhJwV7ptOy0DWUjTlCiA==} + eslint-config-prettier@10.1.8: + resolution: {integrity: sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==} hasBin: true peerDependencies: eslint: '>=7.0.0' @@ -4596,8 +4639,8 @@ packages: eslint-import-resolver-node@0.3.9: resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} - eslint-module-utils@2.12.0: - resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==} + eslint-module-utils@2.12.1: + resolution: {integrity: sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -4617,8 +4660,8 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-import@2.31.0: - resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==} + eslint-plugin-import@2.32.0: + resolution: {integrity: sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -4627,8 +4670,8 @@ packages: '@typescript-eslint/parser': optional: true - eslint-plugin-prettier@5.2.6: - resolution: {integrity: sha512-mUcf7QG2Tjk7H055Jk0lGBjbgDnfrvqjhXh9t2xLMSCjZVcw9Rb1V6sVNXO0th3jgeO7zllWPTNRil3JW94TnQ==} + eslint-plugin-prettier@5.5.4: + resolution: {integrity: sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: '@types/eslint': '>=8.0.0' @@ -4646,12 +4689,16 @@ packages: peerDependencies: eslint: '>=5.0.0' - eslint-plugin-vue@10.0.0: - resolution: {integrity: sha512-XKckedtajqwmaX6u1VnECmZ6xJt+YvlmMzBPZd+/sI3ub2lpYZyFnsyWo7c3nMOQKJQudeyk1lw/JxdgeKT64w==} + eslint-plugin-vue@10.4.0: + resolution: {integrity: sha512-K6tP0dW8FJVZLQxa2S7LcE1lLw3X8VvB3t887Q6CLrFVxHYBXGANbXvwNzYIu6Ughx1bSJ5BDT0YB3ybPT39lw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: + '@typescript-eslint/parser': ^7.0.0 || ^8.0.0 eslint: ^8.57.0 || ^9.0.0 vue-eslint-parser: ^10.0.0 + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true eslint-scope@7.2.2: resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} @@ -4661,6 +4708,10 @@ packages: resolution: {integrity: sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + eslint-scope@8.4.0: + resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + eslint-visitor-keys@3.4.3: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -4669,6 +4720,10 @@ packages: resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + eslint-visitor-keys@4.2.1: + resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + eslint@9.25.0: resolution: {integrity: sha512-MsBdObhM4cEwkzCiraDv7A6txFXEqtNXOb877TsSp2FCkBNl8JfVQrmiuDqC1IkejT6JLPzYBXx/xAiYhyzgGA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -4679,8 +4734,8 @@ packages: jiti: optional: true - eslint@9.28.0: - resolution: {integrity: sha512-ocgh41VhRlf9+fVpe7QKzwLj9c92fDiqOj8Y3Sd4/ZmVA4Btx4PlUYPq4pp9JDyupkf1upbEXecxL2mwNV7jPQ==} + eslint@9.34.0: + resolution: {integrity: sha512-RNCHRX5EwdrESy3Jc9o8ie8Bog+PeYvvSR8sDGoZxNFTvZ4dlxUB3WzQ3bQMztFrSRODGrLLj8g6OFuGY/aiQg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -4693,6 +4748,10 @@ packages: resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + espree@10.4.0: + resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + espree@9.6.1: resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -4780,8 +4839,9 @@ packages: picomatch: optional: true - fdir@6.4.6: - resolution: {integrity: sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==} + fdir@6.5.0: + resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==} + engines: {node: '>=12.0.0'} peerDependencies: picomatch: ^3 || ^4 peerDependenciesMeta: @@ -4861,6 +4921,10 @@ packages: resolution: {integrity: sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==} engines: {node: '>= 6'} + form-data@4.0.4: + resolution: {integrity: sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==} + engines: {node: '>= 6'} + framework-utils@1.1.0: resolution: {integrity: sha512-KAfqli5PwpFJ8o3psRNs8svpMGyCSAe8nmGcjQ0zZBWN2H6dZDnq+ABp3N3hdUmFeMrLtjOCTXD4yplUJIWceg==} @@ -4972,8 +5036,8 @@ packages: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} - globals@16.0.0: - resolution: {integrity: sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==} + globals@16.3.0: + resolution: {integrity: sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==} engines: {node: '>=18'} globalthis@1.0.4: @@ -5093,6 +5157,10 @@ packages: resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} engines: {node: '>= 4'} + ignore@7.0.5: + resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==} + engines: {node: '>= 4'} + immutable@5.0.3: resolution: {integrity: sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==} @@ -5215,6 +5283,10 @@ packages: resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} engines: {node: '>= 0.4'} + is-negative-zero@2.0.3: + resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==} + engines: {node: '>= 0.4'} + is-number-object@1.1.1: resolution: {integrity: sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==} engines: {node: '>= 0.4'} @@ -5500,6 +5572,9 @@ packages: loupe@3.1.3: resolution: {integrity: sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==} + loupe@3.2.1: + resolution: {integrity: sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==} + lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} @@ -5582,10 +5657,6 @@ packages: resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==} engines: {node: '>=18'} - minimatch@10.0.3: - resolution: {integrity: sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==} - engines: {node: 20 || >=22} - minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} @@ -5852,6 +5923,10 @@ packages: resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} engines: {node: '>=12'} + picomatch@4.0.3: + resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} + engines: {node: '>=12'} + pidtree@0.6.0: resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==} engines: {node: '>=0.10'} @@ -5879,10 +5954,6 @@ packages: resolution: {integrity: sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==} engines: {node: ^10 || ^12 || >=14} - postcss@8.5.3: - resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==} - engines: {node: ^10 || ^12 || >=14} - postcss@8.5.6: resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} engines: {node: ^10 || ^12 || >=14} @@ -5908,6 +5979,11 @@ packages: engines: {node: '>=14'} hasBin: true + prettier@3.6.2: + resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==} + engines: {node: '>=14'} + hasBin: true + property-information@7.0.0: resolution: {integrity: sha512-7D/qOz/+Y4X/rzSB6jKxKUsQnphO046ei8qxG59mtM3RG3DHgTK81HrxrmoDVINJb8NKT5ZsRbwHvQ6B68Iyhg==} @@ -6128,8 +6204,8 @@ packages: safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - sass@1.89.2: - resolution: {integrity: sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==} + sass@1.91.0: + resolution: {integrity: sha512-aFOZHGf+ur+bp1bCHZ+u8otKGh77ZtmFyXDo4tlYvT7PWql41Kwd8wdkPqhhT+h2879IVblcHFglIMofsFd1EA==} engines: {node: '>=14.0.0'} hasBin: true @@ -6283,6 +6359,10 @@ packages: std-env@3.9.0: resolution: {integrity: sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==} + stop-iteration-iterator@1.1.0: + resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==} + engines: {node: '>= 0.4'} + string-argv@0.3.2: resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} engines: {node: '>=0.6.19'} @@ -6363,8 +6443,8 @@ packages: symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} - synckit@0.11.4: - resolution: {integrity: sha512-Q/XQKRaJiLiFIBNN+mndW7S/RHxvwzuZS6ZwmRzUBqJBv/5QIKCEwkBC8GBf8EQJKYnaFs0wOZbKTXBPj8L9oQ==} + synckit@0.11.11: + resolution: {integrity: sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==} engines: {node: ^14.18.0 || >=16.0.0} systemjs@6.15.1: @@ -6430,8 +6510,8 @@ packages: resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} engines: {node: '>=12.0.0'} - tinypool@1.1.0: - resolution: {integrity: sha512-7CotroY9a8DKsKprEy/a14aCCm8jYVmR7aFy4fpkZM8sdpNJbKkixuNjgM50yCmip2ezc8z4N7k3oe2+rfRJCQ==} + tinypool@1.1.1: + resolution: {integrity: sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==} engines: {node: ^18.0.0 || >=20.0.0} tinyrainbow@1.2.0: @@ -6513,15 +6593,15 @@ packages: resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==} engines: {node: '>= 0.4'} - typescript-eslint@8.30.1: - resolution: {integrity: sha512-D7lC0kcehVH7Mb26MRQi64LMyRJsj3dToJxM1+JVTl53DQSV5/7oUGWQLcKl1C1KnoVHxMMU2FNQMffr7F3Row==} + typescript-eslint@8.41.0: + resolution: {integrity: sha512-n66rzs5OBXW3SFSnZHr2T685q1i4ODm2nulFJhMZBotaTavsS8TrI3d7bDlRSs9yWo7HmyWrN9qDu14Qv7Y0Dw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.9.0' + typescript: '>=4.8.4 <6.0.0' - typescript@5.8.3: - resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} + typescript@5.9.2: + resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==} engines: {node: '>=14.17'} hasBin: true @@ -6560,8 +6640,8 @@ packages: resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} engines: {node: '>=18'} - unimport@4.2.0: - resolution: {integrity: sha512-mYVtA0nmzrysnYnyb3ALMbByJ+Maosee2+WyE0puXl+Xm2bUwPorPaaeZt0ETfuroPOtG8jj1g/qeFZ6buFnag==} + unimport@5.2.0: + resolution: {integrity: sha512-bTuAMMOOqIAyjV4i4UH7P07pO+EsVxmhOzQ2YJ290J6mkLUdozNhb5I/YoOEheeNADC03ent3Qj07X0fWfUpmw==} engines: {node: '>=18.12.0'} unist-util-is@6.0.0: @@ -6587,11 +6667,11 @@ packages: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} - unplugin-auto-import@19.3.0: - resolution: {integrity: sha512-iIi0u4Gq2uGkAOGqlPJOAMI8vocvjh1clGTfSK4SOrJKrt+tirrixo/FjgBwXQNNdS7ofcr7OxzmOb/RjWxeEQ==} + unplugin-auto-import@20.0.0: + resolution: {integrity: sha512-YAqD07gQa5PpGlhLFQ9rWDtGa42nBR2oNMudnX7G5P8XmkQx3EPL7sKNQroTdt5ehwks55NHy0dzxwwA3xtqQg==} engines: {node: '>=14'} peerDependencies: - '@nuxt/kit': ^3.2.2 + '@nuxt/kit': ^4.0.0 '@vueuse/core': '*' peerDependenciesMeta: '@nuxt/kit': @@ -6603,8 +6683,8 @@ packages: resolution: {integrity: sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA==} engines: {node: '>=18.12.0'} - unplugin-vue-components@28.8.0: - resolution: {integrity: sha512-2Q6ZongpoQzuXDK0ZsVzMoshH0MWZQ1pzVL538G7oIDKRTVzHjppBDS8aB99SADGHN3lpGU7frraCG6yWNoL5Q==} + unplugin-vue-components@29.0.0: + resolution: {integrity: sha512-M2DX44g4/jvBkB0V6uwqTbkTd5DMRHpeGoi/cIKwGG4HPuNxLbe8zoTStB2n12hoDiWc9I1PIRQruRWExNXHlQ==} engines: {node: '>=14'} peerDependencies: '@babel/parser': ^7.15.8 @@ -6658,8 +6738,8 @@ packages: vfile@6.0.3: resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} - vite-node@3.2.1: - resolution: {integrity: sha512-V4EyKQPxquurNJPtQJRZo8hKOoKNBRIhxcDbQFPFig0JdoWcUhwRgK8yoCXXrfYVPKS6XwirGHPszLnR8FbjCA==} + vite-node@3.2.4: + resolution: {integrity: sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true @@ -6694,8 +6774,8 @@ packages: terser: optional: true - vite@7.0.4: - resolution: {integrity: sha512-SkaSguuS7nnmV7mfJ8l81JGBFV7Gvzp8IzgE8A8t23+AxuNX61Q5H1Tpz5efduSN7NHC8nQXD3sKQKZAu5mNEA==} + vite@7.1.3: + resolution: {integrity: sha512-OOUi5zjkDxYrKhTV3V7iKsoS37VUM7v40+HuwEmcrsf11Cdx9y3DIr2Px6liIcZFwt3XSRpQvFpL3WVy7ApkGw==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -6734,8 +6814,8 @@ packages: yaml: optional: true - vitepress@1.6.3: - resolution: {integrity: sha512-fCkfdOk8yRZT8GD9BFqusW3+GggWYZ/rYncOfmgcDtP3ualNHCAg+Robxp2/6xfH1WwPHtGpPwv7mbA3qomtBw==} + vitepress@1.6.4: + resolution: {integrity: sha512-+2ym1/+0VVrbhNyRoFFesVvBvHAVMZMK0rw60E3X/5349M1GuVdKeazuksqopEdvkKwKGs21Q729jX81/bkBJg==} hasBin: true peerDependencies: markdown-it-mathjax3: ^4 @@ -6746,16 +6826,16 @@ packages: postcss: optional: true - vitest@3.2.1: - resolution: {integrity: sha512-VZ40MBnlE1/V5uTgdqY3DmjUgZtIzsYq758JGlyQrv5syIsaYcabkfPkEuWML49Ph0D/SoqpVFd0dyVTr551oA==} + vitest@3.2.4: + resolution: {integrity: sha512-LUCP5ev3GURDysTWiP47wRRUpLKMOfPh+yKTx3kVIEiu5KOMeqzpnYNsKyOoVrULivR8tLcks4+lga33Whn90A==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/debug': ^4.1.12 '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 - '@vitest/browser': 3.2.1 - '@vitest/ui': 3.2.1 + '@vitest/browser': 3.2.4 + '@vitest/ui': 3.2.4 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -6805,8 +6885,8 @@ packages: vue-template-compiler@2.7.16: resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==} - vue-tsc@3.0.0: - resolution: {integrity: sha512-oDJk0cadq1yZIZ87xgMzyfvl8Z81xNHsi4gMt7bZ7zulWev/ZlyGBO1BWyuVxB+BSRkMhSe9ZoX++eIQWYPU3g==} + vue-tsc@3.0.6: + resolution: {integrity: sha512-Tbs8Whd43R2e2nxez4WXPvvdjGbW24rOSgRhLOHXzWiT4pcP4G7KeWh0YCn18rF4bVwv7tggLLZ6MJnO6jXPBg==} hasBin: true peerDependencies: typescript: '>=5.0.0' @@ -6815,8 +6895,8 @@ packages: resolution: {integrity: sha512-4gCtFXaAA3zYZdTp5s4Hl2sozuySsgz4jy1EnpBHNfpMa9dK1ZCG7viqBPCwXtmgc8nHqUsAu3G4gtmXkkY3Sw==} deprecated: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details. - vue@3.5.17: - resolution: {integrity: sha512-LbHV3xPN9BeljML+Xctq4lbz2lVHCR6DtbpTf5XIO6gugpXUN49j2QQPcMj086r9+AkJ0FfUT8xjulKKBkkr9g==} + vue@3.5.20: + resolution: {integrity: sha512-2sBz0x/wis5TkF1XZ2vH25zWq3G1bFEPOfkBcx2ikowmphoQsPH6X0V3mmPCXA2K1N/XGTnifVyDQP4GfDDeQw==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -7141,10 +7221,30 @@ snapshots: '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0) '@babel/helpers': 7.27.6 - '@babel/parser': 7.28.0 + '@babel/parser': 7.28.3 '@babel/template': 7.27.2 '@babel/traverse': 7.28.0 - '@babel/types': 7.28.0 + '@babel/types': 7.28.2 + convert-source-map: 2.0.0 + debug: 4.4.1 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + '@babel/core@7.28.3': + dependencies: + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.28.3 + '@babel/helper-compilation-targets': 7.27.2 + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.3) + '@babel/helpers': 7.28.3 + '@babel/parser': 7.28.3 + '@babel/template': 7.27.2 + '@babel/traverse': 7.28.3 + '@babel/types': 7.28.2 convert-source-map: 2.0.0 debug: 4.4.1 gensync: 1.0.0-beta.2 @@ -7163,19 +7263,23 @@ snapshots: '@babel/generator@7.28.0': dependencies: - '@babel/parser': 7.28.0 - '@babel/types': 7.28.0 + '@babel/parser': 7.28.3 + '@babel/types': 7.28.2 '@jridgewell/gen-mapping': 0.3.12 '@jridgewell/trace-mapping': 0.3.29 jsesc: 3.1.0 - '@babel/helper-annotate-as-pure@7.25.9': + '@babel/generator@7.28.3': dependencies: - '@babel/types': 7.27.0 + '@babel/parser': 7.28.3 + '@babel/types': 7.28.2 + '@jridgewell/gen-mapping': 0.3.12 + '@jridgewell/trace-mapping': 0.3.29 + jsesc: 3.1.0 '@babel/helper-annotate-as-pure@7.27.3': dependencies: - '@babel/types': 7.27.6 + '@babel/types': 7.28.2 '@babel/helper-compilation-targets@7.26.5': dependencies: @@ -7206,12 +7310,18 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-create-regexp-features-plugin@7.26.3(@babel/core@7.28.0)': + '@babel/helper-create-class-features-plugin@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.0 - '@babel/helper-annotate-as-pure': 7.25.9 - regexpu-core: 6.2.0 + '@babel/core': 7.28.3 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-member-expression-to-functions': 7.27.1 + '@babel/helper-optimise-call-expression': 7.27.1 + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.3) + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/traverse': 7.28.0 semver: 6.3.1 + transitivePeerDependencies: + - supports-color '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.28.0)': dependencies: @@ -7236,7 +7346,7 @@ snapshots: '@babel/helper-member-expression-to-functions@7.27.1': dependencies: '@babel/traverse': 7.28.0 - '@babel/types': 7.27.6 + '@babel/types': 7.28.2 transitivePeerDependencies: - supports-color @@ -7250,7 +7360,7 @@ snapshots: '@babel/helper-module-imports@7.27.1': dependencies: '@babel/traverse': 7.28.0 - '@babel/types': 7.27.6 + '@babel/types': 7.28.2 transitivePeerDependencies: - supports-color @@ -7272,9 +7382,18 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-module-imports': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 + '@babel/traverse': 7.28.3 + transitivePeerDependencies: + - supports-color + '@babel/helper-optimise-call-expression@7.27.1': dependencies: - '@babel/types': 7.27.6 + '@babel/types': 7.28.2 '@babel/helper-plugin-utils@7.26.5': {} @@ -7298,10 +7417,19 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-replace-supers@7.27.1(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-member-expression-to-functions': 7.27.1 + '@babel/helper-optimise-call-expression': 7.27.1 + '@babel/traverse': 7.28.0 + transitivePeerDependencies: + - supports-color + '@babel/helper-skip-transparent-expression-wrappers@7.27.1': dependencies: '@babel/traverse': 7.28.0 - '@babel/types': 7.27.6 + '@babel/types': 7.28.2 transitivePeerDependencies: - supports-color @@ -7321,7 +7449,7 @@ snapshots: dependencies: '@babel/template': 7.27.2 '@babel/traverse': 7.28.0 - '@babel/types': 7.27.6 + '@babel/types': 7.28.2 transitivePeerDependencies: - supports-color @@ -7333,7 +7461,12 @@ snapshots: '@babel/helpers@7.27.6': dependencies: '@babel/template': 7.27.2 - '@babel/types': 7.28.0 + '@babel/types': 7.28.2 + + '@babel/helpers@7.28.3': + dependencies: + '@babel/template': 7.27.2 + '@babel/types': 7.28.2 '@babel/parser@7.26.5': dependencies: @@ -7343,14 +7476,14 @@ snapshots: dependencies: '@babel/types': 7.27.0 - '@babel/parser@7.27.5': - dependencies: - '@babel/types': 7.27.6 - '@babel/parser@7.28.0': dependencies: '@babel/types': 7.28.0 + '@babel/parser@7.28.3': + dependencies: + '@babel/types': 7.28.2 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1(@babel/core@7.28.0)': dependencies: '@babel/core': 7.28.0 @@ -7400,21 +7533,21 @@ snapshots: '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.28.0)': + '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/core': 7.28.3 + '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.0)': + '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.0 + '@babel/core': 7.28.3 '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.0)': dependencies: '@babel/core': 7.28.0 - '@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.28.0) - '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.0) + '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.0)': dependencies: @@ -7736,14 +7869,14 @@ snapshots: '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-typescript@7.28.0(@babel/core@7.28.0)': + '@babel/plugin-transform-typescript@7.28.0(@babel/core@7.28.3)': dependencies: - '@babel/core': 7.28.0 + '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.28.0) + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.28.3) '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.3) transitivePeerDependencies: - supports-color @@ -7849,8 +7982,8 @@ snapshots: '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.0)': dependencies: '@babel/core': 7.28.0 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/types': 7.27.0 + '@babel/helper-plugin-utils': 7.27.1 + '@babel/types': 7.28.2 esutils: 2.0.3 '@babel/runtime@7.26.0': @@ -7866,8 +7999,8 @@ snapshots: '@babel/template@7.27.2': dependencies: '@babel/code-frame': 7.27.1 - '@babel/parser': 7.27.5 - '@babel/types': 7.27.6 + '@babel/parser': 7.28.3 + '@babel/types': 7.28.2 '@babel/traverse@7.26.5': dependencies: @@ -7886,9 +8019,21 @@ snapshots: '@babel/code-frame': 7.27.1 '@babel/generator': 7.28.0 '@babel/helper-globals': 7.28.0 - '@babel/parser': 7.28.0 + '@babel/parser': 7.28.3 '@babel/template': 7.27.2 - '@babel/types': 7.28.0 + '@babel/types': 7.28.2 + debug: 4.4.1 + transitivePeerDependencies: + - supports-color + + '@babel/traverse@7.28.3': + dependencies: + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.28.3 + '@babel/helper-globals': 7.28.0 + '@babel/parser': 7.28.3 + '@babel/template': 7.27.2 + '@babel/types': 7.28.2 debug: 4.4.1 transitivePeerDependencies: - supports-color @@ -7903,12 +8048,12 @@ snapshots: '@babel/helper-string-parser': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@babel/types@7.27.6': + '@babel/types@7.28.0': dependencies: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 - '@babel/types@7.28.0': + '@babel/types@7.28.2': dependencies: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 @@ -7923,11 +8068,11 @@ snapshots: dependencies: '@egjs/component': 3.0.5 - '@commitlint/cli@19.8.1(@types/node@24.0.10)(typescript@5.8.3)': + '@commitlint/cli@19.8.1(@types/node@24.0.10)(typescript@5.9.2)': dependencies: '@commitlint/format': 19.8.1 '@commitlint/lint': 19.8.1 - '@commitlint/load': 19.8.1(@types/node@24.0.10)(typescript@5.8.3) + '@commitlint/load': 19.8.1(@types/node@24.0.10)(typescript@5.9.2) '@commitlint/read': 19.8.1 '@commitlint/types': 19.8.1 tinyexec: 1.0.1 @@ -7983,15 +8128,15 @@ snapshots: '@commitlint/rules': 19.8.1 '@commitlint/types': 19.8.1 - '@commitlint/load@19.8.0(@types/node@24.0.10)(typescript@5.8.3)': + '@commitlint/load@19.8.0(@types/node@24.0.10)(typescript@5.9.2)': dependencies: '@commitlint/config-validator': 19.8.0 '@commitlint/execute-rule': 19.8.0 '@commitlint/resolve-extends': 19.8.0 '@commitlint/types': 19.8.0 chalk: 5.4.1 - cosmiconfig: 9.0.0(typescript@5.8.3) - cosmiconfig-typescript-loader: 6.1.0(@types/node@24.0.10)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3) + cosmiconfig: 9.0.0(typescript@5.9.2) + cosmiconfig-typescript-loader: 6.1.0(@types/node@24.0.10)(cosmiconfig@9.0.0(typescript@5.9.2))(typescript@5.9.2) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -8000,15 +8145,15 @@ snapshots: - typescript optional: true - '@commitlint/load@19.8.1(@types/node@24.0.10)(typescript@5.8.3)': + '@commitlint/load@19.8.1(@types/node@24.0.10)(typescript@5.9.2)': dependencies: '@commitlint/config-validator': 19.8.1 '@commitlint/execute-rule': 19.8.1 '@commitlint/resolve-extends': 19.8.1 '@commitlint/types': 19.8.1 chalk: 5.4.1 - cosmiconfig: 9.0.0(typescript@5.8.3) - cosmiconfig-typescript-loader: 6.1.0(@types/node@24.0.10)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3) + cosmiconfig: 9.0.0(typescript@5.9.2) + cosmiconfig-typescript-loader: 6.1.0(@types/node@24.0.10)(cosmiconfig@9.0.0(typescript@5.9.2))(typescript@5.9.2) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -8124,9 +8269,13 @@ snapshots: '@egjs/list-differ@1.0.1': {} - '@element-plus/icons-vue@2.3.1(vue@3.5.17(typescript@5.8.3))': + '@element-plus/icons-vue@2.3.1(vue@3.5.20(typescript@5.9.2))': dependencies: - vue: 3.5.17(typescript@5.8.3) + vue: 3.5.20(typescript@5.9.2) + + '@element-plus/icons-vue@2.3.2(vue@3.5.20(typescript@5.9.2))': + dependencies: + vue: 3.5.20(typescript@5.9.2) '@emmetio/abbreviation@2.3.3': dependencies: @@ -8287,9 +8436,14 @@ snapshots: eslint: 9.25.0(jiti@2.4.2) eslint-visitor-keys: 3.4.3 - '@eslint-community/eslint-utils@4.5.1(eslint@9.28.0(jiti@2.4.2))': + '@eslint-community/eslint-utils@4.7.0(eslint@9.25.0(jiti@2.4.2))': dependencies: - eslint: 9.28.0(jiti@2.4.2) + eslint: 9.25.0(jiti@2.4.2) + eslint-visitor-keys: 3.4.3 + + '@eslint-community/eslint-utils@4.7.0(eslint@9.34.0(jiti@2.4.2))': + dependencies: + eslint: 9.34.0(jiti@2.4.2) eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.1': {} @@ -8302,13 +8456,23 @@ snapshots: transitivePeerDependencies: - supports-color + '@eslint/config-array@0.21.0': + dependencies: + '@eslint/object-schema': 2.1.6 + debug: 4.4.1 + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + '@eslint/config-helpers@0.2.1': {} + '@eslint/config-helpers@0.3.1': {} + '@eslint/core@0.13.0': dependencies: '@types/json-schema': 7.0.15 - '@eslint/core@0.14.0': + '@eslint/core@0.15.2': dependencies: '@types/json-schema': 7.0.15 @@ -8328,7 +8492,7 @@ snapshots: '@eslint/js@9.25.0': {} - '@eslint/js@9.28.0': {} + '@eslint/js@9.34.0': {} '@eslint/object-schema@2.1.6': {} @@ -8337,9 +8501,9 @@ snapshots: '@eslint/core': 0.13.0 levn: 0.4.1 - '@eslint/plugin-kit@0.3.1': + '@eslint/plugin-kit@0.3.5': dependencies: - '@eslint/core': 0.14.0 + '@eslint/core': 0.15.2 levn: 0.4.1 '@floating-ui/core@1.6.9': @@ -8374,12 +8538,6 @@ snapshots: '@iconify/types@2.0.0': {} - '@isaacs/balanced-match@4.0.1': {} - - '@isaacs/brace-expansion@5.0.0': - dependencies: - '@isaacs/balanced-match': 4.0.1 - '@isaacs/cliui@8.0.2': dependencies: string-width: 5.1.2 @@ -8501,13 +8659,13 @@ snapshots: '@pkgjs/parseargs@0.11.0': optional: true - '@pkgr/core@0.2.4': {} + '@pkgr/core@0.2.9': {} '@popperjs/core@2.11.8': {} - '@rolldown/pluginutils@1.0.0-beta.19': {} + '@rolldown/pluginutils@1.0.0-beta.29': {} - '@rolldown/pluginutils@1.0.0-beta.23': {} + '@rolldown/pluginutils@1.0.0-beta.34': {} '@rollup/plugin-alias@5.1.1(rollup@4.44.1)': optionalDependencies: @@ -8662,31 +8820,19 @@ snapshots: '@shikijs/vscode-textmate@10.0.2': {} - '@stylistic/eslint-plugin-ts@4.2.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3)': + '@stylistic/eslint-plugin@5.2.3(eslint@9.25.0(jiti@2.4.2))': dependencies: - '@typescript-eslint/utils': 8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.25.0(jiti@2.4.2)) + '@typescript-eslint/types': 8.41.0 eslint: 9.25.0(jiti@2.4.2) - eslint-visitor-keys: 4.2.0 - espree: 10.3.0 - transitivePeerDependencies: - - supports-color - - typescript - - '@stylistic/eslint-plugin@4.2.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3)': - dependencies: - '@typescript-eslint/utils': 8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3) - eslint: 9.25.0(jiti@2.4.2) - eslint-visitor-keys: 4.2.0 - espree: 10.3.0 + eslint-visitor-keys: 4.2.1 + espree: 10.4.0 estraverse: 5.3.0 - picomatch: 4.0.2 - transitivePeerDependencies: - - supports-color - - typescript + picomatch: 4.0.3 '@sxzz/popperjs-es@2.11.7': {} - '@tmagic/cli@1.6.0-beta.6(typescript@5.8.3)': + '@tmagic/cli@1.6.0-beta.6(typescript@5.9.2)': dependencies: cac: 6.7.14 chokidar: 3.6.0 @@ -8696,112 +8842,112 @@ snapshots: recast: 0.23.11 tslib: 2.8.1 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/core@1.5.5(typescript@5.8.3)': + '@tmagic/core@1.5.5(typescript@5.9.2)': dependencies: - '@tmagic/data-source': 1.5.5(@tmagic/core@1.5.5(typescript@5.8.3))(typescript@5.8.3) - '@tmagic/dep': 1.5.5(@tmagic/schema@1.5.5(typescript@5.8.3))(@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.8.3))(typescript@5.8.3))(typescript@5.8.3) - '@tmagic/schema': 1.5.5(typescript@5.8.3) - '@tmagic/utils': 1.5.5(@tmagic/schema@1.5.5(typescript@5.8.3))(typescript@5.8.3) + '@tmagic/data-source': 1.5.5(@tmagic/core@1.5.5(typescript@5.9.2))(typescript@5.9.2) + '@tmagic/dep': 1.5.5(@tmagic/schema@1.5.5(typescript@5.9.2))(@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.9.2))(typescript@5.9.2))(typescript@5.9.2) + '@tmagic/schema': 1.5.5(typescript@5.9.2) + '@tmagic/utils': 1.5.5(@tmagic/schema@1.5.5(typescript@5.9.2))(typescript@5.9.2) events: 3.3.0 lodash-es: 4.17.21 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/core@1.6.0-beta.0(typescript@5.8.3)': + '@tmagic/core@1.6.0-beta.0(typescript@5.9.2)': dependencies: - '@tmagic/data-source': 1.6.0-beta.0(@tmagic/core@1.6.0-beta.0(typescript@5.8.3))(typescript@5.8.3) - '@tmagic/dep': 1.6.0-beta.0(@tmagic/schema@1.6.0-beta.0(typescript@5.8.3))(@tmagic/utils@1.6.0-beta.0(@tmagic/schema@1.6.0-beta.0(typescript@5.8.3))(typescript@5.8.3))(typescript@5.8.3) - '@tmagic/schema': 1.6.0-beta.0(typescript@5.8.3) - '@tmagic/utils': 1.6.0-beta.0(@tmagic/schema@1.6.0-beta.0(typescript@5.8.3))(typescript@5.8.3) + '@tmagic/data-source': 1.6.0-beta.0(@tmagic/core@1.6.0-beta.0(typescript@5.9.2))(typescript@5.9.2) + '@tmagic/dep': 1.6.0-beta.0(@tmagic/schema@1.6.0-beta.0(typescript@5.9.2))(@tmagic/utils@1.6.0-beta.0(@tmagic/schema@1.6.0-beta.0(typescript@5.9.2))(typescript@5.9.2))(typescript@5.9.2) + '@tmagic/schema': 1.6.0-beta.0(typescript@5.9.2) + '@tmagic/utils': 1.6.0-beta.0(@tmagic/schema@1.6.0-beta.0(typescript@5.9.2))(typescript@5.9.2) events: 3.3.0 lodash-es: 4.17.21 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/core@1.6.0-beta.6(typescript@5.8.3)': + '@tmagic/core@1.6.0-beta.6(typescript@5.9.2)': dependencies: - '@tmagic/data-source': 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3) - '@tmagic/dep': 1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.8.3))(@tmagic/utils@1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3))(typescript@5.8.3) - '@tmagic/schema': 1.6.0-beta.6(typescript@5.8.3) - '@tmagic/utils': 1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3) + '@tmagic/data-source': 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2) + '@tmagic/dep': 1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.9.2))(@tmagic/utils@1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2))(typescript@5.9.2) + '@tmagic/schema': 1.6.0-beta.6(typescript@5.9.2) + '@tmagic/utils': 1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2) events: 3.3.0 lodash-es: 4.17.21 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/data-source@1.5.5(@tmagic/core@1.5.5(typescript@5.8.3))(typescript@5.8.3)': + '@tmagic/data-source@1.5.5(@tmagic/core@1.5.5(typescript@5.9.2))(typescript@5.9.2)': dependencies: - '@tmagic/core': 1.5.5(typescript@5.8.3) + '@tmagic/core': 1.5.5(typescript@5.9.2) deep-state-observer: 5.5.13 events: 3.3.0 lodash-es: 4.17.21 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/data-source@1.6.0-beta.0(@tmagic/core@1.6.0-beta.0(typescript@5.8.3))(typescript@5.8.3)': + '@tmagic/data-source@1.6.0-beta.0(@tmagic/core@1.6.0-beta.0(typescript@5.9.2))(typescript@5.9.2)': dependencies: - '@tmagic/core': 1.6.0-beta.0(typescript@5.8.3) + '@tmagic/core': 1.6.0-beta.0(typescript@5.9.2) deep-state-observer: 5.5.13 events: 3.3.0 lodash-es: 4.17.21 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/data-source@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3)': + '@tmagic/data-source@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2)': dependencies: - '@tmagic/core': 1.6.0-beta.6(typescript@5.8.3) + '@tmagic/core': 1.6.0-beta.6(typescript@5.9.2) deep-state-observer: 5.5.13 events: 3.3.0 lodash-es: 4.17.21 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/dep@1.5.5(@tmagic/schema@1.5.5(typescript@5.8.3))(@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.8.3))(typescript@5.8.3))(typescript@5.8.3)': + '@tmagic/dep@1.5.5(@tmagic/schema@1.5.5(typescript@5.9.2))(@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.9.2))(typescript@5.9.2))(typescript@5.9.2)': dependencies: - '@tmagic/schema': 1.5.5(typescript@5.8.3) - '@tmagic/utils': 1.5.5(@tmagic/schema@1.5.5(typescript@5.8.3))(typescript@5.8.3) + '@tmagic/schema': 1.5.5(typescript@5.9.2) + '@tmagic/utils': 1.5.5(@tmagic/schema@1.5.5(typescript@5.9.2))(typescript@5.9.2) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/dep@1.6.0-beta.0(@tmagic/schema@1.6.0-beta.0(typescript@5.8.3))(@tmagic/utils@1.6.0-beta.0(@tmagic/schema@1.6.0-beta.0(typescript@5.8.3))(typescript@5.8.3))(typescript@5.8.3)': + '@tmagic/dep@1.6.0-beta.0(@tmagic/schema@1.6.0-beta.0(typescript@5.9.2))(@tmagic/utils@1.6.0-beta.0(@tmagic/schema@1.6.0-beta.0(typescript@5.9.2))(typescript@5.9.2))(typescript@5.9.2)': dependencies: - '@tmagic/schema': 1.6.0-beta.0(typescript@5.8.3) - '@tmagic/utils': 1.6.0-beta.0(@tmagic/schema@1.6.0-beta.0(typescript@5.8.3))(typescript@5.8.3) + '@tmagic/schema': 1.6.0-beta.0(typescript@5.9.2) + '@tmagic/utils': 1.6.0-beta.0(@tmagic/schema@1.6.0-beta.0(typescript@5.9.2))(typescript@5.9.2) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/dep@1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.8.3))(@tmagic/utils@1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3))(typescript@5.8.3)': + '@tmagic/dep@1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.9.2))(@tmagic/utils@1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2))(typescript@5.9.2)': dependencies: - '@tmagic/schema': 1.6.0-beta.6(typescript@5.8.3) - '@tmagic/utils': 1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3) + '@tmagic/schema': 1.6.0-beta.6(typescript@5.9.2) + '@tmagic/utils': 1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/design@1.5.5(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3))': + '@tmagic/design@1.5.5(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2))': dependencies: '@popperjs/core': 2.11.8 - vue: 3.5.17(typescript@5.8.3) + vue: 3.5.20(typescript@5.9.2) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/design@1.6.0-beta.6(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3))': + '@tmagic/design@1.6.0-beta.6(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2))': dependencies: '@popperjs/core': 2.11.8 - vue: 3.5.17(typescript@5.8.3) + vue: 3.5.20(typescript@5.9.2) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/editor@1.5.5(@tmagic/core@1.5.5(typescript@5.8.3))(@tmagic/schema@1.5.5(typescript@5.8.3))(monaco-editor@0.52.2)(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3))': + '@tmagic/editor@1.5.5(@tmagic/core@1.5.5(typescript@5.9.2))(@tmagic/schema@1.5.5(typescript@5.9.2))(monaco-editor@0.52.2)(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2))': dependencies: - '@element-plus/icons-vue': 2.3.1(vue@3.5.17(typescript@5.8.3)) - '@tmagic/core': 1.5.5(typescript@5.8.3) - '@tmagic/design': 1.5.5(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)) - '@tmagic/form': 1.5.5(@tmagic/design@1.5.5(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.8.3))(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)) - '@tmagic/stage': 1.5.5(@tmagic/core@1.5.5(typescript@5.8.3))(@tmagic/schema@1.5.5(typescript@5.8.3))(@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.8.3))(typescript@5.8.3))(typescript@5.8.3) - '@tmagic/table': 1.5.5(@tmagic/design@1.5.5(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(@tmagic/form@1.5.5(@tmagic/design@1.5.5(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.8.3))(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)) - '@tmagic/utils': 1.5.5(@tmagic/schema@1.5.5(typescript@5.8.3))(typescript@5.8.3) + '@element-plus/icons-vue': 2.3.2(vue@3.5.20(typescript@5.9.2)) + '@tmagic/core': 1.5.5(typescript@5.9.2) + '@tmagic/design': 1.5.5(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)) + '@tmagic/form': 1.5.5(@tmagic/design@1.5.5(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.9.2))(typescript@5.9.2))(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)) + '@tmagic/stage': 1.5.5(@tmagic/core@1.5.5(typescript@5.9.2))(@tmagic/schema@1.5.5(typescript@5.9.2))(@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.9.2))(typescript@5.9.2))(typescript@5.9.2) + '@tmagic/table': 1.5.5(@tmagic/design@1.5.5(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(@tmagic/form@1.5.5(@tmagic/design@1.5.5(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.9.2))(typescript@5.9.2))(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)) + '@tmagic/utils': 1.5.5(@tmagic/schema@1.5.5(typescript@5.9.2))(typescript@5.9.2) buffer: 6.0.3 color: 3.2.1 deep-object-diff: 1.1.9 @@ -8814,21 +8960,21 @@ snapshots: moveable: 0.53.0 serialize-javascript: 6.0.2 sortablejs: 1.15.6 - vue: 3.5.17(typescript@5.8.3) + vue: 3.5.20(typescript@5.9.2) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - '@tmagic/schema' - '@tmagic/editor@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.8.3))(@tmagic/schema@1.6.0-beta.6(typescript@5.8.3))(monaco-editor@0.52.2)(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3))': + '@tmagic/editor@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.9.2))(@tmagic/schema@1.6.0-beta.6(typescript@5.9.2))(monaco-editor@0.52.2)(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2))': dependencies: - '@element-plus/icons-vue': 2.3.1(vue@3.5.17(typescript@5.8.3)) - '@tmagic/core': 1.6.0-beta.6(typescript@5.8.3) - '@tmagic/design': 1.6.0-beta.6(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)) - '@tmagic/form': 1.6.0-beta.6(@tmagic/design@1.6.0-beta.6(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.8.3))(@tmagic/utils@1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)) - '@tmagic/stage': 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3) - '@tmagic/table': 1.6.0-beta.6(@tmagic/design@1.6.0-beta.6(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(@tmagic/form@1.6.0-beta.6(@tmagic/design@1.6.0-beta.6(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.8.3))(@tmagic/utils@1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)) - '@tmagic/utils': 1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3) + '@element-plus/icons-vue': 2.3.2(vue@3.5.20(typescript@5.9.2)) + '@tmagic/core': 1.6.0-beta.6(typescript@5.9.2) + '@tmagic/design': 1.6.0-beta.6(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)) + '@tmagic/form': 1.6.0-beta.6(@tmagic/design@1.6.0-beta.6(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.9.2))(@tmagic/utils@1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2))(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)) + '@tmagic/stage': 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2) + '@tmagic/table': 1.6.0-beta.6(@tmagic/design@1.6.0-beta.6(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(@tmagic/form@1.6.0-beta.6(@tmagic/design@1.6.0-beta.6(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.9.2))(@tmagic/utils@1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2))(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)) + '@tmagic/utils': 1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2) buffer: 6.0.3 color: 3.2.1 deep-object-diff: 1.1.9 @@ -8841,80 +8987,80 @@ snapshots: moveable: 0.53.0 serialize-javascript: 6.0.2 sortablejs: 1.15.6 - vue: 3.5.17(typescript@5.8.3) + vue: 3.5.20(typescript@5.9.2) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - '@tmagic/form-schema' - '@tmagic/schema' - '@tmagic/element-plus-adapter@1.6.0-beta.6(@tmagic/design@1.6.0-beta.6(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(element-plus@2.9.11(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)))(typescript@5.8.3)': + '@tmagic/element-plus-adapter@1.6.0-beta.6(@tmagic/design@1.6.0-beta.6(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(element-plus@2.11.1(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)))(typescript@5.9.2)': dependencies: - '@tmagic/design': 1.6.0-beta.6(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)) - element-plus: 2.9.11(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)) + '@tmagic/design': 1.6.0-beta.6(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)) + element-plus: 2.11.1(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/form-schema@1.6.0-beta.6(typescript@5.8.3)': + '@tmagic/form-schema@1.6.0-beta.6(typescript@5.9.2)': dependencies: - '@tmagic/schema': 1.6.0-beta.6(typescript@5.8.3) + '@tmagic/schema': 1.6.0-beta.6(typescript@5.9.2) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/form@1.5.5(@tmagic/design@1.5.5(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.8.3))(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3))': + '@tmagic/form@1.5.5(@tmagic/design@1.5.5(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.9.2))(typescript@5.9.2))(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2))': dependencies: - '@element-plus/icons-vue': 2.3.1(vue@3.5.17(typescript@5.8.3)) + '@element-plus/icons-vue': 2.3.2(vue@3.5.20(typescript@5.9.2)) '@popperjs/core': 2.11.8 - '@tmagic/design': 1.5.5(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)) - '@tmagic/utils': 1.5.5(@tmagic/schema@1.5.5(typescript@5.8.3))(typescript@5.8.3) + '@tmagic/design': 1.5.5(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)) + '@tmagic/utils': 1.5.5(@tmagic/schema@1.5.5(typescript@5.9.2))(typescript@5.9.2) dayjs: 1.11.13 lodash-es: 4.17.21 sortablejs: 1.15.6 - vue: 3.5.17(typescript@5.8.3) + vue: 3.5.20(typescript@5.9.2) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/form@1.6.0-beta.6(@tmagic/design@1.6.0-beta.6(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.8.3))(@tmagic/utils@1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3))': + '@tmagic/form@1.6.0-beta.6(@tmagic/design@1.6.0-beta.6(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.9.2))(@tmagic/utils@1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2))(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2))': dependencies: - '@element-plus/icons-vue': 2.3.1(vue@3.5.17(typescript@5.8.3)) + '@element-plus/icons-vue': 2.3.2(vue@3.5.20(typescript@5.9.2)) '@popperjs/core': 2.11.8 - '@tmagic/design': 1.6.0-beta.6(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)) - '@tmagic/form-schema': 1.6.0-beta.6(typescript@5.8.3) - '@tmagic/utils': 1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3) + '@tmagic/design': 1.6.0-beta.6(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)) + '@tmagic/form-schema': 1.6.0-beta.6(typescript@5.9.2) + '@tmagic/utils': 1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2) dayjs: 1.11.13 lodash-es: 4.17.21 sortablejs: 1.15.6 - vue: 3.5.17(typescript@5.8.3) + vue: 3.5.20(typescript@5.9.2) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/react-runtime-help@0.2.0(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(@tmagic/stage@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3))(lodash-es@4.17.21)(react@18.3.1)(typescript@5.8.3)': + '@tmagic/react-runtime-help@0.2.0(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(@tmagic/stage@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2))(lodash-es@4.17.21)(react@18.3.1)(typescript@5.9.2)': dependencies: lodash-es: 4.17.21 react: 18.3.1 optionalDependencies: - '@tmagic/core': 1.6.0-beta.6(typescript@5.8.3) - '@tmagic/stage': 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3) - typescript: 5.8.3 + '@tmagic/core': 1.6.0-beta.6(typescript@5.9.2) + '@tmagic/stage': 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2) + typescript: 5.9.2 - '@tmagic/schema@1.5.5(typescript@5.8.3)': + '@tmagic/schema@1.5.5(typescript@5.9.2)': optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/schema@1.6.0-beta.0(typescript@5.8.3)': + '@tmagic/schema@1.6.0-beta.0(typescript@5.9.2)': optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/schema@1.6.0-beta.6(typescript@5.8.3)': + '@tmagic/schema@1.6.0-beta.6(typescript@5.9.2)': optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/stage@1.5.5(@tmagic/core@1.5.5(typescript@5.8.3))(@tmagic/schema@1.5.5(typescript@5.8.3))(@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.8.3))(typescript@5.8.3))(typescript@5.8.3)': + '@tmagic/stage@1.5.5(@tmagic/core@1.5.5(typescript@5.9.2))(@tmagic/schema@1.5.5(typescript@5.9.2))(@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.9.2))(typescript@5.9.2))(typescript@5.9.2)': dependencies: '@scena/guides': 0.29.2 - '@tmagic/core': 1.5.5(typescript@5.8.3) - '@tmagic/schema': 1.5.5(typescript@5.8.3) - '@tmagic/utils': 1.5.5(@tmagic/schema@1.5.5(typescript@5.8.3))(typescript@5.8.3) + '@tmagic/core': 1.5.5(typescript@5.9.2) + '@tmagic/schema': 1.5.5(typescript@5.9.2) + '@tmagic/utils': 1.5.5(@tmagic/schema@1.5.5(typescript@5.9.2))(typescript@5.9.2) events: 3.3.0 keycon: 1.4.0 lodash-es: 4.17.21 @@ -8922,12 +9068,12 @@ snapshots: moveable-helper: 0.4.0(scenejs@1.10.3) scenejs: 1.10.3 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/stage@1.6.0-beta.0(@tmagic/core@1.6.0-beta.0(typescript@5.8.3))(typescript@5.8.3)': + '@tmagic/stage@1.6.0-beta.0(@tmagic/core@1.6.0-beta.0(typescript@5.9.2))(typescript@5.9.2)': dependencies: '@scena/guides': 0.29.2 - '@tmagic/core': 1.6.0-beta.0(typescript@5.8.3) + '@tmagic/core': 1.6.0-beta.0(typescript@5.9.2) events: 3.3.0 keycon: 1.4.0 lodash-es: 4.17.21 @@ -8935,12 +9081,12 @@ snapshots: moveable-helper: 0.4.0(scenejs@1.10.3) scenejs: 1.10.3 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/stage@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3)': + '@tmagic/stage@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2)': dependencies: '@scena/guides': 0.29.2 - '@tmagic/core': 1.6.0-beta.6(typescript@5.8.3) + '@tmagic/core': 1.6.0-beta.6(typescript@5.9.2) events: 3.3.0 keycon: 1.4.0 lodash-es: 4.17.21 @@ -8948,75 +9094,75 @@ snapshots: moveable-helper: 0.4.0(scenejs@1.10.3) scenejs: 1.10.3 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/table@1.5.5(@tmagic/design@1.5.5(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(@tmagic/form@1.5.5(@tmagic/design@1.5.5(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.8.3))(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3))': + '@tmagic/table@1.5.5(@tmagic/design@1.5.5(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(@tmagic/form@1.5.5(@tmagic/design@1.5.5(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.9.2))(typescript@5.9.2))(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2))': dependencies: - '@tmagic/design': 1.5.5(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)) - '@tmagic/form': 1.5.5(@tmagic/design@1.5.5(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.8.3))(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)) + '@tmagic/design': 1.5.5(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)) + '@tmagic/form': 1.5.5(@tmagic/design@1.5.5(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.9.2))(typescript@5.9.2))(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)) lodash-es: 4.17.21 - vue: 3.5.17(typescript@5.8.3) + vue: 3.5.20(typescript@5.9.2) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/table@1.6.0-beta.6(@tmagic/design@1.6.0-beta.6(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(@tmagic/form@1.6.0-beta.6(@tmagic/design@1.6.0-beta.6(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.8.3))(@tmagic/utils@1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3))': + '@tmagic/table@1.6.0-beta.6(@tmagic/design@1.6.0-beta.6(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(@tmagic/form@1.6.0-beta.6(@tmagic/design@1.6.0-beta.6(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.9.2))(@tmagic/utils@1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2))(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2))': dependencies: - '@tmagic/design': 1.6.0-beta.6(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)) - '@tmagic/form': 1.6.0-beta.6(@tmagic/design@1.6.0-beta.6(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.8.3))(@tmagic/utils@1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)) + '@tmagic/design': 1.6.0-beta.6(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)) + '@tmagic/form': 1.6.0-beta.6(@tmagic/design@1.6.0-beta.6(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.9.2))(@tmagic/utils@1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2))(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)) lodash-es: 4.17.21 - vue: 3.5.17(typescript@5.8.3) + vue: 3.5.20(typescript@5.9.2) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/tmagic-form-runtime@1.1.3(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(@tmagic/editor@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.8.3))(@tmagic/schema@1.6.0-beta.6(typescript@5.8.3))(monaco-editor@0.52.2)(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)))(element-plus@2.9.11(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)))(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3))': + '@tmagic/tmagic-form-runtime@1.1.3(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(@tmagic/editor@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.9.2))(@tmagic/schema@1.6.0-beta.6(typescript@5.9.2))(monaco-editor@0.52.2)(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)))(element-plus@2.11.1(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)))(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2))': dependencies: - '@tmagic/editor': 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.8.3))(@tmagic/schema@1.6.0-beta.6(typescript@5.8.3))(monaco-editor@0.52.2)(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3)) - element-plus: 2.9.11(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)) - vue: 3.5.17(typescript@5.8.3) + '@tmagic/editor': 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(@tmagic/form-schema@1.6.0-beta.6(typescript@5.9.2))(@tmagic/schema@1.6.0-beta.6(typescript@5.9.2))(monaco-editor@0.52.2)(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2)) + element-plus: 2.11.1(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)) + vue: 3.5.20(typescript@5.9.2) optionalDependencies: - '@tmagic/core': 1.6.0-beta.6(typescript@5.8.3) - typescript: 5.8.3 + '@tmagic/core': 1.6.0-beta.6(typescript@5.9.2) + typescript: 5.9.2 - '@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.8.3))(typescript@5.8.3)': + '@tmagic/utils@1.5.5(@tmagic/schema@1.5.5(typescript@5.9.2))(typescript@5.9.2)': dependencies: - '@tmagic/schema': 1.5.5(typescript@5.8.3) + '@tmagic/schema': 1.5.5(typescript@5.9.2) lodash-es: 4.17.21 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/utils@1.6.0-beta.0(@tmagic/schema@1.6.0-beta.0(typescript@5.8.3))(typescript@5.8.3)': + '@tmagic/utils@1.6.0-beta.0(@tmagic/schema@1.6.0-beta.0(typescript@5.9.2))(typescript@5.9.2)': dependencies: - '@tmagic/schema': 1.6.0-beta.0(typescript@5.8.3) + '@tmagic/schema': 1.6.0-beta.0(typescript@5.9.2) lodash-es: 4.17.21 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/utils@1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3)': + '@tmagic/utils@1.6.0-beta.6(@tmagic/schema@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2)': dependencies: - '@tmagic/schema': 1.6.0-beta.6(typescript@5.8.3) + '@tmagic/schema': 1.6.0-beta.6(typescript@5.9.2) lodash-es: 4.17.21 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/vue-runtime-help@1.2.1(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(@tmagic/stage@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3))(@vue/composition-api@1.7.2(vue@2.7.16))(typescript@5.8.3)(vue@2.7.16)': + '@tmagic/vue-runtime-help@1.2.1(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(@tmagic/stage@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2))(@vue/composition-api@1.7.2(vue@2.7.16))(typescript@5.9.2)(vue@2.7.16)': dependencies: vue: 2.7.16 vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@2.7.16))(vue@2.7.16) optionalDependencies: - '@tmagic/core': 1.6.0-beta.6(typescript@5.8.3) - '@tmagic/stage': 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3) + '@tmagic/core': 1.6.0-beta.6(typescript@5.9.2) + '@tmagic/stage': 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2) '@vue/composition-api': 1.7.2(vue@2.7.16) - typescript: 5.8.3 + typescript: 5.9.2 - '@tmagic/vue-runtime-help@1.2.1(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(@tmagic/stage@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3))(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(typescript@5.8.3)(vue@3.5.17(typescript@5.8.3))': + '@tmagic/vue-runtime-help@1.2.1(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(@tmagic/stage@1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2))(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(typescript@5.9.2)(vue@3.5.20(typescript@5.9.2))': dependencies: - vue: 3.5.17(typescript@5.8.3) - vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)) + vue: 3.5.20(typescript@5.9.2) + vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)) optionalDependencies: - '@tmagic/core': 1.6.0-beta.6(typescript@5.8.3) - '@tmagic/stage': 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.8.3))(typescript@5.8.3) - '@vue/composition-api': 1.7.2(vue@3.5.17(typescript@5.8.3)) - typescript: 5.8.3 + '@tmagic/core': 1.6.0-beta.6(typescript@5.9.2) + '@tmagic/stage': 1.6.0-beta.6(@tmagic/core@1.6.0-beta.6(typescript@5.9.2))(typescript@5.9.2) + '@vue/composition-api': 1.7.2(vue@3.5.20(typescript@5.9.2)) + typescript: 5.9.2 '@tootallnate/once@2.0.0': {} @@ -9117,97 +9263,117 @@ snapshots: '@types/web-bluetooth@0.0.21': {} - '@typescript-eslint/eslint-plugin@8.30.1(@typescript-eslint/parser@8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3)': + '@typescript-eslint/eslint-plugin@8.41.0(@typescript-eslint/parser@8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2))(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3) - '@typescript-eslint/scope-manager': 8.30.1 - '@typescript-eslint/type-utils': 8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3) - '@typescript-eslint/utils': 8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3) - '@typescript-eslint/visitor-keys': 8.30.1 + '@typescript-eslint/parser': 8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2) + '@typescript-eslint/scope-manager': 8.41.0 + '@typescript-eslint/type-utils': 8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2) + '@typescript-eslint/utils': 8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2) + '@typescript-eslint/visitor-keys': 8.41.0 eslint: 9.25.0(jiti@2.4.2) graphemer: 1.4.0 - ignore: 5.3.2 + ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.1.0(typescript@5.8.3) - typescript: 5.8.3 + ts-api-utils: 2.1.0(typescript@5.9.2) + typescript: 5.9.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3)': + '@typescript-eslint/parser@8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2)': dependencies: - '@typescript-eslint/scope-manager': 8.30.1 - '@typescript-eslint/types': 8.30.1 - '@typescript-eslint/typescript-estree': 8.30.1(typescript@5.8.3) - '@typescript-eslint/visitor-keys': 8.30.1 - debug: 4.4.0 + '@typescript-eslint/scope-manager': 8.41.0 + '@typescript-eslint/types': 8.41.0 + '@typescript-eslint/typescript-estree': 8.41.0(typescript@5.9.2) + '@typescript-eslint/visitor-keys': 8.41.0 + debug: 4.4.1 eslint: 9.25.0(jiti@2.4.2) - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.30.1': + '@typescript-eslint/project-service@8.41.0(typescript@5.9.2)': dependencies: - '@typescript-eslint/types': 8.30.1 - '@typescript-eslint/visitor-keys': 8.30.1 + '@typescript-eslint/tsconfig-utils': 8.41.0(typescript@5.9.2) + '@typescript-eslint/types': 8.41.0 + debug: 4.4.1 + typescript: 5.9.2 + transitivePeerDependencies: + - supports-color - '@typescript-eslint/type-utils@8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3)': + '@typescript-eslint/scope-manager@8.41.0': dependencies: - '@typescript-eslint/typescript-estree': 8.30.1(typescript@5.8.3) - '@typescript-eslint/utils': 8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3) - debug: 4.4.0 + '@typescript-eslint/types': 8.41.0 + '@typescript-eslint/visitor-keys': 8.41.0 + + '@typescript-eslint/tsconfig-utils@8.41.0(typescript@5.9.2)': + dependencies: + typescript: 5.9.2 + + '@typescript-eslint/type-utils@8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2)': + dependencies: + '@typescript-eslint/types': 8.41.0 + '@typescript-eslint/typescript-estree': 8.41.0(typescript@5.9.2) + '@typescript-eslint/utils': 8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2) + debug: 4.4.1 eslint: 9.25.0(jiti@2.4.2) - ts-api-utils: 2.1.0(typescript@5.8.3) - typescript: 5.8.3 + ts-api-utils: 2.1.0(typescript@5.9.2) + typescript: 5.9.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.30.1': {} + '@typescript-eslint/types@8.41.0': {} - '@typescript-eslint/typescript-estree@8.30.1(typescript@5.8.3)': + '@typescript-eslint/typescript-estree@8.41.0(typescript@5.9.2)': dependencies: - '@typescript-eslint/types': 8.30.1 - '@typescript-eslint/visitor-keys': 8.30.1 - debug: 4.4.0 + '@typescript-eslint/project-service': 8.41.0(typescript@5.9.2) + '@typescript-eslint/tsconfig-utils': 8.41.0(typescript@5.9.2) + '@typescript-eslint/types': 8.41.0 + '@typescript-eslint/visitor-keys': 8.41.0 + debug: 4.4.1 fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.7.1 - ts-api-utils: 2.1.0(typescript@5.8.3) - typescript: 5.8.3 + ts-api-utils: 2.1.0(typescript@5.9.2) + typescript: 5.9.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3)': + '@typescript-eslint/utils@8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2)': dependencies: - '@eslint-community/eslint-utils': 4.5.1(eslint@9.25.0(jiti@2.4.2)) - '@typescript-eslint/scope-manager': 8.30.1 - '@typescript-eslint/types': 8.30.1 - '@typescript-eslint/typescript-estree': 8.30.1(typescript@5.8.3) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.25.0(jiti@2.4.2)) + '@typescript-eslint/scope-manager': 8.41.0 + '@typescript-eslint/types': 8.41.0 + '@typescript-eslint/typescript-estree': 8.41.0(typescript@5.9.2) eslint: 9.25.0(jiti@2.4.2) - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.30.1': + '@typescript-eslint/visitor-keys@8.41.0': dependencies: - '@typescript-eslint/types': 8.30.1 - eslint-visitor-keys: 4.2.0 + '@typescript-eslint/types': 8.41.0 + eslint-visitor-keys: 4.2.1 '@ungap/structured-clone@1.3.0': {} - '@vitejs/plugin-legacy@7.0.0(terser@5.43.1)(vite@7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))': + '@vitejs/plugin-legacy@7.2.1(terser@5.43.1)(vite@7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0))': dependencies: '@babel/core': 7.28.0 + '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-modules-systemjs': 7.27.1(@babel/core@7.28.0) '@babel/preset-env': 7.28.0(@babel/core@7.28.0) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.0) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.0) browserslist: 4.25.1 browserslist-to-esbuild: 2.1.1(browserslist@4.25.1) - core-js: 3.43.0 + core-js: 3.45.1 magic-string: 0.30.17 regenerator-runtime: 0.14.1 systemjs: 6.15.1 terser: 5.43.1 - vite: 7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + vite: 7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0) transitivePeerDependencies: - supports-color @@ -9221,39 +9387,40 @@ snapshots: transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue-jsx@5.0.1(vite@7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))': + '@vitejs/plugin-vue-jsx@5.1.0(vite@7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2))': dependencies: - '@babel/core': 7.28.0 - '@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.0) - '@rolldown/pluginutils': 1.0.0-beta.23 - '@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.28.0) - vite: 7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) - vue: 3.5.17(typescript@5.8.3) + '@babel/core': 7.28.3 + '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.3) + '@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.3) + '@rolldown/pluginutils': 1.0.0-beta.34 + '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.3) + vite: 7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0) + vue: 3.5.20(typescript@5.9.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue2@2.3.3(vite@7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@2.7.16)': + '@vitejs/plugin-vue2@2.3.3(vite@7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0))(vue@2.7.16)': dependencies: - vite: 7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + vite: 7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0) vue: 2.7.16 - '@vitejs/plugin-vue@5.2.3(vite@5.4.16(@types/node@24.0.10)(sass@1.89.2)(terser@5.43.1))(vue@3.5.17(typescript@5.8.3))': + '@vitejs/plugin-vue@5.2.3(vite@5.4.16(@types/node@24.0.10)(sass@1.91.0)(terser@5.43.1))(vue@3.5.20(typescript@5.9.2))': dependencies: - vite: 5.4.16(@types/node@24.0.10)(sass@1.89.2)(terser@5.43.1) - vue: 3.5.17(typescript@5.8.3) + vite: 5.4.16(@types/node@24.0.10)(sass@1.91.0)(terser@5.43.1) + vue: 3.5.20(typescript@5.9.2) - '@vitejs/plugin-vue@5.2.3(vite@7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))': + '@vitejs/plugin-vue@5.2.3(vite@7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2))': dependencies: - vite: 7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) - vue: 3.5.17(typescript@5.8.3) + vite: 7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0) + vue: 3.5.20(typescript@5.9.2) - '@vitejs/plugin-vue@6.0.0(vite@7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.17(typescript@5.8.3))': + '@vitejs/plugin-vue@6.0.1(vite@7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2))': dependencies: - '@rolldown/pluginutils': 1.0.0-beta.19 - vite: 7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) - vue: 3.5.17(typescript@5.8.3) + '@rolldown/pluginutils': 1.0.0-beta.29 + vite: 7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0) + vue: 3.5.20(typescript@5.9.2) - '@vitest/coverage-v8@2.1.9(vitest@3.2.1(@types/node@24.0.10)(jiti@2.4.2)(jsdom@19.0.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))': + '@vitest/coverage-v8@2.1.9(vitest@3.2.4(@types/node@24.0.10)(jiti@2.4.2)(jsdom@19.0.0)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0))': dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 0.2.3 @@ -9267,89 +9434,90 @@ snapshots: std-env: 3.8.1 test-exclude: 7.0.1 tinyrainbow: 1.2.0 - vitest: 3.2.1(@types/node@24.0.10)(jiti@2.4.2)(jsdom@19.0.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + vitest: 3.2.4(@types/node@24.0.10)(jiti@2.4.2)(jsdom@19.0.0)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0) transitivePeerDependencies: - supports-color - '@vitest/expect@3.2.1': + '@vitest/expect@3.2.4': dependencies: '@types/chai': 5.2.2 - '@vitest/spy': 3.2.1 - '@vitest/utils': 3.2.1 + '@vitest/spy': 3.2.4 + '@vitest/utils': 3.2.4 chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.1(vite@7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))': + '@vitest/mocker@3.2.4(vite@7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0))': dependencies: - '@vitest/spy': 3.2.1 + '@vitest/spy': 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + vite: 7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0) - '@vitest/pretty-format@3.2.1': + '@vitest/pretty-format@3.2.4': dependencies: tinyrainbow: 2.0.0 - '@vitest/runner@3.2.1': + '@vitest/runner@3.2.4': dependencies: - '@vitest/utils': 3.2.1 + '@vitest/utils': 3.2.4 pathe: 2.0.3 + strip-literal: 3.0.0 - '@vitest/snapshot@3.2.1': + '@vitest/snapshot@3.2.4': dependencies: - '@vitest/pretty-format': 3.2.1 + '@vitest/pretty-format': 3.2.4 magic-string: 0.30.17 pathe: 2.0.3 - '@vitest/spy@3.2.1': + '@vitest/spy@3.2.4': dependencies: tinyspy: 4.0.3 - '@vitest/utils@3.2.1': + '@vitest/utils@3.2.4': dependencies: - '@vitest/pretty-format': 3.2.1 - loupe: 3.1.3 + '@vitest/pretty-format': 3.2.4 + loupe: 3.2.1 tinyrainbow: 2.0.0 - '@volar/language-core@2.4.16': + '@volar/language-core@2.4.23': dependencies: - '@volar/source-map': 2.4.16 + '@volar/source-map': 2.4.23 - '@volar/source-map@2.4.16': {} + '@volar/source-map@2.4.23': {} - '@volar/typescript@2.4.16': + '@volar/typescript@2.4.23': dependencies: - '@volar/language-core': 2.4.16 + '@volar/language-core': 2.4.23 path-browserify: 1.0.1 vscode-uri: 3.1.0 - '@vue/babel-helper-vue-transform-on@1.4.0': {} + '@vue/babel-helper-vue-transform-on@1.5.0': {} - '@vue/babel-plugin-jsx@1.4.0(@babel/core@7.28.0)': + '@vue/babel-plugin-jsx@1.5.0(@babel/core@7.28.3)': dependencies: - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.28.0) + '@babel/helper-module-imports': 7.27.1 + '@babel/helper-plugin-utils': 7.27.1 + '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.3) '@babel/template': 7.27.2 '@babel/traverse': 7.28.0 - '@babel/types': 7.27.6 - '@vue/babel-helper-vue-transform-on': 1.4.0 - '@vue/babel-plugin-resolve-type': 1.4.0(@babel/core@7.28.0) - '@vue/shared': 3.5.16 + '@babel/types': 7.28.2 + '@vue/babel-helper-vue-transform-on': 1.5.0 + '@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.28.3) + '@vue/shared': 3.5.20 optionalDependencies: - '@babel/core': 7.28.0 + '@babel/core': 7.28.3 transitivePeerDependencies: - supports-color - '@vue/babel-plugin-resolve-type@1.4.0(@babel/core@7.28.0)': + '@vue/babel-plugin-resolve-type@1.5.0(@babel/core@7.28.3)': dependencies: - '@babel/code-frame': 7.26.2 - '@babel/core': 7.28.0 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-plugin-utils': 7.26.5 - '@babel/parser': 7.27.5 - '@vue/compiler-sfc': 3.5.17 + '@babel/code-frame': 7.27.1 + '@babel/core': 7.28.3 + '@babel/helper-module-imports': 7.27.1 + '@babel/helper-plugin-utils': 7.27.1 + '@babel/parser': 7.28.3 + '@vue/compiler-sfc': 3.5.20 transitivePeerDependencies: - supports-color @@ -9361,18 +9529,18 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-core@3.5.16': + '@vue/compiler-core@3.5.17': dependencies: - '@babel/parser': 7.27.5 - '@vue/shared': 3.5.16 + '@babel/parser': 7.28.0 + '@vue/shared': 3.5.17 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-core@3.5.17': + '@vue/compiler-core@3.5.20': dependencies: - '@babel/parser': 7.27.5 - '@vue/shared': 3.5.17 + '@babel/parser': 7.28.3 + '@vue/shared': 3.5.20 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.1 @@ -9382,16 +9550,16 @@ snapshots: '@vue/compiler-core': 3.5.13 '@vue/shared': 3.5.13 - '@vue/compiler-dom@3.5.16': - dependencies: - '@vue/compiler-core': 3.5.16 - '@vue/shared': 3.5.16 - '@vue/compiler-dom@3.5.17': dependencies: '@vue/compiler-core': 3.5.17 '@vue/shared': 3.5.17 + '@vue/compiler-dom@3.5.20': + dependencies: + '@vue/compiler-core': 3.5.20 + '@vue/shared': 3.5.20 + '@vue/compiler-sfc@2.7.16': dependencies: '@babel/parser': 7.26.5 @@ -9412,13 +9580,13 @@ snapshots: postcss: 8.5.1 source-map-js: 1.2.1 - '@vue/compiler-sfc@3.5.17': + '@vue/compiler-sfc@3.5.20': dependencies: - '@babel/parser': 7.27.5 - '@vue/compiler-core': 3.5.17 - '@vue/compiler-dom': 3.5.17 - '@vue/compiler-ssr': 3.5.17 - '@vue/shared': 3.5.17 + '@babel/parser': 7.28.3 + '@vue/compiler-core': 3.5.20 + '@vue/compiler-dom': 3.5.20 + '@vue/compiler-ssr': 3.5.20 + '@vue/shared': 3.5.20 estree-walker: 2.0.2 magic-string: 0.30.17 postcss: 8.5.6 @@ -9429,10 +9597,10 @@ snapshots: '@vue/compiler-dom': 3.5.13 '@vue/shared': 3.5.13 - '@vue/compiler-ssr@3.5.17': + '@vue/compiler-ssr@3.5.20': dependencies: - '@vue/compiler-dom': 3.5.17 - '@vue/shared': 3.5.17 + '@vue/compiler-dom': 3.5.20 + '@vue/shared': 3.5.20 '@vue/compiler-vue2@2.7.16': dependencies: @@ -9443,9 +9611,9 @@ snapshots: dependencies: vue: 2.7.16 - '@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3))': + '@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2))': dependencies: - vue: 3.5.17(typescript@5.8.3) + vue: 3.5.20(typescript@5.9.2) optional: true '@vue/devtools-api@6.6.4': {} @@ -9468,79 +9636,79 @@ snapshots: dependencies: rfdc: 1.4.1 - '@vue/language-core@3.0.0(typescript@5.8.3)': + '@vue/language-core@3.0.6(typescript@5.9.2)': dependencies: - '@volar/language-core': 2.4.16 - '@vue/compiler-dom': 3.5.16 + '@volar/language-core': 2.4.23 + '@vue/compiler-dom': 3.5.17 '@vue/compiler-vue2': 2.7.16 - '@vue/shared': 3.5.16 + '@vue/shared': 3.5.17 alien-signals: 2.0.5 - minimatch: 10.0.3 muggle-string: 0.4.1 path-browserify: 1.0.1 + picomatch: 4.0.3 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@vue/reactivity@3.5.17': + '@vue/reactivity@3.5.20': dependencies: - '@vue/shared': 3.5.17 + '@vue/shared': 3.5.20 - '@vue/runtime-core@3.5.17': + '@vue/runtime-core@3.5.20': dependencies: - '@vue/reactivity': 3.5.17 - '@vue/shared': 3.5.17 + '@vue/reactivity': 3.5.20 + '@vue/shared': 3.5.20 - '@vue/runtime-dom@3.5.17': + '@vue/runtime-dom@3.5.20': dependencies: - '@vue/reactivity': 3.5.17 - '@vue/runtime-core': 3.5.17 - '@vue/shared': 3.5.17 + '@vue/reactivity': 3.5.20 + '@vue/runtime-core': 3.5.20 + '@vue/shared': 3.5.20 csstype: 3.1.3 - '@vue/server-renderer@3.5.17(vue@3.5.17(typescript@5.8.3))': + '@vue/server-renderer@3.5.20(vue@3.5.20(typescript@5.9.2))': dependencies: - '@vue/compiler-ssr': 3.5.17 - '@vue/shared': 3.5.17 - vue: 3.5.17(typescript@5.8.3) + '@vue/compiler-ssr': 3.5.20 + '@vue/shared': 3.5.20 + vue: 3.5.20(typescript@5.9.2) '@vue/shared@3.5.13': {} - '@vue/shared@3.5.16': {} - '@vue/shared@3.5.17': {} + '@vue/shared@3.5.20': {} + '@vue/test-utils@2.4.6': dependencies: js-beautify: 1.15.1 vue-component-type-helpers: 2.2.0 - '@vueuse/core@12.8.2(typescript@5.8.3)': + '@vueuse/core@12.8.2(typescript@5.9.2)': dependencies: '@types/web-bluetooth': 0.0.21 '@vueuse/metadata': 12.8.2 - '@vueuse/shared': 12.8.2(typescript@5.8.3) - vue: 3.5.17(typescript@5.8.3) + '@vueuse/shared': 12.8.2(typescript@5.9.2) + vue: 3.5.20(typescript@5.9.2) transitivePeerDependencies: - typescript - '@vueuse/core@9.13.0(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3))': + '@vueuse/core@9.13.0(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2))': dependencies: '@types/web-bluetooth': 0.0.16 '@vueuse/metadata': 9.13.0 - '@vueuse/shared': 9.13.0(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)) - vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)) + '@vueuse/shared': 9.13.0(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)) + vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/integrations@12.8.2(async-validator@4.2.5)(axios@1.10.0)(focus-trap@7.6.4)(qrcode@1.5.4)(sortablejs@1.15.6)(typescript@5.8.3)': + '@vueuse/integrations@12.8.2(async-validator@4.2.5)(axios@1.11.0)(focus-trap@7.6.4)(qrcode@1.5.4)(sortablejs@1.15.6)(typescript@5.9.2)': dependencies: - '@vueuse/core': 12.8.2(typescript@5.8.3) - '@vueuse/shared': 12.8.2(typescript@5.8.3) - vue: 3.5.17(typescript@5.8.3) + '@vueuse/core': 12.8.2(typescript@5.9.2) + '@vueuse/shared': 12.8.2(typescript@5.9.2) + vue: 3.5.20(typescript@5.9.2) optionalDependencies: async-validator: 4.2.5 - axios: 1.10.0 + axios: 1.11.0 focus-trap: 7.6.4 qrcode: 1.5.4 sortablejs: 1.15.6 @@ -9551,15 +9719,15 @@ snapshots: '@vueuse/metadata@9.13.0': {} - '@vueuse/shared@12.8.2(typescript@5.8.3)': + '@vueuse/shared@12.8.2(typescript@5.9.2)': dependencies: - vue: 3.5.17(typescript@5.8.3) + vue: 3.5.20(typescript@5.9.2) transitivePeerDependencies: - typescript - '@vueuse/shared@9.13.0(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3))': + '@vueuse/shared@9.13.0(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2))': dependencies: - vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)) + vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -9582,12 +9750,18 @@ snapshots: dependencies: acorn: 8.14.1 + acorn-jsx@5.3.2(acorn@8.15.0): + dependencies: + acorn: 8.15.0 + acorn-walk@7.2.0: {} acorn@7.4.1: {} acorn@8.14.1: {} + acorn@8.15.0: {} + add-stream@1.0.0: {} agent-base@6.0.2: @@ -9666,14 +9840,16 @@ snapshots: array-ify@1.0.0: {} - array-includes@3.1.8: + array-includes@3.1.9: dependencies: call-bind: 1.0.8 + call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.23.9 + es-abstract: 1.24.0 es-object-atoms: 1.1.1 get-intrinsic: 1.3.0 is-string: 1.1.1 + math-intrinsics: 1.1.0 array.prototype.findlastindex@1.2.6: dependencies: @@ -9735,6 +9911,14 @@ snapshots: transitivePeerDependencies: - debug + axios@1.11.0: + dependencies: + follow-redirects: 1.15.9 + form-data: 4.0.4 + proxy-from-env: 1.1.0 + transitivePeerDependencies: + - debug + babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.0): dependencies: '@babel/compat-data': 7.28.0 @@ -9985,10 +10169,10 @@ snapshots: commander@2.20.3: {} - commitizen@4.3.1(@types/node@24.0.10)(typescript@5.8.3): + commitizen@4.3.1(@types/node@24.0.10)(typescript@5.9.2): dependencies: cachedir: 2.3.0 - cz-conventional-changelog: 3.3.0(@types/node@24.0.10)(typescript@5.8.3) + cz-conventional-changelog: 3.3.0(@types/node@24.0.10)(typescript@5.9.2) dedent: 0.7.0 detect-indent: 6.1.0 find-node-modules: 2.1.3 @@ -10127,32 +10311,32 @@ snapshots: dependencies: browserslist: 4.25.1 - core-js@3.43.0: {} + core-js@3.45.1: {} - cosmiconfig-typescript-loader@6.1.0(@types/node@24.0.10)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3): + cosmiconfig-typescript-loader@6.1.0(@types/node@24.0.10)(cosmiconfig@9.0.0(typescript@5.9.2))(typescript@5.9.2): dependencies: '@types/node': 24.0.10 - cosmiconfig: 9.0.0(typescript@5.8.3) + cosmiconfig: 9.0.0(typescript@5.9.2) jiti: 2.4.2 - typescript: 5.8.3 + typescript: 5.9.2 - cosmiconfig@8.3.6(typescript@5.8.3): + cosmiconfig@8.3.6(typescript@5.9.2): dependencies: import-fresh: 3.3.1 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - cosmiconfig@9.0.0(typescript@5.8.3): + cosmiconfig@9.0.0(typescript@5.9.2): dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 js-yaml: 4.1.0 parse-json: 5.2.0 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 croact-css-styled@1.1.9: dependencies: @@ -10226,16 +10410,16 @@ snapshots: csstype@3.1.3: {} - cz-conventional-changelog@3.3.0(@types/node@24.0.10)(typescript@5.8.3): + cz-conventional-changelog@3.3.0(@types/node@24.0.10)(typescript@5.9.2): dependencies: chalk: 2.4.2 - commitizen: 4.3.1(@types/node@24.0.10)(typescript@5.8.3) + commitizen: 4.3.1(@types/node@24.0.10)(typescript@5.9.2) conventional-commit-types: 3.0.0 lodash.map: 4.6.0 longest: 2.0.1 word-wrap: 1.2.5 optionalDependencies: - '@commitlint/load': 19.8.0(@types/node@24.0.10)(typescript@5.8.3) + '@commitlint/load': 19.8.0(@types/node@24.0.10)(typescript@5.9.2) transitivePeerDependencies: - '@types/node' - typescript @@ -10362,15 +10546,15 @@ snapshots: electron-to-chromium@1.5.84: {} - element-plus@2.9.11(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)): + element-plus@2.11.1(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)): dependencies: '@ctrl/tinycolor': 3.6.1 - '@element-plus/icons-vue': 2.3.1(vue@3.5.17(typescript@5.8.3)) + '@element-plus/icons-vue': 2.3.2(vue@3.5.20(typescript@5.9.2)) '@floating-ui/dom': 1.6.13 '@popperjs/core': '@sxzz/popperjs-es@2.11.7' '@types/lodash': 4.17.16 '@types/lodash-es': 4.17.12 - '@vueuse/core': 9.13.0(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)) + '@vueuse/core': 9.13.0(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)) async-validator: 4.2.5 dayjs: 1.11.13 escape-html: 1.0.3 @@ -10379,19 +10563,40 @@ snapshots: lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21) memoize-one: 6.0.0 normalize-wheel-es: 1.2.0 - vue: 3.5.17(typescript@5.8.3) + vue: 3.5.20(typescript@5.9.2) transitivePeerDependencies: - '@vue/composition-api' - element-plus@2.9.3(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)): + element-plus@2.9.11(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)): dependencies: '@ctrl/tinycolor': 3.6.1 - '@element-plus/icons-vue': 2.3.1(vue@3.5.17(typescript@5.8.3)) + '@element-plus/icons-vue': 2.3.1(vue@3.5.20(typescript@5.9.2)) + '@floating-ui/dom': 1.6.13 + '@popperjs/core': '@sxzz/popperjs-es@2.11.7' + '@types/lodash': 4.17.16 + '@types/lodash-es': 4.17.12 + '@vueuse/core': 9.13.0(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)) + async-validator: 4.2.5 + dayjs: 1.11.13 + escape-html: 1.0.3 + lodash: 4.17.21 + lodash-es: 4.17.21 + lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21) + memoize-one: 6.0.0 + normalize-wheel-es: 1.2.0 + vue: 3.5.20(typescript@5.9.2) + transitivePeerDependencies: + - '@vue/composition-api' + + element-plus@2.9.3(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)): + dependencies: + '@ctrl/tinycolor': 3.6.1 + '@element-plus/icons-vue': 2.3.2(vue@3.5.20(typescript@5.9.2)) '@floating-ui/dom': 1.6.13 '@popperjs/core': '@sxzz/popperjs-es@2.11.7' '@types/lodash': 4.17.14 '@types/lodash-es': 4.17.12 - '@vueuse/core': 9.13.0(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)) + '@vueuse/core': 9.13.0(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)) async-validator: 4.2.5 dayjs: 1.11.13 escape-html: 1.0.3 @@ -10400,7 +10605,7 @@ snapshots: lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21) memoize-one: 6.0.0 normalize-wheel-es: 1.2.0 - vue: 3.5.17(typescript@5.8.3) + vue: 3.5.20(typescript@5.9.2) transitivePeerDependencies: - '@vue/composition-api' @@ -10500,6 +10705,63 @@ snapshots: unbox-primitive: 1.1.0 which-typed-array: 1.1.19 + es-abstract@1.24.0: + dependencies: + array-buffer-byte-length: 1.0.2 + arraybuffer.prototype.slice: 1.0.4 + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.4 + data-view-buffer: 1.0.2 + data-view-byte-length: 1.0.2 + data-view-byte-offset: 1.0.1 + es-define-property: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.1.1 + es-set-tostringtag: 2.1.0 + es-to-primitive: 1.3.0 + function.prototype.name: 1.1.8 + get-intrinsic: 1.3.0 + get-proto: 1.0.1 + get-symbol-description: 1.1.0 + globalthis: 1.0.4 + gopd: 1.2.0 + has-property-descriptors: 1.0.2 + has-proto: 1.2.0 + has-symbols: 1.1.0 + hasown: 2.0.2 + internal-slot: 1.1.0 + is-array-buffer: 3.0.5 + is-callable: 1.2.7 + is-data-view: 1.0.2 + is-negative-zero: 2.0.3 + is-regex: 1.2.1 + is-set: 2.0.3 + is-shared-array-buffer: 1.0.4 + is-string: 1.1.1 + is-typed-array: 1.1.15 + is-weakref: 1.1.1 + math-intrinsics: 1.1.0 + object-inspect: 1.13.4 + object-keys: 1.1.1 + object.assign: 4.1.7 + own-keys: 1.0.1 + regexp.prototype.flags: 1.5.4 + safe-array-concat: 1.1.3 + safe-push-apply: 1.0.0 + safe-regex-test: 1.1.0 + set-proto: 1.0.0 + stop-iteration-iterator: 1.1.0 + string.prototype.trim: 1.2.10 + string.prototype.trimend: 1.0.9 + string.prototype.trimstart: 1.0.8 + typed-array-buffer: 1.0.3 + typed-array-byte-length: 1.0.3 + typed-array-byte-offset: 1.0.4 + typed-array-length: 1.0.7 + unbox-primitive: 1.1.0 + which-typed-array: 1.1.19 + es-define-property@1.0.1: {} es-errors@1.3.0: {} @@ -10599,7 +10861,7 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-config-prettier@10.1.2(eslint@9.25.0(jiti@2.4.2)): + eslint-config-prettier@10.1.8(eslint@9.25.0(jiti@2.4.2)): dependencies: eslint: 9.25.0(jiti@2.4.2) @@ -10611,20 +10873,20 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint@9.25.0(jiti@2.4.2)): + eslint-module-utils@2.12.1(@typescript-eslint/parser@8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.25.0(jiti@2.4.2)): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3) + '@typescript-eslint/parser': 8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2) eslint: 9.25.0(jiti@2.4.2) eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color - eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.25.0(jiti@2.4.2)): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2))(eslint@9.25.0(jiti@2.4.2)): dependencies: '@rtsao/scc': 1.1.0 - array-includes: 3.1.8 + array-includes: 3.1.9 array.prototype.findlastindex: 1.2.6 array.prototype.flat: 1.3.3 array.prototype.flatmap: 1.3.3 @@ -10632,7 +10894,7 @@ snapshots: doctrine: 2.1.0 eslint: 9.25.0(jiti@2.4.2) eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint@9.25.0(jiti@2.4.2)) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.25.0(jiti@2.4.2)) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -10644,26 +10906,26 @@ snapshots: string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3) + '@typescript-eslint/parser': 8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-prettier@5.2.6(eslint-config-prettier@10.1.2(eslint@9.25.0(jiti@2.4.2)))(eslint@9.25.0(jiti@2.4.2))(prettier@3.5.3): + eslint-plugin-prettier@5.5.4(eslint-config-prettier@10.1.8(eslint@9.25.0(jiti@2.4.2)))(eslint@9.25.0(jiti@2.4.2))(prettier@3.5.3): dependencies: eslint: 9.25.0(jiti@2.4.2) prettier: 3.5.3 prettier-linter-helpers: 1.0.0 - synckit: 0.11.4 + synckit: 0.11.11 optionalDependencies: - eslint-config-prettier: 10.1.2(eslint@9.25.0(jiti@2.4.2)) + eslint-config-prettier: 10.1.8(eslint@9.25.0(jiti@2.4.2)) eslint-plugin-simple-import-sort@12.1.1(eslint@9.25.0(jiti@2.4.2)): dependencies: eslint: 9.25.0(jiti@2.4.2) - eslint-plugin-vue@10.0.0(eslint@9.25.0(jiti@2.4.2))(vue-eslint-parser@9.4.3(eslint@9.25.0(jiti@2.4.2))): + eslint-plugin-vue@10.4.0(@typescript-eslint/parser@8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2))(eslint@9.25.0(jiti@2.4.2))(vue-eslint-parser@9.4.3(eslint@9.25.0(jiti@2.4.2))): dependencies: '@eslint-community/eslint-utils': 4.5.1(eslint@9.25.0(jiti@2.4.2)) eslint: 9.25.0(jiti@2.4.2) @@ -10673,6 +10935,8 @@ snapshots: semver: 7.7.1 vue-eslint-parser: 9.4.3(eslint@9.25.0(jiti@2.4.2)) xml-name-validator: 4.0.0 + optionalDependencies: + '@typescript-eslint/parser': 8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2) eslint-scope@7.2.2: dependencies: @@ -10684,10 +10948,17 @@ snapshots: esrecurse: 4.3.0 estraverse: 5.3.0 + eslint-scope@8.4.0: + dependencies: + esrecurse: 4.3.0 + estraverse: 5.3.0 + eslint-visitor-keys@3.4.3: {} eslint-visitor-keys@4.2.0: {} + eslint-visitor-keys@4.2.1: {} + eslint@9.25.0(jiti@2.4.2): dependencies: '@eslint-community/eslint-utils': 4.5.1(eslint@9.25.0(jiti@2.4.2)) @@ -10730,29 +11001,29 @@ snapshots: transitivePeerDependencies: - supports-color - eslint@9.28.0(jiti@2.4.2): + eslint@9.34.0(jiti@2.4.2): dependencies: - '@eslint-community/eslint-utils': 4.5.1(eslint@9.28.0(jiti@2.4.2)) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.34.0(jiti@2.4.2)) '@eslint-community/regexpp': 4.12.1 - '@eslint/config-array': 0.20.0 - '@eslint/config-helpers': 0.2.1 - '@eslint/core': 0.14.0 + '@eslint/config-array': 0.21.0 + '@eslint/config-helpers': 0.3.1 + '@eslint/core': 0.15.2 '@eslint/eslintrc': 3.3.1 - '@eslint/js': 9.28.0 - '@eslint/plugin-kit': 0.3.1 + '@eslint/js': 9.34.0 + '@eslint/plugin-kit': 0.3.5 '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.4.2 - '@types/estree': 1.0.7 + '@types/estree': 1.0.8 '@types/json-schema': 7.0.15 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.4.0 + debug: 4.4.1 escape-string-regexp: 4.0.0 - eslint-scope: 8.3.0 - eslint-visitor-keys: 4.2.0 - espree: 10.3.0 + eslint-scope: 8.4.0 + eslint-visitor-keys: 4.2.1 + espree: 10.4.0 esquery: 1.6.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 @@ -10778,10 +11049,16 @@ snapshots: acorn-jsx: 5.3.2(acorn@8.14.1) eslint-visitor-keys: 4.2.0 + espree@10.4.0: + dependencies: + acorn: 8.15.0 + acorn-jsx: 5.3.2(acorn@8.15.0) + eslint-visitor-keys: 4.2.1 + espree@9.6.1: dependencies: - acorn: 8.14.1 - acorn-jsx: 5.3.2(acorn@8.14.1) + acorn: 8.15.0 + acorn-jsx: 5.3.2(acorn@8.15.0) eslint-visitor-keys: 3.4.3 esprima@4.0.1: {} @@ -10860,9 +11137,9 @@ snapshots: optionalDependencies: picomatch: 4.0.2 - fdir@6.4.6(picomatch@4.0.2): + fdir@6.5.0(picomatch@4.0.3): optionalDependencies: - picomatch: 4.0.2 + picomatch: 4.0.3 figures@3.2.0: dependencies: @@ -10942,6 +11219,14 @@ snapshots: es-set-tostringtag: 2.1.0 mime-types: 2.1.35 + form-data@4.0.4: + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + es-set-tostringtag: 2.1.0 + hasown: 2.0.2 + mime-types: 2.1.35 + framework-utils@1.1.0: {} fs-extra@11.3.0: @@ -11084,7 +11369,7 @@ snapshots: globals@14.0.0: {} - globals@16.0.0: {} + globals@16.3.0: {} globalthis@1.0.4: dependencies: @@ -11201,6 +11486,8 @@ snapshots: ignore@5.3.2: {} + ignore@7.0.5: {} + immutable@5.0.3: {} import-fresh@3.3.1: @@ -11328,6 +11615,8 @@ snapshots: is-map@2.0.3: {} + is-negative-zero@2.0.3: {} + is-number-object@1.1.1: dependencies: call-bound: 1.0.4 @@ -11626,6 +11915,8 @@ snapshots: loupe@3.1.3: {} + loupe@3.2.1: {} + lru-cache@10.4.3: {} lru-cache@5.1.1: @@ -11706,10 +11997,6 @@ snapshots: mimic-function@5.0.1: {} - minimatch@10.0.3: - dependencies: - '@isaacs/brace-expansion': 5.0.0 - minimatch@3.1.2: dependencies: brace-expansion: 1.1.11 @@ -11734,7 +12021,7 @@ snapshots: mlly@1.7.4: dependencies: - acorn: 8.14.1 + acorn: 8.15.0 pathe: 2.0.3 pkg-types: 1.3.1 ufo: 1.5.4 @@ -11967,6 +12254,8 @@ snapshots: picomatch@4.0.2: {} + picomatch@4.0.3: {} + pidtree@0.6.0: {} pkg-types@1.3.1: @@ -11996,12 +12285,6 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - postcss@8.5.3: - dependencies: - nanoid: 3.3.11 - picocolors: 1.1.1 - source-map-js: 1.2.1 - postcss@8.5.6: dependencies: nanoid: 3.3.11 @@ -12021,6 +12304,8 @@ snapshots: prettier@3.5.3: {} + prettier@3.6.2: {} + property-information@7.0.0: {} proto-list@1.2.4: {} @@ -12223,11 +12508,11 @@ snapshots: dependencies: glob: 7.2.3 - rollup-plugin-dts@6.2.1(rollup@4.44.1)(typescript@5.8.3): + rollup-plugin-dts@6.2.1(rollup@4.44.1)(typescript@5.9.2): dependencies: magic-string: 0.30.17 rollup: 4.44.1 - typescript: 5.8.3 + typescript: 5.9.2 optionalDependencies: '@babel/code-frame': 7.26.2 @@ -12298,7 +12583,7 @@ snapshots: safer-buffer@2.1.2: {} - sass@1.89.2: + sass@1.91.0: dependencies: chokidar: 4.0.3 immutable: 5.0.3 @@ -12484,6 +12769,11 @@ snapshots: std-env@3.9.0: {} + stop-iteration-iterator@1.1.0: + dependencies: + es-errors: 1.3.0 + internal-slot: 1.1.0 + string-argv@0.3.2: {} string-width@4.2.3: @@ -12572,21 +12862,20 @@ snapshots: symbol-tree@3.2.4: {} - synckit@0.11.4: + synckit@0.11.11: dependencies: - '@pkgr/core': 0.2.4 - tslib: 2.8.1 + '@pkgr/core': 0.2.9 systemjs@6.15.1: {} tabbable@6.2.0: {} - tdesign-icons-vue-next@0.2.6(vue@3.5.17(typescript@5.8.3)): + tdesign-icons-vue-next@0.2.6(vue@3.5.20(typescript@5.9.2)): dependencies: '@babel/runtime': 7.26.0 - vue: 3.5.17(typescript@5.8.3) + vue: 3.5.20(typescript@5.9.2) - tdesign-vue-next@1.10.6(vue@3.5.17(typescript@5.8.3)): + tdesign-vue-next@1.10.6(vue@3.5.20(typescript@5.9.2)): dependencies: '@babel/runtime': 7.26.0 '@popperjs/core': 2.11.8 @@ -12598,10 +12887,10 @@ snapshots: lodash: 4.17.21 mitt: 3.0.1 sortablejs: 1.15.6 - tdesign-icons-vue-next: 0.2.6(vue@3.5.17(typescript@5.8.3)) + tdesign-icons-vue-next: 0.2.6(vue@3.5.20(typescript@5.9.2)) tinycolor2: 1.6.0 validator: 13.12.0 - vue: 3.5.17(typescript@5.8.3) + vue: 3.5.20(typescript@5.9.2) temp-dir@3.0.0: {} @@ -12647,7 +12936,7 @@ snapshots: fdir: 6.4.5(picomatch@4.0.2) picomatch: 4.0.2 - tinypool@1.1.0: {} + tinypool@1.1.1: {} tinyrainbow@1.2.0: {} @@ -12676,9 +12965,9 @@ snapshots: trim-lines@3.0.1: {} - ts-api-utils@2.1.0(typescript@5.8.3): + ts-api-utils@2.1.0(typescript@5.9.2): dependencies: - typescript: 5.8.3 + typescript: 5.9.2 tsconfig-paths@3.15.0: dependencies: @@ -12734,17 +13023,18 @@ snapshots: possible-typed-array-names: 1.1.0 reflect.getprototypeof: 1.0.10 - typescript-eslint@8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3): + typescript-eslint@8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2): dependencies: - '@typescript-eslint/eslint-plugin': 8.30.1(@typescript-eslint/parser@8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3) - '@typescript-eslint/parser': 8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3) - '@typescript-eslint/utils': 8.30.1(eslint@9.25.0(jiti@2.4.2))(typescript@5.8.3) + '@typescript-eslint/eslint-plugin': 8.41.0(@typescript-eslint/parser@8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2))(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2) + '@typescript-eslint/parser': 8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2) + '@typescript-eslint/typescript-estree': 8.41.0(typescript@5.9.2) + '@typescript-eslint/utils': 8.41.0(eslint@9.25.0(jiti@2.4.2))(typescript@5.9.2) eslint: 9.25.0(jiti@2.4.2) - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - supports-color - typescript@5.8.3: {} + typescript@5.9.2: {} ufo@1.5.4: {} @@ -12773,16 +13063,16 @@ snapshots: unicorn-magic@0.1.0: {} - unimport@4.2.0: + unimport@5.2.0: dependencies: - acorn: 8.14.1 + acorn: 8.15.0 escape-string-regexp: 5.0.0 estree-walker: 3.0.3 local-pkg: 1.1.1 magic-string: 0.30.17 mlly: 1.7.4 pathe: 2.0.3 - picomatch: 4.0.2 + picomatch: 4.0.3 pkg-types: 2.2.0 scule: 1.3.0 strip-literal: 3.0.0 @@ -12817,23 +13107,23 @@ snapshots: universalify@2.0.1: {} - unplugin-auto-import@19.3.0(@vueuse/core@12.8.2(typescript@5.8.3)): + unplugin-auto-import@20.0.0(@vueuse/core@12.8.2(typescript@5.9.2)): dependencies: local-pkg: 1.1.1 magic-string: 0.30.17 - picomatch: 4.0.2 - unimport: 4.2.0 + picomatch: 4.0.3 + unimport: 5.2.0 unplugin: 2.3.5 unplugin-utils: 0.2.4 optionalDependencies: - '@vueuse/core': 12.8.2(typescript@5.8.3) + '@vueuse/core': 12.8.2(typescript@5.9.2) unplugin-utils@0.2.4: dependencies: pathe: 2.0.3 - picomatch: 4.0.2 + picomatch: 4.0.3 - unplugin-vue-components@28.8.0(@babel/parser@7.28.0)(vue@3.5.17(typescript@5.8.3)): + unplugin-vue-components@29.0.0(@babel/parser@7.28.3)(vue@3.5.20(typescript@5.9.2)): dependencies: chokidar: 3.6.0 debug: 4.4.1 @@ -12843,16 +13133,16 @@ snapshots: tinyglobby: 0.2.14 unplugin: 2.3.5 unplugin-utils: 0.2.4 - vue: 3.5.17(typescript@5.8.3) + vue: 3.5.20(typescript@5.9.2) optionalDependencies: - '@babel/parser': 7.28.0 + '@babel/parser': 7.28.3 transitivePeerDependencies: - supports-color unplugin@2.3.5: dependencies: - acorn: 8.14.1 - picomatch: 4.0.2 + acorn: 8.15.0 + picomatch: 4.0.3 webpack-virtual-modules: 0.6.2 update-browserslist-db@1.1.2(browserslist@4.24.4): @@ -12901,13 +13191,13 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.2 - vite-node@3.2.1(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0): + vite-node@3.2.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0): dependencies: cac: 6.7.14 debug: 4.4.1 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + vite: 7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0) transitivePeerDependencies: - '@types/node' - jiti @@ -12922,22 +13212,22 @@ snapshots: - tsx - yaml - vite@5.4.16(@types/node@24.0.10)(sass@1.89.2)(terser@5.43.1): + vite@5.4.16(@types/node@24.0.10)(sass@1.91.0)(terser@5.43.1): dependencies: esbuild: 0.21.5 - postcss: 8.5.3 + postcss: 8.5.6 rollup: 4.44.1 optionalDependencies: '@types/node': 24.0.10 fsevents: 2.3.3 - sass: 1.89.2 + sass: 1.91.0 terser: 5.43.1 - vite@7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0): + vite@7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0): dependencies: esbuild: 0.25.2 - fdir: 6.4.6(picomatch@4.0.2) - picomatch: 4.0.2 + fdir: 6.5.0(picomatch@4.0.3) + picomatch: 4.0.3 postcss: 8.5.6 rollup: 4.44.1 tinyglobby: 0.2.14 @@ -12945,11 +13235,11 @@ snapshots: '@types/node': 24.0.10 fsevents: 2.3.3 jiti: 2.4.2 - sass: 1.89.2 + sass: 1.91.0 terser: 5.43.1 yaml: 2.8.0 - vitepress@1.6.3(@algolia/client-search@5.23.0)(@types/node@24.0.10)(@types/react@18.3.18)(async-validator@4.2.5)(axios@1.10.0)(postcss@8.5.6)(qrcode@1.5.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.89.2)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.43.1)(typescript@5.8.3): + vitepress@1.6.4(@algolia/client-search@5.23.0)(@types/node@24.0.10)(@types/react@18.3.18)(async-validator@4.2.5)(axios@1.11.0)(postcss@8.5.6)(qrcode@1.5.4)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.91.0)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.43.1)(typescript@5.9.2): dependencies: '@docsearch/css': 3.8.2 '@docsearch/js': 3.8.2(@algolia/client-search@5.23.0)(@types/react@18.3.18)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3) @@ -12958,17 +13248,17 @@ snapshots: '@shikijs/transformers': 2.5.0 '@shikijs/types': 2.5.0 '@types/markdown-it': 14.1.2 - '@vitejs/plugin-vue': 5.2.3(vite@5.4.16(@types/node@24.0.10)(sass@1.89.2)(terser@5.43.1))(vue@3.5.17(typescript@5.8.3)) + '@vitejs/plugin-vue': 5.2.3(vite@5.4.16(@types/node@24.0.10)(sass@1.91.0)(terser@5.43.1))(vue@3.5.20(typescript@5.9.2)) '@vue/devtools-api': 7.7.2 - '@vue/shared': 3.5.13 - '@vueuse/core': 12.8.2(typescript@5.8.3) - '@vueuse/integrations': 12.8.2(async-validator@4.2.5)(axios@1.10.0)(focus-trap@7.6.4)(qrcode@1.5.4)(sortablejs@1.15.6)(typescript@5.8.3) + '@vue/shared': 3.5.17 + '@vueuse/core': 12.8.2(typescript@5.9.2) + '@vueuse/integrations': 12.8.2(async-validator@4.2.5)(axios@1.11.0)(focus-trap@7.6.4)(qrcode@1.5.4)(sortablejs@1.15.6)(typescript@5.9.2) focus-trap: 7.6.4 mark.js: 8.11.1 minisearch: 7.1.2 shiki: 2.5.0 - vite: 5.4.16(@types/node@24.0.10)(sass@1.89.2)(terser@5.43.1) - vue: 3.5.17(typescript@5.8.3) + vite: 5.4.16(@types/node@24.0.10)(sass@1.91.0)(terser@5.43.1) + vue: 3.5.20(typescript@5.9.2) optionalDependencies: postcss: 8.5.6 transitivePeerDependencies: @@ -12998,30 +13288,30 @@ snapshots: - typescript - universal-cookie - vitest@3.2.1(@types/node@24.0.10)(jiti@2.4.2)(jsdom@19.0.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0): + vitest@3.2.4(@types/node@24.0.10)(jiti@2.4.2)(jsdom@19.0.0)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0): dependencies: '@types/chai': 5.2.2 - '@vitest/expect': 3.2.1 - '@vitest/mocker': 3.2.1(vite@7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)) - '@vitest/pretty-format': 3.2.1 - '@vitest/runner': 3.2.1 - '@vitest/snapshot': 3.2.1 - '@vitest/spy': 3.2.1 - '@vitest/utils': 3.2.1 + '@vitest/expect': 3.2.4 + '@vitest/mocker': 3.2.4(vite@7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0)) + '@vitest/pretty-format': 3.2.4 + '@vitest/runner': 3.2.4 + '@vitest/snapshot': 3.2.4 + '@vitest/spy': 3.2.4 + '@vitest/utils': 3.2.4 chai: 5.2.0 debug: 4.4.1 expect-type: 1.2.1 magic-string: 0.30.17 pathe: 2.0.3 - picomatch: 4.0.2 + picomatch: 4.0.3 std-env: 3.9.0 tinybench: 2.9.0 tinyexec: 0.3.2 tinyglobby: 0.2.14 - tinypool: 1.1.0 + tinypool: 1.1.1 tinyrainbow: 2.0.0 - vite: 7.0.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) - vite-node: 3.2.1(@types/node@24.0.10)(jiti@2.4.2)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + vite: 7.1.3(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0) + vite-node: 3.2.4(@types/node@24.0.10)(jiti@2.4.2)(sass@1.91.0)(terser@5.43.1)(yaml@2.8.0) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 24.0.10 @@ -13050,11 +13340,11 @@ snapshots: optionalDependencies: '@vue/composition-api': 1.7.2(vue@2.7.16) - vue-demi@0.14.10(@vue/composition-api@1.7.2(vue@3.5.17(typescript@5.8.3)))(vue@3.5.17(typescript@5.8.3)): + vue-demi@0.14.10(@vue/composition-api@1.7.2(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)): dependencies: - vue: 3.5.17(typescript@5.8.3) + vue: 3.5.20(typescript@5.9.2) optionalDependencies: - '@vue/composition-api': 1.7.2(vue@3.5.17(typescript@5.8.3)) + '@vue/composition-api': 1.7.2(vue@3.5.20(typescript@5.9.2)) vue-eslint-parser@9.4.3(eslint@9.25.0(jiti@2.4.2)): dependencies: @@ -13069,36 +13359,36 @@ snapshots: transitivePeerDependencies: - supports-color - vue-router@4.5.1(vue@3.5.17(typescript@5.8.3)): + vue-router@4.5.1(vue@3.5.20(typescript@5.9.2)): dependencies: '@vue/devtools-api': 6.6.4 - vue: 3.5.17(typescript@5.8.3) + vue: 3.5.20(typescript@5.9.2) vue-template-compiler@2.7.16: dependencies: de-indent: 1.0.2 he: 1.2.0 - vue-tsc@3.0.0(typescript@5.8.3): + vue-tsc@3.0.6(typescript@5.9.2): dependencies: - '@volar/typescript': 2.4.16 - '@vue/language-core': 3.0.0(typescript@5.8.3) - typescript: 5.8.3 + '@volar/typescript': 2.4.23 + '@vue/language-core': 3.0.6(typescript@5.9.2) + typescript: 5.9.2 vue@2.7.16: dependencies: '@vue/compiler-sfc': 2.7.16 csstype: 3.1.3 - vue@3.5.17(typescript@5.8.3): + vue@3.5.20(typescript@5.9.2): dependencies: - '@vue/compiler-dom': 3.5.17 - '@vue/compiler-sfc': 3.5.17 - '@vue/runtime-dom': 3.5.17 - '@vue/server-renderer': 3.5.17(vue@3.5.17(typescript@5.8.3)) - '@vue/shared': 3.5.17 + '@vue/compiler-dom': 3.5.20 + '@vue/compiler-sfc': 3.5.20 + '@vue/runtime-dom': 3.5.20 + '@vue/server-renderer': 3.5.20(vue@3.5.20(typescript@5.9.2)) + '@vue/shared': 3.5.20 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 w3c-hr-time@1.0.2: dependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index da2d3358..8cc96a03 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -7,8 +7,8 @@ packages: - 'eslint-config' catalog: - vue: ^3.5.17 - '@vue/compiler-sfc': ^3.5.17 - vite: ^7.0.3 - typescript: "^5.8.3" + vue: ^3.5.20 + '@vue/compiler-sfc': ^3.5.20 + vite: ^7.1.3 + typescript: "^5.9.2" \ No newline at end of file diff --git a/runtime/react/package.json b/runtime/react/package.json index 09db64f9..3e9f88b5 100644 --- a/runtime/react/package.json +++ b/runtime/react/package.json @@ -3,6 +3,9 @@ "version": "1.6.0-beta.6", "type": "module", "private": true, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, "scripts": { "dev:react": "vite --config dev.vite.config.ts", "dev:playground": "vite --config dev.vite.config.ts", @@ -30,7 +33,7 @@ "@tmagic/cli": "1.6.0-beta.6", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "@vitejs/plugin-legacy": "^7.0.0", + "@vitejs/plugin-legacy": "^7.2.1", "@vitejs/plugin-react-refresh": "^1.3.6", "typescript": "catalog:", "terser": "^5.43.1", diff --git a/runtime/vue2/package.json b/runtime/vue2/package.json index 9a6cefef..012f114c 100644 --- a/runtime/vue2/package.json +++ b/runtime/vue2/package.json @@ -3,6 +3,9 @@ "version": "1.6.0-beta.6", "type": "module", "private": true, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, "scripts": { "dev:vue2": "vite --config dev.vite.config.ts", "dev:playground": "vite --config dev.vite.config.ts", @@ -22,7 +25,7 @@ "@tmagic/core": "1.6.0-beta.6", "@tmagic/stage": "1.6.0-beta.6", "@tmagic/vue-runtime-help": "^1.2.0", - "axios": "^1.10.0", + "axios": "^1.11.0", "vue": "^2.7.16" }, "devDependencies": { @@ -30,10 +33,10 @@ "@types/events": "^3.0.3", "rollup": "4.44.1", "rollup-plugin-external-globals": "^0.13.0", - "sass": "^1.89.2", + "sass": "^1.91.0", "terser": "^5.43.1", "vite": "catalog:", - "@vitejs/plugin-legacy": "^7.0.0", + "@vitejs/plugin-legacy": "^7.2.1", "@vitejs/plugin-vue2": "^2.3.3", "vue-template-compiler": "^2.7.16" } diff --git a/runtime/vue3/package.json b/runtime/vue3/package.json index 793f4e54..3f08a083 100644 --- a/runtime/vue3/package.json +++ b/runtime/vue3/package.json @@ -3,6 +3,9 @@ "version": "1.6.0-beta.6", "type": "module", "private": true, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, "scripts": { "tmagic": "tmagic entry", "dev": "vite --config dev.vite.config.ts", @@ -28,13 +31,13 @@ "devDependencies": { "@tmagic/cli": "1.6.0-beta.6", "@types/node": "^24.0.10", - "@vitejs/plugin-legacy": "^7.0.0", - "@vitejs/plugin-vue": "^6.0.0", - "@vitejs/plugin-vue-jsx": "^5.0.1", + "@vitejs/plugin-legacy": "^7.2.1", + "@vitejs/plugin-vue": "^6.0.1", + "@vitejs/plugin-vue-jsx": "^5.1.0", "@vue/compiler-sfc": "catalog:", "rollup": "4.44.1", "rollup-plugin-external-globals": "^0.13.0", - "sass": "^1.89.2", + "sass": "^1.91.0", "terser": "^ 5.43.1", "typescript": "catalog:", "vite": "catalog:"