Stop specifying a specific version of @types/react so there can't be two instances of the type installed
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user