Skip to content

Commit

Permalink
Merge pull request #11748 from nestjs/renovate/apollo-graphql-packages
Browse files Browse the repository at this point in the history
fix(deps): update apollo graphql packages
  • Loading branch information
kamilmysliwiec committed Jun 13, 2023
2 parents 904a585 + 6971a7b commit 0c52e90
Show file tree
Hide file tree
Showing 19 changed files with 1,781 additions and 1,659 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -78,7 +78,7 @@
"uuid": "9.0.0"
},
"devDependencies": {
"@apollo/server": "4.7.1",
"@apollo/server": "4.7.3",
"@codechecks/client": "0.1.12",
"@commitlint/cli": "17.6.5",
"@commitlint/config-angular": "17.6.5",
Expand Down
384 changes: 175 additions & 209 deletions sample/12-graphql-schema-first/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sample/12-graphql-schema-first/package.json
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/server": "4.5.0",
"@apollo/server": "4.7.3",
"@graphql-tools/utils": "9.2.1",
"@nestjs/apollo": "11.0.6",
"@nestjs/common": "9.3.12",
Expand Down
588 changes: 260 additions & 328 deletions sample/22-graphql-prisma/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sample/22-graphql-prisma/package.json
Expand Up @@ -20,7 +20,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/server": "4.5.0",
"@apollo/server": "4.7.3",
"@nestjs/apollo": "11.0.6",
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
Expand Down
394 changes: 180 additions & 214 deletions sample/23-graphql-code-first/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sample/23-graphql-code-first/package.json
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/server": "4.5.0",
"@apollo/server": "4.7.3",
"@nestjs/apollo": "11.0.6",
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
Expand Down

0 comments on commit 0c52e90

Please sign in to comment.