Skip to content

Commit c4d7916

Browse files
fix(deps): update apollo graphql packages
1 parent b6f1d88 commit c4d7916

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

platform/client-admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"@capacitor/core": "2.4.5",
77
"@ionic/react": "5.3.2",
88
"@ionic/react-router": "5.3.2",
9-
"@apollo/client": "3.2.0",
9+
"@apollo/client": "3.12.4",
1010
"apollo-link-context": "1.0.20",
1111
"apollo-link-ws": "1.0.20",
1212
"google-maps-react": "2.0.6",
1313
"graphql": "15.3.0",
14-
"graphql-tag": "2.11.0",
14+
"graphql-tag": "2.12.6",
1515
"humanize-string":"2.1.0",
1616
"ionicons": "5.1.2",
1717
"keycloak-js": "9.0.3",

platform/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"@ionic/react-router": "5.3.2",
99
"google-maps-react": "2.0.6",
1010
"graphql": "15.3.0",
11-
"graphql-tag": "2.11.0",
11+
"graphql-tag": "2.12.6",
1212
"ionicons": "5.1.2",
1313
"keycloak-js": "9.0.3",
1414
"offix-cache": "0.15.5",
1515
"offix-client": "0.15.5",
16-
"@apollo/client": "3.2.0",
16+
"@apollo/client": "3.12.4",
1717
"react": "16.13.1",
1818
"react-dom": "16.13.1",
1919
"react-offix-hooks": "0.15.5",

platform/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
"@graphql-tools/graphql-file-loader": "6.2.6",
3131
"@graphql-tools/load": "6.2.5",
3232
"@types/react": "16.9.49",
33-
"apollo-server-express": "2.17.0",
33+
"apollo-server-express": "2.26.2",
3434
"cors": "2.8.5",
3535
"dotenv": "8.2.0",
3636
"express": "4.17.1",
3737
"express-session": "1.17.1",
3838
"graphback": "0.16.2",
3939
"graphql": "15.3.0",
4040
"graphql-merge-resolvers": "1.1.16",
41-
"graphql-subscriptions": "1.1.0",
42-
"graphql-tag": "2.11.0",
41+
"graphql-subscriptions": "1.2.1",
42+
"graphql-tag": "2.12.6",
4343
"keycloak-connect": "10.0.2",
4444
"keycloak-connect-graphql": "0.6.1",
4545
"mongo-seeding": "3.4.1",

0 commit comments

Comments
 (0)