fix(core): update

This commit is contained in:
2022-04-26 16:57:02 +02:00
parent 4d384c123d
commit e6b47a9e86
7 changed files with 284 additions and 485 deletions

View File

@@ -10,16 +10,15 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web --allowimplicitany)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^1.0.78",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^4.0.7",
"@types/node": "^14.11.2"
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.27"
},
"dependencies": {},
"browserslist": [
"last 1 chrome versions"
],
@@ -34,5 +33,10 @@
"cli.js",
"npmextra.json",
"readme.md"
]
],
"dependencies": {
"@pushrocks/projectinfo": "^5.0.1",
"@pushrocks/smartfile": "^9.0.6",
"@pushrocks/smartversion": "^3.0.1"
}
}