Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dscalzi committed Mar 27, 2019
1 parent 0a852e3 commit 9a082e2
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 96 deletions.
169 changes: 82 additions & 87 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 8 additions & 9 deletions package.json
Expand Up @@ -14,28 +14,27 @@
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/chai-http": "^3.0.4",
"@types/express": "^4.16.1",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.18",
"@types/mocha": "^5.2.6",
"@types/node": "^10.14.4",
"chai": "^4.2.0",
"chai-http": "^4.2.1",
"mocha": "^5.2.0",
"rimraf": "^2.6.3",
"ts-node": "^8.0.1",
"tslint": "^5.12.1",
"typescript": "^3.2.4"
"ts-node": "^8.0.3",
"tslint": "^5.14.0",
"typescript": "^3.3.4000"
},
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"camelcase": "^5.0.0",
"dotenv": "^6.2.0",
"camelcase": "^5.2.0",
"dotenv": "^7.0.0",
"ejs": "^2.5.7",
"express": "^4.16.4",
"gravatar": "^1.8.0",
"moment": "^2.24.0",
"winston": "^3.1.0"
"winston": "^3.2.1"
},
"engines": {
"node": "10.14.x",
Expand Down

0 comments on commit 9a082e2

Please sign in to comment.