Skip to content

Commit a59c95d

Browse files
committed
Updated dependences for node 16
1 parent 9bab05c commit a59c95d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

‎package.json‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "relaxedjs",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Create PDF documents using web technologies (PDF/SCSS)",
55
"main": "src/masterToPDF.js",
66
"bin": {
@@ -17,29 +17,29 @@
1717
"dependencies": {
1818
"@iktakahiro/markdown-it-katex": "^3.1.0",
1919
"cheerio": "^1.0.0-rc.2",
20-
"chokidar": "^2.0.3",
20+
"chokidar": "^3.5.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.5.4",
27+
"jimp": "^0.16.1",
2828
"js-yaml": "^3.12.0",
29-
"jstransformer-highlight": "^2.0.0",
29+
"jstransformer-highlight": "^1.0.1",
3030
"jstransformer-markdown-it": "^2.1.0",
3131
"katex": "^0.11.1",
32-
"markdown-it": "^10.0.0",
32+
"markdown-it": "^12.3.2",
3333
"markdown-it-footnote": "^3.0.2",
3434
"mathjax-node-page": "^3.0.1",
3535
"mermaid": "^8.0.0-rc.8",
36-
"node-sass": "^4.9.0",
37-
"pug": "^2.0.3",
36+
"node-sass": "^7.0.1",
37+
"pug": "^3.0.2",
3838
"puppeteer": "^1.8.0"
3939
},
4040
"devDependencies": {
4141
"diff": "^3.5.0",
42-
"mocha": "^5.2.0",
42+
"mocha": "^9.1.4",
4343
"pdf-image": "^2.0.0",
4444
"pixel-diff": "^1.0.1"
4545
}

0 commit comments

Comments
 (0)