Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 23, 2015
1 parent a95198d commit 151338c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -12,7 +12,7 @@
"array-differ": "^1.0.0",
"array-uniq": "^1.0.2",
"beeper": "^1.0.0",
"chalk": "^0.5.1",
"chalk": "^1.0.0",
"dateformat": "^1.0.11",
"lodash._reescape": "^3.0.0",
"lodash._reevaluate": "^3.0.0",
Expand All @@ -35,7 +35,7 @@
"lodash.templatesettings": "^3.0.0",
"mocha": "^2.0.1",
"rimraf": "^2.2.8",
"should": "^4.4.1"
"should": "^5.0.1"
},
"scripts": {
"test": "jshint *.js lib/*.js test/*.js && mocha",
Expand Down

6 comments on commit 151338c

@sindresorhus
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yocontra
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sindresorhus Breaking changes? We weren't planning on doing another major release of gulp-util since it is deprecated

@shinnn
Copy link
Contributor

@shinnn shinnn commented on 151338c Feb 24, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@contra No. This update breaks nothing.

@shinnn
Copy link
Contributor

@shinnn shinnn commented on 151338c Feb 24, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And +1 for new release. It helps dependency deduplication.

@sindresorhus
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not only that, but most plugins aren't realistically going to move away from gulp-util for a long time.

@yocontra
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Released as 3.0.4

Please sign in to comment.