Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Tomilov committed Jan 30, 2020
1 parent ad6aef4 commit 3168bd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "pg-promise",
"version": "10.4.0-beta.4",
"version": "10.4.0-beta.5",
"description": "PostgreSQL interface for Node.js",
"main": "lib/index.js",
"typings": "typescript/pg-promise.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"assert-options": "0.6.0",
"manakin": "0.5.2",
"pg": "7.18.0",
"pg": "7.18.1",
"pg-minify": "1.5.1",
"spex": "3.0.0"
},
Expand All @@ -56,7 +56,7 @@
"istanbul": "0.4.5",
"jasmine-node": "3.0.0",
"jsdoc": "3.6.3",
"pg-query-stream": "3.0.1",
"pg-query-stream": "3.0.2",
"typescript": "3.7.5"
}
}

0 comments on commit 3168bd8

Please sign in to comment.