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 committed Jun 12, 2021
1 parent b6f1d88 commit 51b8d6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions platform/client-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"@capacitor/core": "2.4.5",
"@ionic/react": "5.3.2",
"@ionic/react-router": "5.3.2",
"@apollo/client": "3.2.0",
"@apollo/client": "3.3.20",
"apollo-link-context": "1.0.20",
"apollo-link-ws": "1.0.20",
"google-maps-react": "2.0.6",
"graphql": "15.3.0",
"graphql-tag": "2.11.0",
"graphql-tag": "2.12.4",
"humanize-string":"2.1.0",
"ionicons": "5.1.2",
"keycloak-js": "9.0.3",
Expand Down
4 changes: 2 additions & 2 deletions platform/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"@ionic/react-router": "5.3.2",
"google-maps-react": "2.0.6",
"graphql": "15.3.0",
"graphql-tag": "2.11.0",
"graphql-tag": "2.12.4",
"ionicons": "5.1.2",
"keycloak-js": "9.0.3",
"offix-cache": "0.15.5",
"offix-client": "0.15.5",
"@apollo/client": "3.2.0",
"@apollo/client": "3.3.20",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-offix-hooks": "0.15.5",
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.2.6",
"@graphql-tools/load": "6.2.5",
"@types/react": "16.9.49",
"apollo-server-express": "2.17.0",
"apollo-server-express": "2.25.1",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
Expand All @@ -39,7 +39,7 @@
"graphql": "15.3.0",
"graphql-merge-resolvers": "1.1.16",
"graphql-subscriptions": "1.1.0",
"graphql-tag": "2.11.0",
"graphql-tag": "2.12.4",
"keycloak-connect": "10.0.2",
"keycloak-connect-graphql": "0.6.1",
"mongo-seeding": "3.4.1",
Expand Down

0 comments on commit 51b8d6f

Please sign in to comment.