Skip to content

Commit

Permalink
Fixes prisma#4985
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jul 23, 2023
1 parent 9e5c4a2 commit 600e9db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typescript/graphql-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
},
"dependencies": {
"@apollo/client": "3.7.17",
"@pothos/plugin-prisma": "3.53.0",
"@pothos/core": "3.31.0",
"@pothos/plugin-prisma": "3.53.0",
"@prisma/client": "5.0.0",
"graphql": "16.7.1",
"graphql-scalars": "1.22.2",
"graphql-tag": "^2.12.6",
"graphql-yoga": "4.0.3",
"next": "13.4.12",
"react": "18.2.0",
Expand Down

0 comments on commit 600e9db

Please sign in to comment.