Skip to content

Commit d72e5f1

Browse files
authored
Fix package.json that stopped doc build (#262)
1 parent 2c95b27 commit d72e5f1

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

docs/package.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
{
2-
"devDependencies": {
3-
"markdown-it": "^14.0.0",
4-
"markdown-it-mathjax3": "^4.3.2",
5-
"vitepress": "^1.0.0-rc.43",
6-
"vitepress-plugin-tabs": "^0.5.0",
7-
"vitest": "^1.3.0"
8-
},
92
"scripts": {
103
"docs:dev": "vitepress dev build/.documenter",
114
"docs:build": "vitepress build build/.documenter",
125
"docs:preview": "vitepress preview build/.documenter"
136
},
147
"dependencies": {
15-
"@shikijs/transformers": "^1.1.7",
16-
"markdown-it-footnote": "^4.0.0"
8+
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.12.1",
9+
"@shikijs/transformers": "^2.0.3",
10+
"markdown-it": "^14.1.0",
11+
"markdown-it-footnote": "^4.0.0",
12+
"markdown-it-mathjax3": "^4.3.2",
13+
"vitepress": "^1.6.3",
14+
"vitepress-plugin-tabs": "^0.5.0"
1715
}
18-
}
16+
}

0 commit comments

Comments
 (0)