fix(core): update

This commit is contained in:
2021-08-14 17:47:55 +02:00
parent 4dd2a94fbc
commit 68ad7d9814
7 changed files with 24884 additions and 611 deletions

View File

@@ -9,20 +9,19 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
"build": "(tsbuild --web)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tstest": "^1.0.28",
"@pushrocks/tapbundle": "^3.2.1",
"@types/node": "^14.0.1",
"tslint": "^6.1.2",
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tstest": "^1.0.54",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^16.6.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/qenv": "^4.0.6",
"@sentry/node": "^5.15.5"
"@pushrocks/qenv": "^4.0.10",
"@sentry/node": "^6.11.0"
},
"files": [
"ts/**/*",
@@ -35,5 +34,8 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
]
}