update dependencies

This commit is contained in:
Philipp Kunz 2017-05-27 23:50:23 +02:00
parent 216caca058
commit 8933c4394d
2 changed files with 20 additions and 20 deletions

View File

@ -25,13 +25,13 @@
"homepage": "https://gitlab.com/pushrocks/smartgulp#README",
"devDependencies": {
"gulp-function": "^2.2.9",
"tapbundle": "^1.0.10"
"tapbundle": "^1.0.13"
},
"dependencies": {
"@types/lodash": "^4.14.63",
"@types/lodash": "^4.14.64",
"lodash": "^4.17.4",
"smartevent": "^1.0.1",
"smartfile": "^4.2.6",
"smartfile": "^4.2.15",
"smartq": "^1.1.1",
"smartstream": "^1.0.8",
"typings-global": "^1.0.16"

View File

@ -19,15 +19,15 @@
version "3.5.2"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-3.5.2.tgz#c11cd2817d3a401b7ba0f5a420f35c56139b1c1e"
"@types/fs-extra@2.x.x":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-2.1.0.tgz#8b350239c0455d92b8d3c626edac193860ff395f"
"@types/fs-extra@3.x.x":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-3.0.2.tgz#00cbf48563f377f9ce5cf24237b21b3d9779e055"
dependencies:
"@types/node" "*"
"@types/lodash@^4.14.63":
version "4.14.63"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.63.tgz#5ac475f55bfdc62bc88c4239dbc482f2f3bead93"
"@types/lodash@^4.14.64":
version "4.14.64"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.64.tgz#979cf3a3d4a368670840bf9b3e448dc33ffe84ee"
"@types/node@*":
version "7.0.14"
@ -167,9 +167,9 @@ first-chunk-stream@^2.0.0:
dependencies:
readable-stream "^2.0.2"
fs-extra@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-3.0.0.tgz#244e0c4b0b8818f54040ec049d8a2bddc1202861"
fs-extra@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-3.0.1.tgz#3794f378c58b342ea7dbbb23095109c4b3b62291"
dependencies:
graceful-fs "^4.1.2"
jsonfile "^3.0.0"
@ -393,13 +393,13 @@ smartevent@^1.0.1:
smartq "^1.1.1"
typings-global "^1.0.16"
smartfile@^4.2.6:
version "4.2.6"
resolved "https://registry.yarnpkg.com/smartfile/-/smartfile-4.2.6.tgz#ef2e35769081bfd7126e62a94123f5ef52a7f0b7"
smartfile@^4.2.15:
version "4.2.15"
resolved "https://registry.yarnpkg.com/smartfile/-/smartfile-4.2.15.tgz#e179bfa2bab107cc11fe800f3cbf194b1370091d"
dependencies:
"@types/fs-extra" "2.x.x"
"@types/fs-extra" "3.x.x"
"@types/vinyl" "^2.0.0"
fs-extra "^3.0.0"
fs-extra "^3.0.1"
glob "^7.1.1"
js-yaml "^3.8.3"
require-reload "0.2.2"
@ -470,9 +470,9 @@ strip-bom@^2.0.0:
dependencies:
is-utf8 "^0.2.0"
tapbundle@^1.0.10:
version "1.0.10"
resolved "https://registry.yarnpkg.com/tapbundle/-/tapbundle-1.0.10.tgz#36fd40036f6b5b738cbb9b5fc400df4c4031bc26"
tapbundle@^1.0.13:
version "1.0.13"
resolved "https://registry.yarnpkg.com/tapbundle/-/tapbundle-1.0.13.tgz#0b274aed6a386c0c01d8d517709381ce96e3971e"
dependencies:
early "^2.1.1"
leakage "^0.2.0"