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

Downgrade pg for now

Will make a PR to use the new APIs soon
This commit is contained in:
John Crepezzi
2020-10-06 00:54:12 -04:00
parent f372ef18de
commit ef0ca40533
2 changed files with 118 additions and 84 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
"connect": "^3.7.0",
"connect-ratelimit": "0.0.7",
"connect-route": "0.1.5",
"pg": "^8.4.0",
"pg": "^6.0.0",
"redis": "0.8.1",
"redis-url": "0.1.0",
"st": "^2.0.0",