Skip to content

Commit 88da148

Browse files
authored
Merge pull request #2196 from brianc/bmc/use-monorepo-connection-string
Use monorepo connection string
2 parents db6a023 + 698993e commit 88da148

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

packages/pg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"buffer-writer": "2.0.0",
2323
"packet-reader": "1.0.0",
24-
"pg-connection-string": "0.1.3",
24+
"pg-connection-string": "^2.2.1",
2525
"pg-pool": "^3.1.1",
2626
"pg-protocol": "^1.2.2",
2727
"pg-types": "^2.1.0",

yarn.lock

-5
Original file line numberDiff line numberDiff line change
@@ -4596,11 +4596,6 @@ performance-now@^2.1.0:
45964596
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
45974597
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
45984598

4599-
4600-
version "0.1.3"
4601-
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-0.1.3.tgz#da1847b20940e42ee1492beaf65d49d91b245df7"
4602-
integrity sha1-2hhHsglA5C7hSSvq9l1J2RskXfc=
4603-
46044599
46054600
version "0.3.0"
46064601
resolved "https://registry.yarnpkg.com/pg-copy-streams/-/pg-copy-streams-0.3.0.tgz#a4fbc2a3b788d4e9da6f77ceb35422d8d7043b7f"

0 commit comments

Comments
 (0)