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

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 Oct 18, 2021
1 parent 3abc57c commit 5048425
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"devDependencies": {
"@graphql-tools/graphql-file-loader": "6.2.6",
"apollo-server": "2.19.0",
"apollo-server-testing": "2.19.0",
"apollo-server": "2.25.2",
"apollo-server-testing": "2.25.2",
"graphql": "15.4.0",
"jest": "26.6.3",
"knex": "0.21.13",
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": "2.25.2",
"chalk": "4.1.0",
"cors": "2.8.5",
"express": "4.17.1",
Expand Down
4 changes: 2 additions & 2 deletions templates/ts-apollo-mongo-apache-kafka-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"dependencies": {
"@graphback/runtime-mongo": "1.1.2",
"@aerogear/graphql-kafka-subscriptions": "0.4.1",
"apollo-server-express": "2.19.0",
"apollo-server-express": "2.25.2",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"graphback": "1.1.2",
"graphql": "15.4.0",
"graphql-config": "3.2.0",
"graphql-subscriptions": "1.1.2",
"graphql-tag": "2.11.0",
"graphql-tag": "2.12.5",
"mongodb": "3.6.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions templates/ts-apollo-mongodb-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"license": "Apache 2.0",
"dependencies": {
"@graphback/runtime-mongo": "1.1.2",
"apollo-server-express": "2.19.0",
"apollo-server-express": "2.25.2",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"graphback": "1.1.2",
"graphql": "15.4.0",
"graphql-config": "3.2.0",
"graphql-subscriptions": "1.1.0",
"graphql-tag": "2.11.0",
"graphql-tag": "2.12.5",
"mongodb": "3.6.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions templates/ts-apollo-mongodb-datasync-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"license": "Apache 2.0",
"dependencies": {
"@graphback/datasync": "1.1.2",
"apollo-server-express": "2.19.0",
"apollo-server-express": "2.25.2",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"graphback": "1.1.2",
"graphql": "15.4.0",
"graphql-config": "3.2.0",
"graphql-subscriptions": "1.1.0",
"graphql-tag": "2.11.0",
"graphql-tag": "2.12.5",
"mongodb": "3.6.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.25.2",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
Expand All @@ -23,7 +23,7 @@
"graphql-config": "3.2.0",
"graphql-migrations": "1.1.2",
"graphql-subscriptions": "1.1.0",
"graphql-tag": "2.11.0",
"graphql-tag": "2.12.5",
"knex": "0.21.13",
"pg": "8.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion templates/ts-fastify-mongodb-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"graphql": "15.4.0",
"graphql-config": "3.2.0",
"graphql-subscriptions": "1.1.0",
"graphql-tag": "2.11.0",
"graphql-tag": "2.12.5",
"mercurius": "6.5.0",
"mongodb": "3.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion templates/ts-react-apollo-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typescript": "4.1.3"
},
"dependencies": {
"@apollo/client": "3.3.4",
"@apollo/client": "3.4.16",
"@material-ui/core": "4.11.2",
"graphql": "15.4.0",
"react": "17.0.1",
Expand Down

0 comments on commit 5048425

Please sign in to comment.