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

Commit 445aacb

Browse files
chore(deps): update apollo graphql packages to v3
1 parent 0a237f8 commit 445aacb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@graphql-tools/graphql-file-loader": "6.2.6",
20-
"apollo-server": "2.19.0",
20+
"apollo-server": "3.10.2",
2121
"apollo-server-testing": "2.19.0",
2222
"graphql": "15.4.0",
2323
"jest": "26.6.3",

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": "3.10.2",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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": "3.10.2",
1919
"cors": "2.8.5",
2020
"dotenv": "8.2.0",
2121
"express": "4.17.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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": "3.10.2",
1818
"cors": "2.8.5",
1919
"dotenv": "8.2.0",
2020
"express": "4.17.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "Apache 2.0",
1515
"dependencies": {
1616
"@graphback/datasync": "1.1.2",
17-
"apollo-server-express": "2.19.0",
17+
"apollo-server-express": "3.10.2",
1818
"cors": "2.8.5",
1919
"dotenv": "8.2.0",
2020
"express": "4.17.1",

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

Lines changed: 1 addition & 1 deletion
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": "3.10.2",
1818
"cors": "2.8.5",
1919
"dotenv": "8.2.0",
2020
"express": "4.17.1",

0 commit comments

Comments
 (0)