Skip to content

Commit 2f07bf3

Browse files
author
Clauderic Demers
committed
Update React minimum version to 16.3.0
1 parent f330e3d commit 2f07bf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
},
5555
"peerDependencies": {
5656
"prop-types": "^15.5.7",
57-
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
58-
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
57+
"react": "^16.3.0 || ^17.0.0",
58+
"react-dom": "^16.3.0 || ^17.0.0"
5959
},
6060
"devDependencies": {
6161
"@babel/core": "^7.2.2",

0 commit comments

Comments
 (0)