fix(dependencies): update

This commit is contained in:
Philipp Kunz 2018-08-08 23:14:11 +02:00
parent dd5b101224
commit 5eb3ba901a
2 changed files with 6 additions and 13 deletions

17
package-lock.json generated
View File

@ -5,22 +5,15 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@gitzone/tsbuild": { "@gitzone/tsbuild": {
"version": "2.0.21", "version": "2.0.22",
"resolved": "https://registry.npmjs.org/@gitzone/tsbuild/-/tsbuild-2.0.21.tgz", "resolved": "https://registry.npmjs.org/@gitzone/tsbuild/-/tsbuild-2.0.22.tgz",
"integrity": "sha512-MAKfqnhf+42twSzXziRoBCu+sW61+2Rvc5qXxpEb594Fpnsj28cZ1VIEckSmiAkoBSiCnoU+2/qea2ycwWMBTg==", "integrity": "sha512-H0rqGVUKXWgxXhkY62kF92WpbS9GSJW27jQXaoyMsQptTQN4HIYKHWZMdO4egkk0/gDmKnBjk8MXg5Rx6efItA==",
"requires": { "requires": {
"@pushrocks/smartfile": "^6.0.3", "@pushrocks/smartfile": "^6.0.6",
"@pushrocks/smartlog": "^2.0.1", "@pushrocks/smartlog": "^2.0.1",
"@pushrocks/smartpath": "^4.0.1", "@pushrocks/smartpath": "^4.0.1",
"@pushrocks/smartpromise": "^2.0.5", "@pushrocks/smartpromise": "^2.0.5",
"typescript": "^2.9.2" "typescript": "^3.0.1"
},
"dependencies": {
"typescript": {
"version": "2.9.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz",
"integrity": "sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w=="
}
} }
}, },
"@pushrocks/smartfile": { "@pushrocks/smartfile": {

View File

@ -19,7 +19,7 @@
"@types/node": "^10.5.7" "@types/node": "^10.5.7"
}, },
"dependencies": { "dependencies": {
"@gitzone/tsbuild": "^2.0.21", "@gitzone/tsbuild": "^2.0.22",
"@pushrocks/smartfile": "^6.0.6", "@pushrocks/smartfile": "^6.0.6",
"ts-node": "^7.0.0", "ts-node": "^7.0.0",
"typescript": "^3.0.1" "typescript": "^3.0.1"