fix(core): update

This commit is contained in:
2020-09-24 17:28:57 +00:00
parent 552cae9755
commit bba7bb7eea
5 changed files with 1026 additions and 901 deletions

View File

@@ -12,19 +12,19 @@
"build": "(tsbuild --web && tsbundle npm)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tsbundle": "^1.0.72",
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^1.0.78",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.43",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^3.2.9",
"@types/node": "^14.0.22",
"tslint": "^6.1.2",
"@types/node": "^14.11.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/lik": "^4.0.14",
"@pushrocks/lik": "^4.0.17",
"@pushrocks/smartpromise": "^3.0.6",
"rxjs": "^6.6.0"
"rxjs": "^6.6.3"
},
"files": [
"ts/**/*",
@@ -41,4 +41,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}