Skip to content

Commit

Permalink
fix(deps): Unpins deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryasmi committed May 31, 2018
1 parent 802024a commit e43d1be
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Expand Up @@ -33,25 +33,25 @@
"npm": "3 - 5"
},
"dependencies": {
"aws-sdk": "2.249.1",
"bluebird": "3.5.1",
"body-parser": "1.18.3",
"boolean": "0.1.3",
"cors": "2.8.4",
"express": "4.16.3",
"file-stream-rotator": "0.2.1",
"fs-extra": "5.0.0",
"helmet": "3.12.1",
"knex": "0.14.6",
"lodash": "4.17.10",
"moment": "2.22.1",
"mongodb": "3.0.8",
"morgan": "1.9.0",
"newrelic": "2.9.1",
"rulr": "4.0.2",
"uuid": "3.2.1",
"winston": "2.4.2",
"winston-aws-cloudwatch": "2.0.0"
"aws-sdk": "^2.249.1",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"boolean": "^0.1.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"file-stream-rotator": "^0.2.1",
"fs-extra": "^5.0.0",
"helmet": "^3.12.1",
"knex": "^0.14.6",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"mongodb": "^3.0.8",
"morgan": "^1.9.0",
"newrelic": "^2.9.1",
"rulr": "^4.0.2",
"uuid": "^3.2.1",
"winston": "^2.4.2",
"winston-aws-cloudwatch": "^2.0.0"
},
"devDependencies": {
"@ht2-labs/semantic-release": "1.0.38",
Expand Down

0 comments on commit e43d1be

Please sign in to comment.