From e6e64224a32ca35bf543b1cb18e7ccfe65ba824f Mon Sep 17 00:00:00 2001 From: maapteh Date: Sat, 10 Oct 2020 21:32:05 +0200 Subject: [PATCH] update deps --- example/chat/package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/example/chat/package.json b/example/chat/package.json index ec70c1f671b..2c1efd0106a 100644 --- a/example/chat/package.json +++ b/example/chat/package.json @@ -3,18 +3,17 @@ "version": "0.1.0", "private": true, "dependencies": { + "@apollo/client": "^3.2.3", + "@apollo/react-hooks": "^4.0.0", "apollo-cache-inmemory": "^1.3.11", - "apollo-client": "^2.4.7", - "apollo-link": "^1.2.4", - "apollo-link-http": "^1.5.7", "apollo-link-ws": "^1.0.10", "apollo-utilities": "^1.0.26", "graphql": "^14.0.2", "graphql-tag": "^2.10.0", "react": "^16.6.3", - "react-apollo": "^2.3.1", "react-dom": "^16.6.3", "react-scripts": "^2.1.1", + "styled-components": "^5.2.0", "subscriptions-transport-ws": "^0.9.5" }, "scripts": {