fix(core): update

This commit is contained in:
Philipp Kunz 2019-02-17 16:59:56 +01:00
parent b749997aad
commit 9f6b67fa4e
2 changed files with 693 additions and 280 deletions

954
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,18 +23,17 @@
}, },
"homepage": "https://gitlab.com/pkunz/smarthbs#README", "homepage": "https://gitlab.com/pkunz/smarthbs#README",
"dependencies": { "dependencies": {
"@pushrocks/smartfile": "^6.0.8", "@pushrocks/smartfile": "^6.0.12",
"@pushrocks/smartpromise": "^2.0.5", "@pushrocks/smartpromise": "^2.0.5",
"@types/handlebars": "^4.0.39", "@types/lodash": "^4.14.121",
"@types/lodash": "^4.14.116", "handlebars": "^4.1.0",
"handlebars": "^4.0.11", "lodash": "^4.17.11"
"lodash": "^4.17.10"
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.0.22", "@gitzone/tsbuild": "^2.1.8",
"@gitzone/tsrun": "^1.1.12", "@gitzone/tsrun": "^1.1.17",
"@gitzone/tstest": "^1.0.15", "@gitzone/tstest": "^1.0.18",
"@pushrocks/tapbundle": "^3.0.5", "@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.9.2" "@types/node": "^11.9.4"
} }
} }