mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
chore(docs): upgrade vitepress to 1.0.0-rc.45
This commit is contained in:
parent
64ecafb57f
commit
ecc435ec80
3 changed files with 534 additions and 331 deletions
|
@ -16,7 +16,8 @@ hero:
|
|||
link: /guide/getting-started
|
||||
- theme: alt
|
||||
text: View Demo
|
||||
link: https://stack.jimmycai.com/demo/ # Absolute URL because it is not part of VitePress. If we use /demo/, VitePress will try to resolve it as an internal page and return 404.
|
||||
link: /demo/
|
||||
target: _blank
|
||||
- theme: alt
|
||||
text: View on GitHub
|
||||
link: https://github.com/CaiJimmy/hugo-theme-stack
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"vitepress": "1.0.0-rc.14",
|
||||
"vue": "^3.3.4"
|
||||
"vitepress": "1.0.0-rc.45",
|
||||
"vue": "^3.4.21"
|
||||
},
|
||||
"pnpm": {
|
||||
"peerDependencyRules": {
|
||||
|
|
858
pnpm-lock.yaml
858
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue