1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: pg dependency for db-migrate as well

This commit is contained in:
Ivar Conradi Østhus 2020-05-02 09:57:03 +02:00
parent 2d154c12c4
commit 7a60af2edb

View File

@ -1311,7 +1311,7 @@ db-migrate-pg@^1.2.1:
dependencies:
bluebird "^3.1.1"
db-migrate-base "^2.3.0"
pg "^7.8.0"
pg "^8.0.3"
semver "^5.0.3"
db-migrate-shared@^1.2.0: