Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
chore(deps): update apollo graphql packages to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 26, 2022
1 parent 3abc57c commit 1fbbc67
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@graphql-tools/graphql-file-loader": "6.2.6",
"apollo-server": "2.19.0",
"apollo-server": "3.6.6",
"apollo-server-testing": "2.19.0",
"graphql": "15.4.0",
"jest": "26.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@graphback/runtime-mongo": "1.1.2",
"@graphql-tools/graphql-file-loader": "6.2.6",
"@graphql-tools/load": "6.2.5",
"apollo-server-express": "2.19.0",
"apollo-server-express": "3.6.6",
"chalk": "4.1.0",
"cors": "2.8.5",
"express": "4.17.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@graphback/runtime-mongo": "1.1.2",
"@aerogear/graphql-kafka-subscriptions": "0.4.1",
"apollo-server-express": "2.19.0",
"apollo-server-express": "3.6.6",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion templates/ts-apollo-mongodb-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "Apache 2.0",
"dependencies": {
"@graphback/runtime-mongo": "1.1.2",
"apollo-server-express": "2.19.0",
"apollo-server-express": "3.6.6",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion templates/ts-apollo-mongodb-datasync-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "Apache 2.0",
"dependencies": {
"@graphback/datasync": "1.1.2",
"apollo-server-express": "2.19.0",
"apollo-server-express": "3.6.6",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion templates/ts-apollo-postgres-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "Apache 2.0",
"dependencies": {
"@graphback/runtime-knex": "1.1.2",
"apollo-server-express": "2.19.0",
"apollo-server-express": "3.6.6",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
Expand Down

0 comments on commit 1fbbc67

Please sign in to comment.