Skip to content

Commit

Permalink
Settle on the versions of the back-end dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
cefjoeii authored Aug 20, 2017
1 parent cb6018e commit a8c45a9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
},
"homepage": "https://github.com/cefjoeii/mern-crud#readme",
"dependencies": {
"body-parser": "^1.17.2",
"cors": "^2.8.4",
"express": "^4.15.3",
"express-rate-limit": "^2.9.0",
"body-parser": "1.17.2",
"cors": "2.8.4",
"express": "4.15.3",
"express-rate-limit": "2.9.0",
"mongoose": "4.10.8",
"mongoose-unique-validator": "^1.0.5",
"mongoose-validator": "^1.3.2",
"socket.io": "^2.0.3",
"string-capitalize-name": "^1.0.3"
"mongoose-unique-validator": "1.0.5",
"mongoose-validator": "1.3.2",
"socket.io": "2.0.3",
"string-capitalize-name": "1.0.3"
}
}

0 comments on commit a8c45a9

Please sign in to comment.