From 7227824b4a448434c9e7f19fdb1f448546900e68 Mon Sep 17 00:00:00 2001 From: kkobiela Date: Mon, 6 Apr 2020 20:37:54 +0200 Subject: [PATCH] Update dependencies (#11707) --- examples/with-typescript-graphql/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/with-typescript-graphql/package.json b/examples/with-typescript-graphql/package.json index 7d76a6b06a9da..65f4855bb3ef2 100644 --- a/examples/with-typescript-graphql/package.json +++ b/examples/with-typescript-graphql/package.json @@ -10,10 +10,10 @@ "start": "next start" }, "dependencies": { - "@apollo/react-common": "3.1.3", + "@apollo/react-common": "^3.1.3", "@apollo/react-components": "^3.1.3", - "@apollo/react-hooks": "3.1.3", - "@apollo/react-ssr": "3.1.3", + "@apollo/react-hooks": "^3.1.3", + "@apollo/react-ssr": "^3.1.3", "apollo-cache-inmemory": "1.6.5", "apollo-client": "2.6.8", "apollo-link-http": "1.5.16",