fix(core): update

This commit is contained in:
2022-05-20 16:03:35 +02:00
parent 23f2cc9e6d
commit 92a1b589e7
7 changed files with 542 additions and 63 deletions

View File

@@ -22,12 +22,16 @@
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/smartyaml": "^2.0.5",
"@types/turndown": "^5.0.1",
"remark": "^14.0.2",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-parse": "^10.0.1",
"remark-stringify": "^10.0.2",
"turndown": "^7.1.1",
"turndown-plugin-gfm": "^1.0.2"
"turndown-plugin-gfm": "^1.0.2",
"unified": "^10.1.2"
},
"files": [
"ts/**/*",