Skip to content

Commit c2c7a96

Browse files
committed
test: add unit test
1 parent bb82e97 commit c2c7a96

File tree

4 files changed

+953
-44
lines changed

4 files changed

+953
-44
lines changed

plugins/plugin-prismjs/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
"prismjs": "^1.29.0"
3939
},
4040
"devDependencies": {
41-
"@types/prismjs": "^1.26.4"
41+
"@types/markdown-it": "^14.1.1",
42+
"@types/prismjs": "^1.26.4",
43+
"markdown-it": "^14.1.0"
4244
},
4345
"peerDependencies": {
4446
"vuepress": "2.0.0-rc.11"

0 commit comments

Comments
 (0)