fix(core): update

This commit is contained in:
2020-06-19 01:03:52 +00:00
parent b61a86f029
commit 1a64835510
4 changed files with 3706 additions and 235 deletions

View File

@@ -9,20 +9,20 @@
"scripts": {
"test": "(tstest test/)",
"format": "(gitzone format)",
"build": "(tsbuild)"
"build": "(tsbuild --web)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tstest": "^1.0.28",
"@gitzone/tstest": "^1.0.33",
"@pushrocks/tapbundle": "^3.2.1",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/qenv": "^4.0.6",
"@pushrocks/qenv": "^4.0.10",
"@pushrocks/smartpath": "^4.0.3",
"@pushrocks/smartpromise": "^3.0.6",
"@pushrocks/smartrx": "^2.0.5",
"@pushrocks/smartrx": "^2.0.15",
"@pushrocks/streamfunction": "^1.0.24",
"@types/minio": "^7.0.5",
"minio": "^7.0.16"
@@ -40,4 +40,4 @@
"npmextra.json",
"readme.md"
]
}
}