Skip to content

Commit

Permalink
fix(deps): update apollo graphql packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 30, 2023
1 parent 069b519 commit 31b1902
Show file tree
Hide file tree
Showing 19 changed files with 586 additions and 710 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -78,7 +78,7 @@
"uuid": "9.0.0"
},
"devDependencies": {
"@apollo/server": "4.7.5",
"@apollo/server": "4.9.2",
"@codechecks/client": "0.1.12",
"@commitlint/cli": "17.7.1",
"@commitlint/config-angular": "17.7.0",
Expand Down
14 changes: 7 additions & 7 deletions sample/12-graphql-schema-first/package-lock.json

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

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.7.5",
"@apollo/server": "4.9.2",
"@graphql-tools/utils": "10.0.5",
"@nestjs/apollo": "12.0.3",
"@nestjs/common": "10.0.3",
Expand Down
14 changes: 7 additions & 7 deletions sample/22-graphql-prisma/package-lock.json

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

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.7.5",
"@apollo/server": "4.9.2",
"@nestjs/apollo": "12.0.3",
"@nestjs/common": "10.0.3",
"@nestjs/core": "10.0.3",
Expand Down
14 changes: 7 additions & 7 deletions sample/23-graphql-code-first/package-lock.json

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

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.7.5",
"@apollo/server": "4.9.2",
"@nestjs/apollo": "12.0.3",
"@nestjs/common": "10.0.3",
"@nestjs/core": "10.0.3",
Expand Down

0 comments on commit 31b1902

Please sign in to comment.