Commit ab170157 by Dominik Prokop Committed by GitHub

Fix: failing build after React bump (#18514)

* Bump react types and fix yarn.lock
* Fix typecheck
parent 1db9fff0
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"@babel/preset-typescript": "7.3.3", "@babel/preset-typescript": "7.3.3",
"@emotion/core": "10.0.10", "@emotion/core": "10.0.10",
"@rtsao/plugin-proposal-class-properties": "7.0.1-patch.1", "@rtsao/plugin-proposal-class-properties": "7.0.1-patch.1",
"@types/angular": "1.6.54", "@types/angular": "1.6.55",
"@types/classnames": "2.2.7", "@types/classnames": "2.2.7",
"@types/clipboard": "2.0.1", "@types/clipboard": "2.0.1",
"@types/d3": "4.13.1", "@types/d3": "4.13.1",
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
"@types/pixelmatch": "4.0.0", "@types/pixelmatch": "4.0.0",
"@types/pngjs": "3.3.2", "@types/pngjs": "3.3.2",
"@types/puppeteer-core": "1.9.0", "@types/puppeteer-core": "1.9.0",
"@types/react": "16.9.0", "@types/react": "16.9.1",
"@types/react-dom": "16.8.5", "@types/react-dom": "16.8.5",
"@types/react-grid-layout": "0.16.7", "@types/react-grid-layout": "0.16.7",
"@types/react-select": "2.0.15", "@types/react-select": "2.0.15",
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
"@types/node": "10.14.1", "@types/node": "10.14.1",
"@types/papaparse": "4.5.9", "@types/papaparse": "4.5.9",
"@types/pretty-format": "20.0.1", "@types/pretty-format": "20.0.1",
"@types/react": "16.9.0", "@types/react": "16.9.1",
"@types/sinon": "^7.0.11", "@types/sinon": "^7.0.11",
"awesome-typescript-loader": "^5.2.1", "awesome-typescript-loader": "^5.2.1",
"lodash": "^4.17.10", "lodash": "^4.17.10",
......
...@@ -60,8 +60,9 @@ ...@@ -60,8 +60,9 @@
"@types/node": "10.14.1", "@types/node": "10.14.1",
"@types/papaparse": "4.5.9", "@types/papaparse": "4.5.9",
"@types/pretty-format": "20.0.1", "@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-custom-scrollbars": "4.0.5",
"@types/react-dom": "16.8.5",
"@types/react-test-renderer": "16.9.0", "@types/react-test-renderer": "16.9.0",
"@types/react-transition-group": "2.0.16", "@types/react-transition-group": "2.0.16",
"@types/storybook__addon-actions": "3.4.2", "@types/storybook__addon-actions": "3.4.2",
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment