Skip to content

Commit

Permalink
fix(deps): update dependency graphql to v16 (#2151)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency graphql to v16

* Update apollo-server to 3.5.0 for graphql 16 support

* Pin graphql to 15.8.0 in libraries/type-graphql

* Pin graphql to 15.8.0 in community-generators/typegraphql-prisma

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Alexey Orlenko <[email protected]>
  • Loading branch information
3 people authored Dec 24, 2021
1 parent 2fdf94f commit eb10f6a
Show file tree
Hide file tree
Showing 6 changed files with 604 additions and 792 deletions.
4 changes: 2 additions & 2 deletions libraries/apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dependencies": {
"@prisma/client": "3.8.0-dev.21",
"@types/node-fetch": "2.5.12",
"apollo-server": "2.25.3",
"graphql": "15.8.0"
"apollo-server": "3.5.0",
"graphql": "16.2.0"
},
"devDependencies": {
"@types/node": "14.18.2",
Expand Down
Loading

0 comments on commit eb10f6a

Please sign in to comment.