Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
coldgust committed Oct 23, 2023
1 parent 788f708 commit 6bd44ee
Show file tree
Hide file tree
Showing 3 changed files with 902 additions and 1,133 deletions.
4 changes: 3 additions & 1 deletion docs/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ export default hopeTheme({
playground: {
presets: ["ts", "vue"],
},
presentation: ["highlight", "math", "search", "notes", "zoom"],
revealjs: {
plugins: ["highlight", "math", "search", "notes", "zoom"],
},
stylize: [
{
matcher: "Recommended",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@vuepress/client": "2.0.0-beta.67",
"vue": "^3.3.4",
"vue": "^3.3.6",
"vuepress": "2.0.0-beta.67",
"vuepress-theme-hope": "2.0.0-beta.238"
}
Expand Down
Loading

0 comments on commit 6bd44ee

Please sign in to comment.