mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2026-09-22 22:38:05 +03:00
Bump postcss-loader from 8.1.1 to 8.2.0
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 8.1.1 to 8.2.0. - [Release notes](https://github.com/webpack-contrib/postcss-loader/releases) - [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v8.1.1...v8.2.0) --- updated-dependencies: - dependency-name: postcss-loader dependency-version: 8.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
yuhan6665
parent
223bd8a65e
commit
07d40277ef
Generated
+12
-10
@@ -31,7 +31,7 @@
|
|||||||
"@vuepress/bundler-webpack": "2.0.0-rc.2",
|
"@vuepress/bundler-webpack": "2.0.0-rc.2",
|
||||||
"@vuepress/plugin-back-to-top": "^2.0.0-rc.3",
|
"@vuepress/plugin-back-to-top": "^2.0.0-rc.3",
|
||||||
"@vuepress/plugin-search": "2.0.0-rc.3",
|
"@vuepress/plugin-search": "2.0.0-rc.3",
|
||||||
"postcss-loader": "^8.0.0",
|
"postcss-loader": "^8.2.0",
|
||||||
"prettier": "^3.6.2",
|
"prettier": "^3.6.2",
|
||||||
"sass": "^1.51.0",
|
"sass": "^1.51.0",
|
||||||
"sass-loader": "^14.2.0",
|
"sass-loader": "^14.2.0",
|
||||||
@@ -8481,12 +8481,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/jiti": {
|
"node_modules/jiti": {
|
||||||
"version": "1.21.6",
|
"version": "2.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz",
|
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
|
||||||
"integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==",
|
"integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
|
||||||
"devOptional": true,
|
"devOptional": true,
|
||||||
|
"license": "MIT",
|
||||||
"bin": {
|
"bin": {
|
||||||
"jiti": "bin/jiti.js"
|
"jiti": "lib/jiti-cli.mjs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/jquery": {
|
"node_modules/jquery": {
|
||||||
@@ -9650,14 +9651,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/postcss-loader": {
|
"node_modules/postcss-loader": {
|
||||||
"version": "8.1.1",
|
"version": "8.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-8.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-8.2.0.tgz",
|
||||||
"integrity": "sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==",
|
"integrity": "sha512-tHX+RkpsXVcc7st4dSdDGliI+r4aAQDuv+v3vFYHixb6YgjreG5AG4SEB0kDK8u2s6htqEEpKlkhSBUTvWKYnA==",
|
||||||
"devOptional": true,
|
"devOptional": true,
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cosmiconfig": "^9.0.0",
|
"cosmiconfig": "^9.0.0",
|
||||||
"jiti": "^1.20.0",
|
"jiti": "^2.5.1",
|
||||||
"semver": "^7.5.4"
|
"semver": "^7.6.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18.12.0"
|
"node": ">= 18.12.0"
|
||||||
|
|||||||
+1
-1
@@ -13,7 +13,7 @@
|
|||||||
"@vuepress/bundler-webpack": "2.0.0-rc.2",
|
"@vuepress/bundler-webpack": "2.0.0-rc.2",
|
||||||
"@vuepress/plugin-back-to-top": "^2.0.0-rc.3",
|
"@vuepress/plugin-back-to-top": "^2.0.0-rc.3",
|
||||||
"@vuepress/plugin-search": "2.0.0-rc.3",
|
"@vuepress/plugin-search": "2.0.0-rc.3",
|
||||||
"postcss-loader": "^8.0.0",
|
"postcss-loader": "^8.2.0",
|
||||||
"prettier": "^3.6.2",
|
"prettier": "^3.6.2",
|
||||||
"sass": "^1.51.0",
|
"sass": "^1.51.0",
|
||||||
"sass-loader": "^14.2.0",
|
"sass-loader": "^14.2.0",
|
||||||
|
|||||||
Generated
+114
-163
@@ -13,16 +13,16 @@ importers:
|
|||||||
version: 2.11.8
|
version: 2.11.8
|
||||||
'@vuepress/plugin-google-analytics':
|
'@vuepress/plugin-google-analytics':
|
||||||
specifier: 2.0.0-rc.3
|
specifier: 2.0.0-rc.3
|
||||||
version: 2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
version: 2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
'@vuepress/plugin-register-components':
|
'@vuepress/plugin-register-components':
|
||||||
specifier: 2.0.0-rc.3
|
specifier: 2.0.0-rc.3
|
||||||
version: 2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
version: 2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
'@vuepress/plugin-shiki':
|
'@vuepress/plugin-shiki':
|
||||||
specifier: 2.0.0-rc.3
|
specifier: 2.0.0-rc.3
|
||||||
version: 2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
version: 2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
'@vuepress/theme-default':
|
'@vuepress/theme-default':
|
||||||
specifier: 2.0.0-rc.3
|
specifier: 2.0.0-rc.3
|
||||||
version: 2.0.0-rc.3(sass-loader@14.2.1(sass@1.77.4)(webpack@5.91.0(esbuild@0.25.3)))(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
version: 2.0.0-rc.3(sass-loader@14.2.1(sass@1.77.4)(webpack@5.91.0(esbuild@0.25.3)))(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
'@vueuse/core':
|
'@vueuse/core':
|
||||||
specifier: ^11.2.0
|
specifier: ^11.2.0
|
||||||
version: 11.2.0(vue@3.3.13(typescript@5.9.2))
|
version: 11.2.0(vue@3.3.13(typescript@5.9.2))
|
||||||
@@ -59,19 +59,19 @@ importers:
|
|||||||
version: 24.2.0
|
version: 24.2.0
|
||||||
'@vuepress/bundler-vite':
|
'@vuepress/bundler-vite':
|
||||||
specifier: 2.0.0-rc.2
|
specifier: 2.0.0-rc.2
|
||||||
version: 2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2)
|
version: 2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2)
|
||||||
'@vuepress/bundler-webpack':
|
'@vuepress/bundler-webpack':
|
||||||
specifier: 2.0.0-rc.2
|
specifier: 2.0.0-rc.2
|
||||||
version: 2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2)
|
version: 2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2)
|
||||||
'@vuepress/plugin-back-to-top':
|
'@vuepress/plugin-back-to-top':
|
||||||
specifier: ^2.0.0-rc.3
|
specifier: ^2.0.0-rc.3
|
||||||
version: 2.0.0-rc.33(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
version: 2.0.0-rc.33(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
'@vuepress/plugin-search':
|
'@vuepress/plugin-search':
|
||||||
specifier: 2.0.0-rc.3
|
specifier: 2.0.0-rc.3
|
||||||
version: 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
version: 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
postcss-loader:
|
postcss-loader:
|
||||||
specifier: ^8.0.0
|
specifier: ^8.2.0
|
||||||
version: 8.1.1(postcss@8.4.38)(typescript@5.9.2)(webpack@5.91.0(esbuild@0.25.3))
|
version: 8.2.0(postcss@8.4.38)(typescript@5.9.2)(webpack@5.91.0(esbuild@0.25.3))
|
||||||
prettier:
|
prettier:
|
||||||
specifier: ^3.6.2
|
specifier: ^3.6.2
|
||||||
version: 3.6.2
|
version: 3.6.2
|
||||||
@@ -89,10 +89,10 @@ importers:
|
|||||||
version: 9.1.2(vue-class-component@7.2.6(vue@3.3.13(typescript@5.9.2)))(vue@3.3.13(typescript@5.9.2))
|
version: 9.1.2(vue-class-component@7.2.6(vue@3.3.13(typescript@5.9.2)))(vue@3.3.13(typescript@5.9.2))
|
||||||
vuepress:
|
vuepress:
|
||||||
specifier: 2.0.0-rc.2
|
specifier: 2.0.0-rc.2
|
||||||
version: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
version: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
vuepress-plugin-i18n:
|
vuepress-plugin-i18n:
|
||||||
specifier: https://codeload.github.com/XTLS/vuepress-plugin-i18n/tar.gz/5ae5b2d
|
specifier: https://codeload.github.com/XTLS/vuepress-plugin-i18n/tar.gz/5ae5b2d
|
||||||
version: https://codeload.github.com/XTLS/vuepress-plugin-i18n/tar.gz/5ae5b2d(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
version: https://codeload.github.com/XTLS/vuepress-plugin-i18n/tar.gz/5ae5b2d(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
@@ -102,8 +102,8 @@ packages:
|
|||||||
'@antfu/utils@0.7.10':
|
'@antfu/utils@0.7.10':
|
||||||
resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==}
|
resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==}
|
||||||
|
|
||||||
'@babel/code-frame@7.24.6':
|
'@babel/code-frame@7.27.1':
|
||||||
resolution: {integrity: sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==}
|
resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
'@babel/helper-string-parser@7.24.6':
|
'@babel/helper-string-parser@7.24.6':
|
||||||
@@ -114,8 +114,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==}
|
resolution: {integrity: sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
'@babel/highlight@7.24.6':
|
'@babel/helper-validator-identifier@7.27.1':
|
||||||
resolution: {integrity: sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==}
|
resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
'@babel/parser@7.24.6':
|
'@babel/parser@7.24.6':
|
||||||
@@ -1142,10 +1142,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==}
|
resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
|
|
||||||
ansi-styles@3.2.1:
|
|
||||||
resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==}
|
|
||||||
engines: {node: '>=4'}
|
|
||||||
|
|
||||||
ansi-styles@4.3.0:
|
ansi-styles@4.3.0:
|
||||||
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
@@ -1283,10 +1279,6 @@ packages:
|
|||||||
caniuse-lite@1.0.30001625:
|
caniuse-lite@1.0.30001625:
|
||||||
resolution: {integrity: sha512-4KE9N2gcRH+HQhpeiRZXd+1niLB/XNLAhSy4z7fI8EzcbcPoAqjNInxVHTiTwWfTIV4w096XG8OtCOCQQKPv3w==}
|
resolution: {integrity: sha512-4KE9N2gcRH+HQhpeiRZXd+1niLB/XNLAhSy4z7fI8EzcbcPoAqjNInxVHTiTwWfTIV4w096XG8OtCOCQQKPv3w==}
|
||||||
|
|
||||||
chalk@2.4.2:
|
|
||||||
resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
|
|
||||||
engines: {node: '>=4'}
|
|
||||||
|
|
||||||
chalk@4.1.2:
|
chalk@4.1.2:
|
||||||
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
@@ -1342,16 +1334,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==}
|
resolution: {integrity: sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
|
|
||||||
color-convert@1.9.3:
|
|
||||||
resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
|
|
||||||
|
|
||||||
color-convert@2.0.1:
|
color-convert@2.0.1:
|
||||||
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
||||||
engines: {node: '>=7.0.0'}
|
engines: {node: '>=7.0.0'}
|
||||||
|
|
||||||
color-name@1.1.3:
|
|
||||||
resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
|
|
||||||
|
|
||||||
color-name@1.1.4:
|
color-name@1.1.4:
|
||||||
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
||||||
|
|
||||||
@@ -1791,8 +1777,8 @@ packages:
|
|||||||
engines: {node: '>=4'}
|
engines: {node: '>=4'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
error-ex@1.3.2:
|
error-ex@1.3.4:
|
||||||
resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==}
|
resolution: {integrity: sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==}
|
||||||
|
|
||||||
es-define-property@1.0.0:
|
es-define-property@1.0.0:
|
||||||
resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==}
|
resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==}
|
||||||
@@ -1827,10 +1813,6 @@ packages:
|
|||||||
escape-html@1.0.3:
|
escape-html@1.0.3:
|
||||||
resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
|
resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
|
||||||
|
|
||||||
escape-string-regexp@1.0.5:
|
|
||||||
resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
|
|
||||||
engines: {node: '>=0.8.0'}
|
|
||||||
|
|
||||||
eslint-scope@5.1.1:
|
eslint-scope@5.1.1:
|
||||||
resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
|
resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
|
||||||
engines: {node: '>=8.0.0'}
|
engines: {node: '>=8.0.0'}
|
||||||
@@ -2038,10 +2020,6 @@ packages:
|
|||||||
handle-thing@2.0.1:
|
handle-thing@2.0.1:
|
||||||
resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==}
|
resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==}
|
||||||
|
|
||||||
has-flag@3.0.0:
|
|
||||||
resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==}
|
|
||||||
engines: {node: '>=4'}
|
|
||||||
|
|
||||||
has-flag@4.0.0:
|
has-flag@4.0.0:
|
||||||
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
@@ -2173,8 +2151,8 @@ packages:
|
|||||||
immutable@4.3.6:
|
immutable@4.3.6:
|
||||||
resolution: {integrity: sha512-Ju0+lEMyzMVZarkTn/gqRpdqd5dOPaz1mCZ0SH3JV6iFw81PldE/PEB1hWVEA288HPt4WXW8O7AWxB10M+03QQ==}
|
resolution: {integrity: sha512-Ju0+lEMyzMVZarkTn/gqRpdqd5dOPaz1mCZ0SH3JV6iFw81PldE/PEB1hWVEA288HPt4WXW8O7AWxB10M+03QQ==}
|
||||||
|
|
||||||
import-fresh@3.3.0:
|
import-fresh@3.3.1:
|
||||||
resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==}
|
resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
|
||||||
engines: {node: '>=6'}
|
engines: {node: '>=6'}
|
||||||
|
|
||||||
inflight@1.0.6:
|
inflight@1.0.6:
|
||||||
@@ -2314,8 +2292,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
|
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
|
||||||
engines: {node: '>= 10.13.0'}
|
engines: {node: '>= 10.13.0'}
|
||||||
|
|
||||||
jiti@1.21.0:
|
jiti@2.6.1:
|
||||||
resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==}
|
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
jquery@3.7.1:
|
jquery@3.7.1:
|
||||||
@@ -2709,6 +2687,9 @@ packages:
|
|||||||
picocolors@1.0.1:
|
picocolors@1.0.1:
|
||||||
resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==}
|
resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==}
|
||||||
|
|
||||||
|
picocolors@1.1.1:
|
||||||
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
||||||
|
|
||||||
picomatch@2.3.1:
|
picomatch@2.3.1:
|
||||||
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
|
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
|
||||||
engines: {node: '>=8.6'}
|
engines: {node: '>=8.6'}
|
||||||
@@ -2747,8 +2728,8 @@ packages:
|
|||||||
tsx:
|
tsx:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
postcss-loader@8.1.1:
|
postcss-loader@8.2.0:
|
||||||
resolution: {integrity: sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==}
|
resolution: {integrity: sha512-tHX+RkpsXVcc7st4dSdDGliI+r4aAQDuv+v3vFYHixb6YgjreG5AG4SEB0kDK8u2s6htqEEpKlkhSBUTvWKYnA==}
|
||||||
engines: {node: '>= 18.12.0'}
|
engines: {node: '>= 18.12.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@rspack/core': 0.x || 1.x
|
'@rspack/core': 0.x || 1.x
|
||||||
@@ -2986,8 +2967,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==}
|
resolution: {integrity: sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
|
|
||||||
semver@7.6.2:
|
semver@7.7.2:
|
||||||
resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==}
|
resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
@@ -3176,10 +3157,6 @@ packages:
|
|||||||
stylis@4.3.2:
|
stylis@4.3.2:
|
||||||
resolution: {integrity: sha512-bhtUjWd/z6ltJiQwg0dUfxEJ+W+jdqQd8TbWLWyeIJHlnsqmGLRFFd8e5mA0AZi/zx90smXRlN66YMTcaSFifg==}
|
resolution: {integrity: sha512-bhtUjWd/z6ltJiQwg0dUfxEJ+W+jdqQd8TbWLWyeIJHlnsqmGLRFFd8e5mA0AZi/zx90smXRlN66YMTcaSFifg==}
|
||||||
|
|
||||||
supports-color@5.5.0:
|
|
||||||
resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==}
|
|
||||||
engines: {node: '>=4'}
|
|
||||||
|
|
||||||
supports-color@7.2.0:
|
supports-color@7.2.0:
|
||||||
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
@@ -3560,21 +3537,17 @@ snapshots:
|
|||||||
|
|
||||||
'@antfu/utils@0.7.10': {}
|
'@antfu/utils@0.7.10': {}
|
||||||
|
|
||||||
'@babel/code-frame@7.24.6':
|
'@babel/code-frame@7.27.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/highlight': 7.24.6
|
'@babel/helper-validator-identifier': 7.27.1
|
||||||
picocolors: 1.0.1
|
js-tokens: 4.0.0
|
||||||
|
picocolors: 1.1.1
|
||||||
|
|
||||||
'@babel/helper-string-parser@7.24.6': {}
|
'@babel/helper-string-parser@7.24.6': {}
|
||||||
|
|
||||||
'@babel/helper-validator-identifier@7.24.6': {}
|
'@babel/helper-validator-identifier@7.24.6': {}
|
||||||
|
|
||||||
'@babel/highlight@7.24.6':
|
'@babel/helper-validator-identifier@7.27.1': {}
|
||||||
dependencies:
|
|
||||||
'@babel/helper-validator-identifier': 7.24.6
|
|
||||||
chalk: 2.4.2
|
|
||||||
js-tokens: 4.0.0
|
|
||||||
picocolors: 1.0.1
|
|
||||||
|
|
||||||
'@babel/parser@7.24.6':
|
'@babel/parser@7.24.6':
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -4300,7 +4273,7 @@ snapshots:
|
|||||||
|
|
||||||
'@vue/shared@3.4.27': {}
|
'@vue/shared@3.4.27': {}
|
||||||
|
|
||||||
'@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2)':
|
'@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vitejs/plugin-vue': 5.0.5(vite@5.0.13(@types/node@24.2.0)(sass@1.77.4)(terser@5.31.0))(vue@3.4.27(typescript@5.9.2))
|
'@vitejs/plugin-vue': 5.0.5(vite@5.0.13(@types/node@24.2.0)(sass@1.77.4)(terser@5.31.0))(vue@3.4.27(typescript@5.9.2))
|
||||||
'@vuepress/client': 2.0.0-rc.2(typescript@5.9.2)
|
'@vuepress/client': 2.0.0-rc.2(typescript@5.9.2)
|
||||||
@@ -4310,7 +4283,7 @@ snapshots:
|
|||||||
autoprefixer: 10.4.19(postcss@8.4.38)
|
autoprefixer: 10.4.19(postcss@8.4.38)
|
||||||
connect-history-api-fallback: 2.0.0
|
connect-history-api-fallback: 2.0.0
|
||||||
postcss: 8.4.38
|
postcss: 8.4.38
|
||||||
postcss-load-config: 5.1.0(jiti@1.21.0)(postcss@8.4.38)
|
postcss-load-config: 5.1.0(jiti@2.6.1)(postcss@8.4.38)
|
||||||
rollup: 4.18.0
|
rollup: 4.18.0
|
||||||
vite: 5.0.13(@types/node@24.2.0)(sass@1.77.4)(terser@5.31.0)
|
vite: 5.0.13(@types/node@24.2.0)(sass@1.77.4)(terser@5.31.0)
|
||||||
vue: 3.4.27(typescript@5.9.2)
|
vue: 3.4.27(typescript@5.9.2)
|
||||||
@@ -4347,7 +4320,7 @@ snapshots:
|
|||||||
mini-css-extract-plugin: 2.9.0(webpack@5.91.0(esbuild@0.25.3))
|
mini-css-extract-plugin: 2.9.0(webpack@5.91.0(esbuild@0.25.3))
|
||||||
postcss: 8.4.38
|
postcss: 8.4.38
|
||||||
postcss-csso: 6.0.1(postcss@8.4.38)
|
postcss-csso: 6.0.1(postcss@8.4.38)
|
||||||
postcss-loader: 8.1.1(postcss@8.4.38)(typescript@5.9.2)(webpack@5.91.0(esbuild@0.25.3))
|
postcss-loader: 8.2.0(postcss@8.4.38)(typescript@5.9.2)(webpack@5.91.0(esbuild@0.25.3))
|
||||||
style-loader: 3.3.4(webpack@5.91.0(esbuild@0.25.3))
|
style-loader: 3.3.4(webpack@5.91.0(esbuild@0.25.3))
|
||||||
vue: 3.4.27(typescript@5.9.2)
|
vue: 3.4.27(typescript@5.9.2)
|
||||||
vue-loader: 17.4.2(vue@3.4.27(typescript@5.9.2))(webpack@5.91.0(esbuild@0.25.3))
|
vue-loader: 17.4.2(vue@3.4.27(typescript@5.9.2))(webpack@5.91.0(esbuild@0.25.3))
|
||||||
@@ -4407,25 +4380,25 @@ snapshots:
|
|||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@vuepress/helper@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/helper@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/shared': 3.4.27
|
'@vue/shared': 3.4.27
|
||||||
cheerio: 1.0.0-rc.12
|
cheerio: 1.0.0-rc.12
|
||||||
fflate: 0.8.2
|
fflate: 0.8.2
|
||||||
gray-matter: 4.0.3
|
gray-matter: 4.0.3
|
||||||
vue: 3.4.27(typescript@5.9.2)
|
vue: 3.4.27(typescript@5.9.2)
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@vuepress/helper@2.0.0-rc.33(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/helper@2.0.0-rc.33(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/shared': 3.4.27
|
'@vue/shared': 3.4.27
|
||||||
cheerio: 1.0.0-rc.12
|
cheerio: 1.0.0-rc.12
|
||||||
fflate: 0.8.2
|
fflate: 0.8.2
|
||||||
gray-matter: 4.0.3
|
gray-matter: 4.0.3
|
||||||
vue: 3.4.27(typescript@5.9.2)
|
vue: 3.4.27(typescript@5.9.2)
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
@@ -4450,121 +4423,121 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@vuepress/plugin-active-header-links@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/plugin-active-header-links@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
ts-debounce: 4.0.0
|
ts-debounce: 4.0.0
|
||||||
vue: 3.4.27(typescript@5.9.2)
|
vue: 3.4.27(typescript@5.9.2)
|
||||||
vue-router: 4.3.2(vue@3.4.27(typescript@5.9.2))
|
vue-router: 4.3.2(vue@3.4.27(typescript@5.9.2))
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@vuepress/plugin-back-to-top@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/plugin-back-to-top@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
ts-debounce: 4.0.0
|
ts-debounce: 4.0.0
|
||||||
vue: 3.4.27(typescript@5.9.2)
|
vue: 3.4.27(typescript@5.9.2)
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@vuepress/plugin-back-to-top@2.0.0-rc.33(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/plugin-back-to-top@2.0.0-rc.33(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vuepress/helper': 2.0.0-rc.33(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
'@vuepress/helper': 2.0.0-rc.33(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
'@vueuse/core': 10.11.0(vue@3.4.27(typescript@5.9.2))
|
'@vueuse/core': 10.11.0(vue@3.4.27(typescript@5.9.2))
|
||||||
vue: 3.4.27(typescript@5.9.2)
|
vue: 3.4.27(typescript@5.9.2)
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@vue/composition-api'
|
- '@vue/composition-api'
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@vuepress/plugin-container@2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/plugin-container@2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/markdown-it': 13.0.8
|
'@types/markdown-it': 13.0.8
|
||||||
markdown-it: 14.1.0
|
markdown-it: 14.1.0
|
||||||
markdown-it-container: 4.0.0
|
markdown-it-container: 4.0.0
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
|
|
||||||
'@vuepress/plugin-external-link-icon@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/plugin-external-link-icon@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.4.27(typescript@5.9.2)
|
vue: 3.4.27(typescript@5.9.2)
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@vuepress/plugin-git@2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/plugin-git@2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
execa: 8.0.1
|
execa: 8.0.1
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
|
|
||||||
'@vuepress/plugin-google-analytics@2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/plugin-google-analytics@2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
|
|
||||||
'@vuepress/plugin-medium-zoom@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/plugin-medium-zoom@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
medium-zoom: 1.1.0
|
medium-zoom: 1.1.0
|
||||||
vue: 3.4.27(typescript@5.9.2)
|
vue: 3.4.27(typescript@5.9.2)
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@vuepress/plugin-nprogress@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/plugin-nprogress@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.4.27(typescript@5.9.2)
|
vue: 3.4.27(typescript@5.9.2)
|
||||||
vue-router: 4.3.2(vue@3.4.27(typescript@5.9.2))
|
vue-router: 4.3.2(vue@3.4.27(typescript@5.9.2))
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@vuepress/plugin-palette@2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/plugin-palette@2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
chokidar: 3.6.0
|
chokidar: 3.6.0
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
|
|
||||||
'@vuepress/plugin-prismjs@2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/plugin-prismjs@2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
prismjs: 1.29.0
|
prismjs: 1.29.0
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
|
|
||||||
'@vuepress/plugin-register-components@2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/plugin-register-components@2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
chokidar: 3.6.0
|
chokidar: 3.6.0
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
|
|
||||||
'@vuepress/plugin-search@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/plugin-search@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
chokidar: 3.6.0
|
chokidar: 3.6.0
|
||||||
vue: 3.4.27(typescript@5.9.2)
|
vue: 3.4.27(typescript@5.9.2)
|
||||||
vue-router: 4.3.2(vue@3.4.27(typescript@5.9.2))
|
vue-router: 4.3.2(vue@3.4.27(typescript@5.9.2))
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@vuepress/plugin-seo@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/plugin-seo@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vuepress/helper': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
'@vuepress/helper': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@vuepress/plugin-shiki@2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/plugin-shiki@2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
shikiji: 0.10.2
|
shikiji: 0.10.2
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
|
|
||||||
'@vuepress/plugin-sitemap@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/plugin-sitemap@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vuepress/helper': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
'@vuepress/helper': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
sitemap: 7.1.2
|
sitemap: 7.1.2
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
'@vuepress/plugin-theme-data@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/plugin-theme-data@2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/devtools-api': 6.6.2
|
'@vue/devtools-api': 6.6.2
|
||||||
vue: 3.4.27(typescript@5.9.2)
|
vue: 3.4.27(typescript@5.9.2)
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
@@ -4572,25 +4545,25 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@mdit-vue/types': 2.1.0
|
'@mdit-vue/types': 2.1.0
|
||||||
|
|
||||||
'@vuepress/theme-default@2.0.0-rc.3(sass-loader@14.2.1(sass@1.77.4)(webpack@5.91.0(esbuild@0.25.3)))(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
'@vuepress/theme-default@2.0.0-rc.3(sass-loader@14.2.1(sass@1.77.4)(webpack@5.91.0(esbuild@0.25.3)))(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vuepress/plugin-active-header-links': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
'@vuepress/plugin-active-header-links': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
'@vuepress/plugin-back-to-top': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
'@vuepress/plugin-back-to-top': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
'@vuepress/plugin-container': 2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
'@vuepress/plugin-container': 2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
'@vuepress/plugin-external-link-icon': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
'@vuepress/plugin-external-link-icon': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
'@vuepress/plugin-git': 2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
'@vuepress/plugin-git': 2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
'@vuepress/plugin-medium-zoom': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
'@vuepress/plugin-medium-zoom': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
'@vuepress/plugin-nprogress': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
'@vuepress/plugin-nprogress': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
'@vuepress/plugin-palette': 2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
'@vuepress/plugin-palette': 2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
'@vuepress/plugin-prismjs': 2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
'@vuepress/plugin-prismjs': 2.0.0-rc.3(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
'@vuepress/plugin-seo': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
'@vuepress/plugin-seo': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
'@vuepress/plugin-sitemap': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
'@vuepress/plugin-sitemap': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
'@vuepress/plugin-theme-data': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
'@vuepress/plugin-theme-data': 2.0.0-rc.3(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
'@vueuse/core': 10.11.0(vue@3.4.27(typescript@5.9.2))
|
'@vueuse/core': 10.11.0(vue@3.4.27(typescript@5.9.2))
|
||||||
sass: 1.77.4
|
sass: 1.77.4
|
||||||
vue: 3.4.27(typescript@5.9.2)
|
vue: 3.4.27(typescript@5.9.2)
|
||||||
vue-router: 4.3.2(vue@3.4.27(typescript@5.9.2))
|
vue-router: 4.3.2(vue@3.4.27(typescript@5.9.2))
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
sass-loader: 14.2.1(sass@1.77.4)(webpack@5.91.0(esbuild@0.25.3))
|
sass-loader: 14.2.1(sass@1.77.4)(webpack@5.91.0(esbuild@0.25.3))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@@ -4775,10 +4748,6 @@ snapshots:
|
|||||||
|
|
||||||
ansi-regex@6.0.1: {}
|
ansi-regex@6.0.1: {}
|
||||||
|
|
||||||
ansi-styles@3.2.1:
|
|
||||||
dependencies:
|
|
||||||
color-convert: 1.9.3
|
|
||||||
|
|
||||||
ansi-styles@4.3.0:
|
ansi-styles@4.3.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
color-convert: 2.0.1
|
color-convert: 2.0.1
|
||||||
@@ -4946,12 +4915,6 @@ snapshots:
|
|||||||
|
|
||||||
caniuse-lite@1.0.30001625: {}
|
caniuse-lite@1.0.30001625: {}
|
||||||
|
|
||||||
chalk@2.4.2:
|
|
||||||
dependencies:
|
|
||||||
ansi-styles: 3.2.1
|
|
||||||
escape-string-regexp: 1.0.5
|
|
||||||
supports-color: 5.5.0
|
|
||||||
|
|
||||||
chalk@4.1.2:
|
chalk@4.1.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
ansi-styles: 4.3.0
|
ansi-styles: 4.3.0
|
||||||
@@ -5034,16 +4997,10 @@ snapshots:
|
|||||||
map-visit: 1.0.0
|
map-visit: 1.0.0
|
||||||
object-visit: 1.0.1
|
object-visit: 1.0.1
|
||||||
|
|
||||||
color-convert@1.9.3:
|
|
||||||
dependencies:
|
|
||||||
color-name: 1.1.3
|
|
||||||
|
|
||||||
color-convert@2.0.1:
|
color-convert@2.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
color-name: 1.1.4
|
color-name: 1.1.4
|
||||||
|
|
||||||
color-name@1.1.3: {}
|
|
||||||
|
|
||||||
color-name@1.1.4: {}
|
color-name@1.1.4: {}
|
||||||
|
|
||||||
colorette@2.0.20: {}
|
colorette@2.0.20: {}
|
||||||
@@ -5124,7 +5081,7 @@ snapshots:
|
|||||||
cosmiconfig@9.0.0(typescript@5.9.2):
|
cosmiconfig@9.0.0(typescript@5.9.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
env-paths: 2.2.1
|
env-paths: 2.2.1
|
||||||
import-fresh: 3.3.0
|
import-fresh: 3.3.1
|
||||||
js-yaml: 4.1.0
|
js-yaml: 4.1.0
|
||||||
parse-json: 5.2.0
|
parse-json: 5.2.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
@@ -5145,7 +5102,7 @@ snapshots:
|
|||||||
postcss-modules-scope: 3.2.0(postcss@8.4.38)
|
postcss-modules-scope: 3.2.0(postcss@8.4.38)
|
||||||
postcss-modules-values: 4.0.0(postcss@8.4.38)
|
postcss-modules-values: 4.0.0(postcss@8.4.38)
|
||||||
postcss-value-parser: 4.2.0
|
postcss-value-parser: 4.2.0
|
||||||
semver: 7.6.2
|
semver: 7.7.2
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
webpack: 5.91.0(esbuild@0.25.3)
|
webpack: 5.91.0(esbuild@0.25.3)
|
||||||
|
|
||||||
@@ -5491,7 +5448,7 @@ snapshots:
|
|||||||
|
|
||||||
envinfo@7.13.0: {}
|
envinfo@7.13.0: {}
|
||||||
|
|
||||||
error-ex@1.3.2:
|
error-ex@1.3.4:
|
||||||
dependencies:
|
dependencies:
|
||||||
is-arrayish: 0.2.1
|
is-arrayish: 0.2.1
|
||||||
|
|
||||||
@@ -5569,8 +5526,6 @@ snapshots:
|
|||||||
|
|
||||||
escape-html@1.0.3: {}
|
escape-html@1.0.3: {}
|
||||||
|
|
||||||
escape-string-regexp@1.0.5: {}
|
|
||||||
|
|
||||||
eslint-scope@5.1.1:
|
eslint-scope@5.1.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
esrecurse: 4.3.0
|
esrecurse: 4.3.0
|
||||||
@@ -5843,8 +5798,6 @@ snapshots:
|
|||||||
|
|
||||||
handle-thing@2.0.1: {}
|
handle-thing@2.0.1: {}
|
||||||
|
|
||||||
has-flag@3.0.0: {}
|
|
||||||
|
|
||||||
has-flag@4.0.0: {}
|
has-flag@4.0.0: {}
|
||||||
|
|
||||||
has-property-descriptors@1.0.2:
|
has-property-descriptors@1.0.2:
|
||||||
@@ -5994,7 +5947,7 @@ snapshots:
|
|||||||
|
|
||||||
immutable@4.3.6: {}
|
immutable@4.3.6: {}
|
||||||
|
|
||||||
import-fresh@3.3.0:
|
import-fresh@3.3.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
parent-module: 1.0.1
|
parent-module: 1.0.1
|
||||||
resolve-from: 4.0.0
|
resolve-from: 4.0.0
|
||||||
@@ -6102,7 +6055,7 @@ snapshots:
|
|||||||
merge-stream: 2.0.0
|
merge-stream: 2.0.0
|
||||||
supports-color: 8.1.1
|
supports-color: 8.1.1
|
||||||
|
|
||||||
jiti@1.21.0: {}
|
jiti@2.6.1: {}
|
||||||
|
|
||||||
jquery@3.7.1: {}
|
jquery@3.7.1: {}
|
||||||
|
|
||||||
@@ -6473,8 +6426,8 @@ snapshots:
|
|||||||
|
|
||||||
parse-json@5.2.0:
|
parse-json@5.2.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/code-frame': 7.24.6
|
'@babel/code-frame': 7.27.1
|
||||||
error-ex: 1.3.2
|
error-ex: 1.3.4
|
||||||
json-parse-even-better-errors: 2.3.1
|
json-parse-even-better-errors: 2.3.1
|
||||||
lines-and-columns: 1.2.4
|
lines-and-columns: 1.2.4
|
||||||
|
|
||||||
@@ -6512,6 +6465,8 @@ snapshots:
|
|||||||
|
|
||||||
picocolors@1.0.1: {}
|
picocolors@1.0.1: {}
|
||||||
|
|
||||||
|
picocolors@1.1.1: {}
|
||||||
|
|
||||||
picomatch@2.3.1: {}
|
picomatch@2.3.1: {}
|
||||||
|
|
||||||
pkg-types@1.2.0:
|
pkg-types@1.2.0:
|
||||||
@@ -6534,20 +6489,20 @@ snapshots:
|
|||||||
csso: 5.0.5
|
csso: 5.0.5
|
||||||
postcss: 8.4.38
|
postcss: 8.4.38
|
||||||
|
|
||||||
postcss-load-config@5.1.0(jiti@1.21.0)(postcss@8.4.38):
|
postcss-load-config@5.1.0(jiti@2.6.1)(postcss@8.4.38):
|
||||||
dependencies:
|
dependencies:
|
||||||
lilconfig: 3.1.1
|
lilconfig: 3.1.1
|
||||||
yaml: 2.4.2
|
yaml: 2.4.2
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
jiti: 1.21.0
|
jiti: 2.6.1
|
||||||
postcss: 8.4.38
|
postcss: 8.4.38
|
||||||
|
|
||||||
postcss-loader@8.1.1(postcss@8.4.38)(typescript@5.9.2)(webpack@5.91.0(esbuild@0.25.3)):
|
postcss-loader@8.2.0(postcss@8.4.38)(typescript@5.9.2)(webpack@5.91.0(esbuild@0.25.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
cosmiconfig: 9.0.0(typescript@5.9.2)
|
cosmiconfig: 9.0.0(typescript@5.9.2)
|
||||||
jiti: 1.21.0
|
jiti: 2.6.1
|
||||||
postcss: 8.4.38
|
postcss: 8.4.38
|
||||||
semver: 7.6.2
|
semver: 7.7.2
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
webpack: 5.91.0(esbuild@0.25.3)
|
webpack: 5.91.0(esbuild@0.25.3)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@@ -6777,7 +6732,7 @@ snapshots:
|
|||||||
'@types/node-forge': 1.3.11
|
'@types/node-forge': 1.3.11
|
||||||
node-forge: 1.3.1
|
node-forge: 1.3.1
|
||||||
|
|
||||||
semver@7.6.2: {}
|
semver@7.7.2: {}
|
||||||
|
|
||||||
send@0.18.0:
|
send@0.18.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -7006,10 +6961,6 @@ snapshots:
|
|||||||
|
|
||||||
stylis@4.3.2: {}
|
stylis@4.3.2: {}
|
||||||
|
|
||||||
supports-color@5.5.0:
|
|
||||||
dependencies:
|
|
||||||
has-flag: 3.0.0
|
|
||||||
|
|
||||||
supports-color@7.2.0:
|
supports-color@7.2.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
has-flag: 4.0.0
|
has-flag: 4.0.0
|
||||||
@@ -7210,21 +7161,21 @@ snapshots:
|
|||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.9.2
|
typescript: 5.9.2
|
||||||
|
|
||||||
vuepress-plugin-i18n@https://codeload.github.com/XTLS/vuepress-plugin-i18n/tar.gz/5ae5b2d(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))):
|
vuepress-plugin-i18n@https://codeload.github.com/XTLS/vuepress-plugin-i18n/tar.gz/5ae5b2d(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vuepress/client': 2.0.0-rc.2(typescript@5.9.2)
|
'@vuepress/client': 2.0.0-rc.2(typescript@5.9.2)
|
||||||
'@vuepress/core': 2.0.0-rc.2(typescript@5.9.2)
|
'@vuepress/core': 2.0.0-rc.2(typescript@5.9.2)
|
||||||
'@vuepress/utils': 2.0.0-rc.2
|
'@vuepress/utils': 2.0.0-rc.2
|
||||||
chokidar: 3.6.0
|
chokidar: 3.6.0
|
||||||
vue: 3.3.13(typescript@5.9.2)
|
vue: 3.3.13(typescript@5.9.2)
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
vuepress-shared: 2.0.0-rc.15(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
vuepress-shared: 2.0.0-rc.15(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@vue/composition-api'
|
- '@vue/composition-api'
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
vuepress-shared@2.0.0-rc.15(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))):
|
vuepress-shared@2.0.0-rc.15(typescript@5.9.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vueuse/core': 10.11.0(vue@3.4.27(typescript@5.9.2))
|
'@vueuse/core': 10.11.0(vue@3.4.27(typescript@5.9.2))
|
||||||
cheerio: 1.0.0-rc.12
|
cheerio: 1.0.0-rc.12
|
||||||
@@ -7232,16 +7183,16 @@ snapshots:
|
|||||||
execa: 8.0.1
|
execa: 8.0.1
|
||||||
fflate: 0.8.2
|
fflate: 0.8.2
|
||||||
gray-matter: 4.0.3
|
gray-matter: 4.0.3
|
||||||
semver: 7.6.2
|
semver: 7.7.2
|
||||||
striptags: 3.2.0
|
striptags: 3.2.0
|
||||||
vue: 3.4.27(typescript@5.9.2)
|
vue: 3.4.27(typescript@5.9.2)
|
||||||
vue-router: 4.3.2(vue@3.4.27(typescript@5.9.2))
|
vue-router: 4.3.2(vue@3.4.27(typescript@5.9.2))
|
||||||
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
vuepress: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@vue/composition-api'
|
- '@vue/composition-api'
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)):
|
vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2))(typescript@5.9.2)(vue@3.3.13(typescript@5.9.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vuepress/cli': 2.0.0-rc.2(typescript@5.9.2)
|
'@vuepress/cli': 2.0.0-rc.2(typescript@5.9.2)
|
||||||
'@vuepress/client': 2.0.0-rc.2(typescript@5.9.2)
|
'@vuepress/client': 2.0.0-rc.2(typescript@5.9.2)
|
||||||
@@ -7251,7 +7202,7 @@ snapshots:
|
|||||||
'@vuepress/utils': 2.0.0-rc.2
|
'@vuepress/utils': 2.0.0-rc.2
|
||||||
vue: 3.3.13(typescript@5.9.2)
|
vue: 3.3.13(typescript@5.9.2)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@vuepress/bundler-vite': 2.0.0-rc.2(@types/node@24.2.0)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2)
|
'@vuepress/bundler-vite': 2.0.0-rc.2(@types/node@24.2.0)(jiti@2.6.1)(sass@1.77.4)(terser@5.31.0)(typescript@5.9.2)
|
||||||
'@vuepress/bundler-webpack': 2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2)
|
'@vuepress/bundler-webpack': 2.0.0-rc.2(esbuild@0.25.3)(typescript@5.9.2)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@vue/composition-api'
|
- '@vue/composition-api'
|
||||||
|
|||||||
Reference in New Issue
Block a user