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/ /node_modules/
/docs/.vuepress/dist/ /docs/.vuepress/dist/
package-lock.json package-lock.json
pnpm-lock.yaml
### PHPUnit ### ### PHPUnit ###

View File

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