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",