fix(core): update

This commit is contained in:
2022-12-31 11:21:29 +01:00
parent 470f47f8bb
commit 41b6f04db6
14 changed files with 4438 additions and 27455 deletions

View File

@@ -10,16 +10,15 @@
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web && tsbundle npm --web)",
"format": "(gitzone format)"
"format": "(gitzone format)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.29",
"@gitzone/tsbundle": "^1.0.88",
"@gitzone/tsbundle": "^2.0.7",
"@gitzone/tstest": "^1.0.60",
"@pushrocks/tapbundle": "^4.0.0",
"@types/node": "^17.0.10",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.18"
},
"dependencies": {
"path-to-regexp": "^6.2.0"
@@ -38,5 +37,6 @@
],
"browserslist": [
"last 1 chrome versions"
]
}
],
"type": "module"
}