fix(core): update

This commit is contained in:
Philipp Kunz 2019-05-05 20:46:25 +02:00
parent 34eb725d40
commit 1e252d2cd7
2 changed files with 844 additions and 1821 deletions

2641
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,19 +21,19 @@
}, },
"homepage": "https://gitlab.com/pushrocks/smartchok#README", "homepage": "https://gitlab.com/pushrocks/smartchok#README",
"dependencies": { "dependencies": {
"@pushrocks/lik": "^3.0.1", "@pushrocks/lik": "^3.0.5",
"@pushrocks/smartpromise": "^2.0.5", "@pushrocks/smartpromise": "^3.0.2",
"@pushrocks/smartrx": "^2.0.1", "@pushrocks/smartrx": "^2.0.3",
"@pushrocks/smartspawn": "^2.0.2", "@pushrocks/smartspawn": "^2.0.4",
"@types/chokidar": "^1.7.5", "@types/chokidar": "^2.1.3",
"chokidar": "^2.0.4" "chokidar": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.0.22", "@gitzone/tsbuild": "^2.1.11",
"@gitzone/tsrun": "^1.1.12", "@gitzone/tsrun": "^1.2.6",
"@gitzone/tstest": "^1.0.15", "@gitzone/tstest": "^1.0.20",
"@pushrocks/smartfile": "^6.0.8", "@pushrocks/smartfile": "^7.0.2",
"@pushrocks/tapbundle": "^3.0.7", "@pushrocks/tapbundle": "^3.0.9",
"@types/node": "^10.11.6" "@types/node": "^12.0.0"
} }
} }