Skip to content

Commit

Permalink
feat(package): Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Koenders committed Sep 10, 2018
1 parent 76e3908 commit ef505fb
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 @@ -14,13 +14,13 @@
"author": "Sander Koenders",
"license": "Apache-2.0",
"devDependencies": {
"@types/express": "^4.0.35",
"inversify": "^3.1.0",
"inversify-binding-decorators": "^3.0.0",
"reflect-metadata": "^0.1.10",
"typescript": "^2.2.1"
"@types/express": "^4.16.0",
"typescript": "^3.0.3"
},
"dependencies": {
"express": "^4.15.2"
"express": "^4.15.2",
"reflect-metadata": "^0.1.12",
"inversify": "^4.13.0",
"inversify-binding-decorators": "^4.0.0"
}
}

0 comments on commit ef505fb

Please sign in to comment.