Upgrade to React 17

Summary:
Doing some oncall upgrades.

Changelog: Upgrade internal React version to v17

Reviewed By: mweststrate

Differential Revision: D24506315

fbshipit-source-id: 911e4f657684b4d98ec3ef91bc8a81c43130da5b
This commit is contained in:
Pascal Hartig
2020-10-27 05:54:30 -07:00
committed by Facebook GitHub Bot
parent b8f68a4026
commit f36c3656b5
11 changed files with 161 additions and 110 deletions

View File

@@ -98,8 +98,8 @@
"resolutions": {
"@jest-runner/electron/electron": "10.1.3",
"adbkit-logcat": "2.0.1",
"@types/react": "16.9.51",
"@types/react-dom": "16.9.4",
"@types/react": "16.9.53",
"@types/react-dom": "16.9.8",
"acorn": "7.1.1",
"minimist": "1.2.3",
"**/metro/**/temp": "0.9.0",
@@ -114,8 +114,8 @@
"@babel/code-frame": "^7.10.4",
"@babel/eslint-parser": "^7.11.5",
"@jest-runner/electron": "^3.0.0",
"@testing-library/dom": "^7.20.2",
"@testing-library/react": "^10.4.3",
"@testing-library/dom": "^7.26.3",
"@testing-library/react": "^11.1.0",
"@types/algoliasearch": "^3.30.19",
"@types/babel__code-frame": "^7.0.1",
"@types/babel__core": "^7.1.10",
@@ -137,12 +137,12 @@
"@types/lodash.debounce": "^4.0.6",
"@types/mkdirp": "^1.0.0",
"@types/mock-fs": "^4.10.0",
"@types/node": "^14.11.5",
"@types/node": "^14.14.2",
"@types/npm-packlist": "^1.1.1",
"@types/promise-retry": "^1.1.3",
"@types/react": "^16.9.51",
"@types/react": "^16.9.53",
"@types/react-color": "^3.0.1",
"@types/react-dom": "^16.9.4",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.5",
"@types/react-test-renderer": "^16.9.1",
"@types/react-transition-group": "^4.2.2",