- updating depedencies

This commit is contained in:
ezolenko 2017-11-18 09:17:58 -07:00
parent 906db178ff
commit ec1c8d2bb3
4 changed files with 10 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

14
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@types/fs-extra": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-4.0.3.tgz",
"integrity": "sha512-cUE7dc4RJsRPCk8mbrgMAaglugcJbf1Oxp7DYi/aOj4+ggCxzddDQFZwCKWnqrLv4LJ89apyNJ7Y3pN79tAPVg==",
"integrity": "sha1-hzQ7GrmUFbYYF6yJTtYiNVoOv2c=",
"dev": true,
"requires": {
"@types/node": "8.0.47"
@ -26,13 +26,13 @@
"@types/lodash": {
"version": "4.14.80",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.80.tgz",
"integrity": "sha512-FumgRtCaxilKUcgMnZCzH6K3gntIwLiLLIaR+UBGNZpT/N3ne2dKrDSGoGIxSHYpAjnq6kIVV0r51U+kLXX59A==",
"integrity": "sha1-pri3kA5qfcvC6Q2bbfvj9qf2mVE=",
"dev": true
},
"@types/node": {
"version": "8.0.47",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.0.47.tgz",
"integrity": "sha512-kOwL746WVvt/9Phf6/JgX/bsGQvbrK5iUgzyfwZNcKVFcjAUVSpF9HxevLTld2SG9aywYHOILj38arDdY1r/iQ==",
"integrity": "sha1-lo5Zb5Gs1ZBpBUVYoAcIxEXKMMI=",
"dev": true
},
"@types/object-hash": {
@ -673,9 +673,9 @@
}
},
"rollup": {
"version": "0.51.5",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.51.5.tgz",
"integrity": "sha512-nvwUduO53TvWigOaOv7t+rNoEUW53sTUeqMAjlxp7ekeHirPECnWXSwiPwiqvGNdbJTQbOdHFPAZZfjo61BtVQ==",
"version": "0.51.7",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.51.7.tgz",
"integrity": "sha512-QOdK6Z+MznqYpvrw82IsjOdUwAU2b8DGe4TIrExUdp6HlyX3QTUuUt/0YcrJBHxUuY5X9uFXNmwxC4FkW9qYuA==",
"dev": true
},
"rollup-plugin-commonjs": {
@ -730,7 +730,7 @@
}
},
"rollup-plugin-typescript2": {
"version": "git://github.com/ezolenko/rollup-plugin-typescript2.git#14ef9ccc261afcfcf4b550e5d395b491e6b7e5f4",
"version": "github:ezolenko/rollup-plugin-typescript2#906db178ffb4311ae407227566cc09ffc55763a1",
"dev": true,
"requires": {
"fs-extra": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.2.tgz",

View File

@ -53,7 +53,7 @@
"@types/object-hash": "^1.1.0",
"@types/resolve": "^0.0.4",
"rimraf": "^2.6.2",
"rollup": "^0.51.5",
"rollup": "^0.51.7",
"rollup-plugin-typescript2": "github:ezolenko/rollup-plugin-typescript2#master",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-commonjs": "^8.2.6",