mirror of https://github.com/YunYouJun/valaxy
fix(theme-yun): cover excerpt styles, close #274
This commit is contained in:
parent
ebc881d21c
commit
99b95f60ae
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: 'excerpt_type: html'
|
||||
excerpt_type: html
|
||||
cover: https://fastly.jsdelivr.net/gh/YunYouJun/cdn/img/bg/girl-in-water-tank.webp
|
||||
---
|
||||
|
||||
## Header
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"devDependencies": {
|
||||
"@iconify-json/simple-icons": "^1.1.73",
|
||||
"nodemon": "^3.0.1",
|
||||
"vite": "^4.4.10",
|
||||
"vite": "^4.4.11",
|
||||
"vitepress": "1.0.0-rc.20",
|
||||
"vue": "^3.3.4"
|
||||
}
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"prepare": "husky install"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^1.0.0-beta.18",
|
||||
"@antfu/eslint-config": "^1.0.0-beta.19",
|
||||
"@microsoft/api-extractor": "^7.38.0",
|
||||
"@types/debug": "^4.1.9",
|
||||
"@types/markdown-it-attrs": "^4.1.1",
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"homepage": "https://valaxy.site",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/YunYouJun/valaxy"
|
||||
"url": "https://github.com/YunYouJun/valaxy/tree/main/packages/create-valaxy"
|
||||
},
|
||||
"main": "bin/index.mjs",
|
||||
"bin": {
|
||||
|
|
|
@ -25,7 +25,7 @@ const { icon, styles } = usePostProperty(props.post.type)
|
|||
class="cover object-cover object-center md:shadow"
|
||||
>
|
||||
|
||||
<div class="flex flex-col items-center justify-center" :class="post.cover && 'h-54'" w="full">
|
||||
<div class="flex flex-col items-center" :class="post.cover && 'h-54'" w="full">
|
||||
<AppLink
|
||||
class="post-title-link cursor-pointer"
|
||||
:to="post.path || ''"
|
||||
|
|
|
@ -109,7 +109,7 @@
|
|||
"unocss": "^0.56.5",
|
||||
"unplugin-vue-components": "^0.25.2",
|
||||
"vanilla-lazyload": "^17.8.4",
|
||||
"vite": "^4.4.10",
|
||||
"vite": "^4.4.11",
|
||||
"vite-plugin-pages": "^0.31.0",
|
||||
"vite-plugin-vue-layouts": "^0.8.0",
|
||||
"vite-ssg": "0.23.3",
|
||||
|
|
256
pnpm-lock.yaml
256
pnpm-lock.yaml
|
@ -9,8 +9,8 @@ importers:
|
|||
.:
|
||||
devDependencies:
|
||||
'@antfu/eslint-config':
|
||||
specifier: ^1.0.0-beta.18
|
||||
version: 1.0.0-beta.18(eslint@8.50.0)(typescript@5.2.2)(vitest@0.34.6)
|
||||
specifier: ^1.0.0-beta.19
|
||||
version: 1.0.0-beta.19(eslint@8.50.0)(typescript@5.2.2)(vitest@0.34.6)
|
||||
'@microsoft/api-extractor':
|
||||
specifier: ^7.38.0
|
||||
version: 7.38.0(@types/node@20.8.2)
|
||||
|
@ -140,10 +140,10 @@ importers:
|
|||
version: 3.0.1
|
||||
vite-plugin-inspect:
|
||||
specifier: ^0.7.40
|
||||
version: 0.7.40(rollup@2.79.1)(vite@4.4.10)
|
||||
version: 0.7.40(rollup@2.79.1)(vite@4.4.11)
|
||||
vite-plugin-pwa:
|
||||
specifier: ^0.16.5
|
||||
version: 0.16.5(vite@4.4.10)(workbox-build@7.0.0)(workbox-window@7.0.0)
|
||||
version: 0.16.5(vite@4.4.11)(workbox-build@7.0.0)(workbox-window@7.0.0)
|
||||
|
||||
docs:
|
||||
dependencies:
|
||||
|
@ -164,8 +164,8 @@ importers:
|
|||
specifier: ^3.0.1
|
||||
version: 3.0.1
|
||||
vite:
|
||||
specifier: ^4.4.10
|
||||
version: 4.4.10(@types/node@20.8.2)(sass@1.68.0)
|
||||
specifier: ^4.4.11
|
||||
version: 4.4.11(@types/node@20.8.2)(sass@1.68.0)
|
||||
vitepress:
|
||||
specifier: 1.0.0-rc.20
|
||||
version: 1.0.0-rc.20(@types/node@20.8.2)(search-insights@2.8.1)
|
||||
|
@ -210,7 +210,7 @@ importers:
|
|||
version: 3.1.0
|
||||
'@vitejs/plugin-vue':
|
||||
specifier: ^4.4.0
|
||||
version: 4.4.0(vite@4.4.10)(vue@3.3.4)
|
||||
version: 4.4.0(vite@4.4.11)(vue@3.3.4)
|
||||
'@vueuse/core':
|
||||
specifier: ^10.4.1
|
||||
version: 10.4.1(vue@3.3.4)
|
||||
|
@ -336,7 +336,7 @@ importers:
|
|||
version: 0.3.11
|
||||
unocss:
|
||||
specifier: ^0.56.5
|
||||
version: 0.56.5(postcss@8.4.31)(rollup@3.29.0)(vite@4.4.10)
|
||||
version: 0.56.5(postcss@8.4.31)(rollup@3.29.0)(vite@4.4.11)
|
||||
unplugin-vue-components:
|
||||
specifier: ^0.25.2
|
||||
version: 0.25.2(rollup@3.29.0)(vue@3.3.4)
|
||||
|
@ -344,17 +344,17 @@ importers:
|
|||
specifier: ^17.8.4
|
||||
version: 17.8.4
|
||||
vite:
|
||||
specifier: ^4.4.10
|
||||
version: 4.4.10(@types/node@20.8.2)(sass@1.68.0)
|
||||
specifier: ^4.4.11
|
||||
version: 4.4.11(@types/node@20.8.2)(sass@1.68.0)
|
||||
vite-plugin-pages:
|
||||
specifier: ^0.31.0
|
||||
version: 0.31.0(vite@4.4.10)
|
||||
version: 0.31.0(vite@4.4.11)
|
||||
vite-plugin-vue-layouts:
|
||||
specifier: ^0.8.0
|
||||
version: 0.8.0(vite@4.4.10)(vue-router@4.2.5)(vue@3.3.4)
|
||||
version: 0.8.0(vite@4.4.11)(vue-router@4.2.5)(vue@3.3.4)
|
||||
vite-ssg:
|
||||
specifier: 0.23.3
|
||||
version: 0.23.3(critters@0.0.20)(vite@4.4.10)(vue-router@4.2.5)(vue@3.3.4)
|
||||
version: 0.23.3(critters@0.0.20)(vite@4.4.11)(vue-router@4.2.5)(vue@3.3.4)
|
||||
vite-ssg-sitemap:
|
||||
specifier: 0.5.1
|
||||
version: 0.5.1
|
||||
|
@ -642,33 +642,33 @@ packages:
|
|||
'@jridgewell/gen-mapping': 0.3.3
|
||||
'@jridgewell/trace-mapping': 0.3.19
|
||||
|
||||
/@antfu/eslint-config@1.0.0-beta.18(eslint@8.50.0)(typescript@5.2.2)(vitest@0.34.6):
|
||||
resolution: {integrity: sha512-WfVw0PCrNOHYcRkYY2YpVmuXYjWSVd/B59i4BEK6djaeRvE7F5bQXTt71Y6wi5jWUkL+iwMQ7gGqgXexpILPPw==}
|
||||
/@antfu/eslint-config@1.0.0-beta.19(eslint@8.50.0)(typescript@5.2.2)(vitest@0.34.6):
|
||||
resolution: {integrity: sha512-xG/5+4AaJhWald30lUmvxeg5060mjSodeeGvmxCjjsEoRUKdi5w6C2CXhYR7CTteMrQoWPMao5/rJEsaqNbGbg==}
|
||||
peerDependencies:
|
||||
eslint: '>=8.0.0'
|
||||
dependencies:
|
||||
'@stylistic/eslint-plugin': 0.0.6(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/eslint-plugin': 6.7.3(@typescript-eslint/parser@6.7.3)(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 6.7.3(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/eslint-plugin': 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 6.7.4(eslint@8.50.0)(typescript@5.2.2)
|
||||
eslint: 8.50.0
|
||||
eslint-config-flat-gitignore: 0.1.0
|
||||
eslint-define-config: 1.23.0
|
||||
eslint-plugin-antfu: 1.0.0-beta.10(eslint@8.50.0)(typescript@5.2.2)
|
||||
eslint-plugin-eslint-comments: 3.2.0(eslint@8.50.0)
|
||||
eslint-plugin-i: 2.28.1(@typescript-eslint/parser@6.7.3)(eslint@8.50.0)
|
||||
eslint-plugin-i: 2.28.1(@typescript-eslint/parser@6.7.4)(eslint@8.50.0)
|
||||
eslint-plugin-jsdoc: 46.8.2(eslint@8.50.0)
|
||||
eslint-plugin-jsonc: 2.9.0(eslint@8.50.0)
|
||||
eslint-plugin-markdown: 3.0.1(eslint@8.50.0)
|
||||
eslint-plugin-n: 16.1.0(eslint@8.50.0)
|
||||
eslint-plugin-no-only-tests: 3.1.0
|
||||
eslint-plugin-unicorn: 48.0.1(eslint@8.50.0)
|
||||
eslint-plugin-unused-imports: 3.0.0(@typescript-eslint/eslint-plugin@6.7.3)(eslint@8.50.0)
|
||||
eslint-plugin-vitest: 0.3.1(@typescript-eslint/eslint-plugin@6.7.3)(eslint@8.50.0)(vitest@0.34.6)
|
||||
eslint-plugin-unused-imports: 3.0.0(@typescript-eslint/eslint-plugin@6.7.4)(eslint@8.50.0)
|
||||
eslint-plugin-vitest: 0.3.2(@typescript-eslint/eslint-plugin@6.7.4)(eslint@8.50.0)(typescript@5.2.2)(vitest@0.34.6)
|
||||
eslint-plugin-vue: 9.17.0(eslint@8.50.0)
|
||||
eslint-plugin-yml: 1.9.0(eslint@8.50.0)
|
||||
globals: 13.22.0
|
||||
jsonc-eslint-parser: 2.3.0
|
||||
local-pkg: 0.4.3
|
||||
local-pkg: 0.5.0
|
||||
vue-eslint-parser: 9.3.1(eslint@8.50.0)
|
||||
yaml-eslint-parser: 1.2.2
|
||||
transitivePeerDependencies:
|
||||
|
@ -3184,8 +3184,8 @@ packages:
|
|||
dev: true
|
||||
optional: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin@6.7.3(@typescript-eslint/parser@6.7.3)(eslint@8.50.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-vntq452UHNltxsaaN+L9WyuMch8bMd9CqJ3zhzTPXXidwbf5mqqKCVXEuvRZUqLJSTLeWE65lQwyXsRGnXkCTA==}
|
||||
/@typescript-eslint/eslint-plugin@6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.50.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-DAbgDXwtX+pDkAHwiGhqP3zWUGpW49B7eqmgpPtg+BKJXwdct79ut9+ifqOFPJGClGKSHXn2PTBatCnldJRUoA==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha
|
||||
|
@ -3196,11 +3196,11 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.8.0
|
||||
'@typescript-eslint/parser': 6.7.3(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/scope-manager': 6.7.3
|
||||
'@typescript-eslint/type-utils': 6.7.3(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.7.3(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/visitor-keys': 6.7.3
|
||||
'@typescript-eslint/parser': 6.7.4(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/scope-manager': 6.7.4
|
||||
'@typescript-eslint/type-utils': 6.7.4(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.7.4(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/visitor-keys': 6.7.4
|
||||
debug: 4.3.4(supports-color@8.1.1)
|
||||
eslint: 8.50.0
|
||||
graphemer: 1.4.0
|
||||
|
@ -3213,8 +3213,8 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@6.7.3(eslint@8.50.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-TlutE+iep2o7R8Lf+yoer3zU6/0EAUc8QIBB3GYBc1KGz4c4TRm83xwXUZVPlZ6YCLss4r77jbu6j3sendJoiQ==}
|
||||
/@typescript-eslint/parser@6.7.4(eslint@8.50.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-I5zVZFY+cw4IMZUeNCU7Sh2PO5O57F7Lr0uyhgCJmhN/BuTlnc55KxPonR4+EM3GBdfiCyGZye6DgMjtubQkmA==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
|
@ -3223,10 +3223,10 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 6.7.3
|
||||
'@typescript-eslint/types': 6.7.3
|
||||
'@typescript-eslint/typescript-estree': 6.7.3(typescript@5.2.2)
|
||||
'@typescript-eslint/visitor-keys': 6.7.3
|
||||
'@typescript-eslint/scope-manager': 6.7.4
|
||||
'@typescript-eslint/types': 6.7.4
|
||||
'@typescript-eslint/typescript-estree': 6.7.4(typescript@5.2.2)
|
||||
'@typescript-eslint/visitor-keys': 6.7.4
|
||||
debug: 4.3.4(supports-color@8.1.1)
|
||||
eslint: 8.50.0
|
||||
typescript: 5.2.2
|
||||
|
@ -3234,14 +3234,6 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager@6.7.0:
|
||||
resolution: {integrity: sha512-lAT1Uau20lQyjoLUQ5FUMSX/dS07qux9rYd5FGzKz/Kf8W8ccuvMyldb8hadHdK/qOI7aikvQWqulnEq2nCEYA==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 6.7.0
|
||||
'@typescript-eslint/visitor-keys': 6.7.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager@6.7.3:
|
||||
resolution: {integrity: sha512-wOlo0QnEou9cHO2TdkJmzF7DFGvAKEnB82PuPNHpT8ZKKaZu6Bm63ugOTn9fXNJtvuDPanBc78lGUGGytJoVzQ==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
|
@ -3250,6 +3242,14 @@ packages:
|
|||
'@typescript-eslint/visitor-keys': 6.7.3
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager@6.7.4:
|
||||
resolution: {integrity: sha512-SdGqSLUPTXAXi7c3Ob7peAGVnmMoGzZ361VswK2Mqf8UOYcODiYvs8rs5ILqEdfvX1lE7wEZbLyELCW+Yrql1A==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 6.7.4
|
||||
'@typescript-eslint/visitor-keys': 6.7.4
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@6.7.3(eslint@8.50.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-Fc68K0aTDrKIBvLnKTZ5Pf3MXK495YErrbHb1R6aTpfK5OdSFj0rVN7ib6Tx6ePrZ2gsjLqr0s98NG7l96KSQw==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
|
@ -3270,9 +3270,24 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types@6.7.0:
|
||||
resolution: {integrity: sha512-ihPfvOp7pOcN/ysoj0RpBPOx3HQTJTrIN8UZK+WFd3/iDeFHHqeyYxa4hQk4rMhsz9H9mXpR61IzwlBVGXtl9Q==}
|
||||
/@typescript-eslint/type-utils@6.7.4(eslint@8.50.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-n+g3zi1QzpcAdHFP9KQF+rEFxMb2KxtnJGID3teA/nxKHOVi3ylKovaqEzGBbVY2pBttU6z85gp0D00ufLzViQ==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 6.7.4(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.7.4(eslint@8.50.0)(typescript@5.2.2)
|
||||
debug: 4.3.4(supports-color@8.1.1)
|
||||
eslint: 8.50.0
|
||||
ts-api-utils: 1.0.2(typescript@5.2.2)
|
||||
typescript: 5.2.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types@6.7.3:
|
||||
|
@ -3280,25 +3295,9 @@ packages:
|
|||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@6.7.0(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-dPvkXj3n6e9yd/0LfojNU8VMUGHWiLuBZvbM6V6QYD+2qxqInE7J+J/ieY2iGwR9ivf/R/haWGkIj04WVUeiSQ==}
|
||||
/@typescript-eslint/types@6.7.4:
|
||||
resolution: {integrity: sha512-o9XWK2FLW6eSS/0r/tgjAGsYasLAnOWg7hvZ/dGYSSNjCh+49k5ocPN8OmG5aZcSJ8pclSOyVKP2x03Sj+RrCA==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 6.7.0
|
||||
'@typescript-eslint/visitor-keys': 6.7.0
|
||||
debug: 4.3.4(supports-color@8.1.1)
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
semver: 7.5.4
|
||||
ts-api-utils: 1.0.2(typescript@5.2.2)
|
||||
typescript: 5.2.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@6.7.3(typescript@5.2.2):
|
||||
|
@ -3322,23 +3321,25 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@6.7.0(eslint@8.50.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-MfCq3cM0vh2slSikQYqK2Gq52gvOhe57vD2RM3V4gQRZYX4rDPnKLu5p6cm89+LJiGlwEXU8hkYxhqqEC/V3qA==}
|
||||
/@typescript-eslint/typescript-estree@6.7.4(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-ty8b5qHKatlNYd9vmpHooQz3Vki3gG+3PchmtsA4TgrZBKWHNjWfkQid7K7xQogBqqc7/BhGazxMD5vr6Ha+iQ==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0)
|
||||
'@types/json-schema': 7.0.12
|
||||
'@types/semver': 7.5.3
|
||||
'@typescript-eslint/scope-manager': 6.7.0
|
||||
'@typescript-eslint/types': 6.7.0
|
||||
'@typescript-eslint/typescript-estree': 6.7.0(typescript@5.2.2)
|
||||
eslint: 8.50.0
|
||||
'@typescript-eslint/types': 6.7.4
|
||||
'@typescript-eslint/visitor-keys': 6.7.4
|
||||
debug: 4.3.4(supports-color@8.1.1)
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
semver: 7.5.4
|
||||
ts-api-utils: 1.0.2(typescript@5.2.2)
|
||||
typescript: 5.2.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@6.7.3(eslint@8.50.0)(typescript@5.2.2):
|
||||
|
@ -3360,12 +3361,23 @@ packages:
|
|||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys@6.7.0:
|
||||
resolution: {integrity: sha512-/C1RVgKFDmGMcVGeD8HjKv2bd72oI1KxQDeY8uc66gw9R0OK0eMq48cA+jv9/2Ag6cdrsUGySm1yzYmfz0hxwQ==}
|
||||
/@typescript-eslint/utils@6.7.4(eslint@8.50.0)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-PRQAs+HUn85Qdk+khAxsVV+oULy3VkbH3hQ8hxLRJXWBEd7iI+GbQxH5SEUSH7kbEoTp6oT1bOwyga24ELALTA==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 6.7.0
|
||||
eslint-visitor-keys: 3.4.3
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0)
|
||||
'@types/json-schema': 7.0.12
|
||||
'@types/semver': 7.5.3
|
||||
'@typescript-eslint/scope-manager': 6.7.4
|
||||
'@typescript-eslint/types': 6.7.4
|
||||
'@typescript-eslint/typescript-estree': 6.7.4(typescript@5.2.2)
|
||||
eslint: 8.50.0
|
||||
semver: 7.5.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys@6.7.3:
|
||||
|
@ -3376,6 +3388,14 @@ packages:
|
|||
eslint-visitor-keys: 3.4.3
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys@6.7.4:
|
||||
resolution: {integrity: sha512-pOW37DUhlTZbvph50x5zZCkFn3xzwkGtNoJHzIM3svpiSkJzwOYr/kVBaXmf+RAQiUDs1AHEZVNPg6UJCJpwRA==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 6.7.4
|
||||
eslint-visitor-keys: 3.4.3
|
||||
dev: true
|
||||
|
||||
/@unhead/dom@1.7.3:
|
||||
resolution: {integrity: sha512-igJ2ZxU5x4CQQQ3iM+CPOPHdjpam/Q89xIvDSE0crK11TU00WOl0bWl1yQp/EI0pyza1G3ZQ1JyDmi7OcCM9eQ==}
|
||||
dependencies:
|
||||
|
@ -3456,7 +3476,7 @@ packages:
|
|||
vue: 3.3.4
|
||||
dev: false
|
||||
|
||||
/@unocss/astro@0.56.5(rollup@3.29.0)(vite@4.4.10):
|
||||
/@unocss/astro@0.56.5(rollup@3.29.0)(vite@4.4.11):
|
||||
resolution: {integrity: sha512-nkxyGV9mA7DZ5LEr4Gap/SggM60MFNUfn56ngpxCqjQHJOMRJrAcR99hCVn+78vZ9xuZl9HxdIwgZLzn41thMw==}
|
||||
peerDependencies:
|
||||
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0
|
||||
|
@ -3466,8 +3486,8 @@ packages:
|
|||
dependencies:
|
||||
'@unocss/core': 0.56.5
|
||||
'@unocss/reset': 0.56.5
|
||||
'@unocss/vite': 0.56.5(rollup@3.29.0)(vite@4.4.10)
|
||||
vite: 4.4.10(@types/node@20.8.2)(sass@1.68.0)
|
||||
'@unocss/vite': 0.56.5(rollup@3.29.0)(vite@4.4.11)
|
||||
vite: 4.4.11(@types/node@20.8.2)(sass@1.68.0)
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
dev: false
|
||||
|
@ -3643,7 +3663,7 @@ packages:
|
|||
'@unocss/core': 0.56.5
|
||||
dev: false
|
||||
|
||||
/@unocss/vite@0.56.5(rollup@3.29.0)(vite@4.4.10):
|
||||
/@unocss/vite@0.56.5(rollup@3.29.0)(vite@4.4.11):
|
||||
resolution: {integrity: sha512-X4nvIukXTH//d+Oc97nJogK04sVGw4fc5LhVV1DjHQVmAOAmhTJCG6SxWGoSeqqUMx5X3gI9fVILK+5O8yl5EA==}
|
||||
peerDependencies:
|
||||
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0
|
||||
|
@ -3658,19 +3678,19 @@ packages:
|
|||
chokidar: 3.5.3
|
||||
fast-glob: 3.3.1
|
||||
magic-string: 0.30.3
|
||||
vite: 4.4.10(@types/node@20.8.2)(sass@1.68.0)
|
||||
vite: 4.4.11(@types/node@20.8.2)(sass@1.68.0)
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
dev: false
|
||||
|
||||
/@vitejs/plugin-vue@4.4.0(vite@4.4.10)(vue@3.3.4):
|
||||
/@vitejs/plugin-vue@4.4.0(vite@4.4.11)(vue@3.3.4):
|
||||
resolution: {integrity: sha512-xdguqb+VUwiRpSg+nsc2HtbAUSGak25DXYvpQQi4RVU1Xq1uworyoH/md9Rfd8zMmPR/pSghr309QNcftUVseg==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
vite: ^4.0.0
|
||||
vue: ^3.2.25
|
||||
dependencies:
|
||||
vite: 4.4.10(@types/node@20.8.2)(sass@1.68.0)
|
||||
vite: 4.4.11(@types/node@20.8.2)(sass@1.68.0)
|
||||
vue: 3.3.4
|
||||
dev: false
|
||||
|
||||
|
@ -5431,7 +5451,7 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.3)(eslint-import-resolver-node@0.3.9)(eslint@8.50.0):
|
||||
/eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.4)(eslint-import-resolver-node@0.3.9)(eslint@8.50.0):
|
||||
resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
|
@ -5452,7 +5472,7 @@ packages:
|
|||
eslint-import-resolver-webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 6.7.3(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/parser': 6.7.4(eslint@8.50.0)(typescript@5.2.2)
|
||||
debug: 3.2.7(supports-color@8.1.1)
|
||||
eslint: 8.50.0
|
||||
eslint-import-resolver-node: 0.3.9
|
||||
|
@ -5501,7 +5521,7 @@ packages:
|
|||
ignore: 5.2.4
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-i@2.28.1(@typescript-eslint/parser@6.7.3)(eslint@8.50.0):
|
||||
/eslint-plugin-i@2.28.1(@typescript-eslint/parser@6.7.4)(eslint@8.50.0):
|
||||
resolution: {integrity: sha512-a4oVt0j3ixNhGhvV4XF6NS7OWRFK2rrJ0Q5C4S2dSRb8FxZi31J0uUd5WJLL58wnVJ/OiQ1BxiXnFA4dWQO1Cg==}
|
||||
engines: {node: '>=12'}
|
||||
peerDependencies:
|
||||
|
@ -5511,7 +5531,7 @@ packages:
|
|||
doctrine: 2.1.0
|
||||
eslint: 8.50.0
|
||||
eslint-import-resolver-node: 0.3.9
|
||||
eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.3)(eslint-import-resolver-node@0.3.9)(eslint@8.50.0)
|
||||
eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.4)(eslint-import-resolver-node@0.3.9)(eslint@8.50.0)
|
||||
get-tsconfig: 4.7.2
|
||||
is-glob: 4.0.3
|
||||
minimatch: 3.1.2
|
||||
|
@ -5615,7 +5635,7 @@ packages:
|
|||
strip-indent: 3.0.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-unused-imports@3.0.0(@typescript-eslint/eslint-plugin@6.7.3)(eslint@8.50.0):
|
||||
/eslint-plugin-unused-imports@3.0.0(@typescript-eslint/eslint-plugin@6.7.4)(eslint@8.50.0):
|
||||
resolution: {integrity: sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -5625,13 +5645,13 @@ packages:
|
|||
'@typescript-eslint/eslint-plugin':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 6.7.3(@typescript-eslint/parser@6.7.3)(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/eslint-plugin': 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.50.0)(typescript@5.2.2)
|
||||
eslint: 8.50.0
|
||||
eslint-rule-composer: 0.3.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-vitest@0.3.1(@typescript-eslint/eslint-plugin@6.7.3)(eslint@8.50.0)(vitest@0.34.6):
|
||||
resolution: {integrity: sha512-GeR3zISHmqUGWK2sfW+eyCZivMqiQYzPf9UttHXBiEyMveS/jkKLHCrHUllwr3Hz1+i0zoseANd2xL0cFha8Eg==}
|
||||
/eslint-plugin-vitest@0.3.2(@typescript-eslint/eslint-plugin@6.7.4)(eslint@8.50.0)(typescript@5.2.2)(vitest@0.34.6):
|
||||
resolution: {integrity: sha512-A1P0qJVkqHyfDolwm09h8/gu7SbGFOKbacJSeyZ9IRb8uyddgqLcqv4VrqgQfLA7QmGI9lwj1iV90NyZ1cHp8Q==}
|
||||
engines: {node: 14.x || >= 16}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/eslint-plugin': '*'
|
||||
|
@ -5641,13 +5661,13 @@ packages:
|
|||
'@typescript-eslint/eslint-plugin':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 6.7.3(@typescript-eslint/parser@6.7.3)(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.7.0(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/eslint-plugin': 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.50.0)(typescript@5.2.2)
|
||||
'@typescript-eslint/utils': 6.7.3(eslint@8.50.0)(typescript@5.2.2)
|
||||
eslint: 8.50.0
|
||||
typescript: 5.2.2
|
||||
vitest: 0.34.6
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-vue@9.17.0(eslint@8.50.0):
|
||||
|
@ -7289,6 +7309,14 @@ packages:
|
|||
resolution: {integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==}
|
||||
engines: {node: '>=14'}
|
||||
|
||||
/local-pkg@0.5.0:
|
||||
resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==}
|
||||
engines: {node: '>=14'}
|
||||
dependencies:
|
||||
mlly: 1.4.2
|
||||
pkg-types: 1.0.3
|
||||
dev: true
|
||||
|
||||
/locate-path@5.0.0:
|
||||
resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==}
|
||||
engines: {node: '>=8'}
|
||||
|
@ -9573,7 +9601,7 @@ packages:
|
|||
resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==}
|
||||
engines: {node: '>= 10.0.0'}
|
||||
|
||||
/unocss@0.56.5(postcss@8.4.31)(rollup@3.29.0)(vite@4.4.10):
|
||||
/unocss@0.56.5(postcss@8.4.31)(rollup@3.29.0)(vite@4.4.11):
|
||||
resolution: {integrity: sha512-tO+9St4CntSjHpLXZqBo0/etS06MtvFF1NEny/qFJCL9sCopWwmDKuzW6/LIb4wfqZLdMpVFoEACMNv8nP849A==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
|
@ -9585,7 +9613,7 @@ packages:
|
|||
vite:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@unocss/astro': 0.56.5(rollup@3.29.0)(vite@4.4.10)
|
||||
'@unocss/astro': 0.56.5(rollup@3.29.0)(vite@4.4.11)
|
||||
'@unocss/cli': 0.56.5(rollup@3.29.0)
|
||||
'@unocss/core': 0.56.5
|
||||
'@unocss/extractor-arbitrary-variants': 0.56.5
|
||||
|
@ -9604,8 +9632,8 @@ packages:
|
|||
'@unocss/transformer-compile-class': 0.56.5
|
||||
'@unocss/transformer-directives': 0.56.5
|
||||
'@unocss/transformer-variant-group': 0.56.5
|
||||
'@unocss/vite': 0.56.5(rollup@3.29.0)(vite@4.4.10)
|
||||
vite: 4.4.10(@types/node@20.8.2)(sass@1.68.0)
|
||||
'@unocss/vite': 0.56.5(rollup@3.29.0)(vite@4.4.11)
|
||||
vite: 4.4.11(@types/node@20.8.2)(sass@1.68.0)
|
||||
transitivePeerDependencies:
|
||||
- postcss
|
||||
- rollup
|
||||
|
@ -9759,7 +9787,7 @@ packages:
|
|||
mlly: 1.4.2
|
||||
pathe: 1.1.1
|
||||
picocolors: 1.0.0
|
||||
vite: 4.4.10(@types/node@20.8.2)(sass@1.68.0)
|
||||
vite: 4.4.11(@types/node@20.8.2)(sass@1.68.0)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- less
|
||||
|
@ -9771,7 +9799,7 @@ packages:
|
|||
- terser
|
||||
dev: true
|
||||
|
||||
/vite-plugin-inspect@0.7.40(rollup@2.79.1)(vite@4.4.10):
|
||||
/vite-plugin-inspect@0.7.40(rollup@2.79.1)(vite@4.4.11):
|
||||
resolution: {integrity: sha512-tsfva6MCg0ch6ckReWHvJ/9xf/zjTuJvakONf2qcMBB/iu9JqiRixfxMa/yLGrlNaBe6fUZHOVhtN2Me3Kthow==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
|
@ -9789,13 +9817,13 @@ packages:
|
|||
open: 9.1.0
|
||||
picocolors: 1.0.0
|
||||
sirv: 2.0.3
|
||||
vite: 4.4.10(@types/node@20.8.2)(sass@1.68.0)
|
||||
vite: 4.4.11(@types/node@20.8.2)(sass@1.68.0)
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-pages@0.31.0(vite@4.4.10):
|
||||
/vite-plugin-pages@0.31.0(vite@4.4.11):
|
||||
resolution: {integrity: sha512-fw3onBfVTXQI7rOzAbSZhmfwvk50+3qNnGZpERjmD93c8nEjrGLyd53eFXYMxcJV4KA1vzi4qIHt2+6tS4dEMw==}
|
||||
peerDependencies:
|
||||
'@vue/compiler-sfc': ^2.7.0 || ^3.0.0
|
||||
|
@ -9812,13 +9840,13 @@ packages:
|
|||
json5: 2.2.3
|
||||
local-pkg: 0.4.3
|
||||
picocolors: 1.0.0
|
||||
vite: 4.4.10(@types/node@20.8.2)(sass@1.68.0)
|
||||
vite: 4.4.11(@types/node@20.8.2)(sass@1.68.0)
|
||||
yaml: 2.3.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/vite-plugin-pwa@0.16.5(vite@4.4.10)(workbox-build@7.0.0)(workbox-window@7.0.0):
|
||||
/vite-plugin-pwa@0.16.5(vite@4.4.11)(workbox-build@7.0.0)(workbox-window@7.0.0):
|
||||
resolution: {integrity: sha512-Ahol4dwhMP2UHPQXkllSlXbihOaDFnvBIDPmAxoSZ1EObBUJGP4CMRyCyAVkIHjd6/H+//vH0DM2ON+XxHr81g==}
|
||||
engines: {node: '>=16.0.0'}
|
||||
peerDependencies:
|
||||
|
@ -9829,14 +9857,14 @@ packages:
|
|||
debug: 4.3.4(supports-color@8.1.1)
|
||||
fast-glob: 3.3.1
|
||||
pretty-bytes: 6.1.1
|
||||
vite: 4.4.10(@types/node@20.8.2)(sass@1.68.0)
|
||||
vite: 4.4.11(@types/node@20.8.2)(sass@1.68.0)
|
||||
workbox-build: 7.0.0
|
||||
workbox-window: 7.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-vue-layouts@0.8.0(vite@4.4.10)(vue-router@4.2.5)(vue@3.3.4):
|
||||
/vite-plugin-vue-layouts@0.8.0(vite@4.4.11)(vue-router@4.2.5)(vue@3.3.4):
|
||||
resolution: {integrity: sha512-UZW2nSV2LraTSe7gsAL46hfdi7a0X1RvkGGoJVtA2O8beu7anzpXFwQLou8+kHy31CzVycT4gIPySBsHhtBN5g==}
|
||||
peerDependencies:
|
||||
vite: ^2.5.0 || ^3.0.0-0 || ^4.0.0
|
||||
|
@ -9846,7 +9874,7 @@ packages:
|
|||
'@vue/compiler-sfc': 3.3.4
|
||||
debug: 4.3.4(supports-color@8.1.1)
|
||||
fast-glob: 3.3.1
|
||||
vite: 4.4.10(@types/node@20.8.2)(sass@1.68.0)
|
||||
vite: 4.4.11(@types/node@20.8.2)(sass@1.68.0)
|
||||
vue: 3.3.4
|
||||
vue-router: 4.2.5(vue@3.3.4)
|
||||
transitivePeerDependencies:
|
||||
|
@ -9857,7 +9885,7 @@ packages:
|
|||
resolution: {integrity: sha512-X3ZImSVpFMypBTIhaTqEOdKj7tO9n7Puzd8vsxuQluFUyu6x/e2Dzv8qk5qZsC34ZR6iHt0wa2sPhDu1OjdOsA==}
|
||||
dev: false
|
||||
|
||||
/vite-ssg@0.23.3(critters@0.0.20)(vite@4.4.10)(vue-router@4.2.5)(vue@3.3.4):
|
||||
/vite-ssg@0.23.3(critters@0.0.20)(vite@4.4.11)(vue-router@4.2.5)(vue@3.3.4):
|
||||
resolution: {integrity: sha512-SinJROcjl3/wvfB9fTMFjcGnDj42AOaYG4FAPz4FVnazX87qgb1U+q87JrgzLz2PiYKAacPYBMQSHTIjvsnJyw==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
hasBin: true
|
||||
|
@ -9881,7 +9909,7 @@ packages:
|
|||
jsdom: 22.1.0
|
||||
kolorist: 1.8.0
|
||||
prettier: 3.0.3
|
||||
vite: 4.4.10(@types/node@20.8.2)(sass@1.68.0)
|
||||
vite: 4.4.11(@types/node@20.8.2)(sass@1.68.0)
|
||||
vue: 3.3.4
|
||||
vue-router: 4.2.5(vue@3.3.4)
|
||||
yargs: 17.7.2
|
||||
|
@ -9892,8 +9920,8 @@ packages:
|
|||
- utf-8-validate
|
||||
dev: false
|
||||
|
||||
/vite@4.4.10(@types/node@20.8.2)(sass@1.68.0):
|
||||
resolution: {integrity: sha512-TzIjiqx9BEXF8yzYdF2NTf1kFFbjMjUSV0LFZ3HyHoI3SGSPLnnFUKiIQtL3gl2AjHvMrprOvQ3amzaHgQlAxw==}
|
||||
/vite@4.4.11(@types/node@20.8.2)(sass@1.68.0):
|
||||
resolution: {integrity: sha512-ksNZJlkcU9b0lBwAGZGGaZHCMqHsc8OpgtoYhsQ4/I2v5cnpmmmqe5pM4nv/4Hn6G/2GhTdj0DhZh2e+Er1q5A==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
|
@ -9950,7 +9978,7 @@ packages:
|
|||
mark.js: 8.11.1
|
||||
minisearch: 6.1.0
|
||||
shiki: 0.14.4
|
||||
vite: 4.4.10(@types/node@20.8.2)(sass@1.68.0)
|
||||
vite: 4.4.11(@types/node@20.8.2)(sass@1.68.0)
|
||||
vue: 3.3.4
|
||||
transitivePeerDependencies:
|
||||
- '@algolia/client-search'
|
||||
|
@ -10031,7 +10059,7 @@ packages:
|
|||
strip-literal: 1.3.0
|
||||
tinybench: 2.5.0
|
||||
tinypool: 0.7.0
|
||||
vite: 4.4.10(@types/node@20.8.2)(sass@1.68.0)
|
||||
vite: 4.4.11(@types/node@20.8.2)(sass@1.68.0)
|
||||
vite-node: 0.34.6(@types/node@20.8.2)
|
||||
why-is-node-running: 2.2.2
|
||||
transitivePeerDependencies:
|
||||
|
|
Loading…
Reference in New Issue