fix(core): update

This commit is contained in:
Philipp Kunz 2019-05-22 15:45:08 +02:00
parent 8ceac74a1f
commit f8457ad58d
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -171,11 +171,12 @@
}
},
"@pushrocks/smartexit": {
"version": "1.0.7",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexit/-/smartexit-1.0.7.tgz",
"integrity": "sha512-G/gBbYWRAZs/O7YPUKTeEpCFvvfH7fayYvP3jqeHbZFFwILmaweLXDw/ns6R3bkI5w+lnlCoj26aXCtUWfqMtA==",
"version": "1.0.8",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexit/-/smartexit-1.0.8.tgz",
"integrity": "sha512-g63guRL93Ni7Dj4hxYWqTW9M/ueHKFpa0fBrqycSgLHwpn4lxk8dTEGBpvraaSWUABox4SxpIupHwBxfxvHQnA==",
"requires": {
"@pushrocks/lik": "^3.0.5"
"@pushrocks/lik": "^3.0.5",
"@pushrocks/smartdelay": "^2.0.3"
}
},
"@pushrocks/smartfile": {

View File

@ -33,7 +33,7 @@
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/smartexit": "^1.0.7",
"@pushrocks/smartexit": "^1.0.8",
"@pushrocks/smartpromise": "^3.0.2",
"@types/which": "^1.3.1",
"which": "^1.3.1"