Skip to content

Commit

Permalink
deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Aug 21, 2019
1 parent 2241bdf commit d9546ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-promise-demo",
"version": "1.3.0",
"version": "1.3.1",
"description": "Advanced demo of using pg-promise.",
"main": "JavaScript/index.js",
"homepage": "https://github.com/vitaly-t/pg-promise-demo",
Expand All @@ -27,12 +27,12 @@
"dependencies": {
"bluebird": "3.5.5",
"express": "4.17.1",
"pg-monitor": "1.2.0",
"pg-promise": "9.0.3"
"pg-monitor": "1.2.1",
"pg-promise": "9.1.0"
},
"devDependencies": {
"@types/bluebird": "3.5.27",
"@types/express": "4.17.0",
"@types/express": "4.17.1",
"@types/node": "12.7.2",
"typescript": "3.5.3"
}
Expand Down

0 comments on commit d9546ba

Please sign in to comment.