Skip to content

Commit aa09f9e

Browse files
committed
fix: deduplicate graphql resolution and fix pg Client.connect() return type
- Add graphql@16.13.0 to pnpm.overrides to force single version resolution (was resolving to both 16.12.0 and 16.13.0, causing duplicate @dataplan/pg instances with incompatible PgExecutor private types) - Fix pgsql-client connectPromise type: pg@8.19.0 changed Client.connect() return type from Promise<void> to Promise<Client>
1 parent 2456e7c commit aa09f9e

3 files changed

Lines changed: 149 additions & 808 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
},
4949
"pnpm": {
5050
"overrides": {
51-
"@dataplan/json": "1.0.0-rc.5"
51+
"@dataplan/json": "1.0.0-rc.5",
52+
"graphql": "16.13.0"
5253
},
5354
"publicHoistPattern": [
5455
"@jest/test-sequencer"

0 commit comments

Comments
 (0)