Merge branch 'main' into patch-1

pull/3751/head
Divyansh Singh 1 year ago committed by GitHub
commit 2ff53dfaf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -191,5 +191,5 @@ npx vitepress init
````
::: info
VitePress 并不总是为 `layout: home` 页面里额外的内容自动添加样式。要回到以前的行为,可以在 fortmatter 中添加 `markdownStyles: false`
VitePress 并不总是为 `layout: home` 页面里额外的内容自动添加样式。要回到以前的行为,可以在 frontmatter 中添加 `markdownStyles: false`
:::

@ -28,7 +28,7 @@ importers:
version: 13.0.7
'@vitejs/plugin-vue':
specifier: ^5.0.4
version: 5.0.4(vite@5.2.2)(vue@3.4.21)
version: 5.0.4(vite@5.2.6)(vue@3.4.21)
'@vue/devtools-api':
specifier: ^7.0.16
version: 7.0.20(vue@3.4.21)
@ -52,7 +52,7 @@ importers:
version: 1.2.0
vite:
specifier: ^5.2.2
version: 5.2.2(@types/node@20.11.30)
version: 5.2.6(@types/node@20.11.30)
vue:
specifier: ^3.4.21
version: 3.4.21(typescript@5.4.3)
@ -1271,14 +1271,14 @@ packages:
resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==}
dev: false
/@vitejs/plugin-vue@5.0.4(vite@5.2.2)(vue@3.4.21):
/@vitejs/plugin-vue@5.0.4(vite@5.2.6)(vue@3.4.21):
resolution: {integrity: sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==}
engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
vite: ^5.0.0
vue: ^3.2.25
dependencies:
vite: 5.2.2(@types/node@20.11.30)
vite: 5.2.6(@types/node@20.11.30)
vue: 3.4.21(typescript@5.4.3)
dev: false
@ -4677,7 +4677,7 @@ packages:
debug: 4.3.4(supports-color@9.4.0)
pathe: 1.1.2
picocolors: 1.0.0
vite: 5.2.2(@types/node@20.11.30)
vite: 5.2.6(@types/node@20.11.30)
transitivePeerDependencies:
- '@types/node'
- less
@ -4689,8 +4689,8 @@ packages:
- terser
dev: true
/vite@5.2.2(@types/node@20.11.30):
resolution: {integrity: sha512-FWZbz0oSdLq5snUI0b6sULbz58iXFXdvkZfZWR/F0ZJuKTSPO7v72QPXt6KqYeMFb0yytNp6kZosxJ96Nr/wDQ==}
/vite@5.2.6(@types/node@20.11.30):
resolution: {integrity: sha512-FPtnxFlSIKYjZ2eosBQamz4CbyrTizbZ3hnGJlh/wMtCrlp1Hah6AzBLjGI5I2urTfNnpovpHdrL6YRuBOPnCA==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@ -4767,7 +4767,7 @@ packages:
strip-literal: 2.0.0
tinybench: 2.6.0
tinypool: 0.8.2
vite: 5.2.2(@types/node@20.11.30)
vite: 5.2.6(@types/node@20.11.30)
vite-node: 1.4.0(@types/node@20.11.30)(supports-color@9.4.0)
why-is-node-running: 2.2.2
transitivePeerDependencies:

Loading…
Cancel
Save