(core) include pg package in grist-core

Summary: Grist works well with postgres@11 and earlier, when the needed TYPEORM_* environment variables are set. This includes the package needed, for convenience.

Test Plan: manual

Reviewers: dsagal

Reviewed By: dsagal

Differential Revision: https://phab.getgrist.com/D3438
This commit is contained in:
Paul Fitzpatrick
2022-05-18 15:43:51 -04:00
parent 0ab9e4a6a0
commit 3ddeb511e8
2 changed files with 89 additions and 0 deletions

View File

@@ -125,6 +125,7 @@
"multiparty": "4.2.2",
"node-fetch": "2.2.0",
"numeral": "2.0.6",
"pg": "8.6.0",
"plotly.js-basic-dist": "1.51.1",
"popper-max-size-modifier": "0.2.0",
"popweasel": "0.1.18",