Skip to content

Commit 7da9e97

Browse files
committed
Update dependencies
1 parent 3c2b97e commit 7da9e97

File tree

3 files changed

+349
-493
lines changed

3 files changed

+349
-493
lines changed

docs/.vitepress/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const chaptersAndGuides = [
1515
{ text: "闭包", link: "/chapters/ch09_closure" },
1616
{ text: "对象", link: "/chapters/ch10_object" },
1717
{ text: "并发", link: "/chapters/ch11_concurrency" },
18+
{ text: "练习答案与提示", link: "/chapters/answers" },
1819
],
1920
},
2021
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
},
66
"devDependencies": {
77
"markdown-it-mathjax3": "^4.3.2",
8-
"vitepress": "^1.6.4"
8+
"vitepress": "^2.0.0-alpha.16"
99
}
1010
}

0 commit comments

Comments
 (0)