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

Commit f72eb33

Browse files
committed
update vitepress
1 parent 998758f commit f72eb33

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"preview": "vitepress preview ."
1212
},
1313
"devDependencies": {
14-
"vitepress": "^1.0.0-beta.5"
14+
"vitepress": "^1.1.3"
1515
}
1616
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint:fix": "eslint . --fix",
1111
"textlint": "textlint --format pretty-error",
1212
"textlint:docs": "textlint --format pretty-error docs/**",
13-
"docs": "npm run -w=handson-vue3-docs"
13+
"docs": "npm -w=handson-vue3-docs"
1414
},
1515
"workspaces": [
1616
".",

0 commit comments

Comments
 (0)