mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
perf: update deps to latest
This commit is contained in:
parent
f2f2730759
commit
6bf06c985e
@ -12,7 +12,7 @@
|
||||
"vuepress": "2.0.0-rc.18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@iconify/json": "^2.2.273",
|
||||
"@iconify/json": "^2.2.275",
|
||||
"@simonwep/pickr": "^1.9.1",
|
||||
"@vuepress/bundler-vite": "2.0.0-rc.18",
|
||||
"chart.js": "^4.4.6",
|
||||
@ -21,7 +21,7 @@
|
||||
"http-server": "^14.1.1",
|
||||
"mermaid": "^11.4.0",
|
||||
"sass-embedded": "^1.81.0",
|
||||
"swiper": "^11.1.14",
|
||||
"swiper": "^11.1.15",
|
||||
"vue": "^3.5.13",
|
||||
"vuepress-theme-plume": "workspace:*"
|
||||
},
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"type": "module",
|
||||
"version": "1.0.0-rc.117",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.13.2",
|
||||
"packageManager": "pnpm@9.14.2",
|
||||
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
@ -40,8 +40,8 @@
|
||||
"release:version": "bumpp package.json plugins/*/package.json theme/package.json cli/package.json --execute=\"pnpm release:changelog\" --commit \"build: publish v%s\" --all --tag --push"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^19.5.0",
|
||||
"@commitlint/config-conventional": "^19.5.0",
|
||||
"@commitlint/cli": "^19.6.0",
|
||||
"@commitlint/config-conventional": "^19.6.0",
|
||||
"@pengzhanbo/eslint-config-vue": "^1.19.0",
|
||||
"@pengzhanbo/stylelint-config": "^1.19.0",
|
||||
"@types/lodash.merge": "^4.6.9",
|
||||
@ -56,7 +56,7 @@
|
||||
"cross-env": "7.0.3",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"eslint": "^9.15.0",
|
||||
"husky": "^9.1.6",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^15.2.10",
|
||||
"markdown-it": "^14.1.0",
|
||||
"memfs": "^4.14.0",
|
||||
|
||||
@ -54,13 +54,13 @@
|
||||
"@mdit/plugin-tab": "^0.13.2",
|
||||
"@mdit/plugin-tasklist": "^0.13.1",
|
||||
"@vuepress/helper": "2.0.0-rc.60",
|
||||
"@vueuse/core": "^11.2.0",
|
||||
"@vueuse/core": "^11.3.0",
|
||||
"image-size": "^1.1.1",
|
||||
"local-pkg": "^0.5.0",
|
||||
"local-pkg": "^0.5.1",
|
||||
"markdown-it-container": "^4.0.0",
|
||||
"nanoid": "^5.0.8",
|
||||
"shiki": "^1.23.0",
|
||||
"tm-grammars": "^1.19.3",
|
||||
"shiki": "^1.23.1",
|
||||
"tm-grammars": "^1.19.4",
|
||||
"tm-themes": "^1.9.3",
|
||||
"vue": "^3.5.13"
|
||||
},
|
||||
|
||||
@ -41,12 +41,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@vuepress/helper": "2.0.0-rc.60",
|
||||
"@vueuse/core": "^11.2.0",
|
||||
"@vueuse/integrations": "^11.2.0",
|
||||
"@vueuse/core": "^11.3.0",
|
||||
"@vueuse/integrations": "^11.3.0",
|
||||
"chokidar": "3.6.0",
|
||||
"focus-trap": "^7.6.2",
|
||||
"mark.js": "^8.11.1",
|
||||
"minisearch": "^7.1.0",
|
||||
"minisearch": "^7.1.1",
|
||||
"p-map": "^7.0.2",
|
||||
"vue": "^3.5.13"
|
||||
},
|
||||
|
||||
@ -36,18 +36,18 @@
|
||||
"vuepress": "2.0.0-rc.18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@shikijs/transformers": "^1.23.0",
|
||||
"@shikijs/twoslash": "^1.23.0",
|
||||
"@shikijs/transformers": "^1.23.1",
|
||||
"@shikijs/twoslash": "^1.23.1",
|
||||
"@types/hast": "^3.0.4",
|
||||
"@vuepress/helper": "2.0.0-rc.60",
|
||||
"@vueuse/core": "^11.2.0",
|
||||
"@vueuse/core": "^11.3.0",
|
||||
"fast-glob": "^3.3.2",
|
||||
"floating-vue": "^5.2.2",
|
||||
"mdast-util-from-markdown": "^2.0.2",
|
||||
"mdast-util-gfm": "^3.0.0",
|
||||
"mdast-util-to-hast": "^13.2.0",
|
||||
"nanoid": "^5.0.8",
|
||||
"shiki": "^1.23.0",
|
||||
"shiki": "^1.23.1",
|
||||
"twoslash": "^0.2.12",
|
||||
"twoslash-vue": "^0.2.12"
|
||||
},
|
||||
|
||||
322
pnpm-lock.yaml
generated
322
pnpm-lock.yaml
generated
@ -12,11 +12,11 @@ importers:
|
||||
.:
|
||||
devDependencies:
|
||||
'@commitlint/cli':
|
||||
specifier: ^19.5.0
|
||||
version: 19.5.0(@types/node@20.12.10)(typescript@5.6.3)
|
||||
specifier: ^19.6.0
|
||||
version: 19.6.0(@types/node@20.12.10)(typescript@5.6.3)
|
||||
'@commitlint/config-conventional':
|
||||
specifier: ^19.5.0
|
||||
version: 19.5.0
|
||||
specifier: ^19.6.0
|
||||
version: 19.6.0
|
||||
'@pengzhanbo/eslint-config-vue':
|
||||
specifier: ^1.19.0
|
||||
version: 1.19.0(@typescript-eslint/utils@8.14.0(eslint@9.15.0(jiti@1.21.6))(typescript@5.6.3))(@vue/compiler-sfc@3.5.13)(eslint@9.15.0(jiti@1.21.6))(typescript@5.6.3)(vitest@2.1.5(@types/node@20.12.10)(sass-embedded@1.81.0)(sass@1.80.3))
|
||||
@ -60,8 +60,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0(jiti@1.21.6)
|
||||
husky:
|
||||
specifier: ^9.1.6
|
||||
version: 9.1.6
|
||||
specifier: ^9.1.7
|
||||
version: 9.1.7
|
||||
lint-staged:
|
||||
specifier: ^15.2.10
|
||||
version: 15.2.10
|
||||
@ -120,8 +120,8 @@ importers:
|
||||
docs:
|
||||
dependencies:
|
||||
'@iconify/json':
|
||||
specifier: ^2.2.273
|
||||
version: 2.2.273
|
||||
specifier: ^2.2.275
|
||||
version: 2.2.275
|
||||
'@simonwep/pickr':
|
||||
specifier: ^1.9.1
|
||||
version: 1.9.1
|
||||
@ -147,8 +147,8 @@ importers:
|
||||
specifier: ^1.81.0
|
||||
version: 1.81.0
|
||||
swiper:
|
||||
specifier: ^11.1.14
|
||||
version: 11.1.14
|
||||
specifier: ^11.1.15
|
||||
version: 11.1.15
|
||||
vue:
|
||||
specifier: ^3.5.13
|
||||
version: 3.5.13(typescript@5.6.3)
|
||||
@ -205,14 +205,14 @@ importers:
|
||||
specifier: 2.0.0-rc.60
|
||||
version: 2.0.0-rc.60(typescript@5.6.3)(vuepress@2.0.0-rc.18(@vuepress/bundler-vite@2.0.0-rc.18(@types/node@20.12.10)(jiti@1.21.6)(sass-embedded@1.81.0)(sass@1.80.3)(typescript@5.6.3)(yaml@2.5.1))(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))
|
||||
'@vueuse/core':
|
||||
specifier: ^11.2.0
|
||||
version: 11.2.0(vue@3.5.13(typescript@5.6.3))
|
||||
specifier: ^11.3.0
|
||||
version: 11.3.0(vue@3.5.13(typescript@5.6.3))
|
||||
image-size:
|
||||
specifier: ^1.1.1
|
||||
version: 1.1.1
|
||||
local-pkg:
|
||||
specifier: ^0.5.0
|
||||
version: 0.5.0
|
||||
specifier: ^0.5.1
|
||||
version: 0.5.1
|
||||
markdown-it:
|
||||
specifier: ^14.0.0
|
||||
version: 14.1.0
|
||||
@ -223,11 +223,11 @@ importers:
|
||||
specifier: ^5.0.8
|
||||
version: 5.0.8
|
||||
shiki:
|
||||
specifier: ^1.23.0
|
||||
version: 1.23.0
|
||||
specifier: ^1.23.1
|
||||
version: 1.23.1
|
||||
tm-grammars:
|
||||
specifier: ^1.19.3
|
||||
version: 1.19.3
|
||||
specifier: ^1.19.4
|
||||
version: 1.19.4
|
||||
tm-themes:
|
||||
specifier: ^1.9.3
|
||||
version: 1.9.3
|
||||
@ -248,11 +248,11 @@ importers:
|
||||
specifier: 2.0.0-rc.60
|
||||
version: 2.0.0-rc.60(typescript@5.6.3)(vuepress@2.0.0-rc.18(@vuepress/bundler-vite@2.0.0-rc.18(@types/node@20.12.10)(jiti@1.21.6)(sass-embedded@1.81.0)(sass@1.80.3)(typescript@5.6.3)(yaml@2.5.1))(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))
|
||||
'@vueuse/core':
|
||||
specifier: ^11.2.0
|
||||
version: 11.2.0(vue@3.5.13(typescript@5.6.3))
|
||||
specifier: ^11.3.0
|
||||
version: 11.3.0(vue@3.5.13(typescript@5.6.3))
|
||||
'@vueuse/integrations':
|
||||
specifier: ^11.2.0
|
||||
version: 11.2.0(axios@1.7.7)(focus-trap@7.6.2)(vue@3.5.13(typescript@5.6.3))
|
||||
specifier: ^11.3.0
|
||||
version: 11.3.0(axios@1.7.7)(focus-trap@7.6.2)(vue@3.5.13(typescript@5.6.3))
|
||||
chokidar:
|
||||
specifier: 3.6.0
|
||||
version: 3.6.0
|
||||
@ -263,8 +263,8 @@ importers:
|
||||
specifier: ^8.11.1
|
||||
version: 8.11.1
|
||||
minisearch:
|
||||
specifier: ^7.1.0
|
||||
version: 7.1.0
|
||||
specifier: ^7.1.1
|
||||
version: 7.1.1
|
||||
p-map:
|
||||
specifier: ^7.0.2
|
||||
version: 7.0.2
|
||||
@ -278,11 +278,11 @@ importers:
|
||||
plugins/plugin-shikiji:
|
||||
dependencies:
|
||||
'@shikijs/transformers':
|
||||
specifier: ^1.23.0
|
||||
version: 1.23.0
|
||||
specifier: ^1.23.1
|
||||
version: 1.23.1
|
||||
'@shikijs/twoslash':
|
||||
specifier: ^1.23.0
|
||||
version: 1.23.0(typescript@5.6.3)
|
||||
specifier: ^1.23.1
|
||||
version: 1.23.1(typescript@5.6.3)
|
||||
'@types/hast':
|
||||
specifier: ^3.0.4
|
||||
version: 3.0.4
|
||||
@ -290,8 +290,8 @@ importers:
|
||||
specifier: 2.0.0-rc.60
|
||||
version: 2.0.0-rc.60(typescript@5.6.3)(vuepress@2.0.0-rc.18(@vuepress/bundler-vite@2.0.0-rc.18(@types/node@20.12.10)(jiti@1.21.6)(sass-embedded@1.81.0)(sass@1.80.3)(typescript@5.6.3)(yaml@2.5.1))(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))
|
||||
'@vueuse/core':
|
||||
specifier: ^11.2.0
|
||||
version: 11.2.0(vue@3.5.13(typescript@5.6.3))
|
||||
specifier: ^11.3.0
|
||||
version: 11.3.0(vue@3.5.13(typescript@5.6.3))
|
||||
fast-glob:
|
||||
specifier: ^3.3.2
|
||||
version: 3.3.2
|
||||
@ -311,8 +311,8 @@ importers:
|
||||
specifier: ^5.0.8
|
||||
version: 5.0.8
|
||||
shiki:
|
||||
specifier: ^1.23.0
|
||||
version: 1.23.0
|
||||
specifier: ^1.23.1
|
||||
version: 1.23.1
|
||||
twoslash:
|
||||
specifier: ^0.2.12
|
||||
version: 0.2.12(typescript@5.6.3)
|
||||
@ -389,8 +389,8 @@ importers:
|
||||
specifier: 2.0.0-rc.60
|
||||
version: 2.0.0-rc.60(typescript@5.6.3)(vuepress@2.0.0-rc.18(@vuepress/bundler-vite@2.0.0-rc.18(@types/node@20.12.10)(jiti@1.21.6)(sass-embedded@1.80.3)(sass@1.80.3)(typescript@5.6.3)(yaml@2.5.1))(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))
|
||||
'@vueuse/core':
|
||||
specifier: ^11.2.0
|
||||
version: 11.2.0(vue@3.5.13(typescript@5.6.3))
|
||||
specifier: ^11.3.0
|
||||
version: 11.3.0(vue@3.5.13(typescript@5.6.3))
|
||||
bcrypt-ts:
|
||||
specifier: ^5.0.3
|
||||
version: 5.0.3
|
||||
@ -419,8 +419,8 @@ importers:
|
||||
specifier: ^0.16.11
|
||||
version: 0.16.11
|
||||
local-pkg:
|
||||
specifier: ^0.5.0
|
||||
version: 0.5.0
|
||||
specifier: ^0.5.1
|
||||
version: 0.5.1
|
||||
mathjax-full:
|
||||
specifier: ^3.2.2
|
||||
version: 3.2.2
|
||||
@ -450,11 +450,11 @@ importers:
|
||||
version: link:../plugins/plugin-md-power
|
||||
devDependencies:
|
||||
'@iconify/json':
|
||||
specifier: ^2.2.273
|
||||
version: 2.2.273
|
||||
specifier: ^2.2.275
|
||||
version: 2.2.275
|
||||
swiper:
|
||||
specifier: ^11.1.14
|
||||
version: 11.1.14
|
||||
specifier: ^11.1.15
|
||||
version: 11.1.15
|
||||
vue-router:
|
||||
specifier: ^4.4.5
|
||||
version: 4.4.5(vue@3.5.13(typescript@5.6.3))
|
||||
@ -668,13 +668,13 @@ packages:
|
||||
bundledDependencies:
|
||||
- is-unicode-supported
|
||||
|
||||
'@commitlint/cli@19.5.0':
|
||||
resolution: {integrity: sha512-gaGqSliGwB86MDmAAKAtV9SV1SHdmN8pnGq4EJU4+hLisQ7IFfx4jvU4s+pk6tl0+9bv6yT+CaZkufOinkSJIQ==}
|
||||
'@commitlint/cli@19.6.0':
|
||||
resolution: {integrity: sha512-v17BgGD9w5KnthaKxXnEg6KLq6DYiAxyiN44TpiRtqyW8NSq+Kx99mkEG8Qo6uu6cI5eMzMojW2muJxjmPnF8w==}
|
||||
engines: {node: '>=v18'}
|
||||
hasBin: true
|
||||
|
||||
'@commitlint/config-conventional@19.5.0':
|
||||
resolution: {integrity: sha512-OBhdtJyHNPryZKg0fFpZNOBM1ZDbntMvqMuSmpfyP86XSfwzGw4CaoYRG4RutUPg0BTK07VMRIkNJT6wi2zthg==}
|
||||
'@commitlint/config-conventional@19.6.0':
|
||||
resolution: {integrity: sha512-DJT40iMnTYtBtUfw9ApbsLZFke1zKh6llITVJ+x9mtpHD08gsNXaIRqHTmwTZL3dNX5+WoyK7pCN/5zswvkBCQ==}
|
||||
engines: {node: '>=v18'}
|
||||
|
||||
'@commitlint/config-validator@19.5.0':
|
||||
@ -693,12 +693,12 @@ packages:
|
||||
resolution: {integrity: sha512-yNy088miE52stCI3dhG/vvxFo9e4jFkU1Mj3xECfzp/bIS/JUay4491huAlVcffOoMK1cd296q0W92NlER6r3A==}
|
||||
engines: {node: '>=v18'}
|
||||
|
||||
'@commitlint/is-ignored@19.5.0':
|
||||
resolution: {integrity: sha512-0XQ7Llsf9iL/ANtwyZ6G0NGp5Y3EQ8eDQSxv/SRcfJ0awlBY4tHFAvwWbw66FVUaWICH7iE5en+FD9TQsokZ5w==}
|
||||
'@commitlint/is-ignored@19.6.0':
|
||||
resolution: {integrity: sha512-Ov6iBgxJQFR9koOupDPHvcHU9keFupDgtB3lObdEZDroiG4jj1rzky60fbQozFKVYRTUdrBGICHG0YVmRuAJmw==}
|
||||
engines: {node: '>=v18'}
|
||||
|
||||
'@commitlint/lint@19.5.0':
|
||||
resolution: {integrity: sha512-cAAQwJcRtiBxQWO0eprrAbOurtJz8U6MgYqLz+p9kLElirzSCc0vGMcyCaA1O7AqBuxo11l1XsY3FhOFowLAAg==}
|
||||
'@commitlint/lint@19.6.0':
|
||||
resolution: {integrity: sha512-LRo7zDkXtcIrpco9RnfhOKeg8PAnE3oDDoalnrVU/EVaKHYBWYL1DlRR7+3AWn0JiBqD8yKOfetVxJGdEtZ0tg==}
|
||||
engines: {node: '>=v18'}
|
||||
|
||||
'@commitlint/load@19.5.0':
|
||||
@ -721,8 +721,8 @@ packages:
|
||||
resolution: {integrity: sha512-CU/GscZhCUsJwcKTJS9Ndh3AKGZTNFIOoQB2n8CmFnizE0VnEuJoum+COW+C1lNABEeqk6ssfc1Kkalm4bDklA==}
|
||||
engines: {node: '>=v18'}
|
||||
|
||||
'@commitlint/rules@19.5.0':
|
||||
resolution: {integrity: sha512-hDW5TPyf/h1/EufSHEKSp6Hs+YVsDMHazfJ2azIk9tHPXS6UqSz1dIRs1gpqS3eMXgtkT7JH6TW4IShdqOwhAw==}
|
||||
'@commitlint/rules@19.6.0':
|
||||
resolution: {integrity: sha512-1f2reW7lbrI0X0ozZMesS/WZxgPa4/wi56vFuJENBmed6mWq5KsheN/nxqnl/C23ioxpPO/PL6tXpiiFy5Bhjw==}
|
||||
engines: {node: '>=v18'}
|
||||
|
||||
'@commitlint/to-lines@19.5.0':
|
||||
@ -1047,8 +1047,8 @@ packages:
|
||||
resolution: {integrity: sha512-e5+YUKENATs1JgYHMzTr2MW/NDcXGfYFAuOQU8gJgF/kEh4EqKgfGrfLI67bMD4tbhZVlkigz/9YYwWcbOFthg==}
|
||||
engines: {node: '>=10.13.0'}
|
||||
|
||||
'@iconify/json@2.2.273':
|
||||
resolution: {integrity: sha512-HTnvNpfeFxrMu39VaSTU+UE+ai75Yxa5BbuHmQz9EAtgyPqTqxLgBXPX1sPeMQP8Fxc2X9UrmDwbH5dOEaWthw==}
|
||||
'@iconify/json@2.2.275':
|
||||
resolution: {integrity: sha512-eiw64zix2sLUoZWjEJAwe0EU/wtZPww3h4NOEdqXgyiLmV400MXbOB7A+osZDuNPIP1Iapxab+r1mxW75dTWEw==}
|
||||
|
||||
'@iconify/types@2.0.0':
|
||||
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
|
||||
@ -1692,23 +1692,23 @@ packages:
|
||||
'@sec-ant/readable-stream@0.4.1':
|
||||
resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
|
||||
|
||||
'@shikijs/core@1.23.0':
|
||||
resolution: {integrity: sha512-J4Fo22oBlfRHAXec+1AEzcowv+Qdf4ZQkuP/X/UHYH9+KA9LvyFXSXyS+HxuBRFfon+u7bsmKdRBjoZlbDVRkQ==}
|
||||
'@shikijs/core@1.23.1':
|
||||
resolution: {integrity: sha512-NuOVgwcHgVC6jBVH5V7iblziw6iQbWWHrj5IlZI3Fqu2yx9awH7OIQkXIcsHsUmY19ckwSgUMgrqExEyP5A0TA==}
|
||||
|
||||
'@shikijs/engine-javascript@1.23.0':
|
||||
resolution: {integrity: sha512-CcrppseWShG+8Efp1iil9divltuXVdCaU4iu+CKvzTGZO5RmXyAiSx668M7VbX8+s/vt1ZKu75Vn/jWi8O3G/Q==}
|
||||
'@shikijs/engine-javascript@1.23.1':
|
||||
resolution: {integrity: sha512-i/LdEwT5k3FVu07SiApRFwRcSJs5QM9+tod5vYCPig1Ywi8GR30zcujbxGQFJHwYD7A5BUqagi8o5KS+LEVgBg==}
|
||||
|
||||
'@shikijs/engine-oniguruma@1.23.0':
|
||||
resolution: {integrity: sha512-gS8bZLqVvmZXX+E5JUMJICsBp+kx6gj79MH/UEpKHKIqnUzppgbmEn6zLa6mB5D+sHse2gFei3YYJxQe1EzZXQ==}
|
||||
'@shikijs/engine-oniguruma@1.23.1':
|
||||
resolution: {integrity: sha512-KQ+lgeJJ5m2ISbUZudLR1qHeH3MnSs2mjFg7bnencgs5jDVPeJ2NVDJ3N5ZHbcTsOIh0qIueyAJnwg7lg7kwXQ==}
|
||||
|
||||
'@shikijs/transformers@1.23.0':
|
||||
resolution: {integrity: sha512-YzQN+m8nXNZjI7ZRk+8IdFa13qiOqIqjcm4jIQ31RzgMoHtpd9Ruma1hssnt2ETH3ixr8HEh+0zAuB9w/OBfnw==}
|
||||
'@shikijs/transformers@1.23.1':
|
||||
resolution: {integrity: sha512-yQ2Cn0M9i46p30KwbyIzLvKDk+dQNU+lj88RGO0XEj54Hn4Cof1bZoDb9xBRWxFE4R8nmK63w7oHnJwvOtt0NQ==}
|
||||
|
||||
'@shikijs/twoslash@1.23.0':
|
||||
resolution: {integrity: sha512-kZuzcnkoBNPtrMVRkgiCQUrElvg3gcgaqSD5+Y8jN8IgwcPIiR+r4jIDuLQctTvpAQjAnA6dWflCh7A8FXGKYQ==}
|
||||
'@shikijs/twoslash@1.23.1':
|
||||
resolution: {integrity: sha512-Qj/+CGAF6TdcRjPDQn1bxyKD8ejnV7VJLqCHzob1uCbwQlJTI5z0gUVAgpqS55z4vdV1Mrx2IpCTl9glhC0l3A==}
|
||||
|
||||
'@shikijs/types@1.23.0':
|
||||
resolution: {integrity: sha512-HiwzsihRao+IbPk7FER/EQT/D0dEEK3n5LAtHDzL5iRT+JMblA7y9uitUnjEnHeLkKigNM+ZplrP7MuEyyc5kA==}
|
||||
'@shikijs/types@1.23.1':
|
||||
resolution: {integrity: sha512-98A5hGyEhzzAgQh2dAeHKrWW4HfCMeoFER2z16p5eJ+vmPeF6lZ/elEne6/UCU551F/WqkopqRsr1l2Yu6+A0g==}
|
||||
|
||||
'@shikijs/vscode-textmate@9.3.0':
|
||||
resolution: {integrity: sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==}
|
||||
@ -2363,11 +2363,11 @@ packages:
|
||||
'@vuepress/utils@2.0.0-rc.18':
|
||||
resolution: {integrity: sha512-0+5vrv3CBycWpAahmutEK2iyuc9oL6JOWMuAdh+cYuuHt1vX+LHfhWGvSep+UT6pOFGOcZfQzXSdlbkv3b4j+Q==}
|
||||
|
||||
'@vueuse/core@11.2.0':
|
||||
resolution: {integrity: sha512-JIUwRcOqOWzcdu1dGlfW04kaJhW3EXnnjJJfLTtddJanymTL7lF1C0+dVVZ/siLfc73mWn+cGP1PE1PKPruRSA==}
|
||||
'@vueuse/core@11.3.0':
|
||||
resolution: {integrity: sha512-7OC4Rl1f9G8IT6rUfi9JrKiXy4bfmHhZ5x2Ceojy0jnd3mHNEvV4JaRygH362ror6/NZ+Nl+n13LPzGiPN8cKA==}
|
||||
|
||||
'@vueuse/integrations@11.2.0':
|
||||
resolution: {integrity: sha512-zGXz3dsxNHKwiD9jPMvR3DAxQEOV6VWIEYTGVSB9PNpk4pTWR+pXrHz9gvXWcP2sTk3W2oqqS6KwWDdntUvNVA==}
|
||||
'@vueuse/integrations@11.3.0':
|
||||
resolution: {integrity: sha512-5fzRl0apQWrDezmobchoiGTkGw238VWESxZHazfhP3RM7pDSiyXy18QbfYkILoYNTd23HPAfQTJpkUc5QbkwTw==}
|
||||
peerDependencies:
|
||||
async-validator: ^4
|
||||
axios: ^1
|
||||
@ -2407,11 +2407,11 @@ packages:
|
||||
universal-cookie:
|
||||
optional: true
|
||||
|
||||
'@vueuse/metadata@11.2.0':
|
||||
resolution: {integrity: sha512-L0ZmtRmNx+ZW95DmrgD6vn484gSpVeRbgpWevFKXwqqQxW9hnSi2Ppuh2BzMjnbv4aJRiIw8tQatXT9uOB23dQ==}
|
||||
'@vueuse/metadata@11.3.0':
|
||||
resolution: {integrity: sha512-pwDnDspTqtTo2HwfLw4Rp6yywuuBdYnPYDq+mO38ZYKGebCUQC/nVj/PXSiK9HX5otxLz8Fn7ECPbjiRz2CC3g==}
|
||||
|
||||
'@vueuse/shared@11.2.0':
|
||||
resolution: {integrity: sha512-VxFjie0EanOudYSgMErxXfq6fo8vhr5ICI+BuE3I9FnX7ePllEsVrRQ7O6Q1TLgApeLuPKcHQxAXpP+KnlrJsg==}
|
||||
'@vueuse/shared@11.3.0':
|
||||
resolution: {integrity: sha512-P8gSSWQeucH5821ek2mn/ciCk+MS/zoRKqdQIM3bHq6p7GXDAJLmnRRKmF5F65sAVJIfzQlwR3aDzwCn10s8hA==}
|
||||
|
||||
JSONStream@1.3.5:
|
||||
resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==}
|
||||
@ -2802,6 +2802,9 @@ packages:
|
||||
confbox@0.1.7:
|
||||
resolution: {integrity: sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==}
|
||||
|
||||
confbox@0.1.8:
|
||||
resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==}
|
||||
|
||||
connect-history-api-fallback@2.0.0:
|
||||
resolution: {integrity: sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==}
|
||||
engines: {node: '>=0.8'}
|
||||
@ -3967,8 +3970,8 @@ packages:
|
||||
resolution: {integrity: sha512-/1/GPCpDUCCYwlERiYjxoczfP0zfvZMU/OWgQPMya9AbAE24vseigFdhAMObpc8Q4lc/kjutPfUddDYyAmejnA==}
|
||||
engines: {node: '>=18.18.0'}
|
||||
|
||||
husky@9.1.6:
|
||||
resolution: {integrity: sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==}
|
||||
husky@9.1.7:
|
||||
resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
||||
@ -4325,8 +4328,8 @@ packages:
|
||||
resolution: {integrity: sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==}
|
||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||
|
||||
local-pkg@0.5.0:
|
||||
resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==}
|
||||
local-pkg@0.5.1:
|
||||
resolution: {integrity: sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==}
|
||||
engines: {node: '>=14'}
|
||||
|
||||
locate-path@5.0.0:
|
||||
@ -4677,8 +4680,8 @@ packages:
|
||||
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
|
||||
engines: {node: '>=16 || 14 >=14.17'}
|
||||
|
||||
minisearch@7.1.0:
|
||||
resolution: {integrity: sha512-tv7c/uefWdEhcu6hvrfTihflgeEi2tN6VV7HJnCjK6VxM75QQJh4t9FwJCsA2EsRS8LCnu3W87CuGPWMocOLCA==}
|
||||
minisearch@7.1.1:
|
||||
resolution: {integrity: sha512-b3YZEYCEH4EdCAtYP7OlDyx7FdPwNzuNwLQ34SfJpM9dlbBZzeXndGavTrC+VCiRWomL21SWfMc6SCKO/U2ZNw==}
|
||||
|
||||
minizlib@2.1.2:
|
||||
resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==}
|
||||
@ -4702,6 +4705,9 @@ packages:
|
||||
mlly@1.7.1:
|
||||
resolution: {integrity: sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==}
|
||||
|
||||
mlly@1.7.3:
|
||||
resolution: {integrity: sha512-xUsx5n/mN0uQf4V548PKQ+YShA4/IW0KI1dZhrNrPCLG+xizETbHTkOa1f8/xut9JRPp8kQuMnz0oqwkTiLo/A==}
|
||||
|
||||
ms@2.1.3:
|
||||
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
||||
|
||||
@ -4802,8 +4808,8 @@ packages:
|
||||
resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
oniguruma-to-es@0.1.2:
|
||||
resolution: {integrity: sha512-sBYKVJlIMB0WPO+tSu/NNB1ytSFeHyyJZ3Ayxfx3f/QUuXu0lvZk0VB4K7npmdlHSC0ldqanzh/sUSlAbgCTfw==}
|
||||
oniguruma-to-es@0.4.1:
|
||||
resolution: {integrity: sha512-rNcEohFz095QKGRovP/yqPIKc+nP+Sjs4YTHMv33nMePGKrq/r2eu9Yh4646M5XluGJsUnmwoXuiXE69KDs+fQ==}
|
||||
|
||||
opener@1.5.2:
|
||||
resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==}
|
||||
@ -4982,6 +4988,9 @@ packages:
|
||||
pkg-types@1.2.0:
|
||||
resolution: {integrity: sha512-+ifYuSSqOQ8CqP4MbZA5hDpb97n3E8SVWdJe+Wms9kj745lmd3b7EZJiqvmLwAlmRfjrI7Hi5z3kdBJ93lFNPA==}
|
||||
|
||||
pkg-types@1.2.1:
|
||||
resolution: {integrity: sha512-sQoqa8alT3nHjGuTjuKgOnvjo4cljkufdtLMnO2LBP/wRwuDlo1tkaEdMxCRhyGRPacv/ztlZgDPm2b7FAmEvw==}
|
||||
|
||||
pluralize@8.0.0:
|
||||
resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==}
|
||||
engines: {node: '>=4'}
|
||||
@ -5145,8 +5154,8 @@ packages:
|
||||
regex-utilities@2.3.0:
|
||||
resolution: {integrity: sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==}
|
||||
|
||||
regex@4.4.0:
|
||||
resolution: {integrity: sha512-uCUSuobNVeqUupowbdZub6ggI5/JZkYyJdDogddJr60L764oxC2pMZov1fQ3wM9bdyzUILDG+Sqx6NAKAz9rKQ==}
|
||||
regex@5.0.2:
|
||||
resolution: {integrity: sha512-/pczGbKIQgfTMRV0XjABvc5RzLqQmwqxLHdQao2RTXPk+pmTXB2P0IaUHYdYyk412YLwUIkaeMd5T+RzVgTqnQ==}
|
||||
|
||||
regexp-ast-analysis@0.7.1:
|
||||
resolution: {integrity: sha512-sZuz1dYW/ZsfG17WSAG7eS85r5a0dDsvg+7BiiYR5o6lKCAtUrEwdmRmaGF6rwVj3LcmAeYkOWKEPlbPzN3Y3A==}
|
||||
@ -5572,8 +5581,8 @@ packages:
|
||||
shell-quote@1.8.1:
|
||||
resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==}
|
||||
|
||||
shiki@1.23.0:
|
||||
resolution: {integrity: sha512-xfdu9DqPkIpExH29cmiTlgo0/jBki5la1Tkfhsv+Wu5TT3APLNHslR1acxuKJOCWqVdSc+pIbs/2ozjVRGppdg==}
|
||||
shiki@1.23.1:
|
||||
resolution: {integrity: sha512-8kxV9TH4pXgdKGxNOkrSMydn1Xf6It8lsle0fiqxf7a1149K1WGtdOu3Zb91T5r1JpvRPxqxU3C2XdZZXQnrig==}
|
||||
|
||||
side-channel@1.0.6:
|
||||
resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==}
|
||||
@ -5834,8 +5843,8 @@ packages:
|
||||
svg-tags@1.0.0:
|
||||
resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==}
|
||||
|
||||
swiper@11.1.14:
|
||||
resolution: {integrity: sha512-VbQLQXC04io6AoAjIUWuZwW4MSYozkcP9KjLdrsG/00Q/yiwvhz9RQyt0nHXV10hi9NVnDNy1/wv7Dzq1lkOCQ==}
|
||||
swiper@11.1.15:
|
||||
resolution: {integrity: sha512-IzWeU34WwC7gbhjKsjkImTuCRf+lRbO6cnxMGs88iVNKDwV+xQpBCJxZ4bNH6gSrIbbyVJ1kuGzo3JTtz//CBw==}
|
||||
engines: {node: '>= 4.7.0'}
|
||||
|
||||
sync-child-process@1.0.2:
|
||||
@ -5926,8 +5935,8 @@ packages:
|
||||
resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
|
||||
tm-grammars@1.19.3:
|
||||
resolution: {integrity: sha512-PIcGh/vZQQ01ptXqvbzTQSYXtqnp6rFmCql1PVrO5hefpK8gQdO7isV5cvmOT40dLHlUqcjperXgm/YyDsKzuA==}
|
||||
tm-grammars@1.19.4:
|
||||
resolution: {integrity: sha512-PL3ErYBWalISPrmOuDPuacwLItVJ557Az8bvjXXXYOCYx5yIX4lsXK7kJspYFiu8BZE1L21MeB5Z3LN8wLgWQA==}
|
||||
|
||||
tm-themes@1.9.3:
|
||||
resolution: {integrity: sha512-zcHyfj7bgEKkU9JJI/hTjxVbAsK5LBNwO25vb9fX8OmPYvWifJKAhxI6QZtXLwRVFa6XgMsDFIvfF87ycLytOQ==}
|
||||
@ -6735,20 +6744,20 @@ snapshots:
|
||||
picocolors: 1.1.1
|
||||
sisteransi: 1.0.5
|
||||
|
||||
'@commitlint/cli@19.5.0(@types/node@20.12.10)(typescript@5.6.3)':
|
||||
'@commitlint/cli@19.6.0(@types/node@20.12.10)(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@commitlint/format': 19.5.0
|
||||
'@commitlint/lint': 19.5.0
|
||||
'@commitlint/lint': 19.6.0
|
||||
'@commitlint/load': 19.5.0(@types/node@20.12.10)(typescript@5.6.3)
|
||||
'@commitlint/read': 19.5.0
|
||||
'@commitlint/types': 19.5.0
|
||||
tinyexec: 0.3.0
|
||||
tinyexec: 0.3.1
|
||||
yargs: 17.7.2
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- typescript
|
||||
|
||||
'@commitlint/config-conventional@19.5.0':
|
||||
'@commitlint/config-conventional@19.6.0':
|
||||
dependencies:
|
||||
'@commitlint/types': 19.5.0
|
||||
conventional-changelog-conventionalcommits: 7.0.2
|
||||
@ -6774,16 +6783,16 @@ snapshots:
|
||||
'@commitlint/types': 19.5.0
|
||||
chalk: 5.3.0
|
||||
|
||||
'@commitlint/is-ignored@19.5.0':
|
||||
'@commitlint/is-ignored@19.6.0':
|
||||
dependencies:
|
||||
'@commitlint/types': 19.5.0
|
||||
semver: 7.6.3
|
||||
|
||||
'@commitlint/lint@19.5.0':
|
||||
'@commitlint/lint@19.6.0':
|
||||
dependencies:
|
||||
'@commitlint/is-ignored': 19.5.0
|
||||
'@commitlint/is-ignored': 19.6.0
|
||||
'@commitlint/parse': 19.5.0
|
||||
'@commitlint/rules': 19.5.0
|
||||
'@commitlint/rules': 19.6.0
|
||||
'@commitlint/types': 19.5.0
|
||||
|
||||
'@commitlint/load@19.5.0(@types/node@20.12.10)(typescript@5.6.3)':
|
||||
@ -6816,7 +6825,7 @@ snapshots:
|
||||
'@commitlint/types': 19.5.0
|
||||
git-raw-commits: 4.0.0
|
||||
minimist: 1.2.8
|
||||
tinyexec: 0.3.0
|
||||
tinyexec: 0.3.1
|
||||
|
||||
'@commitlint/resolve-extends@19.5.0':
|
||||
dependencies:
|
||||
@ -6827,7 +6836,7 @@ snapshots:
|
||||
lodash.mergewith: 4.6.2
|
||||
resolve-from: 5.0.0
|
||||
|
||||
'@commitlint/rules@19.5.0':
|
||||
'@commitlint/rules@19.6.0':
|
||||
dependencies:
|
||||
'@commitlint/ensure': 19.5.0
|
||||
'@commitlint/message': 19.5.0
|
||||
@ -7074,7 +7083,7 @@ snapshots:
|
||||
|
||||
'@hutson/parse-repository-url@5.0.0': {}
|
||||
|
||||
'@iconify/json@2.2.273':
|
||||
'@iconify/json@2.2.275':
|
||||
dependencies:
|
||||
'@iconify/types': 2.0.0
|
||||
pathe: 1.1.2
|
||||
@ -7088,7 +7097,7 @@ snapshots:
|
||||
'@iconify/types': 2.0.0
|
||||
debug: 4.3.7
|
||||
kolorist: 1.8.0
|
||||
local-pkg: 0.5.0
|
||||
local-pkg: 0.5.1
|
||||
mlly: 1.7.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -7476,7 +7485,7 @@ snapshots:
|
||||
eslint-plugin-yml: 1.15.0(eslint@9.15.0(jiti@1.21.6))
|
||||
globals: 15.12.0
|
||||
jsonc-eslint-parser: 2.4.0
|
||||
local-pkg: 0.5.0
|
||||
local-pkg: 0.5.1
|
||||
parse-gitignore: 2.0.0
|
||||
toml-eslint-parser: 0.10.0
|
||||
yaml-eslint-parser: 1.2.3
|
||||
@ -7499,7 +7508,7 @@ snapshots:
|
||||
'@stylelint-types/stylelint-scss': 6.5.0(stylelint-define-config@1.7.0(stylelint@16.10.0(typescript@5.6.3)))(stylelint@16.10.0(typescript@5.6.3))
|
||||
'@stylelint-types/stylelint-stylistic': 3.0.1(stylelint-define-config@1.7.0(stylelint@16.10.0(typescript@5.6.3)))(stylelint@16.10.0(typescript@5.6.3))
|
||||
'@stylistic/stylelint-plugin': 3.1.1(stylelint@16.10.0(typescript@5.6.3))
|
||||
local-pkg: 0.5.0
|
||||
local-pkg: 0.5.1
|
||||
postcss: 8.4.49
|
||||
postcss-html: 1.7.0
|
||||
stylelint: 16.10.0(typescript@5.6.3)
|
||||
@ -7614,40 +7623,40 @@ snapshots:
|
||||
|
||||
'@sec-ant/readable-stream@0.4.1': {}
|
||||
|
||||
'@shikijs/core@1.23.0':
|
||||
'@shikijs/core@1.23.1':
|
||||
dependencies:
|
||||
'@shikijs/engine-javascript': 1.23.0
|
||||
'@shikijs/engine-oniguruma': 1.23.0
|
||||
'@shikijs/types': 1.23.0
|
||||
'@shikijs/engine-javascript': 1.23.1
|
||||
'@shikijs/engine-oniguruma': 1.23.1
|
||||
'@shikijs/types': 1.23.1
|
||||
'@shikijs/vscode-textmate': 9.3.0
|
||||
'@types/hast': 3.0.4
|
||||
hast-util-to-html: 9.0.3
|
||||
|
||||
'@shikijs/engine-javascript@1.23.0':
|
||||
'@shikijs/engine-javascript@1.23.1':
|
||||
dependencies:
|
||||
'@shikijs/types': 1.23.0
|
||||
'@shikijs/types': 1.23.1
|
||||
'@shikijs/vscode-textmate': 9.3.0
|
||||
oniguruma-to-es: 0.1.2
|
||||
oniguruma-to-es: 0.4.1
|
||||
|
||||
'@shikijs/engine-oniguruma@1.23.0':
|
||||
'@shikijs/engine-oniguruma@1.23.1':
|
||||
dependencies:
|
||||
'@shikijs/types': 1.23.0
|
||||
'@shikijs/types': 1.23.1
|
||||
'@shikijs/vscode-textmate': 9.3.0
|
||||
|
||||
'@shikijs/transformers@1.23.0':
|
||||
'@shikijs/transformers@1.23.1':
|
||||
dependencies:
|
||||
shiki: 1.23.0
|
||||
shiki: 1.23.1
|
||||
|
||||
'@shikijs/twoslash@1.23.0(typescript@5.6.3)':
|
||||
'@shikijs/twoslash@1.23.1(typescript@5.6.3)':
|
||||
dependencies:
|
||||
'@shikijs/core': 1.23.0
|
||||
'@shikijs/types': 1.23.0
|
||||
'@shikijs/core': 1.23.1
|
||||
'@shikijs/types': 1.23.1
|
||||
twoslash: 0.2.12(typescript@5.6.3)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
|
||||
'@shikijs/types@1.23.0':
|
||||
'@shikijs/types@1.23.1':
|
||||
dependencies:
|
||||
'@shikijs/vscode-textmate': 9.3.0
|
||||
'@types/hast': 3.0.4
|
||||
@ -8418,7 +8427,7 @@ snapshots:
|
||||
'@vuepress/helper@2.0.0-rc.56(typescript@5.6.3)(vuepress@2.0.0-rc.18(@vuepress/bundler-vite@2.0.0-rc.18(@types/node@20.12.10)(jiti@1.21.6)(sass-embedded@1.80.3)(sass@1.80.3)(typescript@5.6.3)(yaml@2.5.1))(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))':
|
||||
dependencies:
|
||||
'@vue/shared': 3.5.12
|
||||
'@vueuse/core': 11.2.0(vue@3.5.13(typescript@5.6.3))
|
||||
'@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.6.3))
|
||||
cheerio: 1.0.0
|
||||
fflate: 0.8.2
|
||||
gray-matter: 4.0.3
|
||||
@ -8431,7 +8440,7 @@ snapshots:
|
||||
'@vuepress/helper@2.0.0-rc.60(typescript@5.6.3)(vuepress@2.0.0-rc.18(@vuepress/bundler-vite@2.0.0-rc.18(@types/node@20.12.10)(jiti@1.21.6)(sass-embedded@1.80.3)(sass@1.80.3)(typescript@5.6.3)(yaml@2.5.1))(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))':
|
||||
dependencies:
|
||||
'@vue/shared': 3.5.12
|
||||
'@vueuse/core': 11.2.0(vue@3.5.13(typescript@5.6.3))
|
||||
'@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.6.3))
|
||||
cheerio: 1.0.0
|
||||
fflate: 0.8.2
|
||||
gray-matter: 4.0.3
|
||||
@ -8444,7 +8453,7 @@ snapshots:
|
||||
'@vuepress/helper@2.0.0-rc.60(typescript@5.6.3)(vuepress@2.0.0-rc.18(@vuepress/bundler-vite@2.0.0-rc.18(@types/node@20.12.10)(jiti@1.21.6)(sass-embedded@1.81.0)(sass@1.80.3)(typescript@5.6.3)(yaml@2.5.1))(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))':
|
||||
dependencies:
|
||||
'@vue/shared': 3.5.12
|
||||
'@vueuse/core': 11.2.0(vue@3.5.13(typescript@5.6.3))
|
||||
'@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.6.3))
|
||||
cheerio: 1.0.0
|
||||
fflate: 0.8.2
|
||||
gray-matter: 4.0.3
|
||||
@ -8496,7 +8505,7 @@ snapshots:
|
||||
'@docsearch/css': 3.7.0
|
||||
'@docsearch/js': 3.7.0(@algolia/client-search@5.12.0)(search-insights@2.17.2)
|
||||
'@vuepress/helper': 2.0.0-rc.60(typescript@5.6.3)(vuepress@2.0.0-rc.18(@vuepress/bundler-vite@2.0.0-rc.18(@types/node@20.12.10)(jiti@1.21.6)(sass-embedded@1.80.3)(sass@1.80.3)(typescript@5.6.3)(yaml@2.5.1))(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))
|
||||
'@vueuse/core': 11.2.0(vue@3.5.13(typescript@5.6.3))
|
||||
'@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.6.3))
|
||||
ts-debounce: 4.0.0
|
||||
vue: 3.5.13(typescript@5.6.3)
|
||||
vuepress: 2.0.0-rc.18(@vuepress/bundler-vite@2.0.0-rc.18(@types/node@20.12.10)(jiti@1.21.6)(sass-embedded@1.80.3)(sass@1.80.3)(typescript@5.6.3)(yaml@2.5.1))(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3))
|
||||
@ -8520,7 +8529,7 @@ snapshots:
|
||||
'@mdit/plugin-container': 0.13.1(markdown-it@14.1.0)
|
||||
'@types/markdown-it': 14.1.2
|
||||
'@vuepress/helper': 2.0.0-rc.60(typescript@5.6.3)(vuepress@2.0.0-rc.18(@vuepress/bundler-vite@2.0.0-rc.18(@types/node@20.12.10)(jiti@1.21.6)(sass-embedded@1.80.3)(sass@1.80.3)(typescript@5.6.3)(yaml@2.5.1))(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))
|
||||
'@vueuse/core': 11.2.0(vue@3.5.13(typescript@5.6.3))
|
||||
'@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.6.3))
|
||||
vuepress: 2.0.0-rc.18(@vuepress/bundler-vite@2.0.0-rc.18(@types/node@20.12.10)(jiti@1.21.6)(sass-embedded@1.80.3)(sass@1.80.3)(typescript@5.6.3)(yaml@2.5.1))(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3))
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
@ -8570,7 +8579,7 @@ snapshots:
|
||||
'@vuepress/plugin-photo-swipe@2.0.0-rc.60(typescript@5.6.3)(vuepress@2.0.0-rc.18(@vuepress/bundler-vite@2.0.0-rc.18(@types/node@20.12.10)(jiti@1.21.6)(sass-embedded@1.80.3)(sass@1.80.3)(typescript@5.6.3)(yaml@2.5.1))(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))':
|
||||
dependencies:
|
||||
'@vuepress/helper': 2.0.0-rc.60(typescript@5.6.3)(vuepress@2.0.0-rc.18(@vuepress/bundler-vite@2.0.0-rc.18(@types/node@20.12.10)(jiti@1.21.6)(sass-embedded@1.80.3)(sass@1.80.3)(typescript@5.6.3)(yaml@2.5.1))(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))
|
||||
'@vueuse/core': 11.2.0(vue@3.5.13(typescript@5.6.3))
|
||||
'@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.6.3))
|
||||
photoswipe: 5.4.4
|
||||
vue: 3.5.13(typescript@5.6.3)
|
||||
vuepress: 2.0.0-rc.18(@vuepress/bundler-vite@2.0.0-rc.18(@types/node@20.12.10)(jiti@1.21.6)(sass-embedded@1.80.3)(sass@1.80.3)(typescript@5.6.3)(yaml@2.5.1))(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3))
|
||||
@ -8647,20 +8656,20 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@vueuse/core@11.2.0(vue@3.5.13(typescript@5.6.3))':
|
||||
'@vueuse/core@11.3.0(vue@3.5.13(typescript@5.6.3))':
|
||||
dependencies:
|
||||
'@types/web-bluetooth': 0.0.20
|
||||
'@vueuse/metadata': 11.2.0
|
||||
'@vueuse/shared': 11.2.0(vue@3.5.13(typescript@5.6.3))
|
||||
'@vueuse/metadata': 11.3.0
|
||||
'@vueuse/shared': 11.3.0(vue@3.5.13(typescript@5.6.3))
|
||||
vue-demi: 0.14.10(vue@3.5.13(typescript@5.6.3))
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
- vue
|
||||
|
||||
'@vueuse/integrations@11.2.0(axios@1.7.7)(focus-trap@7.6.2)(vue@3.5.13(typescript@5.6.3))':
|
||||
'@vueuse/integrations@11.3.0(axios@1.7.7)(focus-trap@7.6.2)(vue@3.5.13(typescript@5.6.3))':
|
||||
dependencies:
|
||||
'@vueuse/core': 11.2.0(vue@3.5.13(typescript@5.6.3))
|
||||
'@vueuse/shared': 11.2.0(vue@3.5.13(typescript@5.6.3))
|
||||
'@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.6.3))
|
||||
'@vueuse/shared': 11.3.0(vue@3.5.13(typescript@5.6.3))
|
||||
vue-demi: 0.14.10(vue@3.5.13(typescript@5.6.3))
|
||||
optionalDependencies:
|
||||
axios: 1.7.7
|
||||
@ -8669,9 +8678,9 @@ snapshots:
|
||||
- '@vue/composition-api'
|
||||
- vue
|
||||
|
||||
'@vueuse/metadata@11.2.0': {}
|
||||
'@vueuse/metadata@11.3.0': {}
|
||||
|
||||
'@vueuse/shared@11.2.0(vue@3.5.13(typescript@5.6.3))':
|
||||
'@vueuse/shared@11.3.0(vue@3.5.13(typescript@5.6.3))':
|
||||
dependencies:
|
||||
vue-demi: 0.14.10(vue@3.5.13(typescript@5.6.3))
|
||||
transitivePeerDependencies:
|
||||
@ -9099,6 +9108,8 @@ snapshots:
|
||||
|
||||
confbox@0.1.7: {}
|
||||
|
||||
confbox@0.1.8: {}
|
||||
|
||||
connect-history-api-fallback@2.0.0: {}
|
||||
|
||||
consola@3.2.3: {}
|
||||
@ -10460,7 +10471,7 @@ snapshots:
|
||||
|
||||
human-signals@8.0.0: {}
|
||||
|
||||
husky@9.1.6: {}
|
||||
husky@9.1.7: {}
|
||||
|
||||
hyperdyperid@1.2.0: {}
|
||||
|
||||
@ -10786,10 +10797,10 @@ snapshots:
|
||||
|
||||
load-tsconfig@0.2.5: {}
|
||||
|
||||
local-pkg@0.5.0:
|
||||
local-pkg@0.5.1:
|
||||
dependencies:
|
||||
mlly: 1.7.1
|
||||
pkg-types: 1.2.0
|
||||
mlly: 1.7.3
|
||||
pkg-types: 1.2.1
|
||||
|
||||
locate-path@5.0.0:
|
||||
dependencies:
|
||||
@ -11310,7 +11321,7 @@ snapshots:
|
||||
|
||||
minipass@7.1.2: {}
|
||||
|
||||
minisearch@7.1.0: {}
|
||||
minisearch@7.1.1: {}
|
||||
|
||||
minizlib@2.1.2:
|
||||
dependencies:
|
||||
@ -11334,6 +11345,13 @@ snapshots:
|
||||
pkg-types: 1.2.0
|
||||
ufo: 1.5.4
|
||||
|
||||
mlly@1.7.3:
|
||||
dependencies:
|
||||
acorn: 8.14.0
|
||||
pathe: 1.1.2
|
||||
pkg-types: 1.2.1
|
||||
ufo: 1.5.4
|
||||
|
||||
ms@2.1.3: {}
|
||||
|
||||
muggle-string@0.4.1: {}
|
||||
@ -11425,10 +11443,10 @@ snapshots:
|
||||
dependencies:
|
||||
mimic-function: 5.0.1
|
||||
|
||||
oniguruma-to-es@0.1.2:
|
||||
oniguruma-to-es@0.4.1:
|
||||
dependencies:
|
||||
emoji-regex-xs: 1.0.0
|
||||
regex: 4.4.0
|
||||
regex: 5.0.2
|
||||
regex-recursion: 4.2.1
|
||||
|
||||
opener@1.5.2: {}
|
||||
@ -11595,6 +11613,12 @@ snapshots:
|
||||
mlly: 1.7.1
|
||||
pathe: 1.1.2
|
||||
|
||||
pkg-types@1.2.1:
|
||||
dependencies:
|
||||
confbox: 0.1.8
|
||||
mlly: 1.7.3
|
||||
pathe: 1.1.2
|
||||
|
||||
pluralize@8.0.0: {}
|
||||
|
||||
points-on-curve@0.2.0: {}
|
||||
@ -11755,7 +11779,9 @@ snapshots:
|
||||
|
||||
regex-utilities@2.3.0: {}
|
||||
|
||||
regex@4.4.0: {}
|
||||
regex@5.0.2:
|
||||
dependencies:
|
||||
regex-utilities: 2.3.0
|
||||
|
||||
regexp-ast-analysis@0.7.1:
|
||||
dependencies:
|
||||
@ -12120,12 +12146,12 @@ snapshots:
|
||||
|
||||
shell-quote@1.8.1: {}
|
||||
|
||||
shiki@1.23.0:
|
||||
shiki@1.23.1:
|
||||
dependencies:
|
||||
'@shikijs/core': 1.23.0
|
||||
'@shikijs/engine-javascript': 1.23.0
|
||||
'@shikijs/engine-oniguruma': 1.23.0
|
||||
'@shikijs/types': 1.23.0
|
||||
'@shikijs/core': 1.23.1
|
||||
'@shikijs/engine-javascript': 1.23.1
|
||||
'@shikijs/engine-oniguruma': 1.23.1
|
||||
'@shikijs/types': 1.23.1
|
||||
'@shikijs/vscode-textmate': 9.3.0
|
||||
'@types/hast': 3.0.4
|
||||
|
||||
@ -12413,7 +12439,7 @@ snapshots:
|
||||
|
||||
svg-tags@1.0.0: {}
|
||||
|
||||
swiper@11.1.14: {}
|
||||
swiper@11.1.15: {}
|
||||
|
||||
sync-child-process@1.0.2:
|
||||
dependencies:
|
||||
@ -12496,7 +12522,7 @@ snapshots:
|
||||
|
||||
tinyspy@3.0.2: {}
|
||||
|
||||
tm-grammars@1.19.3: {}
|
||||
tm-grammars@1.19.4: {}
|
||||
|
||||
tm-themes@1.9.3: {}
|
||||
|
||||
@ -12834,7 +12860,7 @@ snapshots:
|
||||
'@types/markdown-it': 14.1.2
|
||||
'@vuepress/helper': 2.0.0-rc.56(typescript@5.6.3)(vuepress@2.0.0-rc.18(@vuepress/bundler-vite@2.0.0-rc.18(@types/node@20.12.10)(jiti@1.21.6)(sass-embedded@1.80.3)(sass@1.80.3)(typescript@5.6.3)(yaml@2.5.1))(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))
|
||||
'@vuepress/plugin-sass-palette': 2.0.0-rc.56(sass-embedded@1.80.3)(sass-loader@16.0.2(sass-embedded@1.80.3)(sass@1.80.3))(sass@1.80.3)(typescript@5.6.3)(vuepress@2.0.0-rc.18(@vuepress/bundler-vite@2.0.0-rc.18(@types/node@20.12.10)(jiti@1.21.6)(sass-embedded@1.80.3)(sass@1.80.3)(typescript@5.6.3)(yaml@2.5.1))(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))
|
||||
'@vueuse/core': 11.2.0(vue@3.5.13(typescript@5.6.3))
|
||||
'@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.6.3))
|
||||
balloon-css: 1.2.0
|
||||
js-yaml: 4.1.0
|
||||
vue: 3.5.13(typescript@5.6.3)
|
||||
@ -12856,7 +12882,7 @@ snapshots:
|
||||
vuepress-shared@2.0.0-rc.59(typescript@5.6.3)(vuepress@2.0.0-rc.18(@vuepress/bundler-vite@2.0.0-rc.18(@types/node@20.12.10)(jiti@1.21.6)(sass-embedded@1.80.3)(sass@1.80.3)(typescript@5.6.3)(yaml@2.5.1))(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3))):
|
||||
dependencies:
|
||||
'@vuepress/helper': 2.0.0-rc.56(typescript@5.6.3)(vuepress@2.0.0-rc.18(@vuepress/bundler-vite@2.0.0-rc.18(@types/node@20.12.10)(jiti@1.21.6)(sass-embedded@1.80.3)(sass@1.80.3)(typescript@5.6.3)(yaml@2.5.1))(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))
|
||||
'@vueuse/core': 11.2.0(vue@3.5.13(typescript@5.6.3))
|
||||
'@vueuse/core': 11.3.0(vue@3.5.13(typescript@5.6.3))
|
||||
dayjs: 1.11.13
|
||||
vue: 3.5.13(typescript@5.6.3)
|
||||
vuepress: 2.0.0-rc.18(@vuepress/bundler-vite@2.0.0-rc.18(@types/node@20.12.10)(jiti@1.21.6)(sass-embedded@1.80.3)(sass@1.80.3)(typescript@5.6.3)(yaml@2.5.1))(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3))
|
||||
|
||||
@ -112,7 +112,7 @@
|
||||
"@vuepress/plugin-seo": "2.0.0-rc.60",
|
||||
"@vuepress/plugin-sitemap": "2.0.0-rc.60",
|
||||
"@vuepress/plugin-watermark": "2.0.0-rc.60",
|
||||
"@vueuse/core": "^11.2.0",
|
||||
"@vueuse/core": "^11.3.0",
|
||||
"bcrypt-ts": "^5.0.3",
|
||||
"chokidar": "3.6.0",
|
||||
"create-filter": "^1.1.0",
|
||||
@ -122,15 +122,15 @@
|
||||
"gray-matter": "^4.0.3",
|
||||
"json2yaml": "^1.1.0",
|
||||
"katex": "^0.16.11",
|
||||
"local-pkg": "^0.5.0",
|
||||
"local-pkg": "^0.5.1",
|
||||
"nanoid": "^5.0.8",
|
||||
"vue": "^3.5.13",
|
||||
"vuepress-plugin-md-enhance": "2.0.0-rc.59",
|
||||
"vuepress-plugin-md-power": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify/json": "^2.2.273",
|
||||
"swiper": "^11.1.14",
|
||||
"@iconify/json": "^2.2.275",
|
||||
"swiper": "^11.1.15",
|
||||
"vue-router": "^4.4.5"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user