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

@@ -16,7 +16,7 @@
"sql-formatter": "^2.3.3"
},
"devDependencies": {
"@testing-library/react": "^10.4.3",
"@testing-library/react": "^11.1.0",
"@types/dateformat": "^3.0.1",
"@types/sql-formatter": "^2.3.0",
"react-redux": "^7.1.1",

View File

@@ -14,7 +14,7 @@
"lodash": "^4.17.19"
},
"devDependencies": {
"@testing-library/react": "^10.4.3"
"@testing-library/react": "^11.1.0"
},
"title": "Layout",
"icon": "target",

View File

@@ -12,7 +12,7 @@
"dependencies": {
"address": "^1.1.2",
"get-port": "^5.0.0",
"react-devtools-core": "^4.6.0"
"react-devtools-core": "^4.9.0"
},
"title": "React DevTools",
"icon": "app-react",