Skip to content

Commit

Permalink
fix: vitepress 版本错误修复
Browse files Browse the repository at this point in the history
vitepress 版本错误修复
  • Loading branch information
hewx815 committed Apr 23, 2023
1 parent 5f14d49 commit bd99ed6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint-plugin-import": "^2.25.2",
"inquirer": "^9.1.5",
"standard-version": "^9.5.0",
"vitepress": "^1.0.0-alpha.71"
"vitepress": "^1.0.0-alpha.73"
},
"dependencies": {}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3695,9 +3695,9 @@ vite@^4.3.0:
optionalDependencies:
fsevents "~2.3.2"

vitepress@^1.0.0-alpha.71:
vitepress@^1.0.0-alpha.73:
version "1.0.0-alpha.73"
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-1.0.0-alpha.73.tgz#d5b459299ab294507de2dea4f6f0b0592535a359"
resolved "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-alpha.73.tgz#d5b459299ab294507de2dea4f6f0b0592535a359"
integrity sha512-BWK7b5yYxdA3SeBnUV+ly8vJU2MFcQhjooycLDc2AsSd07uGp+WO6J6gBmjwHuOz5hgcNa+/VxGWKKwBycdbnA==
dependencies:
"@docsearch/css" "^3.3.3"
Expand Down

0 comments on commit bd99ed6

Please sign in to comment.