Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
update vitepress (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubugeeei authored Apr 19, 2024
1 parent 998758f commit 942239c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"preview": "vitepress preview ."
},
"devDependencies": {
"vitepress": "^1.0.0-beta.5"
"vitepress": "^1.1.3"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:fix": "eslint . --fix",
"textlint": "textlint --format pretty-error",
"textlint:docs": "textlint --format pretty-error docs/**",
"docs": "npm run -w=handson-vue3-docs"
"docs": "npm -w=handson-vue3-docs"
},
"workspaces": [
".",
Expand Down

0 comments on commit 942239c

Please sign in to comment.