Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb5b99a

Browse files
iansuabhiisheek
authored andcommitted
Upgrade to React 17 (facebook#9863)
1 parent 947efee commit bb5b99a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/react-error-overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"object-assign": "4.1.1",
6161
"promise": "8.1.0",
6262
"raw-loader": "^4.0.2",
63-
"react": "^16.14.0",
63+
"react": "^17.0.1",
6464
"react-app-polyfill": "^1.0.6",
6565
"react-dom": "^16.14.0",
6666
"rimraf": "^3.0.2",

packages/react-scripts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
"workbox-webpack-plugin": "5.1.4"
8888
},
8989
"devDependencies": {
90-
"react": "^16.14.0",
91-
"react-dom": "^16.14.0"
90+
"react": "^17.0.1",
91+
"react-dom": "^17.0.1"
9292
},
9393
"optionalDependencies": {
9494
"fsevents": "^2.1.3"

0 commit comments

Comments
 (0)