Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jan 10, 2020
1 parent 8882d41 commit c65c775
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "pg-promise",
"version": "10.4.0-beta.1",
"version": "10.4.0-beta.2",
"description": "PostgreSQL interface for Node.js",
"main": "lib/index.js",
"typings": "typescript/pg-promise.d.ts",
Expand Down Expand Up @@ -42,12 +42,12 @@
"dependencies": {
"assert-options": "0.6.0",
"manakin": "0.5.2",
"pg": "7.17.0",
"pg": "7.17.1",
"pg-minify": "1.5.1",
"spex": "3.0.0"
},
"devDependencies": {
"@types/node": "13.1.1",
"@types/node": "13.1.6",
"JSONStream": "1.3.5",
"bluebird": "3.7.2",
"coveralls": "3.0.9",
Expand All @@ -56,7 +56,7 @@
"istanbul": "0.4.5",
"jasmine-node": "3.0.0",
"jsdoc": "3.6.3",
"pg-query-stream": "2.1.2",
"pg-query-stream": "3.0.0",
"typescript": "3.7.4"
}
}

0 comments on commit c65c775

Please sign in to comment.