fix(core): update

This commit is contained in:
2024-01-19 21:09:27 +01:00
parent 91424492ba
commit ba3210c7f5
9 changed files with 3879 additions and 2083 deletions

View File

@@ -13,25 +13,23 @@
"build": "tsbuild --web --allowimplicitany --skiplibcheck"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.61",
"@gitzone/tsrun": "^1.2.37",
"@gitzone/tstest": "^1.0.71",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^18.0.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
"@git.zone/tsbuild": "^2.1.61",
"@git.zone/tsrun": "^1.2.37",
"@git.zone/tstest": "^1.0.86",
"@push.rocks/tapbundle": "^5.0.3",
"@types/node": "^20.11.5"
},
"dependencies": {
"@pushrocks/smartyaml": "^2.0.5",
"@push.rocks/smartyaml": "^2.0.5",
"@types/turndown": "^5.0.1",
"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",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"turndown": "^7.1.1",
"turndown-plugin-gfm": "^1.0.2",
"unified": "^10.1.2"
"unified": "^11.0.4"
},
"files": [
"ts/**/*",