From fdb9ec0aaffedd3d0f4f05425c1ac488b63a5bed Mon Sep 17 00:00:00 2001 From: ErSan Date: Thu, 16 Oct 2025 01:11:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(Config):=20=E4=BC=98=E5=8C=96=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 + package.json | 4 +- packages/docs/package.json | 4 +- packages/editor/package.json | 8 +- packages/editor/src/language/zh-CN-en-US.ts | 1 - packages/editor/vite.config.ts | 8 +- packages/sdk/package.json | 2 +- pnpm-lock.yaml | 1128 ++++++------------- pnpm-workspace.yaml | 9 +- 9 files changed, 358 insertions(+), 808 deletions(-) diff --git a/.gitignore b/.gitignore index 54f07af..e9f80d8 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ dist dist-ssr *.local +packages/examples + # Editor directories and files .vscode/* !.vscode/extensions.json diff --git a/package.json b/package.json index aceaf19..d98ca6b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,9 @@ "editor:tsc": "pnpm run -C packages/editor tsc", "editor:preview": "pnpm run -C packages/editor preview", "sdk:dev": "pnpm run -C packages/sdk dev", - "sdk:build": "pnpm run -C packages/sdk build" + "sdk:build": "pnpm run -C packages/sdk build", + "examples:dev": "pnpm run -C packages/examples dev", + "examples:build": "pnpm run -C packages/examples build" }, "engines": { "node": ">=23.0.0" diff --git a/packages/docs/package.json b/packages/docs/package.json index d126085..70b6560 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -16,8 +16,8 @@ "@vuepress/bundler-vite": "^2.0.0-rc.24", "http-server": "^14.1.1", "sass-embedded": "^1.85.0", - "typescript": "^5.7.3", - "vue": "^3.5.13", + "typescript": "catalog:", + "vue": "catalog:", "vuepress": "^2.0.0-rc.24", "vuepress-theme-plume": "^1.0.0-rc.164" } diff --git a/packages/editor/package.json b/packages/editor/package.json index ab8b0ec..75f21ec 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -28,11 +28,11 @@ "keyframe-resample": "^0.1.0", "meshoptimizer": "^0.23.0", "monaco-editor": "^0.52.2", - "naive-ui": "^2.41.0", + "naive-ui": "catalog:", "pinia": "^2.1.4", "three": "catalog:", - "vite-plugin-static-copy": "^3.1.0", - "vue": "^3.5.13", + "vite-plugin-static-copy": "catalog:", + "vue": "catalog:", "vue-i18n": "^11.1.2", "vue-router": "^4.3.2" }, @@ -42,7 +42,7 @@ "@types/three": "catalog:", "@unocss/preset-attributify": "^0.46.5", "@unocss/preset-icons": "^0.46.5", - "@vitejs/plugin-vue": "^5.2.3", + "@vitejs/plugin-vue":"catalog:", "dotenv": "^16.3.1", "less": "^4.3.0", "typescript": "catalog:", diff --git a/packages/editor/src/language/zh-CN-en-US.ts b/packages/editor/src/language/zh-CN-en-US.ts index 2063112..9892eed 100644 --- a/packages/editor/src/language/zh-CN-en-US.ts +++ b/packages/editor/src/language/zh-CN-en-US.ts @@ -910,7 +910,6 @@ export default { "Sphere": '球体', "Plane": '平面', "Ring": '环', - "Polyhedron": '多面体', "Tetrahedron": '四面体', "Octahedron": '八面体', "Dodecahedron": '十二面体', diff --git a/packages/editor/vite.config.ts b/packages/editor/vite.config.ts index c3796e3..ad1a599 100644 --- a/packages/editor/vite.config.ts +++ b/packages/editor/vite.config.ts @@ -5,12 +5,12 @@ import vue from '@vitejs/plugin-vue'; import Unocss from 'unocss/vite'; // import cesium from 'vite-plugin-cesium'; import mkcert from 'vite-plugin-mkcert'; -import { viteStaticCopy } from 'vite-plugin-static-copy' +import { viteStaticCopy } from 'vite-plugin-static-copy'; // 用于生成渐进式 Web 应用 // import { VitePWA } from 'vite-plugin-pwa'; // 自动按需引入Naive UI组件 -import Components from 'unplugin-vue-components/vite' -import { NaiveUiResolver } from 'unplugin-vue-components/resolvers' +import Components from 'unplugin-vue-components/vite'; +import { NaiveUiResolver } from 'unplugin-vue-components/resolvers'; import {wrapperEnv, createPlugins} from "@astral3d/build-vite-plugins"; export default defineConfig(async ({mode, command}) => { @@ -75,7 +75,7 @@ export default defineConfig(async ({mode, command}) => { vue: ['vue', 'vue-router', 'pinia'], i18n: ['vue-i18n'], ui: ['naive-ui'], - pinia: ['@astral3d/engine'] + astral3d: ['@astral3d/engine'] }, } } diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 4f86254..a2015bb 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "@astral3d/build-vite-plugins": "workspace:^", - "@types/node": "^18.11.9", + "@types/node": "catalog:", "@types/three": "catalog:", "rollup-plugin-visualizer": "catalog:", "typescript": "catalog:", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4a9e29a..702b545 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,9 +6,18 @@ settings: catalogs: default: + '@types/node': + specifier: ^24.6.0 + version: 24.7.0 '@types/three': specifier: 0.176.0 version: 0.176.0 + '@vitejs/plugin-vue': + specifier: ^6.0.1 + version: 6.0.1 + naive-ui: + specifier: ^2.43.1 + version: 2.43.1 rollup-plugin-visualizer: specifier: ^6.0.1 version: 6.0.1 @@ -21,6 +30,12 @@ catalogs: vite: specifier: ^6.2.5 version: 6.3.2 + vite-plugin-static-copy: + specifier: ^3.1.0 + version: 3.1.0 + vue: + specifier: ^3.5.22 + version: 3.5.22 importers: @@ -45,25 +60,25 @@ importers: version: 5.8.3 unplugin-config: specifier: ^0.1.5 - version: 0.1.5(esbuild@0.25.10)(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)) + version: 0.1.5(esbuild@0.25.10)(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)) vite: specifier: 'catalog:' - version: 6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) + version: 6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) vite-plugin-compression: specifier: ^0.5.1 - version: 0.5.1(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)) + version: 0.5.1(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)) vite-plugin-enhance-log: specifier: ^0.6.2 - version: 0.6.2(@babel/core@7.26.10)(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)) + version: 0.6.2(@babel/core@7.26.10)(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)) vite-plugin-top-level-await: specifier: ^1.3.1 - version: 1.5.0(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)) + version: 1.5.0(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)) packages/docs: devDependencies: '@vuepress/bundler-vite': specifier: ^2.0.0-rc.24 - version: 2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3) + version: 2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3) http-server: specifier: ^14.1.1 version: 14.1.1 @@ -71,17 +86,17 @@ importers: specifier: ^1.85.0 version: 1.86.3 typescript: - specifier: ^5.7.3 + specifier: 'catalog:' version: 5.8.3 vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.3) + specifier: 'catalog:' + version: 3.5.22(typescript@5.8.3) vuepress: specifier: ^2.0.0-rc.24 - version: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + version: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) vuepress-theme-plume: specifier: ^1.0.0-rc.164 - version: 1.0.0-rc.164(@algolia/client-search@5.23.4)(@types/react@19.1.13)(async-validator@4.2.5)(axios@1.8.4)(markdown-it@14.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass-embedded@1.86.3)(search-insights@2.17.3)(stylus@0.64.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) + version: 1.0.0-rc.164(@algolia/client-search@5.23.4)(@types/react@19.1.13)(async-validator@4.2.5)(axios@1.8.4)(markdown-it@14.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass-embedded@1.86.3)(search-insights@2.17.3)(stylus@0.64.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) packages/editor: dependencies: @@ -108,7 +123,7 @@ importers: version: 0.12.0 '@vueuse/core': specifier: ^13.2.0 - version: 13.2.0(vue@3.5.13(typescript@5.8.3)) + version: 13.2.0(vue@3.5.22(typescript@5.8.3)) animate.css: specifier: ^4.1.1 version: 4.1.1 @@ -131,26 +146,26 @@ importers: specifier: ^0.52.2 version: 0.52.2 naive-ui: - specifier: ^2.41.0 - version: 2.41.0(vue@3.5.13(typescript@5.8.3)) + specifier: 'catalog:' + version: 2.43.1(vue@3.5.22(typescript@5.8.3)) pinia: specifier: ^2.1.4 - version: 2.3.1(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + version: 2.3.1(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) three: specifier: 'catalog:' version: 0.176.0 vite-plugin-static-copy: - specifier: ^3.1.0 - version: 3.1.0(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)) + specifier: 'catalog:' + version: 3.1.0(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)) vue: - specifier: ^3.5.13 - version: 3.5.13(typescript@5.8.3) + specifier: 'catalog:' + version: 3.5.22(typescript@5.8.3) vue-i18n: specifier: ^11.1.2 - version: 11.1.3(vue@3.5.13(typescript@5.8.3)) + version: 11.1.3(vue@3.5.22(typescript@5.8.3)) vue-router: specifier: ^4.3.2 - version: 4.5.0(vue@3.5.13(typescript@5.8.3)) + version: 4.5.0(vue@3.5.22(typescript@5.8.3)) devDependencies: '@astral3d/build-vite-plugins': specifier: workspace:^ @@ -168,8 +183,8 @@ importers: specifier: ^0.46.5 version: 0.46.5 '@vitejs/plugin-vue': - specifier: ^5.2.3 - version: 5.2.3(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.13(typescript@5.8.3)) + specifier: 'catalog:' + version: 6.0.1(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.22(typescript@5.8.3)) dotenv: specifier: ^16.3.1 version: 16.5.0 @@ -181,22 +196,56 @@ importers: version: 5.8.3 unocss: specifier: ^66.1.0-beta.12 - version: 66.1.0-beta.12(postcss@8.5.6)(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.13(typescript@5.8.3)) + version: 66.1.0-beta.12(postcss@8.5.6)(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.22(typescript@5.8.3)) unplugin-vue-components: specifier: ^0.27.3 - version: 0.27.5(@babel/parser@7.28.4)(rollup@4.44.2)(vue@3.5.13(typescript@5.8.3)) + version: 0.27.5(@babel/parser@7.28.4)(rollup@4.44.2)(vue@3.5.22(typescript@5.8.3)) vite: specifier: 'catalog:' - version: 6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) + version: 6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) vite-plugin-cesium: specifier: ^1.2.22 - version: 1.2.23(cesium@1.128.0)(rollup@4.44.2)(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)) + version: 1.2.23(cesium@1.128.0)(rollup@4.44.2)(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)) vite-plugin-mkcert: specifier: ^1.16.0 - version: 1.17.8(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)) + version: 1.17.8(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)) vite-plugin-pwa: specifier: ^0.21.2 - version: 0.21.2(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(workbox-build@7.3.0)(workbox-window@7.3.0) + version: 0.21.2(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(workbox-build@7.3.0)(workbox-window@7.3.0) + + packages/examples: + dependencies: + '@astral3d/engine': + specifier: workspace:^ + version: link:../sdk + '@vue/repl': + specifier: ^4.7.0 + version: 4.7.0 + naive-ui: + specifier: 'catalog:' + version: 2.43.1(vue@3.5.22(typescript@5.8.3)) + vite-plugin-static-copy: + specifier: 'catalog:' + version: 3.1.0(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)) + vue: + specifier: 'catalog:' + version: 3.5.22(typescript@5.8.3) + devDependencies: + '@types/node': + specifier: 'catalog:' + version: 24.7.0 + '@vitejs/plugin-vue': + specifier: 'catalog:' + version: 6.0.1(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.22(typescript@5.8.3)) + '@vue/tsconfig': + specifier: ^0.8.1 + version: 0.8.1(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) + typescript: + specifier: 'catalog:' + version: 5.8.3 + vite: + specifier: 'catalog:' + version: 6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) packages/sdk: dependencies: @@ -247,8 +296,8 @@ importers: specifier: workspace:^ version: link:../../common/build '@types/node': - specifier: ^18.11.9 - version: 18.19.86 + specifier: 'catalog:' + version: 24.7.0 '@types/three': specifier: 'catalog:' version: 0.176.0 @@ -260,10 +309,10 @@ importers: version: 5.8.3 vite: specifier: 'catalog:' - version: 6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) + version: 6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) vite-plugin-dts: specifier: 4.0.0-beta.1 - version: 4.0.0-beta.1(@types/node@18.19.86)(rollup@4.44.2)(typescript@5.8.3)(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)) + version: 4.0.0-beta.1(@types/node@24.7.0)(rollup@4.44.2)(typescript@5.8.3)(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)) packages: @@ -1010,252 +1059,126 @@ packages: cpu: [ppc64] os: [aix] - '@esbuild/aix-ppc64@0.25.2': - resolution: {integrity: sha512-wCIboOL2yXZym2cgm6mlA742s9QeJ8DjGVaL39dLN4rRwrOgOyYSnOaFPhKZGLb2ngj4EyfAFjsNJwPXZvseag==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [aix] - '@esbuild/android-arm64@0.25.10': resolution: {integrity: sha512-LSQa7eDahypv/VO6WKohZGPSJDq5OVOo3UoFR1E4t4Gj1W7zEQMUhI+lo81H+DtB+kP+tDgBp+M4oNCwp6kffg==} engines: {node: '>=18'} cpu: [arm64] os: [android] - '@esbuild/android-arm64@0.25.2': - resolution: {integrity: sha512-5ZAX5xOmTligeBaeNEPnPaeEuah53Id2tX4c2CVP3JaROTH+j4fnfHCkr1PjXMd78hMst+TlkfKcW/DlTq0i4w==} - engines: {node: '>=18'} - cpu: [arm64] - os: [android] - '@esbuild/android-arm@0.25.10': resolution: {integrity: sha512-dQAxF1dW1C3zpeCDc5KqIYuZ1tgAdRXNoZP7vkBIRtKZPYe2xVr/d3SkirklCHudW1B45tGiUlz2pUWDfbDD4w==} engines: {node: '>=18'} cpu: [arm] os: [android] - '@esbuild/android-arm@0.25.2': - resolution: {integrity: sha512-NQhH7jFstVY5x8CKbcfa166GoV0EFkaPkCKBQkdPJFvo5u+nGXLEH/ooniLb3QI8Fk58YAx7nsPLozUWfCBOJA==} - engines: {node: '>=18'} - cpu: [arm] - os: [android] - '@esbuild/android-x64@0.25.10': resolution: {integrity: sha512-MiC9CWdPrfhibcXwr39p9ha1x0lZJ9KaVfvzA0Wxwz9ETX4v5CHfF09bx935nHlhi+MxhA63dKRRQLiVgSUtEg==} engines: {node: '>=18'} cpu: [x64] os: [android] - '@esbuild/android-x64@0.25.2': - resolution: {integrity: sha512-Ffcx+nnma8Sge4jzddPHCZVRvIfQ0kMsUsCMcJRHkGJ1cDmhe4SsrYIjLUKn1xpHZybmOqCWwB0zQvsjdEHtkg==} - engines: {node: '>=18'} - cpu: [x64] - os: [android] - '@esbuild/darwin-arm64@0.25.10': resolution: {integrity: sha512-JC74bdXcQEpW9KkV326WpZZjLguSZ3DfS8wrrvPMHgQOIEIG/sPXEN/V8IssoJhbefLRcRqw6RQH2NnpdprtMA==} engines: {node: '>=18'} cpu: [arm64] os: [darwin] - '@esbuild/darwin-arm64@0.25.2': - resolution: {integrity: sha512-MpM6LUVTXAzOvN4KbjzU/q5smzryuoNjlriAIx+06RpecwCkL9JpenNzpKd2YMzLJFOdPqBpuub6eVRP5IgiSA==} - engines: {node: '>=18'} - cpu: [arm64] - os: [darwin] - '@esbuild/darwin-x64@0.25.10': resolution: {integrity: sha512-tguWg1olF6DGqzws97pKZ8G2L7Ig1vjDmGTwcTuYHbuU6TTjJe5FXbgs5C1BBzHbJ2bo1m3WkQDbWO2PvamRcg==} engines: {node: '>=18'} cpu: [x64] os: [darwin] - '@esbuild/darwin-x64@0.25.2': - resolution: {integrity: sha512-5eRPrTX7wFyuWe8FqEFPG2cU0+butQQVNcT4sVipqjLYQjjh8a8+vUTfgBKM88ObB85ahsnTwF7PSIt6PG+QkA==} - engines: {node: '>=18'} - cpu: [x64] - os: [darwin] - '@esbuild/freebsd-arm64@0.25.10': resolution: {integrity: sha512-3ZioSQSg1HT2N05YxeJWYR+Libe3bREVSdWhEEgExWaDtyFbbXWb49QgPvFH8u03vUPX10JhJPcz7s9t9+boWg==} engines: {node: '>=18'} cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-arm64@0.25.2': - resolution: {integrity: sha512-mLwm4vXKiQ2UTSX4+ImyiPdiHjiZhIaE9QvC7sw0tZ6HoNMjYAqQpGyui5VRIi5sGd+uWq940gdCbY3VLvsO1w==} - engines: {node: '>=18'} - cpu: [arm64] - os: [freebsd] - '@esbuild/freebsd-x64@0.25.10': resolution: {integrity: sha512-LLgJfHJk014Aa4anGDbh8bmI5Lk+QidDmGzuC2D+vP7mv/GeSN+H39zOf7pN5N8p059FcOfs2bVlrRr4SK9WxA==} engines: {node: '>=18'} cpu: [x64] os: [freebsd] - '@esbuild/freebsd-x64@0.25.2': - resolution: {integrity: sha512-6qyyn6TjayJSwGpm8J9QYYGQcRgc90nmfdUb0O7pp1s4lTY+9D0H9O02v5JqGApUyiHOtkz6+1hZNvNtEhbwRQ==} - engines: {node: '>=18'} - cpu: [x64] - os: [freebsd] - '@esbuild/linux-arm64@0.25.10': resolution: {integrity: sha512-5luJWN6YKBsawd5f9i4+c+geYiVEw20FVW5x0v1kEMWNq8UctFjDiMATBxLvmmHA4bf7F6hTRaJgtghFr9iziQ==} engines: {node: '>=18'} cpu: [arm64] os: [linux] - '@esbuild/linux-arm64@0.25.2': - resolution: {integrity: sha512-gq/sjLsOyMT19I8obBISvhoYiZIAaGF8JpeXu1u8yPv8BE5HlWYobmlsfijFIZ9hIVGYkbdFhEqC0NvM4kNO0g==} - engines: {node: '>=18'} - cpu: [arm64] - os: [linux] - '@esbuild/linux-arm@0.25.10': resolution: {integrity: sha512-oR31GtBTFYCqEBALI9r6WxoU/ZofZl962pouZRTEYECvNF/dtXKku8YXcJkhgK/beU+zedXfIzHijSRapJY3vg==} engines: {node: '>=18'} cpu: [arm] os: [linux] - '@esbuild/linux-arm@0.25.2': - resolution: {integrity: sha512-UHBRgJcmjJv5oeQF8EpTRZs/1knq6loLxTsjc3nxO9eXAPDLcWW55flrMVc97qFPbmZP31ta1AZVUKQzKTzb0g==} - engines: {node: '>=18'} - cpu: [arm] - os: [linux] - '@esbuild/linux-ia32@0.25.10': resolution: {integrity: sha512-NrSCx2Kim3EnnWgS4Txn0QGt0Xipoumb6z6sUtl5bOEZIVKhzfyp/Lyw4C1DIYvzeW/5mWYPBFJU3a/8Yr75DQ==} engines: {node: '>=18'} cpu: [ia32] os: [linux] - '@esbuild/linux-ia32@0.25.2': - resolution: {integrity: sha512-bBYCv9obgW2cBP+2ZWfjYTU+f5cxRoGGQ5SeDbYdFCAZpYWrfjjfYwvUpP8MlKbP0nwZ5gyOU/0aUzZ5HWPuvQ==} - engines: {node: '>=18'} - cpu: [ia32] - os: [linux] - '@esbuild/linux-loong64@0.25.10': resolution: {integrity: sha512-xoSphrd4AZda8+rUDDfD9J6FUMjrkTz8itpTITM4/xgerAZZcFW7Dv+sun7333IfKxGG8gAq+3NbfEMJfiY+Eg==} engines: {node: '>=18'} cpu: [loong64] os: [linux] - '@esbuild/linux-loong64@0.25.2': - resolution: {integrity: sha512-SHNGiKtvnU2dBlM5D8CXRFdd+6etgZ9dXfaPCeJtz+37PIUlixvlIhI23L5khKXs3DIzAn9V8v+qb1TRKrgT5w==} - engines: {node: '>=18'} - cpu: [loong64] - os: [linux] - '@esbuild/linux-mips64el@0.25.10': resolution: {integrity: sha512-ab6eiuCwoMmYDyTnyptoKkVS3k8fy/1Uvq7Dj5czXI6DF2GqD2ToInBI0SHOp5/X1BdZ26RKc5+qjQNGRBelRA==} engines: {node: '>=18'} cpu: [mips64el] os: [linux] - '@esbuild/linux-mips64el@0.25.2': - resolution: {integrity: sha512-hDDRlzE6rPeoj+5fsADqdUZl1OzqDYow4TB4Y/3PlKBD0ph1e6uPHzIQcv2Z65u2K0kpeByIyAjCmjn1hJgG0Q==} - engines: {node: '>=18'} - cpu: [mips64el] - os: [linux] - '@esbuild/linux-ppc64@0.25.10': resolution: {integrity: sha512-NLinzzOgZQsGpsTkEbdJTCanwA5/wozN9dSgEl12haXJBzMTpssebuXR42bthOF3z7zXFWH1AmvWunUCkBE4EA==} engines: {node: '>=18'} cpu: [ppc64] os: [linux] - '@esbuild/linux-ppc64@0.25.2': - resolution: {integrity: sha512-tsHu2RRSWzipmUi9UBDEzc0nLc4HtpZEI5Ba+Omms5456x5WaNuiG3u7xh5AO6sipnJ9r4cRWQB2tUjPyIkc6g==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [linux] - '@esbuild/linux-riscv64@0.25.10': resolution: {integrity: sha512-FE557XdZDrtX8NMIeA8LBJX3dC2M8VGXwfrQWU7LB5SLOajfJIxmSdyL/gU1m64Zs9CBKvm4UAuBp5aJ8OgnrA==} engines: {node: '>=18'} cpu: [riscv64] os: [linux] - '@esbuild/linux-riscv64@0.25.2': - resolution: {integrity: sha512-k4LtpgV7NJQOml/10uPU0s4SAXGnowi5qBSjaLWMojNCUICNu7TshqHLAEbkBdAszL5TabfvQ48kK84hyFzjnw==} - engines: {node: '>=18'} - cpu: [riscv64] - os: [linux] - '@esbuild/linux-s390x@0.25.10': resolution: {integrity: sha512-3BBSbgzuB9ajLoVZk0mGu+EHlBwkusRmeNYdqmznmMc9zGASFjSsxgkNsqmXugpPk00gJ0JNKh/97nxmjctdew==} engines: {node: '>=18'} cpu: [s390x] os: [linux] - '@esbuild/linux-s390x@0.25.2': - resolution: {integrity: sha512-GRa4IshOdvKY7M/rDpRR3gkiTNp34M0eLTaC1a08gNrh4u488aPhuZOCpkF6+2wl3zAN7L7XIpOFBhnaE3/Q8Q==} - engines: {node: '>=18'} - cpu: [s390x] - os: [linux] - '@esbuild/linux-x64@0.25.10': resolution: {integrity: sha512-QSX81KhFoZGwenVyPoberggdW1nrQZSvfVDAIUXr3WqLRZGZqWk/P4T8p2SP+de2Sr5HPcvjhcJzEiulKgnxtA==} engines: {node: '>=18'} cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.25.2': - resolution: {integrity: sha512-QInHERlqpTTZ4FRB0fROQWXcYRD64lAoiegezDunLpalZMjcUcld3YzZmVJ2H/Cp0wJRZ8Xtjtj0cEHhYc/uUg==} - engines: {node: '>=18'} - cpu: [x64] - os: [linux] - '@esbuild/netbsd-arm64@0.25.10': resolution: {integrity: sha512-AKQM3gfYfSW8XRk8DdMCzaLUFB15dTrZfnX8WXQoOUpUBQ+NaAFCP1kPS/ykbbGYz7rxn0WS48/81l9hFl3u4A==} engines: {node: '>=18'} cpu: [arm64] os: [netbsd] - '@esbuild/netbsd-arm64@0.25.2': - resolution: {integrity: sha512-talAIBoY5M8vHc6EeI2WW9d/CkiO9MQJ0IOWX8hrLhxGbro/vBXJvaQXefW2cP0z0nQVTdQ/eNyGFV1GSKrxfw==} - engines: {node: '>=18'} - cpu: [arm64] - os: [netbsd] - '@esbuild/netbsd-x64@0.25.10': resolution: {integrity: sha512-7RTytDPGU6fek/hWuN9qQpeGPBZFfB4zZgcz2VK2Z5VpdUxEI8JKYsg3JfO0n/Z1E/6l05n0unDCNc4HnhQGig==} engines: {node: '>=18'} cpu: [x64] os: [netbsd] - '@esbuild/netbsd-x64@0.25.2': - resolution: {integrity: sha512-voZT9Z+tpOxrvfKFyfDYPc4DO4rk06qamv1a/fkuzHpiVBMOhpjK+vBmWM8J1eiB3OLSMFYNaOaBNLXGChf5tg==} - engines: {node: '>=18'} - cpu: [x64] - os: [netbsd] - '@esbuild/openbsd-arm64@0.25.10': resolution: {integrity: sha512-5Se0VM9Wtq797YFn+dLimf2Zx6McttsH2olUBsDml+lm0GOCRVebRWUvDtkY4BWYv/3NgzS8b/UM3jQNh5hYyw==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-arm64@0.25.2': - resolution: {integrity: sha512-dcXYOC6NXOqcykeDlwId9kB6OkPUxOEqU+rkrYVqJbK2hagWOMrsTGsMr8+rW02M+d5Op5NNlgMmjzecaRf7Tg==} - engines: {node: '>=18'} - cpu: [arm64] - os: [openbsd] - '@esbuild/openbsd-x64@0.25.10': resolution: {integrity: sha512-XkA4frq1TLj4bEMB+2HnI0+4RnjbuGZfet2gs/LNs5Hc7D89ZQBHQ0gL2ND6Lzu1+QVkjp3x1gIcPKzRNP8bXw==} engines: {node: '>=18'} cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.25.2': - resolution: {integrity: sha512-t/TkWwahkH0Tsgoq1Ju7QfgGhArkGLkF1uYz8nQS/PPFlXbP5YgRpqQR3ARRiC2iXoLTWFxc6DJMSK10dVXluw==} - engines: {node: '>=18'} - cpu: [x64] - os: [openbsd] - '@esbuild/openharmony-arm64@0.25.10': resolution: {integrity: sha512-AVTSBhTX8Y/Fz6OmIVBip9tJzZEUcY8WLh7I59+upa5/GPhh2/aM6bvOMQySspnCCHvFi79kMtdJS1w0DXAeag==} engines: {node: '>=18'} @@ -1268,48 +1191,24 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/sunos-x64@0.25.2': - resolution: {integrity: sha512-cfZH1co2+imVdWCjd+D1gf9NjkchVhhdpgb1q5y6Hcv9TP6Zi9ZG/beI3ig8TvwT9lH9dlxLq5MQBBgwuj4xvA==} - engines: {node: '>=18'} - cpu: [x64] - os: [sunos] - '@esbuild/win32-arm64@0.25.10': resolution: {integrity: sha512-ah+9b59KDTSfpaCg6VdJoOQvKjI33nTaQr4UluQwW7aEwZQsbMCfTmfEO4VyewOxx4RaDT/xCy9ra2GPWmO7Kw==} engines: {node: '>=18'} cpu: [arm64] os: [win32] - '@esbuild/win32-arm64@0.25.2': - resolution: {integrity: sha512-7Loyjh+D/Nx/sOTzV8vfbB3GJuHdOQyrOryFdZvPHLf42Tk9ivBU5Aedi7iyX+x6rbn2Mh68T4qq1SDqJBQO5Q==} - engines: {node: '>=18'} - cpu: [arm64] - os: [win32] - '@esbuild/win32-ia32@0.25.10': resolution: {integrity: sha512-QHPDbKkrGO8/cz9LKVnJU22HOi4pxZnZhhA2HYHez5Pz4JeffhDjf85E57Oyco163GnzNCVkZK0b/n4Y0UHcSw==} engines: {node: '>=18'} cpu: [ia32] os: [win32] - '@esbuild/win32-ia32@0.25.2': - resolution: {integrity: sha512-WRJgsz9un0nqZJ4MfhabxaD9Ft8KioqU3JMinOTvobbX6MOSUigSBlogP8QB3uxpJDsFS6yN+3FDBdqE5lg9kg==} - engines: {node: '>=18'} - cpu: [ia32] - os: [win32] - '@esbuild/win32-x64@0.25.10': resolution: {integrity: sha512-9KpxSVFCu0iK1owoez6aC/s/EdUQLDN3adTxGCqxMVhrPDj6bt5dbrHDXUuq+Bs2vATFBBrQS5vdQ/Ed2P+nbw==} engines: {node: '>=18'} cpu: [x64] os: [win32] - '@esbuild/win32-x64@0.25.2': - resolution: {integrity: sha512-kM3HKb16VIXZyIeVrM1ygYmZBKybX8N4p754bw390wGO3Tf2j4L2/WYL+4suWujpgf6GBYs3jv7TyUivdd05JA==} - engines: {node: '>=18'} - cpu: [x64] - os: [win32] - '@fastify/busboy@2.1.1': resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} engines: {node: '>=14'} @@ -1933,6 +1832,9 @@ packages: '@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==} + '@rollup/plugin-babel@5.3.1': resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} engines: {node: '>= 10.0.0'} @@ -1995,223 +1897,112 @@ packages: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.40.0': - resolution: {integrity: sha512-+Fbls/diZ0RDerhE8kyC6hjADCXA1K4yVNlH0EYfd2XjyH0UGgzaQ8MlT0pCXAThfxv3QUAczHaL+qSv1E4/Cg==} - cpu: [arm] - os: [android] - '@rollup/rollup-android-arm-eabi@4.44.2': resolution: {integrity: sha512-g0dF8P1e2QYPOj1gu7s/3LVP6kze9A7m6x0BZ9iTdXK8N5c2V7cpBKHV3/9A4Zd8xxavdhK0t4PnqjkqVmUc9Q==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.40.0': - resolution: {integrity: sha512-PPA6aEEsTPRz+/4xxAmaoWDqh67N7wFbgFUJGMnanCFs0TV99M0M8QhhaSCks+n6EbQoFvLQgYOGXxlMGQe/6w==} - cpu: [arm64] - os: [android] - '@rollup/rollup-android-arm64@4.44.2': resolution: {integrity: sha512-Yt5MKrOosSbSaAK5Y4J+vSiID57sOvpBNBR6K7xAaQvk3MkcNVV0f9fE20T+41WYN8hDn6SGFlFrKudtx4EoxA==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.40.0': - resolution: {integrity: sha512-GwYOcOakYHdfnjjKwqpTGgn5a6cUX7+Ra2HeNj/GdXvO2VJOOXCiYYlRFU4CubFM67EhbmzLOmACKEfvp3J1kQ==} - cpu: [arm64] - os: [darwin] - '@rollup/rollup-darwin-arm64@4.44.2': resolution: {integrity: sha512-EsnFot9ZieM35YNA26nhbLTJBHD0jTwWpPwmRVDzjylQT6gkar+zenfb8mHxWpRrbn+WytRRjE0WKsfaxBkVUA==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.40.0': - resolution: {integrity: sha512-CoLEGJ+2eheqD9KBSxmma6ld01czS52Iw0e2qMZNpPDlf7Z9mj8xmMemxEucinev4LgHalDPczMyxzbq+Q+EtA==} - cpu: [x64] - os: [darwin] - '@rollup/rollup-darwin-x64@4.44.2': resolution: {integrity: sha512-dv/t1t1RkCvJdWWxQ2lWOO+b7cMsVw5YFaS04oHpZRWehI1h0fV1gF4wgGCTyQHHjJDfbNpwOi6PXEafRBBezw==} cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.40.0': - resolution: {integrity: sha512-r7yGiS4HN/kibvESzmrOB/PxKMhPTlz+FcGvoUIKYoTyGd5toHp48g1uZy1o1xQvybwwpqpe010JrcGG2s5nkg==} - cpu: [arm64] - os: [freebsd] - '@rollup/rollup-freebsd-arm64@4.44.2': resolution: {integrity: sha512-W4tt4BLorKND4qeHElxDoim0+BsprFTwb+vriVQnFFtT/P6v/xO5I99xvYnVzKWrK6j7Hb0yp3x7V5LUbaeOMg==} cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.40.0': - resolution: {integrity: sha512-mVDxzlf0oLzV3oZOr0SMJ0lSDd3xC4CmnWJ8Val8isp9jRGl5Dq//LLDSPFrasS7pSm6m5xAcKaw3sHXhBjoRw==} - cpu: [x64] - os: [freebsd] - '@rollup/rollup-freebsd-x64@4.44.2': resolution: {integrity: sha512-tdT1PHopokkuBVyHjvYehnIe20fxibxFCEhQP/96MDSOcyjM/shlTkZZLOufV3qO6/FQOSiJTBebhVc12JyPTA==} cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.40.0': - resolution: {integrity: sha512-y/qUMOpJxBMy8xCXD++jeu8t7kzjlOCkoxxajL58G62PJGBZVl/Gwpm7JK9+YvlB701rcQTzjUZ1JgUoPTnoQA==} - cpu: [arm] - os: [linux] - libc: [glibc] - '@rollup/rollup-linux-arm-gnueabihf@4.44.2': resolution: {integrity: sha512-+xmiDGGaSfIIOXMzkhJ++Oa0Gwvl9oXUeIiwarsdRXSe27HUIvjbSIpPxvnNsRebsNdUo7uAiQVgBD1hVriwSQ==} cpu: [arm] os: [linux] libc: [glibc] - '@rollup/rollup-linux-arm-musleabihf@4.40.0': - resolution: {integrity: sha512-GoCsPibtVdJFPv/BOIvBKO/XmwZLwaNWdyD8TKlXuqp0veo2sHE+A/vpMQ5iSArRUz/uaoj4h5S6Pn0+PdhRjg==} - cpu: [arm] - os: [linux] - libc: [musl] - '@rollup/rollup-linux-arm-musleabihf@4.44.2': resolution: {integrity: sha512-bDHvhzOfORk3wt8yxIra8N4k/N0MnKInCW5OGZaeDYa/hMrdPaJzo7CSkjKZqX4JFUWjUGm88lI6QJLCM7lDrA==} cpu: [arm] os: [linux] libc: [musl] - '@rollup/rollup-linux-arm64-gnu@4.40.0': - resolution: {integrity: sha512-L5ZLphTjjAD9leJzSLI7rr8fNqJMlGDKlazW2tX4IUF9P7R5TMQPElpH82Q7eNIDQnQlAyiNVfRPfP2vM5Avvg==} - cpu: [arm64] - os: [linux] - libc: [glibc] - '@rollup/rollup-linux-arm64-gnu@4.44.2': resolution: {integrity: sha512-NMsDEsDiYghTbeZWEGnNi4F0hSbGnsuOG+VnNvxkKg0IGDvFh7UVpM/14mnMwxRxUf9AdAVJgHPvKXf6FpMB7A==} cpu: [arm64] os: [linux] libc: [glibc] - '@rollup/rollup-linux-arm64-musl@4.40.0': - resolution: {integrity: sha512-ATZvCRGCDtv1Y4gpDIXsS+wfFeFuLwVxyUBSLawjgXK2tRE6fnsQEkE4csQQYWlBlsFztRzCnBvWVfcae/1qxQ==} - cpu: [arm64] - os: [linux] - libc: [musl] - '@rollup/rollup-linux-arm64-musl@4.44.2': resolution: {integrity: sha512-lb5bxXnxXglVq+7imxykIp5xMq+idehfl+wOgiiix0191av84OqbjUED+PRC5OA8eFJYj5xAGcpAZ0pF2MnW+A==} cpu: [arm64] os: [linux] libc: [musl] - '@rollup/rollup-linux-loongarch64-gnu@4.40.0': - resolution: {integrity: sha512-wG9e2XtIhd++QugU5MD9i7OnpaVb08ji3P1y/hNbxrQ3sYEelKJOq1UJ5dXczeo6Hj2rfDEL5GdtkMSVLa/AOg==} - cpu: [loong64] - os: [linux] - libc: [glibc] - '@rollup/rollup-linux-loongarch64-gnu@4.44.2': resolution: {integrity: sha512-Yl5Rdpf9pIc4GW1PmkUGHdMtbx0fBLE1//SxDmuf3X0dUC57+zMepow2LK0V21661cjXdTn8hO2tXDdAWAqE5g==} cpu: [loong64] os: [linux] libc: [glibc] - '@rollup/rollup-linux-powerpc64le-gnu@4.40.0': - resolution: {integrity: sha512-vgXfWmj0f3jAUvC7TZSU/m/cOE558ILWDzS7jBhiCAFpY2WEBn5jqgbqvmzlMjtp8KlLcBlXVD2mkTSEQE6Ixw==} - cpu: [ppc64] - os: [linux] - libc: [glibc] - '@rollup/rollup-linux-powerpc64le-gnu@4.44.2': resolution: {integrity: sha512-03vUDH+w55s680YYryyr78jsO1RWU9ocRMaeV2vMniJJW/6HhoTBwyyiiTPVHNWLnhsnwcQ0oH3S9JSBEKuyqw==} cpu: [ppc64] os: [linux] libc: [glibc] - '@rollup/rollup-linux-riscv64-gnu@4.40.0': - resolution: {integrity: sha512-uJkYTugqtPZBS3Z136arevt/FsKTF/J9dEMTX/cwR7lsAW4bShzI2R0pJVw+hcBTWF4dxVckYh72Hk3/hWNKvA==} - cpu: [riscv64] - os: [linux] - libc: [glibc] - '@rollup/rollup-linux-riscv64-gnu@4.44.2': resolution: {integrity: sha512-iYtAqBg5eEMG4dEfVlkqo05xMOk6y/JXIToRca2bAWuqjrJYJlx/I7+Z+4hSrsWU8GdJDFPL4ktV3dy4yBSrzg==} cpu: [riscv64] os: [linux] libc: [glibc] - '@rollup/rollup-linux-riscv64-musl@4.40.0': - resolution: {integrity: sha512-rKmSj6EXQRnhSkE22+WvrqOqRtk733x3p5sWpZilhmjnkHkpeCgWsFFo0dGnUGeA+OZjRl3+VYq+HyCOEuwcxQ==} - cpu: [riscv64] - os: [linux] - libc: [musl] - '@rollup/rollup-linux-riscv64-musl@4.44.2': resolution: {integrity: sha512-e6vEbgaaqz2yEHqtkPXa28fFuBGmUJ0N2dOJK8YUfijejInt9gfCSA7YDdJ4nYlv67JfP3+PSWFX4IVw/xRIPg==} cpu: [riscv64] os: [linux] libc: [musl] - '@rollup/rollup-linux-s390x-gnu@4.40.0': - resolution: {integrity: sha512-SpnYlAfKPOoVsQqmTFJ0usx0z84bzGOS9anAC0AZ3rdSo3snecihbhFTlJZ8XMwzqAcodjFU4+/SM311dqE5Sw==} - cpu: [s390x] - os: [linux] - libc: [glibc] - '@rollup/rollup-linux-s390x-gnu@4.44.2': resolution: {integrity: sha512-evFOtkmVdY3udE+0QKrV5wBx7bKI0iHz5yEVx5WqDJkxp9YQefy4Mpx3RajIVcM6o7jxTvVd/qpC1IXUhGc1Mw==} cpu: [s390x] os: [linux] libc: [glibc] - '@rollup/rollup-linux-x64-gnu@4.40.0': - resolution: {integrity: sha512-RcDGMtqF9EFN8i2RYN2W+64CdHruJ5rPqrlYw+cgM3uOVPSsnAQps7cpjXe9be/yDp8UC7VLoCoKC8J3Kn2FkQ==} - cpu: [x64] - os: [linux] - libc: [glibc] - '@rollup/rollup-linux-x64-gnu@4.44.2': resolution: {integrity: sha512-/bXb0bEsWMyEkIsUL2Yt5nFB5naLAwyOWMEviQfQY1x3l5WsLKgvZf66TM7UTfED6erckUVUJQ/jJ1FSpm3pRQ==} cpu: [x64] os: [linux] libc: [glibc] - '@rollup/rollup-linux-x64-musl@4.40.0': - resolution: {integrity: sha512-HZvjpiUmSNx5zFgwtQAV1GaGazT2RWvqeDi0hV+AtC8unqqDSsaFjPxfsO6qPtKRRg25SisACWnJ37Yio8ttaw==} - cpu: [x64] - os: [linux] - libc: [musl] - '@rollup/rollup-linux-x64-musl@4.44.2': resolution: {integrity: sha512-3D3OB1vSSBXmkGEZR27uiMRNiwN08/RVAcBKwhUYPaiZ8bcvdeEwWPvbnXvvXHY+A/7xluzcN+kaiOFNiOZwWg==} cpu: [x64] os: [linux] libc: [musl] - '@rollup/rollup-win32-arm64-msvc@4.40.0': - resolution: {integrity: sha512-UtZQQI5k/b8d7d3i9AZmA/t+Q4tk3hOC0tMOMSq2GlMYOfxbesxG4mJSeDp0EHs30N9bsfwUvs3zF4v/RzOeTQ==} - cpu: [arm64] - os: [win32] - '@rollup/rollup-win32-arm64-msvc@4.44.2': resolution: {integrity: sha512-VfU0fsMK+rwdK8mwODqYeM2hDrF2WiHaSmCBrS7gColkQft95/8tphyzv2EupVxn3iE0FI78wzffoULH1G+dkw==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.40.0': - resolution: {integrity: sha512-+m03kvI2f5syIqHXCZLPVYplP8pQch9JHyXKZ3AGMKlg8dCyr2PKHjwRLiW53LTrN/Nc3EqHOKxUxzoSPdKddA==} - cpu: [ia32] - os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.44.2': resolution: {integrity: sha512-+qMUrkbUurpE6DVRjiJCNGZBGo9xM4Y0FXU5cjgudWqIBWbcLkjE3XprJUsOFgC6xjBClwVa9k6O3A7K3vxb5Q==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.40.0': - resolution: {integrity: sha512-lpPE1cLfP5oPzVjKMx10pgBmKELQnFJXHgvtHCtuJWOv8MxqdEIMNtgHgBFf7Ea2/7EuVwa9fodWUfXAlXZLZQ==} - cpu: [x64] - os: [win32] - '@rollup/rollup-win32-x64-msvc@4.44.2': resolution: {integrity: sha512-3+QZROYfJ25PDcxFF66UEk8jGWigHJeecZILvkPkyQN7oc5BvFo4YEXFkOs154j3FTMp9mn9Ky8RCOwastduEA==} cpu: [x64] @@ -2422,6 +2213,9 @@ packages: '@types/node@18.19.86': resolution: {integrity: sha512-fifKayi175wLyKyc5qUfyENhQ1dCNI1UNjp653d8kuYcPQN5JhX3dGuP/XmvPTg/xRBn1VTLpbmi+H/Mr7tLfQ==} + '@types/node@24.7.0': + resolution: {integrity: sha512-IbKooQVqUBrlzWTi79E8Fw78l8k1RNtlDDNWsFZs7XonuQSJ8oNYfEeclhprUldXISRMLzBpILuKgPlIxm+/Yw==} + '@types/picomatch@4.0.2': resolution: {integrity: sha512-qHHxQ+P9PysNEGbALT8f8YOSHW0KJu6l2xU8DYY0fu/EmGxXdVnuTLvFUvBgPJMSqXq29SYHveejeAha+4AYgA==} @@ -2564,13 +2358,6 @@ packages: '@vicons/ionicons5@0.12.0': resolution: {integrity: sha512-Iy1EUVRpX0WWxeu1VIReR1zsZLMc4fqpt223czR+Rpnrwu7pt46nbnC2ycO7ItI/uqDLJxnbcMC7FujKs9IfFA==} - '@vitejs/plugin-vue@5.2.3': - resolution: {integrity: sha512-IYSLEQj4LgZZuoVpdSUCw3dIynTWQgPlaRP6iAvMle4My0HdYwr5g5wQAfwOeHQBmYwEkqF70nRpSilr6PoUDg==} - engines: {node: ^18.0.0 || >=20.0.0} - peerDependencies: - 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==} engines: {node: ^20.19.0 || >=22.12.0} @@ -2578,6 +2365,13 @@ packages: vite: ^5.0.0 || ^6.0.0 || ^7.0.0 vue: ^3.2.25 + '@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 + vue: ^3.2.25 + '@volar/language-core@2.2.5': resolution: {integrity: sha512-2htyAuxRrAgETmFeUhT4XLELk3LiEcqoW/B8YUXMF6BrGWLMwIR09MFaZYvrA2UhbdAeSyeQ726HaWSWkexUcQ==} @@ -2608,15 +2402,9 @@ packages: '@vue/compiler-dom@3.5.22': resolution: {integrity: sha512-W8RknzUM1BLkypvdz10OVsGxnMAuSIZs9Wdx1vzA3mL5fNMN15rhrSCLiTm6blWeACwUwizzPVqGJgOGBEN/hA==} - '@vue/compiler-sfc@3.5.13': - resolution: {integrity: sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==} - '@vue/compiler-sfc@3.5.22': resolution: {integrity: sha512-tbTR1zKGce4Lj+JLzFXDq36K4vcSZbJ1RBu8FxcDv1IGRz//Dh2EBqksyGVypz3kXpshIfWKGOCcqpSbyGWRJQ==} - '@vue/compiler-ssr@3.5.13': - resolution: {integrity: sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==} - '@vue/compiler-ssr@3.5.22': resolution: {integrity: sha512-GdgyLvg4R+7T8Nk2Mlighx7XGxq/fJf9jaVofc3IL0EPesTE86cP/8DD1lT3h1JeZr2ySBvyqKQJgbS54IX1Ww==} @@ -2649,29 +2437,18 @@ packages: typescript: optional: true - '@vue/reactivity@3.5.13': - resolution: {integrity: sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==} - '@vue/reactivity@3.5.22': resolution: {integrity: sha512-f2Wux4v/Z2pqc9+4SmgZC1p73Z53fyD90NFWXiX9AKVnVBEvLFOWCEgJD3GdGnlxPZt01PSlfmLqbLYzY/Fw4A==} - '@vue/runtime-core@3.5.13': - resolution: {integrity: sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==} + '@vue/repl@4.7.0': + resolution: {integrity: sha512-1veaAsfO6xYLblo8jr2hQDlegdPjaCZkchZuG7PRhC9zX0bN2aLenu2rT7AEPAXDXK0OXCsB2+WIUevOTyMvLg==} '@vue/runtime-core@3.5.22': resolution: {integrity: sha512-EHo4W/eiYeAzRTN5PCextDUZ0dMs9I8mQ2Fy+OkzvRPUYQEyK9yAjbasrMCXbLNhF7P0OUyivLjIy0yc6VrLJQ==} - '@vue/runtime-dom@3.5.13': - resolution: {integrity: sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==} - '@vue/runtime-dom@3.5.22': resolution: {integrity: sha512-Av60jsryAkI023PlN7LsqrfPvwfxOd2yAwtReCjeuugTJTkgrksYJJstg1e12qle0NarkfhfFu1ox2D+cQotww==} - '@vue/server-renderer@3.5.13': - resolution: {integrity: sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==} - peerDependencies: - vue: 3.5.13 - '@vue/server-renderer@3.5.22': resolution: {integrity: sha512-gXjo+ao0oHYTSswF+a3KRHZ1WszxIqO7u6XwNHqcqb9JfyIL/pbWrrh/xLv7jeDqla9u+LK7yfZKHih1e1RKAQ==} peerDependencies: @@ -2686,6 +2463,17 @@ packages: '@vue/shared@3.5.22': resolution: {integrity: sha512-F4yc6palwq3TT0u+FYf0Ns4Tfl9GRFURDN2gWG7L1ecIaS/4fCIuFOjMTnCyjsu/OK6vaDKLCrGAa+KvvH+h4w==} + '@vue/tsconfig@0.8.1': + resolution: {integrity: sha512-aK7feIWPXFSUhsCP9PFqPyFOcz4ENkb8hZ2pneL6m2UjCkccvaOhC/5KCKluuBufvp2KzkbdA2W2pk20vLzu3g==} + peerDependencies: + typescript: 5.x + vue: ^3.4.0 + peerDependenciesMeta: + typescript: + optional: true + vue: + optional: true + '@vuepress-plume/plugin-fonts@1.0.0-rc.164': resolution: {integrity: sha512-DJVXo5lxHf3rNXfhXxTocCARnKs8X2if4dfTKsArIdY4je7LnB4YoIohy8broHoxUGNkiBNfS8cpdZfSdn5DwQ==} peerDependencies: @@ -3574,11 +3362,6 @@ packages: engines: {node: '>=18'} hasBin: true - esbuild@0.25.2: - resolution: {integrity: sha512-16854zccKPnC+toMywC+uKNeYSv+/eXkevRAfwRD/G9Cleq66m8XFIrigkbvauLLlCfDL45Q2cWegSg53gGBnQ==} - engines: {node: '>=18'} - hasBin: true - escalade@3.2.0: resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} engines: {node: '>=6'} @@ -4466,8 +4249,8 @@ packages: muggle-string@0.4.1: resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==} - naive-ui@2.41.0: - resolution: {integrity: sha512-KnmLg+xPLwXV8QVR7ZZ69eCjvel7R5vru8+eFe4VoAJHEgqAJgVph6Zno9K2IVQRpSF3GBGea3tjavslOR4FAA==} + naive-ui@2.43.1: + resolution: {integrity: sha512-w52W0mOhdOGt4uucFSZmP0DI44PCsFyuxeLSs9aoUThfIuxms90MYjv46Qrr7xprjyJRw5RU6vYpCx4o9ind3A==} peerDependencies: vue: ^3.0.0 @@ -4719,10 +4502,6 @@ packages: postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - 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} @@ -4932,11 +4711,6 @@ packages: engines: {node: '>=10.0.0'} hasBin: true - rollup@4.40.0: - resolution: {integrity: sha512-Noe455xmA96nnqH5piFtLobsGbCij7Tu+tb3c1vYjNbTkfzGqXqQXG3wJaYXkRZuQ0vEYN4bhwg7QnIrqB5B+w==} - engines: {node: '>=18.0.0', npm: '>=8.0.0'} - hasBin: true - rollup@4.44.2: resolution: {integrity: sha512-PVoapzTwSEcelaWGth3uR66u7ZRo6qhPHc0f2uRO9fX6XDVNrIiGYS0Pj9+R8yIIYSD/mCx2b16Ws9itljKSPg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} @@ -5532,6 +5306,9 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@7.14.0: + resolution: {integrity: sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==} + undici@5.29.0: resolution: {integrity: sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==} engines: {node: '>=14.0'} @@ -5895,14 +5672,6 @@ packages: peerDependencies: typescript: '*' - vue@3.5.13: - resolution: {integrity: sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - vue@3.5.22: resolution: {integrity: sha512-toaZjQ3a/G/mYaLSbV+QsQhIdMo9x5rrqIpYRObsJ6T/J+RyCSFwN2LHNVH9v8uIcljDNa3QzPVdv3Y6b9hAJQ==} peerDependencies: @@ -5981,8 +5750,8 @@ packages: '@vuepress/bundler-webpack': optional: true - vueuc@0.4.64: - resolution: {integrity: sha512-wlJQj7fIwKK2pOEoOq4Aro8JdPOGpX8aWQhV8YkTW9OgWD2uj2O8ANzvSsIGjx7LTOc7QbS7sXdxHi6XvRnHPA==} + vueuc@0.4.65: + resolution: {integrity: sha512-lXuMl+8gsBmruudfxnMF9HW4be8rFziylXFu1VHVNbLVhRTXXV4njvpRuJapD/8q+oFEMSfQMH16E/85VoWRyQ==} peerDependencies: vue: ^3.0.11 @@ -7050,9 +6819,9 @@ snapshots: dependencies: css-render: 0.15.14 - '@css-render/vue3-ssr@0.15.14(vue@3.5.13(typescript@5.8.3))': + '@css-render/vue3-ssr@0.15.14(vue@3.5.22(typescript@5.8.3))': dependencies: - vue: 3.5.13(typescript@5.8.3) + vue: 3.5.22(typescript@5.8.3) '@csstools/color-helpers@5.0.2': {} @@ -7115,156 +6884,81 @@ snapshots: '@esbuild/aix-ppc64@0.25.10': optional: true - '@esbuild/aix-ppc64@0.25.2': - optional: true - '@esbuild/android-arm64@0.25.10': optional: true - '@esbuild/android-arm64@0.25.2': - optional: true - '@esbuild/android-arm@0.25.10': optional: true - '@esbuild/android-arm@0.25.2': - optional: true - '@esbuild/android-x64@0.25.10': optional: true - '@esbuild/android-x64@0.25.2': - optional: true - '@esbuild/darwin-arm64@0.25.10': optional: true - '@esbuild/darwin-arm64@0.25.2': - optional: true - '@esbuild/darwin-x64@0.25.10': optional: true - '@esbuild/darwin-x64@0.25.2': - optional: true - '@esbuild/freebsd-arm64@0.25.10': optional: true - '@esbuild/freebsd-arm64@0.25.2': - optional: true - '@esbuild/freebsd-x64@0.25.10': optional: true - '@esbuild/freebsd-x64@0.25.2': - optional: true - '@esbuild/linux-arm64@0.25.10': optional: true - '@esbuild/linux-arm64@0.25.2': - optional: true - '@esbuild/linux-arm@0.25.10': optional: true - '@esbuild/linux-arm@0.25.2': - optional: true - '@esbuild/linux-ia32@0.25.10': optional: true - '@esbuild/linux-ia32@0.25.2': - optional: true - '@esbuild/linux-loong64@0.25.10': optional: true - '@esbuild/linux-loong64@0.25.2': - optional: true - '@esbuild/linux-mips64el@0.25.10': optional: true - '@esbuild/linux-mips64el@0.25.2': - optional: true - '@esbuild/linux-ppc64@0.25.10': optional: true - '@esbuild/linux-ppc64@0.25.2': - optional: true - '@esbuild/linux-riscv64@0.25.10': optional: true - '@esbuild/linux-riscv64@0.25.2': - optional: true - '@esbuild/linux-s390x@0.25.10': optional: true - '@esbuild/linux-s390x@0.25.2': - optional: true - '@esbuild/linux-x64@0.25.10': optional: true - '@esbuild/linux-x64@0.25.2': - optional: true - '@esbuild/netbsd-arm64@0.25.10': optional: true - '@esbuild/netbsd-arm64@0.25.2': - optional: true - '@esbuild/netbsd-x64@0.25.10': optional: true - '@esbuild/netbsd-x64@0.25.2': - optional: true - '@esbuild/openbsd-arm64@0.25.10': optional: true - '@esbuild/openbsd-arm64@0.25.2': - optional: true - '@esbuild/openbsd-x64@0.25.10': optional: true - '@esbuild/openbsd-x64@0.25.2': - optional: true - '@esbuild/openharmony-arm64@0.25.10': optional: true '@esbuild/sunos-x64@0.25.10': optional: true - '@esbuild/sunos-x64@0.25.2': - optional: true - '@esbuild/win32-arm64@0.25.10': optional: true - '@esbuild/win32-arm64@0.25.2': - optional: true - '@esbuild/win32-ia32@0.25.10': optional: true - '@esbuild/win32-ia32@0.25.2': - optional: true - '@esbuild/win32-x64@0.25.10': optional: true - '@esbuild/win32-x64@0.25.2': - optional: true - '@fastify/busboy@2.1.1': {} '@gltf-transform/core@4.1.3': @@ -7680,23 +7374,23 @@ snapshots: optionalDependencies: markdown-it: 14.1.0 - '@microsoft/api-extractor-model@7.29.3(@types/node@18.19.86)': + '@microsoft/api-extractor-model@7.29.3(@types/node@24.7.0)': dependencies: '@microsoft/tsdoc': 0.15.1 '@microsoft/tsdoc-config': 0.17.1 - '@rushstack/node-core-library': 5.5.0(@types/node@18.19.86) + '@rushstack/node-core-library': 5.5.0(@types/node@24.7.0) transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.47.2(@types/node@18.19.86)': + '@microsoft/api-extractor@7.47.2(@types/node@24.7.0)': dependencies: - '@microsoft/api-extractor-model': 7.29.3(@types/node@18.19.86) + '@microsoft/api-extractor-model': 7.29.3(@types/node@24.7.0) '@microsoft/tsdoc': 0.15.1 '@microsoft/tsdoc-config': 0.17.1 - '@rushstack/node-core-library': 5.5.0(@types/node@18.19.86) + '@rushstack/node-core-library': 5.5.0(@types/node@24.7.0) '@rushstack/rig-package': 0.5.2 - '@rushstack/terminal': 0.13.2(@types/node@18.19.86) - '@rushstack/ts-command-line': 4.22.2(@types/node@18.19.86) + '@rushstack/terminal': 0.13.2(@types/node@24.7.0) + '@rushstack/ts-command-line': 4.22.2(@types/node@24.7.0) lodash: 4.17.21 minimatch: 3.0.8 resolve: 1.22.10 @@ -7847,6 +7541,8 @@ snapshots: '@rolldown/pluginutils@1.0.0-beta.19': {} + '@rolldown/pluginutils@1.0.0-beta.29': {} + '@rollup/plugin-babel@5.3.1(@babel/core@7.26.10)(rollup@2.79.2)': dependencies: '@babel/core': 7.26.10 @@ -7910,127 +7606,67 @@ snapshots: optionalDependencies: rollup: 4.44.2 - '@rollup/rollup-android-arm-eabi@4.40.0': - optional: true - '@rollup/rollup-android-arm-eabi@4.44.2': optional: true - '@rollup/rollup-android-arm64@4.40.0': - optional: true - '@rollup/rollup-android-arm64@4.44.2': optional: true - '@rollup/rollup-darwin-arm64@4.40.0': - optional: true - '@rollup/rollup-darwin-arm64@4.44.2': optional: true - '@rollup/rollup-darwin-x64@4.40.0': - optional: true - '@rollup/rollup-darwin-x64@4.44.2': optional: true - '@rollup/rollup-freebsd-arm64@4.40.0': - optional: true - '@rollup/rollup-freebsd-arm64@4.44.2': optional: true - '@rollup/rollup-freebsd-x64@4.40.0': - optional: true - '@rollup/rollup-freebsd-x64@4.44.2': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.40.0': - optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.44.2': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.40.0': - optional: true - '@rollup/rollup-linux-arm-musleabihf@4.44.2': optional: true - '@rollup/rollup-linux-arm64-gnu@4.40.0': - optional: true - '@rollup/rollup-linux-arm64-gnu@4.44.2': optional: true - '@rollup/rollup-linux-arm64-musl@4.40.0': - optional: true - '@rollup/rollup-linux-arm64-musl@4.44.2': optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.40.0': - optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.44.2': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.40.0': - optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.44.2': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.40.0': - optional: true - '@rollup/rollup-linux-riscv64-gnu@4.44.2': optional: true - '@rollup/rollup-linux-riscv64-musl@4.40.0': - optional: true - '@rollup/rollup-linux-riscv64-musl@4.44.2': optional: true - '@rollup/rollup-linux-s390x-gnu@4.40.0': - optional: true - '@rollup/rollup-linux-s390x-gnu@4.44.2': optional: true - '@rollup/rollup-linux-x64-gnu@4.40.0': - optional: true - '@rollup/rollup-linux-x64-gnu@4.44.2': optional: true - '@rollup/rollup-linux-x64-musl@4.40.0': - optional: true - '@rollup/rollup-linux-x64-musl@4.44.2': optional: true - '@rollup/rollup-win32-arm64-msvc@4.40.0': - optional: true - '@rollup/rollup-win32-arm64-msvc@4.44.2': optional: true - '@rollup/rollup-win32-ia32-msvc@4.40.0': - optional: true - '@rollup/rollup-win32-ia32-msvc@4.44.2': optional: true - '@rollup/rollup-win32-x64-msvc@4.40.0': - optional: true - '@rollup/rollup-win32-x64-msvc@4.44.2': optional: true - '@rushstack/node-core-library@5.5.0(@types/node@18.19.86)': + '@rushstack/node-core-library@5.5.0(@types/node@24.7.0)': dependencies: ajv: 8.13.0 ajv-draft-04: 1.0.0(ajv@8.13.0) @@ -8041,23 +7677,23 @@ snapshots: resolve: 1.22.10 semver: 7.5.4 optionalDependencies: - '@types/node': 18.19.86 + '@types/node': 24.7.0 '@rushstack/rig-package@0.5.2': dependencies: resolve: 1.22.10 strip-json-comments: 3.1.1 - '@rushstack/terminal@0.13.2(@types/node@18.19.86)': + '@rushstack/terminal@0.13.2(@types/node@24.7.0)': dependencies: - '@rushstack/node-core-library': 5.5.0(@types/node@18.19.86) + '@rushstack/node-core-library': 5.5.0(@types/node@24.7.0) supports-color: 8.1.1 optionalDependencies: - '@types/node': 18.19.86 + '@types/node': 24.7.0 - '@rushstack/ts-command-line@4.22.2(@types/node@18.19.86)': + '@rushstack/ts-command-line@4.22.2(@types/node@24.7.0)': dependencies: - '@rushstack/terminal': 0.13.2(@types/node@18.19.86) + '@rushstack/terminal': 0.13.2(@types/node@24.7.0) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 @@ -8233,6 +7869,10 @@ snapshots: dependencies: undici-types: 5.26.5 + '@types/node@24.7.0': + dependencies: + undici-types: 7.14.0 + '@types/picomatch@4.0.2': {} '@types/react-reconciler@0.26.7': @@ -8278,13 +7918,13 @@ snapshots: '@ungap/structured-clone@1.3.0': {} - '@unocss/astro@66.1.0-beta.12(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.13(typescript@5.8.3))': + '@unocss/astro@66.1.0-beta.12(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.22(typescript@5.8.3))': dependencies: '@unocss/core': 66.1.0-beta.12 '@unocss/reset': 66.1.0-beta.12 - '@unocss/vite': 66.1.0-beta.12(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.13(typescript@5.8.3)) + '@unocss/vite': 66.1.0-beta.12(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.22(typescript@5.8.3)) optionalDependencies: - vite: 6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) + vite: 6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) transitivePeerDependencies: - vue @@ -8317,14 +7957,14 @@ snapshots: dependencies: '@unocss/core': 66.1.0-beta.12 - '@unocss/inspector@66.1.0-beta.12(vue@3.5.13(typescript@5.8.3))': + '@unocss/inspector@66.1.0-beta.12(vue@3.5.22(typescript@5.8.3))': dependencies: '@unocss/core': 66.1.0-beta.12 '@unocss/rule-utils': 66.1.0-beta.12 colorette: 2.0.20 gzip-size: 6.0.0 sirv: 3.0.1 - vue-flow-layout: 0.1.1(vue@3.5.13(typescript@5.8.3)) + vue-flow-layout: 0.1.1(vue@3.5.22(typescript@5.8.3)) transitivePeerDependencies: - vue @@ -8429,18 +8069,18 @@ snapshots: dependencies: '@unocss/core': 66.1.0-beta.12 - '@unocss/vite@66.1.0-beta.12(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.13(typescript@5.8.3))': + '@unocss/vite@66.1.0-beta.12(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.22(typescript@5.8.3))': dependencies: '@ampproject/remapping': 2.3.0 '@unocss/config': 66.1.0-beta.12 '@unocss/core': 66.1.0-beta.12 - '@unocss/inspector': 66.1.0-beta.12(vue@3.5.13(typescript@5.8.3)) + '@unocss/inspector': 66.1.0-beta.12(vue@3.5.22(typescript@5.8.3)) chokidar: 3.6.0 magic-string: 0.30.17 pathe: 2.0.3 tinyglobby: 0.2.13 unplugin-utils: 0.2.4 - vite: 6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) + vite: 6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) transitivePeerDependencies: - vue @@ -8448,15 +8088,16 @@ snapshots: '@vicons/ionicons5@0.12.0': {} - '@vitejs/plugin-vue@5.2.3(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.13(typescript@5.8.3))': - dependencies: - vite: 6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) - vue: 3.5.13(typescript@5.8.3) - - '@vitejs/plugin-vue@6.0.0(vite@7.0.4(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.22(typescript@5.8.3))': + '@vitejs/plugin-vue@6.0.0(vite@7.0.4(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.22(typescript@5.8.3))': dependencies: '@rolldown/pluginutils': 1.0.0-beta.19 - vite: 7.0.4(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0) + vite: 7.0.4(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0) + vue: 3.5.22(typescript@5.8.3) + + '@vitejs/plugin-vue@6.0.1(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.22(typescript@5.8.3))': + dependencies: + '@rolldown/pluginutils': 1.0.0-beta.29 + vite: 6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) vue: 3.5.22(typescript@5.8.3) '@volar/language-core@2.2.5': @@ -8510,18 +8151,6 @@ snapshots: '@vue/compiler-core': 3.5.22 '@vue/shared': 3.5.22 - '@vue/compiler-sfc@3.5.13': - dependencies: - '@babel/parser': 7.27.0 - '@vue/compiler-core': 3.5.13 - '@vue/compiler-dom': 3.5.13 - '@vue/compiler-ssr': 3.5.13 - '@vue/shared': 3.5.13 - estree-walker: 2.0.2 - magic-string: 0.30.17 - postcss: 8.5.3 - source-map-js: 1.2.1 - '@vue/compiler-sfc@3.5.22': dependencies: '@babel/parser': 7.28.4 @@ -8534,11 +8163,6 @@ snapshots: postcss: 8.5.6 source-map-js: 1.2.1 - '@vue/compiler-ssr@3.5.13': - dependencies: - '@vue/compiler-dom': 3.5.13 - '@vue/shared': 3.5.13 - '@vue/compiler-ssr@3.5.22': dependencies: '@vue/compiler-dom': 3.5.22 @@ -8594,31 +8218,17 @@ snapshots: optionalDependencies: typescript: 5.8.3 - '@vue/reactivity@3.5.13': - dependencies: - '@vue/shared': 3.5.13 - '@vue/reactivity@3.5.22': dependencies: '@vue/shared': 3.5.22 - '@vue/runtime-core@3.5.13': - dependencies: - '@vue/reactivity': 3.5.13 - '@vue/shared': 3.5.13 + '@vue/repl@4.7.0': {} '@vue/runtime-core@3.5.22': dependencies: '@vue/reactivity': 3.5.22 '@vue/shared': 3.5.22 - '@vue/runtime-dom@3.5.13': - dependencies: - '@vue/reactivity': 3.5.13 - '@vue/runtime-core': 3.5.13 - '@vue/shared': 3.5.13 - csstype: 3.1.3 - '@vue/runtime-dom@3.5.22': dependencies: '@vue/reactivity': 3.5.22 @@ -8626,12 +8236,6 @@ snapshots: '@vue/shared': 3.5.22 csstype: 3.1.3 - '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.8.3))': - dependencies: - '@vue/compiler-ssr': 3.5.13 - '@vue/shared': 3.5.13 - vue: 3.5.13(typescript@5.8.3) - '@vue/server-renderer@3.5.22(vue@3.5.22(typescript@5.8.3))': dependencies: '@vue/compiler-ssr': 3.5.22 @@ -8644,13 +8248,18 @@ snapshots: '@vue/shared@3.5.22': {} - '@vuepress-plume/plugin-fonts@1.0.0-rc.164(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': - dependencies: - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + '@vue/tsconfig@0.8.1(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))': + optionalDependencies: + typescript: 5.8.3 + vue: 3.5.22(typescript@5.8.3) - '@vuepress-plume/plugin-search@1.0.0-rc.164(async-validator@4.2.5)(axios@1.8.4)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress-plume/plugin-fonts@1.0.0-rc.164(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) + + '@vuepress-plume/plugin-search@1.0.0-rc.164(async-validator@4.2.5)(axios@1.8.4)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': + dependencies: + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) '@vueuse/core': 13.9.0(vue@3.5.22(typescript@5.8.3)) '@vueuse/integrations': 13.9.0(async-validator@4.2.5)(axios@1.8.4)(focus-trap@7.6.5)(vue@3.5.22(typescript@5.8.3)) chokidar: 4.0.3 @@ -8659,7 +8268,7 @@ snapshots: minisearch: 7.2.0 p-map: 7.0.3 vue: 3.5.22(typescript@5.8.3) - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) transitivePeerDependencies: - async-validator - axios @@ -8674,9 +8283,9 @@ snapshots: - typescript - universal-cookie - '@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3)': + '@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3)': dependencies: - '@vitejs/plugin-vue': 6.0.0(vite@7.0.4(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.22(typescript@5.8.3)) + '@vitejs/plugin-vue': 6.0.0(vite@7.0.4(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.22(typescript@5.8.3)) '@vuepress/bundlerutils': 2.0.0-rc.24(typescript@5.8.3) '@vuepress/client': 2.0.0-rc.24(typescript@5.8.3) '@vuepress/core': 2.0.0-rc.24(typescript@5.8.3) @@ -8687,7 +8296,7 @@ snapshots: postcss: 8.5.6 postcss-load-config: 6.0.1(jiti@2.4.2)(postcss@8.5.6) rollup: 4.44.2 - vite: 7.0.4(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0) + vite: 7.0.4(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0) vue: 3.5.22(typescript@5.8.3) vue-router: 4.5.1(vue@3.5.22(typescript@5.8.3)) transitivePeerDependencies: @@ -8772,7 +8381,7 @@ snapshots: - supports-color - typescript - '@vuepress/helper@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/helper@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: '@vue/shared': 3.5.17 '@vueuse/core': 13.9.0(vue@3.5.22(typescript@5.8.3)) @@ -8780,13 +8389,13 @@ snapshots: fflate: 0.8.2 gray-matter: 4.0.3 vue: 3.5.22(typescript@5.8.3) - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) transitivePeerDependencies: - typescript - '@vuepress/highlighter-helper@2.0.0-rc.112(@vueuse/core@13.9.0(vue@3.5.13(typescript@5.8.3)))(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/highlighter-helper@2.0.0-rc.112(@vueuse/core@13.9.0(vue@3.5.22(typescript@5.8.3)))(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) optionalDependencies: '@vueuse/core': 13.9.0(vue@3.5.22(typescript@5.8.3)) @@ -8832,41 +8441,41 @@ snapshots: transitivePeerDependencies: - supports-color - '@vuepress/plugin-cache@2.0.0-rc.112(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/plugin-cache@2.0.0-rc.112(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: ci-info: 4.3.0 lru-cache: 11.1.0 - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) - '@vuepress/plugin-comment@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/plugin-comment@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) '@vueuse/core': 13.9.0(vue@3.5.22(typescript@5.8.3)) giscus: 1.6.0 vue: 3.5.22(typescript@5.8.3) - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) transitivePeerDependencies: - typescript - '@vuepress/plugin-copy-code@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/plugin-copy-code@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) '@vueuse/core': 13.9.0(vue@3.5.22(typescript@5.8.3)) vue: 3.5.22(typescript@5.8.3) - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) transitivePeerDependencies: - typescript - '@vuepress/plugin-docsearch@2.0.0-rc.112(@algolia/client-search@5.23.4)(@types/react@19.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/plugin-docsearch@2.0.0-rc.112(@algolia/client-search@5.23.4)(@types/react@19.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: '@docsearch/css': 3.9.0 '@docsearch/js': 3.9.0(@algolia/client-search@5.23.4)(@types/react@19.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3) '@docsearch/react': 3.9.0(@algolia/client-search@5.23.4)(@types/react@19.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3) - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) '@vueuse/core': 13.9.0(vue@3.5.22(typescript@5.8.3)) ts-debounce: 4.0.0 vue: 3.5.22(typescript@5.8.3) - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) transitivePeerDependencies: - '@algolia/client-search' - '@types/react' @@ -8875,150 +8484,150 @@ snapshots: - search-insights - typescript - '@vuepress/plugin-git@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/plugin-git@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) '@vueuse/core': 13.9.0(vue@3.5.22(typescript@5.8.3)) rehype-parse: 9.0.1 rehype-sanitize: 6.0.0 rehype-stringify: 10.0.1 unified: 11.0.5 vue: 3.5.22(typescript@5.8.3) - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) transitivePeerDependencies: - typescript - '@vuepress/plugin-markdown-chart@2.0.0-rc.112(markdown-it@14.1.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/plugin-markdown-chart@2.0.0-rc.112(markdown-it@14.1.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: '@mdit/plugin-container': 0.22.1(markdown-it@14.1.0) '@mdit/plugin-plantuml': 0.22.2(markdown-it@14.1.0) - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) '@vueuse/core': 13.9.0(vue@3.5.22(typescript@5.8.3)) vue: 3.5.22(typescript@5.8.3) - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) transitivePeerDependencies: - markdown-it - typescript - '@vuepress/plugin-markdown-hint@2.0.0-rc.112(markdown-it@14.1.0)(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/plugin-markdown-hint@2.0.0-rc.112(markdown-it@14.1.0)(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: '@mdit/plugin-alert': 0.22.2(markdown-it@14.1.0) '@mdit/plugin-container': 0.22.1(markdown-it@14.1.0) '@types/markdown-it': 14.1.2 - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) '@vueuse/core': 13.9.0(vue@3.5.22(typescript@5.8.3)) - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) transitivePeerDependencies: - markdown-it - typescript - vue - '@vuepress/plugin-markdown-image@2.0.0-rc.112(markdown-it@14.1.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/plugin-markdown-image@2.0.0-rc.112(markdown-it@14.1.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: '@mdit/plugin-figure': 0.22.1(markdown-it@14.1.0) '@mdit/plugin-img-lazyload': 0.22.1(markdown-it@14.1.0) '@mdit/plugin-img-mark': 0.22.1(markdown-it@14.1.0) '@mdit/plugin-img-size': 0.22.2(markdown-it@14.1.0) '@types/markdown-it': 14.1.2 - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) transitivePeerDependencies: - markdown-it - typescript - '@vuepress/plugin-markdown-include@2.0.0-rc.112(markdown-it@14.1.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/plugin-markdown-include@2.0.0-rc.112(markdown-it@14.1.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: '@mdit/plugin-include': 0.22.1(markdown-it@14.1.0) '@types/markdown-it': 14.1.2 - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) transitivePeerDependencies: - markdown-it - typescript - '@vuepress/plugin-markdown-math@2.0.0-rc.112(katex@0.16.22)(markdown-it@14.1.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/plugin-markdown-math@2.0.0-rc.112(katex@0.16.22)(markdown-it@14.1.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: '@mdit/plugin-katex-slim': 0.23.1(katex@0.16.22)(markdown-it@14.1.0) '@mdit/plugin-mathjax-slim': 0.23.1(markdown-it@14.1.0) '@types/markdown-it': 14.1.2 - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) vue: 3.5.22(typescript@5.8.3) - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) optionalDependencies: katex: 0.16.22 transitivePeerDependencies: - markdown-it - typescript - '@vuepress/plugin-nprogress@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/plugin-nprogress@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) vue: 3.5.22(typescript@5.8.3) - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) transitivePeerDependencies: - typescript - '@vuepress/plugin-photo-swipe@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/plugin-photo-swipe@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) '@vueuse/core': 13.9.0(vue@3.5.22(typescript@5.8.3)) photoswipe: 5.4.4 vue: 3.5.22(typescript@5.8.3) - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) transitivePeerDependencies: - typescript - '@vuepress/plugin-reading-time@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/plugin-reading-time@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) vue: 3.5.22(typescript@5.8.3) - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) transitivePeerDependencies: - typescript - '@vuepress/plugin-replace-assets@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/plugin-replace-assets@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) magic-string: 0.30.17 unplugin: 2.3.10 - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) transitivePeerDependencies: - typescript - '@vuepress/plugin-seo@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/plugin-seo@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) transitivePeerDependencies: - typescript - '@vuepress/plugin-shiki@2.0.0-rc.112(@vueuse/core@13.9.0(vue@3.5.13(typescript@5.8.3)))(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/plugin-shiki@2.0.0-rc.112(@vueuse/core@13.9.0(vue@3.5.22(typescript@5.8.3)))(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: '@shikijs/transformers': 3.13.0 - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/highlighter-helper': 2.0.0-rc.112(@vueuse/core@13.9.0(vue@3.5.13(typescript@5.8.3)))(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/highlighter-helper': 2.0.0-rc.112(@vueuse/core@13.9.0(vue@3.5.22(typescript@5.8.3)))(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) nanoid: 5.1.5 shiki: 3.13.0 synckit: 0.11.11 - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) transitivePeerDependencies: - '@vueuse/core' - typescript - '@vuepress/plugin-sitemap@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/plugin-sitemap@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) sitemap: 8.0.0 - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) transitivePeerDependencies: - typescript - '@vuepress/plugin-watermark@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': + '@vuepress/plugin-watermark@2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)))': dependencies: - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) '@vueuse/core': 13.9.0(vue@3.5.22(typescript@5.8.3)) vue: 3.5.22(typescript@5.8.3) - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) watermark-js-plus: 1.6.3 transitivePeerDependencies: - typescript @@ -9065,12 +8674,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@vueuse/core@13.2.0(vue@3.5.13(typescript@5.8.3))': + '@vueuse/core@13.2.0(vue@3.5.22(typescript@5.8.3))': dependencies: '@types/web-bluetooth': 0.0.21 '@vueuse/metadata': 13.2.0 - '@vueuse/shared': 13.2.0(vue@3.5.13(typescript@5.8.3)) - vue: 3.5.13(typescript@5.8.3) + '@vueuse/shared': 13.2.0(vue@3.5.22(typescript@5.8.3)) + vue: 3.5.22(typescript@5.8.3) '@vueuse/core@13.9.0(vue@3.5.22(typescript@5.8.3))': dependencies: @@ -9093,9 +8702,9 @@ snapshots: '@vueuse/metadata@13.9.0': {} - '@vueuse/shared@13.2.0(vue@3.5.13(typescript@5.8.3))': + '@vueuse/shared@13.2.0(vue@3.5.22(typescript@5.8.3))': dependencies: - vue: 3.5.13(typescript@5.8.3) + vue: 3.5.22(typescript@5.8.3) '@vueuse/shared@13.9.0(vue@3.5.22(typescript@5.8.3))': dependencies: @@ -9784,34 +9393,6 @@ snapshots: '@esbuild/win32-ia32': 0.25.10 '@esbuild/win32-x64': 0.25.10 - esbuild@0.25.2: - optionalDependencies: - '@esbuild/aix-ppc64': 0.25.2 - '@esbuild/android-arm': 0.25.2 - '@esbuild/android-arm64': 0.25.2 - '@esbuild/android-x64': 0.25.2 - '@esbuild/darwin-arm64': 0.25.2 - '@esbuild/darwin-x64': 0.25.2 - '@esbuild/freebsd-arm64': 0.25.2 - '@esbuild/freebsd-x64': 0.25.2 - '@esbuild/linux-arm': 0.25.2 - '@esbuild/linux-arm64': 0.25.2 - '@esbuild/linux-ia32': 0.25.2 - '@esbuild/linux-loong64': 0.25.2 - '@esbuild/linux-mips64el': 0.25.2 - '@esbuild/linux-ppc64': 0.25.2 - '@esbuild/linux-riscv64': 0.25.2 - '@esbuild/linux-s390x': 0.25.2 - '@esbuild/linux-x64': 0.25.2 - '@esbuild/netbsd-arm64': 0.25.2 - '@esbuild/netbsd-x64': 0.25.2 - '@esbuild/openbsd-arm64': 0.25.2 - '@esbuild/openbsd-x64': 0.25.2 - '@esbuild/sunos-x64': 0.25.2 - '@esbuild/win32-arm64': 0.25.2 - '@esbuild/win32-ia32': 0.25.2 - '@esbuild/win32-x64': 0.25.2 - escalade@3.2.0: {} escape-html@1.0.3: {} @@ -10748,10 +10329,10 @@ snapshots: muggle-string@0.4.1: {} - naive-ui@2.41.0(vue@3.5.13(typescript@5.8.3)): + naive-ui@2.43.1(vue@3.5.22(typescript@5.8.3)): dependencies: '@css-render/plugin-bem': 0.15.14(css-render@0.15.14) - '@css-render/vue3-ssr': 0.15.14(vue@3.5.13(typescript@5.8.3)) + '@css-render/vue3-ssr': 0.15.14(vue@3.5.22(typescript@5.8.3)) '@types/katex': 0.16.7 '@types/lodash': 4.17.16 '@types/lodash-es': 4.17.12 @@ -10766,10 +10347,10 @@ snapshots: lodash-es: 4.17.21 seemly: 0.3.10 treemate: 0.3.11 - vdirs: 0.1.8(vue@3.5.13(typescript@5.8.3)) - vooks: 0.2.12(vue@3.5.13(typescript@5.8.3)) - vue: 3.5.13(typescript@5.8.3) - vueuc: 0.4.64(vue@3.5.13(typescript@5.8.3)) + vdirs: 0.1.8(vue@3.5.22(typescript@5.8.3)) + vooks: 0.2.12(vue@3.5.22(typescript@5.8.3)) + vue: 3.5.22(typescript@5.8.3) + vueuc: 0.4.65(vue@3.5.22(typescript@5.8.3)) nanoid@3.3.11: {} @@ -10967,11 +10548,11 @@ snapshots: pify@4.0.1: optional: true - pinia@2.3.1(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)): + pinia@2.3.1(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)): dependencies: '@vue/devtools-api': 6.6.4 - vue: 3.5.13(typescript@5.8.3) - vue-demi: 0.14.10(vue@3.5.13(typescript@5.8.3)) + vue: 3.5.22(typescript@5.8.3) + vue-demi: 0.14.10(vue@3.5.22(typescript@5.8.3)) optionalDependencies: typescript: 5.8.3 transitivePeerDependencies: @@ -11013,12 +10594,6 @@ snapshots: postcss-value-parser@4.2.0: {} - 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 @@ -11247,32 +10822,6 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - rollup@4.40.0: - dependencies: - '@types/estree': 1.0.7 - optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.40.0 - '@rollup/rollup-android-arm64': 4.40.0 - '@rollup/rollup-darwin-arm64': 4.40.0 - '@rollup/rollup-darwin-x64': 4.40.0 - '@rollup/rollup-freebsd-arm64': 4.40.0 - '@rollup/rollup-freebsd-x64': 4.40.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.40.0 - '@rollup/rollup-linux-arm-musleabihf': 4.40.0 - '@rollup/rollup-linux-arm64-gnu': 4.40.0 - '@rollup/rollup-linux-arm64-musl': 4.40.0 - '@rollup/rollup-linux-loongarch64-gnu': 4.40.0 - '@rollup/rollup-linux-powerpc64le-gnu': 4.40.0 - '@rollup/rollup-linux-riscv64-gnu': 4.40.0 - '@rollup/rollup-linux-riscv64-musl': 4.40.0 - '@rollup/rollup-linux-s390x-gnu': 4.40.0 - '@rollup/rollup-linux-x64-gnu': 4.40.0 - '@rollup/rollup-linux-x64-musl': 4.40.0 - '@rollup/rollup-win32-arm64-msvc': 4.40.0 - '@rollup/rollup-win32-ia32-msvc': 4.40.0 - '@rollup/rollup-win32-x64-msvc': 4.40.0 - fsevents: 2.3.3 - rollup@4.44.2: dependencies: '@types/estree': 1.0.8 @@ -11942,6 +11491,8 @@ snapshots: undici-types@5.26.5: {} + undici-types@7.14.0: {} + undici@5.29.0: dependencies: '@fastify/busboy': 2.1.1 @@ -12010,9 +11561,9 @@ snapshots: universalify@2.0.1: {} - unocss@66.1.0-beta.12(postcss@8.5.6)(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.13(typescript@5.8.3)): + unocss@66.1.0-beta.12(postcss@8.5.6)(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.22(typescript@5.8.3)): dependencies: - '@unocss/astro': 66.1.0-beta.12(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.13(typescript@5.8.3)) + '@unocss/astro': 66.1.0-beta.12(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.22(typescript@5.8.3)) '@unocss/cli': 66.1.0-beta.12 '@unocss/core': 66.1.0-beta.12 '@unocss/postcss': 66.1.0-beta.12(postcss@8.5.6) @@ -12030,15 +11581,15 @@ snapshots: '@unocss/transformer-compile-class': 66.1.0-beta.12 '@unocss/transformer-directives': 66.1.0-beta.12 '@unocss/transformer-variant-group': 66.1.0-beta.12 - '@unocss/vite': 66.1.0-beta.12(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.13(typescript@5.8.3)) + '@unocss/vite': 66.1.0-beta.12(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(vue@3.5.22(typescript@5.8.3)) optionalDependencies: - vite: 6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) + vite: 6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) transitivePeerDependencies: - postcss - supports-color - vue - unplugin-config@0.1.5(esbuild@0.25.10)(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)): + unplugin-config@0.1.5(esbuild@0.25.10)(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)): dependencies: '@kirklin/logger': 0.0.2 html-entities: 2.6.0 @@ -12046,7 +11597,7 @@ snapshots: unplugin: 1.16.1 optionalDependencies: esbuild: 0.25.10 - vite: 6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) + vite: 6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) transitivePeerDependencies: - bufferutil - canvas @@ -12058,7 +11609,7 @@ snapshots: pathe: 2.0.3 picomatch: 4.0.2 - unplugin-vue-components@0.27.5(@babel/parser@7.28.4)(rollup@4.44.2)(vue@3.5.13(typescript@5.8.3)): + unplugin-vue-components@0.27.5(@babel/parser@7.28.4)(rollup@4.44.2)(vue@3.5.22(typescript@5.8.3)): dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.4(rollup@4.44.2) @@ -12070,7 +11621,7 @@ snapshots: minimatch: 9.0.5 mlly: 1.7.4 unplugin: 1.16.1 - vue: 3.5.13(typescript@5.8.3) + vue: 3.5.22(typescript@5.8.3) optionalDependencies: '@babel/parser': 7.28.4 transitivePeerDependencies: @@ -12118,10 +11669,10 @@ snapshots: varint@6.0.0: {} - vdirs@0.1.8(vue@3.5.13(typescript@5.8.3)): + vdirs@0.1.8(vue@3.5.22(typescript@5.8.3)): dependencies: evtd: 0.2.4 - vue: 3.5.13(typescript@5.8.3) + vue: 3.5.22(typescript@5.8.3) vfile-location@5.0.3: dependencies: @@ -12138,29 +11689,29 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.2 - vite-plugin-cesium@1.2.23(cesium@1.128.0)(rollup@4.44.2)(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)): + vite-plugin-cesium@1.2.23(cesium@1.128.0)(rollup@4.44.2)(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)): dependencies: cesium: 1.128.0 fs-extra: 9.1.0 rollup-plugin-external-globals: 0.6.1(rollup@4.44.2) serve-static: 1.16.2 - vite: 6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) + vite: 6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) transitivePeerDependencies: - rollup - supports-color - vite-plugin-compression@0.5.1(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)): + vite-plugin-compression@0.5.1(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)): dependencies: chalk: 4.1.2 debug: 4.4.0 fs-extra: 10.1.0 - vite: 6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) + vite: 6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) transitivePeerDependencies: - supports-color - vite-plugin-dts@4.0.0-beta.1(@types/node@18.19.86)(rollup@4.44.2)(typescript@5.8.3)(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)): + vite-plugin-dts@4.0.0-beta.1(@types/node@24.7.0)(rollup@4.44.2)(typescript@5.8.3)(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)): dependencies: - '@microsoft/api-extractor': 7.47.2(@types/node@18.19.86) + '@microsoft/api-extractor': 7.47.2(@types/node@24.7.0) '@rollup/pluginutils': 5.1.4(rollup@4.44.2) '@volar/typescript': 2.4.12 '@vue/language-core': 2.0.19(typescript@5.8.3) @@ -12172,82 +11723,64 @@ snapshots: typescript: 5.8.3 vue-tsc: 2.0.19(typescript@5.8.3) optionalDependencies: - vite: 6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) + vite: 6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) transitivePeerDependencies: - '@types/node' - rollup - supports-color - vite-plugin-enhance-log@0.6.2(@babel/core@7.26.10)(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)): + vite-plugin-enhance-log@0.6.2(@babel/core@7.26.10)(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)): dependencies: '@babel/generator': 7.27.0 '@babel/parser': 7.27.0 '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.10) '@babel/traverse': 7.21.4 source-map: 0.7.4 - vite: 6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) + vite: 6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) transitivePeerDependencies: - '@babel/core' - supports-color - vite-plugin-mkcert@1.17.8(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)): + vite-plugin-mkcert@1.17.8(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)): dependencies: axios: 1.8.4(debug@4.4.0) debug: 4.4.0 picocolors: 1.1.1 - vite: 6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) + vite: 6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) transitivePeerDependencies: - supports-color - vite-plugin-pwa@0.21.2(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(workbox-build@7.3.0)(workbox-window@7.3.0): + vite-plugin-pwa@0.21.2(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0))(workbox-build@7.3.0)(workbox-window@7.3.0): dependencies: debug: 4.4.0 pretty-bytes: 6.1.1 tinyglobby: 0.2.13 - vite: 6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) + vite: 6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) workbox-build: 7.3.0 workbox-window: 7.3.0 transitivePeerDependencies: - supports-color - vite-plugin-static-copy@3.1.0(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)): + vite-plugin-static-copy@3.1.0(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)): dependencies: chokidar: 3.6.0 - fs-extra: 11.3.0 + fs-extra: 11.3.2 p-map: 7.0.3 picocolors: 1.1.1 tinyglobby: 0.2.14 - vite: 6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) + vite: 6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) - vite-plugin-top-level-await@1.5.0(vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)): + vite-plugin-top-level-await@1.5.0(vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0)): dependencies: '@rollup/plugin-virtual': 3.0.2 '@swc/core': 1.11.21 uuid: 10.0.0 - vite: 6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) + vite: 6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0) transitivePeerDependencies: - '@swc/helpers' - rollup - vite@6.3.2(@types/node@18.19.86)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0): - dependencies: - esbuild: 0.25.2 - fdir: 6.4.4(picomatch@4.0.2) - picomatch: 4.0.2 - postcss: 8.5.3 - rollup: 4.40.0 - tinyglobby: 0.2.13 - optionalDependencies: - '@types/node': 18.19.86 - fsevents: 2.3.3 - jiti: 2.4.2 - less: 4.3.0 - sass: 1.86.3 - sass-embedded: 1.86.3 - stylus: 0.64.0 - terser: 5.39.0 - - vite@7.0.4(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0): + vite@6.3.2(@types/node@24.7.0)(jiti@2.4.2)(less@4.3.0)(sass-embedded@1.86.3)(sass@1.86.3)(stylus@0.64.0)(terser@5.39.0): dependencies: esbuild: 0.25.10 fdir: 6.4.6(picomatch@4.0.3) @@ -12256,38 +11789,57 @@ snapshots: rollup: 4.44.2 tinyglobby: 0.2.14 optionalDependencies: + '@types/node': 24.7.0 + fsevents: 2.3.3 + jiti: 2.4.2 + less: 4.3.0 + sass: 1.86.3 + sass-embedded: 1.86.3 + stylus: 0.64.0 + terser: 5.39.0 + + vite@7.0.4(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0): + dependencies: + esbuild: 0.25.10 + fdir: 6.4.6(picomatch@4.0.3) + picomatch: 4.0.3 + postcss: 8.5.6 + rollup: 4.44.2 + tinyglobby: 0.2.14 + optionalDependencies: + '@types/node': 24.7.0 fsevents: 2.3.3 jiti: 2.4.2 sass-embedded: 1.86.3 stylus: 0.64.0 terser: 5.39.0 - vooks@0.2.12(vue@3.5.13(typescript@5.8.3)): + vooks@0.2.12(vue@3.5.22(typescript@5.8.3)): dependencies: evtd: 0.2.4 - vue: 3.5.13(typescript@5.8.3) + vue: 3.5.22(typescript@5.8.3) vscode-uri@3.1.0: {} - vue-demi@0.14.10(vue@3.5.13(typescript@5.8.3)): + vue-demi@0.14.10(vue@3.5.22(typescript@5.8.3)): dependencies: - vue: 3.5.13(typescript@5.8.3) + vue: 3.5.22(typescript@5.8.3) - vue-flow-layout@0.1.1(vue@3.5.13(typescript@5.8.3)): + vue-flow-layout@0.1.1(vue@3.5.22(typescript@5.8.3)): dependencies: - vue: 3.5.13(typescript@5.8.3) + vue: 3.5.22(typescript@5.8.3) - vue-i18n@11.1.3(vue@3.5.13(typescript@5.8.3)): + vue-i18n@11.1.3(vue@3.5.22(typescript@5.8.3)): dependencies: '@intlify/core-base': 11.1.3 '@intlify/shared': 11.1.3 '@vue/devtools-api': 6.6.4 - vue: 3.5.13(typescript@5.8.3) + vue: 3.5.22(typescript@5.8.3) - vue-router@4.5.0(vue@3.5.13(typescript@5.8.3)): + vue-router@4.5.0(vue@3.5.22(typescript@5.8.3)): dependencies: '@vue/devtools-api': 6.6.4 - vue: 3.5.13(typescript@5.8.3) + vue: 3.5.22(typescript@5.8.3) vue-router@4.5.1(vue@3.5.22(typescript@5.8.3)): dependencies: @@ -12306,16 +11858,6 @@ snapshots: semver: 7.7.1 typescript: 5.8.3 - vue@3.5.13(typescript@5.8.3): - dependencies: - '@vue/compiler-dom': 3.5.13 - '@vue/compiler-sfc': 3.5.13 - '@vue/runtime-dom': 3.5.13 - '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.8.3)) - '@vue/shared': 3.5.13 - optionalDependencies: - typescript: 5.8.3 - vue@3.5.22(typescript@5.8.3): dependencies: '@vue/compiler-dom': 3.5.22 @@ -12326,7 +11868,7 @@ snapshots: optionalDependencies: typescript: 5.8.3 - vuepress-plugin-md-power@1.0.0-rc.164(esbuild@0.25.10)(markdown-it@14.1.0)(sass-embedded@1.86.3)(stylus@0.64.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))): + vuepress-plugin-md-power@1.0.0-rc.164(esbuild@0.25.10)(markdown-it@14.1.0)(sass-embedded@1.86.3)(stylus@0.64.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))): dependencies: '@mdit/plugin-attrs': 0.23.1(markdown-it@14.1.0) '@mdit/plugin-footnote': 0.22.2(markdown-it@14.1.0) @@ -12336,7 +11878,7 @@ snapshots: '@mdit/plugin-tab': 0.22.2(markdown-it@14.1.0) '@mdit/plugin-tasklist': 0.22.1(markdown-it@14.1.0) '@pengzhanbo/utils': 2.1.0 - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) '@vueuse/core': 13.9.0(vue@3.5.22(typescript@5.8.3)) chokidar: 4.0.3 esbuild: 0.25.10 @@ -12350,7 +11892,7 @@ snapshots: tm-grammars: 1.24.15 tm-themes: 1.10.9 vue: 3.5.22(typescript@5.8.3) - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) optionalDependencies: markdown-it: 14.1.0 sass-embedded: 1.86.3 @@ -12358,32 +11900,32 @@ snapshots: transitivePeerDependencies: - typescript - vuepress-theme-plume@1.0.0-rc.164(@algolia/client-search@5.23.4)(@types/react@19.1.13)(async-validator@4.2.5)(axios@1.8.4)(markdown-it@14.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass-embedded@1.86.3)(search-insights@2.17.3)(stylus@0.64.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))): + vuepress-theme-plume@1.0.0-rc.164(@algolia/client-search@5.23.4)(@types/react@19.1.13)(async-validator@4.2.5)(axios@1.8.4)(markdown-it@14.1.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass-embedded@1.86.3)(search-insights@2.17.3)(stylus@0.64.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))): dependencies: '@iconify/utils': 3.0.2 '@iconify/vue': 5.0.0(vue@3.5.22(typescript@5.8.3)) '@pengzhanbo/utils': 2.1.0 - '@vuepress-plume/plugin-fonts': 1.0.0-rc.164(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress-plume/plugin-search': 1.0.0-rc.164(async-validator@4.2.5)(axios@1.8.4)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/plugin-cache': 2.0.0-rc.112(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/plugin-comment': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/plugin-copy-code': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/plugin-docsearch': 2.0.0-rc.112(@algolia/client-search@5.23.4)(@types/react@19.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/plugin-git': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/plugin-markdown-chart': 2.0.0-rc.112(markdown-it@14.1.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/plugin-markdown-hint': 2.0.0-rc.112(markdown-it@14.1.0)(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/plugin-markdown-image': 2.0.0-rc.112(markdown-it@14.1.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/plugin-markdown-include': 2.0.0-rc.112(markdown-it@14.1.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/plugin-markdown-math': 2.0.0-rc.112(katex@0.16.22)(markdown-it@14.1.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/plugin-nprogress': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/plugin-photo-swipe': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/plugin-reading-time': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/plugin-replace-assets': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/plugin-seo': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/plugin-shiki': 2.0.0-rc.112(@vueuse/core@13.9.0(vue@3.5.13(typescript@5.8.3)))(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/plugin-sitemap': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) - '@vuepress/plugin-watermark': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) + '@vuepress-plume/plugin-fonts': 1.0.0-rc.164(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress-plume/plugin-search': 1.0.0-rc.164(async-validator@4.2.5)(axios@1.8.4)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/helper': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/plugin-cache': 2.0.0-rc.112(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/plugin-comment': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/plugin-copy-code': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/plugin-docsearch': 2.0.0-rc.112(@algolia/client-search@5.23.4)(@types/react@19.1.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/plugin-git': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/plugin-markdown-chart': 2.0.0-rc.112(markdown-it@14.1.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/plugin-markdown-hint': 2.0.0-rc.112(markdown-it@14.1.0)(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/plugin-markdown-image': 2.0.0-rc.112(markdown-it@14.1.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/plugin-markdown-include': 2.0.0-rc.112(markdown-it@14.1.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/plugin-markdown-math': 2.0.0-rc.112(katex@0.16.22)(markdown-it@14.1.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/plugin-nprogress': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/plugin-photo-swipe': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/plugin-reading-time': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/plugin-replace-assets': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/plugin-seo': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/plugin-shiki': 2.0.0-rc.112(@vueuse/core@13.9.0(vue@3.5.22(typescript@5.8.3)))(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/plugin-sitemap': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) + '@vuepress/plugin-watermark': 2.0.0-rc.112(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) '@vueuse/core': 13.9.0(vue@3.5.22(typescript@5.8.3)) bcrypt-ts: 7.1.0 chokidar: 4.0.3 @@ -12398,8 +11940,8 @@ snapshots: nanoid: 5.1.5 package-manager-detector: 1.3.0 vue: 3.5.22(typescript@5.8.3) - vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) - vuepress-plugin-md-power: 1.0.0-rc.164(esbuild@0.25.10)(markdown-it@14.1.0)(sass-embedded@1.86.3)(stylus@0.64.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3))) + vuepress: 2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)) + vuepress-plugin-md-power: 1.0.0-rc.164(esbuild@0.25.10)(markdown-it@14.1.0)(sass-embedded@1.86.3)(stylus@0.64.0)(typescript@5.8.3)(vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3))) transitivePeerDependencies: - '@algolia/client-search' - '@types/react' @@ -12440,7 +11982,7 @@ snapshots: - typescript - universal-cookie - vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)): + vuepress@2.0.0-rc.25(@vuepress/bundler-vite@2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3))(typescript@5.8.3)(vue@3.5.22(typescript@5.8.3)): dependencies: '@vuepress/cli': 2.0.0-rc.25(typescript@5.8.3) '@vuepress/client': 2.0.0-rc.25(typescript@5.8.3) @@ -12448,23 +11990,23 @@ snapshots: '@vuepress/markdown': 2.0.0-rc.25 '@vuepress/shared': 2.0.0-rc.25 '@vuepress/utils': 2.0.0-rc.25 - vue: 3.5.13(typescript@5.8.3) + vue: 3.5.22(typescript@5.8.3) optionalDependencies: - '@vuepress/bundler-vite': 2.0.0-rc.24(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3) + '@vuepress/bundler-vite': 2.0.0-rc.24(@types/node@24.7.0)(jiti@2.4.2)(sass-embedded@1.86.3)(stylus@0.64.0)(terser@5.39.0)(typescript@5.8.3) transitivePeerDependencies: - supports-color - typescript - vueuc@0.4.64(vue@3.5.13(typescript@5.8.3)): + vueuc@0.4.65(vue@3.5.22(typescript@5.8.3)): dependencies: - '@css-render/vue3-ssr': 0.15.14(vue@3.5.13(typescript@5.8.3)) + '@css-render/vue3-ssr': 0.15.14(vue@3.5.22(typescript@5.8.3)) '@juggle/resize-observer': 3.4.0 css-render: 0.15.14 evtd: 0.2.4 seemly: 0.3.10 - vdirs: 0.1.8(vue@3.5.13(typescript@5.8.3)) - vooks: 0.2.12(vue@3.5.13(typescript@5.8.3)) - vue: 3.5.13(typescript@5.8.3) + vdirs: 0.1.8(vue@3.5.22(typescript@5.8.3)) + vooks: 0.2.12(vue@3.5.22(typescript@5.8.3)) + vue: 3.5.22(typescript@5.8.3) w3c-xmlserializer@5.0.0: dependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index c44ba6a..ee9620a 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -3,10 +3,15 @@ packages: - common/* catalog: - 'three': 0.176.0 + '@types/node': ^24.6.0 '@types/three': 0.176.0 + '@vitejs/plugin-vue': ^6.0.1 + 'three': 0.176.0 'rollup-plugin-visualizer': ^6.0.1 - 'vite': ^6.2.5 + 'vue': ^3.5.22 + "vite-plugin-static-copy": ^3.1.0 + 'vite': ^6.2.5 #npm:rolldown-vite@7.1.14 'typescript': ^5.4.5 + 'naive-ui': ^2.43.1 autoInstallPeers: true