Fix react type versions to avoid minor version bumps with breaking changes

This commit is contained in:
Fabio Berger
2018-04-24 19:54:22 +09:00
parent 2896110d4d
commit c69984e309
5 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@
"@types/lodash": "4.14.104",
"@types/material-ui": "0.18.0",
"@types/node": "^8.0.53",
"@types/react": "^16.0.34",
"@types/react": "16.0.41",
"@types/react-dom": "^16.0.3",
"@types/react-scroll": "0.0.31",
"basscss": "^8.0.3",