gulp-notify
Advanced tools
Comparing version 4.0.0 to 5.0.0
@@ -1,2 +0,2 @@ | ||
var template = require("lodash.template"); | ||
var template = require("lodash/template"); | ||
var PluginError = require('plugin-error'); | ||
@@ -3,0 +3,0 @@ var api = require("./extra_api"); |
{ | ||
"name": "gulp-notify", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "gulp plugin to send messages based on Vinyl Files or Errors to Mac OS X, Linux or Windows using the node-notifier module. Fallbacks to Growl or simply logging", | ||
@@ -34,8 +34,8 @@ "keywords": [ | ||
"dependencies": { | ||
"ansi-colors": "^4.1.1", | ||
"fancy-log": "^1.3.3", | ||
"lodash.template": "^4.5.0", | ||
"node-notifier": "^9.0.1", | ||
"node.extend": "^2.0.2", | ||
"plugin-error": "^1.0.1", | ||
"ansi-colors": "^4.1.3", | ||
"fancy-log": "^2.0.0", | ||
"lodash": "^4.17.21", | ||
"node-notifier": "^10.0.1", | ||
"node.extend": "^2.0.3", | ||
"plugin-error": "^2.0.1", | ||
"through2": "^4.0.2" | ||
@@ -46,11 +46,10 @@ }, | ||
"gulp-plumber": "^1.2.1", | ||
"mocha": "^8.3.2", | ||
"mocha": "^10.7.3", | ||
"should": "^13.2.3", | ||
"vinyl": "^2.2.1" | ||
"vinyl": "^3.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=0.8.0", | ||
"npm": ">=1.2.10" | ||
"node": ">=18.0.0" | ||
}, | ||
"license": "MIT" | ||
} |
95945
23
+ Addedlodash@^4.17.21
+ Addedfancy-log@2.0.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addednode-notifier@10.0.1(transitive)
+ Addedplugin-error@2.0.1(transitive)
- Removedlodash.template@^4.5.0
- Removedansi-gray@0.1.1(transitive)
- Removedarr-diff@4.0.0(transitive)
- Removedarr-union@3.1.0(transitive)
- Removedassign-symbols@1.0.0(transitive)
- Removedextend-shallow@3.0.2(transitive)
- Removedfancy-log@1.3.3(transitive)
- Removedis-extendable@1.0.1(transitive)
- Removedis-plain-object@2.0.4(transitive)
- Removedisobject@3.0.1(transitive)
- Removedlodash._reinterpolate@3.0.0(transitive)
- Removedlodash.template@4.5.0(transitive)
- Removedlodash.templatesettings@4.2.0(transitive)
- Removednode-notifier@9.0.1(transitive)
- Removedparse-node-version@1.0.1(transitive)
- Removedplugin-error@1.0.1(transitive)
- Removedtime-stamp@1.1.0(transitive)
Updatedansi-colors@^4.1.3
Updatedfancy-log@^2.0.0
Updatednode-notifier@^10.0.1
Updatednode.extend@^2.0.3
Updatedplugin-error@^2.0.1