Skip to content

Commit

Permalink
Force latest dependencies
Browse files Browse the repository at this point in the history
To work around early buggy npm 5.x releases.
  • Loading branch information
sindresorhus committed Oct 6, 2017
1 parent a1c8925 commit 5c188b2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@
],
"dependencies": {
"chalk": "^2.1.0",
"gulp-util": "^3.0.0",
"imagemin": "^5.0.0",
"plur": "^2.0.0",
"gulp-util": "^3.0.8",
"imagemin": "^5.3.1",
"plur": "^2.1.2",
"pretty-bytes": "^4.0.2",
"through2-concurrent": "^1.1.0"
"through2-concurrent": "^1.1.1"
},
"devDependencies": {
"ava": "*",
"get-stream": "^3.0.0",
"imagemin-pngquant": "^5.0.0",
"imagemin-pngquant": "^5.0.1",
"pify": "^3.0.0",
"xo": "*"
},
"optionalDependencies": {
"imagemin-gifsicle": "^5.0.0",
"imagemin-jpegtran": "^5.0.0",
"imagemin-optipng": "^5.1.0",
"imagemin-svgo": "^5.1.0"
"imagemin-gifsicle": "^5.2.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.1",
"imagemin-svgo": "^5.2.2"
}
}

0 comments on commit 5c188b2

Please sign in to comment.