Stop specifying a specific version of @types/react so there can't be two instances of the type installed

This commit is contained in:
Fabio Berger
2018-07-23 14:39:34 +02:00
parent eb6027fba7
commit f84f879950

View File

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