Skip to content

Commit 2ffd938

Browse files
authored
Merge pull request #655 from constructive-io/devin/1769235741-fix-postgis-version-check
fix(graphile-plugin-connection-filter-postgis): update version check to support ^3.0.0
2 parents 390f4dd + 2168896 commit 2ffd938

File tree

1 file changed

+1
-1
lines changed
  • graphile/graphile-plugin-connection-filter-postgis/src

1 file changed

+1
-1
lines changed

graphile/graphile-plugin-connection-filter-postgis/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const PostGraphileConnectionFilterPostgisPlugin: Plugin = (
2828
};
2929

3030
depends("graphile-build-pg", "^4.5.0");
31-
depends("graphile-plugin-connection-filter", "^2.0.0");
31+
depends("graphile-plugin-connection-filter", "^3.0.0");
3232

3333
build.versions = build.extend(build.versions, { [pkg.name]: pkg.version });
3434

0 commit comments

Comments
 (0)