Skip to content

Commit

Permalink
Merge pull request #117 from wadetandy/master
Browse files Browse the repository at this point in the history
Relax package versions
  • Loading branch information
wadetandy authored Sep 19, 2018
2 parents c49e4c9 + f5dbcbf commit 2196041
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
"winston": "^2.3.1"
},
"dependencies": {
"debug": "3.1.0",
"eventbusjs": "0.2.0",
"inflected": "2.0.3",
"lodash": "4.17.10",
"lodash-es": "4.17.4",
"tslib": "1.8.1"
"debug": "^4.0.0",
"eventbusjs": "^0.2.0",
"inflected": "^2.0.3",
"lodash": "^4.17.10",
"lodash-es": "^4.17.4",
"tslib": "^1.8.1"
}
}

0 comments on commit 2196041

Please sign in to comment.