Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Dec 30, 2022
1 parent 963738c commit 214821e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-promise-demo",
"version": "1.5.3",
"version": "2.0.0",
"description": "Advanced demo of using pg-promise.",
"main": "JavaScript/index.js",
"homepage": "https://github.com/vitaly-t/pg-promise-demo",
Expand All @@ -22,18 +22,18 @@
},
"license": "MIT",
"engines": {
"node": ">=10.0.0"
"node": ">=14"
},
"dependencies": {
"bluebird": "3.7.2",
"express": "4.18.2",
"pg-monitor": "1.5.0",
"pg-promise": "10.14.1"
"pg-monitor": "2.0.0",
"pg-promise": "11.0.0"
},
"devDependencies": {
"@types/bluebird": "3.5.37",
"@types/express": "4.17.14",
"@types/node": "18.11.9",
"typescript": "4.9.3"
"@types/bluebird": "3.5.38",
"@types/express": "4.17.15",
"@types/node": "18.11.18",
"typescript": "4.9.4"
}
}

0 comments on commit 214821e

Please sign in to comment.