Skip to content

Commit 0feb0f1

Browse files
committed
Mark React 17 as supported, fixes Availity#60
1 parent beddcf5 commit 0feb0f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"prop-types": "^15.6.2"
6363
},
6464
"peerDependencies": {
65-
"react": "^0.14.9 || ^15.3.0 || ^16.0.0",
66-
"react-dom": "^0.14.9 || ^15.3.0 || ^16.0.0"
65+
"react": "^0.14.9 || ^15.3.0 || ^16.0.0 || ^17.0.0",
66+
"react-dom": "^0.14.9 || ^15.3.0 || ^16.0.0 || ^17.0.0"
6767
},
6868
"devDependencies": {
6969
"babel-cli": "^6.10.1",

0 commit comments

Comments
 (0)