Skip to content

Commit 7994456

Browse files
committed
fix: Pin marked to 0.8.0
Tracking marked/#1621 to unpin Closes #1240
1 parent 688d89d commit 7994456

File tree

2 files changed

+41
-26
lines changed

2 files changed

+41
-26
lines changed

package-lock.json

Lines changed: 37 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"handlebars": "^4.7.3",
2525
"highlight.js": "^9.18.1",
2626
"lodash": "^4.17.15",
27-
"marked": "^0.8.0",
27+
"marked": "0.8.0",
2828
"minimatch": "^3.0.0",
2929
"progress": "^2.0.3",
3030
"shelljs": "^0.8.3",
@@ -38,11 +38,11 @@
3838
"@types/lodash": "^4.14.149",
3939
"@types/marked": "^0.7.3",
4040
"@types/minimatch": "3.0.3",
41-
"@types/mocha": "^5.2.7",
41+
"@types/mocha": "^7.0.2",
4242
"@types/mockery": "^1.4.29",
43-
"@types/node": "^13.9.1",
43+
"@types/node": "^13.9.2",
4444
"@types/shelljs": "^0.8.6",
45-
"mocha": "^7.1.0",
45+
"mocha": "^7.1.1",
4646
"mockery": "^2.1.0",
4747
"nyc": "15.0.0",
4848
"tslint": "^5.20.1",

0 commit comments

Comments
 (0)