Skip to content

Commit

Permalink
Upgrade to React 17 (#9863)
Browse files Browse the repository at this point in the history
  • Loading branch information
iansu committed Oct 23, 2020
1 parent d61347d commit 4bc639c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/react-error-overlay/package.json
Expand Up @@ -60,7 +60,7 @@
"object-assign": "4.1.1",
"promise": "8.1.0",
"raw-loader": "^4.0.2",
"react": "^16.14.0",
"react": "^17.0.1",
"react-app-polyfill": "^1.0.6",
"react-dom": "^16.14.0",
"rimraf": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-scripts/package.json
Expand Up @@ -87,8 +87,8 @@
"workbox-webpack-plugin": "5.1.4"
},
"devDependencies": {
"react": "^16.14.0",
"react-dom": "^16.14.0"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"optionalDependencies": {
"fsevents": "^2.1.3"
Expand Down

0 comments on commit 4bc639c

Please sign in to comment.