Skip to content

Commit cb87111

Browse files
committed
Bump peer dep
1 parent ebacb1d commit cb87111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "drizzle-graphql",
33
"type": "module",
44
"author": "Drizzle Team",
5-
"version": "0.3.1",
5+
"version": "0.3.2",
66
"description": "Automatically generate GraphQL schema or customizable schema config fields from Drizzle ORM schema",
77
"scripts": {
88
"build": "pnpm tsx scripts/build.ts",
@@ -93,7 +93,7 @@
9393
"graphql-parse-resolve-info": "^4.13.0"
9494
},
9595
"peerDependencies": {
96-
"drizzle-orm": ">=0.30.8-3d06cf2",
96+
"drizzle-orm": ">=0.30.9",
9797
"graphql": ">=16.3.0"
9898
}
9999
}

0 commit comments

Comments
 (0)