Skip to content

Commit

Permalink
fix(deps): update examples (#650)
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 May 23, 2024
1 parent 2458ccc commit 064b4cb
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 327 deletions.
4 changes: 2 additions & 2 deletions examples/apollo-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"dependencies": {
"@apollo/gateway": "2.7.8",
"@escape.tech/graphql-armor": "*",
"apollo-server": "3.13.0",
"apollo-server-express": "3.13.0",
"@apollo/server": "4.0.0",
"@apollo/server": "4.0.0",
"express": "4.19.2",
"graphql": "16.8.1",
"reflect-metadata": "0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@nestjs/core": "10.3.8",
"@nestjs/graphql": "12.1.1",
"@nestjs/platform-express": "10.3.8",
"apollo-server-express": "3.13.0",
"@apollo/server": "4.0.0",
"express": "4.19.2",
"graphql": "16.8.1",
"reflect-metadata": "0.2.2",
Expand Down
Loading

0 comments on commit 064b4cb

Please sign in to comment.