1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-02-10 16:01:32 +00:00

Upgrade pg to the most recent version

This isn't going to actually work yet, just getting things in place
This commit is contained in:
John Crepezzi
2020-10-06 20:29:06 -04:00
parent 677a22987a
commit 3a17c86a0f
2 changed files with 36 additions and 56 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
"connect": "^3.7.0",
"connect-ratelimit": "0.0.7",
"connect-route": "0.1.5",
"pg": "^6.0.0",
"pg": "^8.0.0",
"redis": "0.8.1",
"redis-url": "0.1.0",
"st": "^2.0.0",