Skip to content

Commit d8280f1

Browse files
committed
build: drop redundant direct graphile-postgis dependency
ConstructivePreset → GraphilePostgisPreset already pulls graphile-postgis in transitively, and nothing in this package imports it directly after the previous commit removed the explicit plugin registration. Dropping the direct dep in packages/integration-tests/package.json. Tests still 36/36.
1 parent b5d4d32 commit d8280f1

2 files changed

Lines changed: 12 additions & 161 deletions

File tree

packages/integration-tests/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,5 @@
2525
"graphql": "16.13.0",
2626
"pgsql-test": "^4.7.6",
2727
"typescript": "^5.9.3"
28-
},
29-
"dependencies": {
30-
"graphile-postgis": "2.11.0"
3128
}
3229
}

0 commit comments

Comments
 (0)