Skip to content

Commit

Permalink
Stop using exact version numbers for most dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Mar 3, 2019
1 parent 11bfd27 commit 0fb1a30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,21 @@
"dependencies": {
"assetgraph": "5.8.1",
"bluebird": "^3.5.0",
"browserslist": "4.4.2",
"browserslist": "^4.4.2",
"chalk": "^2.3.2",
"esanimate": "^1.1.0",
"estraverse": "^4.2.0",
"express-processimage": "8.0.0",
"extend": "^3.0.0",
"jpegtran": "^1.0.6",
"lodash": "^4.14.1",
"memoizesync": "1.1.1",
"optimist": "0.6.1",
"optipng": "2.0.0",
"memoizesync": "^1.1.1",
"optimist": "^0.6.1",
"optipng": "^2.0.0",
"passerror": "^1.1.1",
"pngcrush": "^2.0.1",
"pngquant": "^2.0.1",
"urltools": "0.4.1"
"urltools": "^0.4.1"
},
"optionalDependencies": {
"assetgraph-sprite": "^3.1.0",
Expand Down

0 comments on commit 0fb1a30

Please sign in to comment.