Skip to content

Commit 68cea0a

Browse files
committed
Updated dependences for node 16
1 parent a59c95d commit 68cea0a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

‎package.json‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,30 @@
1717
"dependencies": {
1818
"@iktakahiro/markdown-it-katex": "^3.1.0",
1919
"cheerio": "^1.0.0-rc.2",
20-
"chokidar": "^3.5.3",
20+
"chokidar": "^2.0.3",
2121
"colors": "^1.3.0",
2222
"commander": "^2.15.1",
2323
"csvtojson": "^2.0.3",
2424
"deptree": "^1.0.0",
2525
"filesize": "^3.6.1",
2626
"html2jade": "^0.8.6",
27-
"jimp": "^0.16.1",
27+
"jimp": "^0.5.4",
2828
"js-yaml": "^3.12.0",
29-
"jstransformer-highlight": "^1.0.1",
29+
"jstransformer-highlight": "^2.0.0",
3030
"jstransformer-markdown-it": "^2.1.0",
3131
"katex": "^0.11.1",
32-
"markdown-it": "^12.3.2",
32+
"markdown-it": "^10.0.0",
3333
"markdown-it-footnote": "^3.0.2",
3434
"mathjax-node-page": "^3.0.1",
3535
"mermaid": "^8.0.0-rc.8",
3636
"node-sass": "^7.0.1",
37-
"pug": "^3.0.2",
37+
"pug": "^2.0.3",
3838
"puppeteer": "^1.8.0"
3939
},
4040
"devDependencies": {
4141
"diff": "^3.5.0",
42-
"mocha": "^9.1.4",
42+
"mocha": "^5.2.0",
4343
"pdf-image": "^2.0.0",
4444
"pixel-diff": "^1.0.1"
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)