Fix: failing build after React bump (#18514)

* Bump react types and fix yarn.lock
* Fix typecheck
This commit is contained in:
Dominik Prokop
2019-08-12 17:31:58 +02:00
committed by GitHub
parent 1db9fff056
commit ab17015794
4 changed files with 4273 additions and 1959 deletions

View File

@@ -60,8 +60,9 @@
"@types/node": "10.14.1",
"@types/papaparse": "4.5.9",
"@types/pretty-format": "20.0.1",
"@types/react": "16.9.0",
"@types/react": "16.9.1",
"@types/react-custom-scrollbars": "4.0.5",
"@types/react-dom": "16.8.5",
"@types/react-test-renderer": "16.9.0",
"@types/react-transition-group": "2.0.16",
"@types/storybook__addon-actions": "3.4.2",