Skip to content

Commit

Permalink
fix(deps): update apollo graphql packages (#5774)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent d016bdb commit 3e52cb4
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion community-generators/typegraphql-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@prisma/client": "6.3.0-dev.4",
"@apollo/server": "4.11.2",
"@apollo/server": "4.11.3",
"class-validator": "0.14.1",
"graphql": "16.8.1",
"graphql-fields": "2.0.3",
Expand Down
14 changes: 7 additions & 7 deletions community-generators/typegraphql-prisma/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libraries/apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dev": "ts-node-dev --no-notify --respawn --transpileOnly src/server"
},
"dependencies": {
"@apollo/client": "3.12.4",
"@apollo/server": "4.11.2",
"@apollo/client": "3.12.5",
"@apollo/server": "4.11.3",
"@prisma/client": "6.3.0-dev.4",
"@types/node-fetch": "2.6.12",
"graphql": "16.10.0"
Expand Down
22 changes: 11 additions & 11 deletions libraries/apollo-server/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libraries/type-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "ts-node-dev --no-notify --respawn --transpileOnly src/server"
},
"dependencies": {
"@apollo/server": "4.11.2",
"@apollo/server": "4.11.3",
"@prisma/client": "6.3.0-dev.4",
"class-validator": "0.14.1",
"graphql": "16.8.1",
Expand Down
14 changes: 7 additions & 7 deletions libraries/type-graphql/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e52cb4

Please sign in to comment.