Skip to content

Commit 4e137a2

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update apollo graphql packages
1 parent c573640 commit 4e137a2

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

platform/client-admin/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"version": "0.0.1",
44
"private": true,
55
"dependencies": {
6-
"@apollo/react-hooks": "3.1.3",
6+
"@apollo/react-hooks": "3.1.5",
77
"@capacitor/core": "2.2.1",
88
"@ionic/react": "5.0.7",
99
"@ionic/react-router": "5.0.7",
10-
"apollo-client": "2.6.8",
11-
"apollo-link-context": "1.0.19",
12-
"apollo-link-ws": "1.0.19",
10+
"apollo-client": "2.6.10",
11+
"apollo-link-context": "1.0.20",
12+
"apollo-link-ws": "1.0.20",
1313
"google-maps-react": "2.0.6",
1414
"graphql": "14.6.0",
15-
"graphql-tag": "2.10.3",
15+
"graphql-tag": "2.10.4",
1616
"humanize-string":"2.1.0",
1717
"ionicons": "5.0.1",
1818
"keycloak-js": "9.0.2",

platform/client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"version": "0.0.1",
44
"private": true,
55
"dependencies": {
6-
"@apollo/react-hooks": "3.1.3",
6+
"@apollo/react-hooks": "3.1.5",
77
"@capacitor/core": "2.2.1",
88
"@ionic/react": "5.0.7",
99
"@ionic/react-router": "5.0.7",
10-
"apollo-link-context": "1.0.19",
11-
"apollo-link-ws": "1.0.19",
10+
"apollo-link-context": "1.0.20",
11+
"apollo-link-ws": "1.0.20",
1212
"google-maps-react": "2.0.6",
1313
"graphql": "14.6.0",
14-
"graphql-tag": "2.10.3",
14+
"graphql-tag": "2.10.4",
1515
"ionicons": "5.0.1",
1616
"keycloak-js": "9.0.2",
1717
"offix-cache": "0.15.0",

platform/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@graphql-tools/graphql-file-loader": "6.0.12",
3131
"@graphql-tools/load": "6.0.12",
3232
"@types/react": "16.9.36",
33-
"apollo-server-express": "2.15.0",
33+
"apollo-server-express": "2.15.1",
3434
"cors": "2.8.5",
3535
"dotenv": "8.2.0",
3636
"express": "4.17.1",
@@ -40,7 +40,7 @@
4040
"graphql-merge-resolvers": "1.1.16",
4141
"graphql-scalars": "1.1.3",
4242
"graphql-subscriptions": "1.1.0",
43-
"graphql-tag": "2.10.3",
43+
"graphql-tag": "2.10.4",
4444
"keycloak-connect": "10.0.2",
4545
"keycloak-connect-graphql": "0.6.0",
4646
"mongo-seeding": "3.4.0",

0 commit comments

Comments
 (0)