Skip to content

Commit ccfb40c

Browse files
committed
fix: update @pgsql/types dep to ^18.0.0 in versions/18
The v18 package was published with @pgsql/types: '^17.6.2' which causes downstream consumers to resolve two copies of @pgsql/types (17.x and 18.x), leading to TypeScript type conflicts.
1 parent 27597fa commit ccfb40c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

versions/18/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {},
4040
"dependencies": {
41-
"@pgsql/types": "^17.6.2"
41+
"@pgsql/types": "^18.0.0"
4242
},
4343
"keywords": [
4444
"sql",

0 commit comments

Comments
 (0)