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

Commit edc176d

Browse files
committed
fix(deps): update apollo graphql packages
1 parent 34a932e commit edc176d

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

integration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"devDependencies": {
1919
"@graphql-tools/graphql-file-loader": "6.2.6",
20-
"apollo-server": "2.19.0",
21-
"apollo-server-testing": "2.19.0",
20+
"apollo-server": "2.24.0",
21+
"apollo-server-testing": "2.24.0",
2222
"graphql": "15.4.0",
2323
"jest": "26.6.3",
2424
"knex": "0.21.13",

packages/graphql-serve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@graphback/runtime-mongo": "1.1.2",
5353
"@graphql-tools/graphql-file-loader": "6.2.6",
5454
"@graphql-tools/load": "6.2.5",
55-
"apollo-server-express": "2.19.0",
55+
"apollo-server-express": "2.24.0",
5656
"chalk": "4.1.0",
5757
"cors": "2.8.5",
5858
"express": "4.17.1",

templates/ts-apollo-mongo-apache-kafka-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"dependencies": {
1616
"@graphback/runtime-mongo": "1.1.2",
1717
"@aerogear/graphql-kafka-subscriptions": "0.4.1",
18-
"apollo-server-express": "2.19.0",
18+
"apollo-server-express": "2.24.0",
1919
"cors": "2.8.5",
2020
"dotenv": "8.2.0",
2121
"express": "4.17.1",
2222
"graphback": "1.1.2",
2323
"graphql": "15.4.0",
2424
"graphql-config": "3.2.0",
2525
"graphql-subscriptions": "1.1.2",
26-
"graphql-tag": "2.11.0",
26+
"graphql-tag": "2.12.4",
2727
"mongodb": "3.6.3"
2828
},
2929
"devDependencies": {

templates/ts-apollo-mongodb-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"license": "Apache 2.0",
1515
"dependencies": {
1616
"@graphback/runtime-mongo": "1.1.2",
17-
"apollo-server-express": "2.19.0",
17+
"apollo-server-express": "2.24.0",
1818
"cors": "2.8.5",
1919
"dotenv": "8.2.0",
2020
"express": "4.17.1",
2121
"graphback": "1.1.2",
2222
"graphql": "15.4.0",
2323
"graphql-config": "3.2.0",
2424
"graphql-subscriptions": "1.1.0",
25-
"graphql-tag": "2.11.0",
25+
"graphql-tag": "2.12.4",
2626
"mongodb": "3.6.3"
2727
},
2828
"devDependencies": {

templates/ts-apollo-mongodb-datasync-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"license": "Apache 2.0",
1515
"dependencies": {
1616
"@graphback/datasync": "1.1.2",
17-
"apollo-server-express": "2.19.0",
17+
"apollo-server-express": "2.24.0",
1818
"cors": "2.8.5",
1919
"dotenv": "8.2.0",
2020
"express": "4.17.1",
2121
"graphback": "1.1.2",
2222
"graphql": "15.4.0",
2323
"graphql-config": "3.2.0",
2424
"graphql-subscriptions": "1.1.0",
25-
"graphql-tag": "2.11.0",
25+
"graphql-tag": "2.12.4",
2626
"mongodb": "3.6.3"
2727
},
2828
"devDependencies": {

templates/ts-apollo-postgres-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "Apache 2.0",
1515
"dependencies": {
1616
"@graphback/runtime-knex": "1.1.2",
17-
"apollo-server-express": "2.19.0",
17+
"apollo-server-express": "2.24.0",
1818
"cors": "2.8.5",
1919
"dotenv": "8.2.0",
2020
"express": "4.17.1",
@@ -23,7 +23,7 @@
2323
"graphql-config": "3.2.0",
2424
"graphql-migrations": "1.1.2",
2525
"graphql-subscriptions": "1.1.0",
26-
"graphql-tag": "2.11.0",
26+
"graphql-tag": "2.12.4",
2727
"knex": "0.21.13",
2828
"pg": "8.5.1"
2929
},

templates/ts-fastify-mongodb-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"graphql": "15.4.0",
2323
"graphql-config": "3.2.0",
2424
"graphql-subscriptions": "1.1.0",
25-
"graphql-tag": "2.11.0",
25+
"graphql-tag": "2.12.4",
2626
"mercurius": "6.5.0",
2727
"mongodb": "3.6.3"
2828
},

templates/ts-react-apollo-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"typescript": "4.1.3"
1616
},
1717
"dependencies": {
18-
"@apollo/client": "3.3.4",
18+
"@apollo/client": "3.3.19",
1919
"@material-ui/core": "4.11.2",
2020
"graphql": "15.4.0",
2121
"react": "17.0.1",

0 commit comments

Comments
 (0)