Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update apollo graphql packages #11748

Merged
merged 1 commit into from Jun 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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