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

Commit a90a512

Browse files
committed
chore: update deps
1 parent 40e5ff5 commit a90a512

File tree

3 files changed

+188
-286
lines changed

3 files changed

+188
-286
lines changed

docs/pages/getting-started/principles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ us always be on that path.
2626
over, and the correct `aria-*` attributes.
2727

2828
- **Dark Mode:** Make components dark mode compatible. Use `useColorMode` hook
29-
to handle styling. [Learn more about dark mode](/docs/features/color-mode).
29+
to handle styling. [Learn more about dark mode](#).
3030

3131
- **Naming Props:** We all know naming is the hardest thing in this industry.
3232
Generally, ensure a prop name is indicative of what it does. Boolean props

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"vite-plugin-pages": "^0.18.2",
158158
"vite-plugin-vue-layouts": "^0.3.1",
159159
"vite-ssg": "^0.17.2",
160-
"vitepress": "^0.12.0",
160+
"vitepress": "^0.20.9",
161161
"vue": "^3.2.24",
162162
"vue-jest": "^5.0.0-alpha.7",
163163
"vue-prism-editor": "^2.0.0-alpha.2",

0 commit comments

Comments
 (0)