Skip to content
This repository has been archived by the owner on Jan 5, 2020. It is now read-only.

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-RA committed Dec 4, 2017
1 parent 4bb00d4 commit f5e570c
Show file tree
Hide file tree
Showing 2 changed files with 390 additions and 288 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -54,7 +54,7 @@
]
},
"engines": {
"node": "8.6.0"
"node": "9.2.0"
},
"devDependencies": {
"@types/body-parser": "^1.16.4",
Expand All @@ -67,19 +67,19 @@
"chai": "^4.1.0",
"coveralls": "^3.0.0",
"jest": "^21.2.1",
"mocha": "^4.0.0",
"mocha": "^4.0.1",
"supertest": "^3.0.0",
"ts-jest": "^21.0.1",
"ts-loader": "^2.3.7",
"ts-jest": "^21.2.4",
"ts-loader": "^3.2.0",
"ts-node": "^3.2.0",
"tslint": "^5.5.0",
"typescript": "^2.4.1",
"webpack": "^3.6.0"
"tslint": "^5.8.0",
"typescript": "^2.6.2",
"webpack": "^3.9.1"
},
"dependencies": {
"body-parser": "^1.17.2",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"pm2": "^2.5.0"
"express": "^4.16.2",
"pm2": "^2.7.1"
}
}

0 comments on commit f5e570c

Please sign in to comment.