fix(core): update

This commit is contained in:
2022-12-28 19:43:48 +01:00
parent 76e777a3ac
commit 6de2f36964
8 changed files with 4422 additions and 18653 deletions

View File

@@ -8,7 +8,8 @@
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
"testbrowser": "(npm test) && (node testbrowser.js)"
"testbrowser": "(npm test) && (node testbrowser.js)",
"buildDocs": "tsdoc"
},
"repository": {
"type": "git",
@@ -28,12 +29,12 @@
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.56",
"@gitzone/tsbundle": "^1.0.98",
"@gitzone/tsbundle": "^2.0.7",
"@gitzone/tsrun": "^1.2.31",
"@gitzone/tstest": "^1.0.68",
"@pushrocks/tapbundle": "^5.0.2",
"@types/npm": "^7.19.0",
"@types/node": "^17.0.21"
"@types/node": "^18.11.18",
"@types/npm": "^7.19.0"
},
"private": false,
"files": [
@@ -51,4 +52,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}