From f84f8799500bc9dd3050d0fb4d5100423869ce9f Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 23 Jul 2018 14:39:34 +0200 Subject: Stop specifying a specific version of @types/react so there can't be two instances of the type installed --- packages/react-shared/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/react-shared/package.json') diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json index 008972da9..f406830f9 100644 --- a/packages/react-shared/package.json +++ b/packages/react-shared/package.json @@ -38,7 +38,7 @@ "@types/lodash": "4.14.104", "@types/material-ui": "0.18.0", "@types/node": "^8.0.53", - "@types/react": "16.3.13", + "@types/react": "*", "@types/react-dom": "^16.0.3", "@types/react-scroll": "0.0.31", "@types/is-mobile": "0.3.0", -- cgit v1.2.3