fix(core): update

This commit is contained in:
2022-05-19 09:36:59 +02:00
parent dd1f8c928f
commit c42f3ee1b7
10 changed files with 4270 additions and 20164 deletions

View File

@@ -5,6 +5,7 @@
"description": "do more with markdown files",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
@@ -12,19 +13,19 @@
"build": "tsbuild --web"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.27",
"@gitzone/tsrun": "^1.2.17",
"@gitzone/tstest": "^1.0.57",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^16.10.2",
"@gitzone/tsbuild": "^2.1.61",
"@gitzone/tsrun": "^1.2.32",
"@gitzone/tstest": "^1.0.71",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.34",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@types/turndown": "^5.0.1",
"remark": "^13.0.0",
"remark-frontmatter": "^3.0.0",
"remark-html": "^13.0.0",
"remark": "^14.0.2",
"remark-frontmatter": "^4.0.1",
"remark-html": "^15.0.1",
"turndown": "^7.1.1",
"turndown-plugin-gfm": "^1.0.2"
},