Skip to content

Commit

Permalink
update prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes committed May 10, 2023
1 parent c517ef3 commit 3b1fc87
Show file tree
Hide file tree
Showing 12 changed files with 91 additions and 79 deletions.
4 changes: 2 additions & 2 deletions examples/complex-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"@pothos/plugin-scope-auth": "workspace:*",
"@pothos/plugin-simple-objects": "workspace:*",
"@pothos/plugin-validation": "workspace:*",
"@prisma/client": "^4.11.0",
"@prisma/client": "^4.14.0",
"graphql": "16.6.0",
"graphql-scalars": "^1.20.4",
"graphql-yoga": "3.7.3",
"prisma": "^4.11.0",
"prisma": "^4.14.0",
"react": "^18.2.0",
"urql": "^3.0.4"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/prisma-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@pothos/plugin-directives": "workspace:*",
"@pothos/plugin-federation": "workspace:*",
"@pothos/plugin-prisma": "workspace:*",
"@prisma/client": "^4.11.0",
"@prisma/client": "^4.14.0",
"graphql": "16.6.0",
"prisma": "^4.11.0"
"prisma": "^4.14.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions examples/prisma-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@pothos/core": "^3.30.0",
"@pothos/plugin-prisma": "workspace:*",
"@pothos/plugin-relay": "workspace:*",
"@prisma/client": "^4.11.0",
"@prisma/client": "^4.14.0",
"graphql": "16.6.0",
"graphql-yoga": "3.7.3",
"prisma": "^4.11.0"
"prisma": "^4.14.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions examples/prisma-smart-subscriptions-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"@pothos/core": "workspace:*",
"@pothos/plugin-prisma": "workspace:*",
"@pothos/plugin-smart-subscriptions": "workspace:*",
"@prisma/client": "^4.11.0",
"@prisma/client": "^4.14.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"graphql": "16.6.0",
"graphql-subscriptions": "^2.0.0",
"graphql-ws": "^5.12.0",
"prisma": "^4.11.0",
"prisma": "^4.14.0",
"ws": "^8.13.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions examples/prisma-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"@faker-js/faker": "^7.6.0",
"@pothos/core": "workspace:*",
"@pothos/plugin-prisma": "workspace:*",
"@prisma/client": "^4.11.0",
"@prisma/client": "^4.14.0",
"graphql": "16.6.0",
"graphql-subscriptions": "^2.0.0",
"graphql-yoga": "3.7.3",
"prisma": "^4.11.0"
"prisma": "^4.14.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions examples/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@faker-js/faker": "^7.6.0",
"@pothos/core": "workspace:*",
"@pothos/plugin-prisma": "workspace:*",
"@prisma/client": "^4.11.0",
"@prisma/client": "^4.14.0",
"graphql": "16.6.0",
"graphql-yoga": "3.7.3",
"prisma": "^4.11.0"
"prisma": "^4.14.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion examples/relay-windowed-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@pothos/plugin-relay": "workspace:*",
"graphql": "16.6.0",
"graphql-yoga": "3.7.3",
"prisma": "^4.11.0"
"prisma": "^4.14.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-prisma-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
"@pothos/core": "workspace:*",
"@pothos/plugin-prisma": "workspace:*",
"@pothos/test-utils": "workspace:*",
"@prisma/client": "^4.11.0",
"@prisma/client": "^4.14.0",
"graphql": "16.6.0",
"graphql-scalars": "^1.20.4",
"graphql-tag": "^2.12.6",
"prettier": "^2.8.6",
"prisma": "^4.11.0",
"prisma": "^4.14.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
"@pothos/plugin-relay": "workspace:*",
"@pothos/plugin-simple-objects": "workspace:*",
"@pothos/test-utils": "workspace:*",
"@prisma/client": "^4.11.0",
"@prisma/client": "^4.14.0",
"graphql": "16.6.0",
"graphql-scalars": "^1.20.4",
"graphql-tag": "^2.12.6",
"prisma": "^4.11.0"
"prisma": "^4.14.0"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-scope-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"@pothos/plugin-prisma": "workspace:*",
"@pothos/plugin-relay": "workspace:*",
"@pothos/test-utils": "workspace:*",
"@prisma/client": "^4.11.0",
"@prisma/client": "^4.14.0",
"graphql": "16.6.0",
"graphql-tag": "^2.12.6",
"prisma": "^4.11.0"
"prisma": "^4.14.0"
},
"gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc"
}
4 changes: 2 additions & 2 deletions packages/plugin-with-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"@pothos/plugin-prisma": "workspace:*",
"@pothos/plugin-validation": "workspace:*",
"@pothos/test-utils": "workspace:*",
"@prisma/client": "^4.11.0",
"@prisma/client": "^4.14.0",
"graphql": "16.6.0",
"graphql-tag": "^2.12.6",
"prisma": "^4.11.0"
"prisma": "^4.14.0"
}
}
Loading

1 comment on commit 3b1fc87

@vercel
Copy link

@vercel vercel bot commented on 3b1fc87 May 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.