Skip to content

Commit

Permalink
fix(deps): update apollo graphql packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jul 9, 2020
1 parent c573640 commit 4e137a2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions platform/client-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@apollo/react-hooks": "3.1.3",
"@apollo/react-hooks": "3.1.5",
"@capacitor/core": "2.2.1",
"@ionic/react": "5.0.7",
"@ionic/react-router": "5.0.7",
"apollo-client": "2.6.8",
"apollo-link-context": "1.0.19",
"apollo-link-ws": "1.0.19",
"apollo-client": "2.6.10",
"apollo-link-context": "1.0.20",
"apollo-link-ws": "1.0.20",
"google-maps-react": "2.0.6",
"graphql": "14.6.0",
"graphql-tag": "2.10.3",
"graphql-tag": "2.10.4",
"humanize-string":"2.1.0",
"ionicons": "5.0.1",
"keycloak-js": "9.0.2",
Expand Down
8 changes: 4 additions & 4 deletions platform/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@apollo/react-hooks": "3.1.3",
"@apollo/react-hooks": "3.1.5",
"@capacitor/core": "2.2.1",
"@ionic/react": "5.0.7",
"@ionic/react-router": "5.0.7",
"apollo-link-context": "1.0.19",
"apollo-link-ws": "1.0.19",
"apollo-link-context": "1.0.20",
"apollo-link-ws": "1.0.20",
"google-maps-react": "2.0.6",
"graphql": "14.6.0",
"graphql-tag": "2.10.3",
"graphql-tag": "2.10.4",
"ionicons": "5.0.1",
"keycloak-js": "9.0.2",
"offix-cache": "0.15.0",
Expand Down
4 changes: 2 additions & 2 deletions platform/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@graphql-tools/graphql-file-loader": "6.0.12",
"@graphql-tools/load": "6.0.12",
"@types/react": "16.9.36",
"apollo-server-express": "2.15.0",
"apollo-server-express": "2.15.1",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
Expand All @@ -40,7 +40,7 @@
"graphql-merge-resolvers": "1.1.16",
"graphql-scalars": "1.1.3",
"graphql-subscriptions": "1.1.0",
"graphql-tag": "2.10.3",
"graphql-tag": "2.10.4",
"keycloak-connect": "10.0.2",
"keycloak-connect-graphql": "0.6.0",
"mongo-seeding": "3.4.0",
Expand Down

0 comments on commit 4e137a2

Please sign in to comment.