update vuepress version

This commit is contained in:
sunxyw 2023-02-07 17:42:48 +08:00
parent 774d657263
commit ac8775adcb
No known key found for this signature in database
GPG Key ID: F391C42B19AFFC98
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -51,6 +51,7 @@ cghooks.lock
/node_modules/
/docs/.vuepress/dist/
package-lock.json
pnpm-lock.yaml
### PHPUnit ###

View File

@ -1,7 +1,7 @@
{
"dependencies": {
"vuepress-theme-antdocs": "^1.4.5",
"vuepress": "^1.9.7"
"vuepress": "^1.9.8",
"vuepress-theme-antdocs": "^1.4.6"
},
"scripts": {
"docs:dev": "vuepress dev docs",