Skip to content

Commit

Permalink
Bump peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dankochetov committed Apr 21, 2024
1 parent ebacb1d commit cb87111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "drizzle-graphql",
"type": "module",
"author": "Drizzle Team",
"version": "0.3.1",
"version": "0.3.2",
"description": "Automatically generate GraphQL schema or customizable schema config fields from Drizzle ORM schema",
"scripts": {
"build": "pnpm tsx scripts/build.ts",
Expand Down Expand Up @@ -93,7 +93,7 @@
"graphql-parse-resolve-info": "^4.13.0"
},
"peerDependencies": {
"drizzle-orm": ">=0.30.8-3d06cf2",
"drizzle-orm": ">=0.30.9",
"graphql": ">=16.3.0"
}
}

0 comments on commit cb87111

Please sign in to comment.