aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-08-07 04:54:28 +0800
committerGitHub <[email protected]>2022-08-06 20:54:28 +0000
commit51a88634092dbe17985e434572385af4e99d1022 (patch)
tree197d605ffabbd765336de45b610a35437bf35c77 /package.json
parent0668cfe393368f59feffbb0e96540603bc2d8755 (diff)
downloadfaker-51a88634092dbe17985e434572385af4e99d1022.tar.xz
faker-51a88634092dbe17985e434572385af4e99d1022.zip
docs: use vitepress v1 (#993)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 0ca24346..f1dab00f 100644
--- a/package.json
+++ b/package.json
@@ -95,7 +95,7 @@
"devDependencies": {
"@algolia/client-search": "~4.14.2",
"@types/markdown-it": "~12.2.3",
- "@types/node": "~18.0.6",
+ "@types/node": "~18.6.4",
"@types/prettier": "~2.6.4",
"@types/react": "~18.0.15",
"@types/sanitize-html": "~2.6.2",
@@ -132,7 +132,7 @@
"typescript": "~4.7.4",
"validator": "~13.7.0",
"vite": "~3.0.4",
- "vitepress": "~0.22.4",
+ "vitepress": "1.0.0-alpha.4",
"vitest": "~0.20.3"
},
"packageManager": "[email protected]",