6 Commits

Author SHA1 Message Date
216caca058 1.0.5 2017-05-01 22:10:20 +02:00
ba9d681db2 update dependencies 2017-05-01 22:10:16 +02:00
b2674e23da 1.0.4 2017-04-30 18:16:58 +02:00
55bc182226 update dependencies 2017-04-30 18:16:53 +02:00
bd5fdb4edf 1.0.3 2017-04-30 15:42:09 +02:00
61fcb44c68 update dependencies 2017-04-30 15:42:05 +02:00
2 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "smartgulp", "name": "smartgulp",
"version": "1.0.2", "version": "1.0.5",
"description": "lightweight gulp replacement", "description": "lightweight gulp replacement",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@@ -24,14 +24,14 @@
}, },
"homepage": "https://gitlab.com/pushrocks/smartgulp#README", "homepage": "https://gitlab.com/pushrocks/smartgulp#README",
"devDependencies": { "devDependencies": {
"gulp-function": "^2.2.6", "gulp-function": "^2.2.9",
"tapbundle": "^1.0.10" "tapbundle": "^1.0.10"
}, },
"dependencies": { "dependencies": {
"@types/lodash": "^4.14.63", "@types/lodash": "^4.14.63",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"smartevent": "^1.0.1", "smartevent": "^1.0.1",
"smartfile": "^4.2.1", "smartfile": "^4.2.6",
"smartq": "^1.1.1", "smartq": "^1.1.1",
"smartstream": "^1.0.8", "smartstream": "^1.0.8",
"typings-global": "^1.0.16" "typings-global": "^1.0.16"

View File

@@ -194,9 +194,9 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6:
version "4.1.11" version "4.1.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
gulp-function@^2.2.6: gulp-function@^2.2.9:
version "2.2.6" version "2.2.9"
resolved "https://registry.yarnpkg.com/gulp-function/-/gulp-function-2.2.6.tgz#e14c1eefdab4d4ac11d9f4abfdbe94115a12d10d" resolved "https://registry.yarnpkg.com/gulp-function/-/gulp-function-2.2.9.tgz#de513103db9d817e94bb8aab45f30bf286f19ae5"
dependencies: dependencies:
"@types/through2" "^2.0.32" "@types/through2" "^2.0.32"
smartq "^1.1.1" smartq "^1.1.1"
@@ -393,9 +393,9 @@ smartevent@^1.0.1:
smartq "^1.1.1" smartq "^1.1.1"
typings-global "^1.0.16" typings-global "^1.0.16"
smartfile@^4.2.1: smartfile@^4.2.6:
version "4.2.1" version "4.2.6"
resolved "https://registry.yarnpkg.com/smartfile/-/smartfile-4.2.1.tgz#2ec85f803f771a1ddff377a438ae87aab25f3e6e" resolved "https://registry.yarnpkg.com/smartfile/-/smartfile-4.2.6.tgz#ef2e35769081bfd7126e62a94123f5ef52a7f0b7"
dependencies: dependencies:
"@types/fs-extra" "2.x.x" "@types/fs-extra" "2.x.x"
"@types/vinyl" "^2.0.0" "@types/vinyl" "^2.0.0"