Skip to content

Commit e63b463

Browse files
committed
support react 17
1 parent 5033168 commit e63b463

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
@@ -55,8 +55,8 @@
5555
"node": ">=8.5.0"
5656
},
5757
"peerDependencies": {
58-
"@types/react": "^16.8.0",
59-
"react": "^16.8.0"
58+
"@types/react": "^16.8.0 || ^17.0.0",
59+
"react": "^16.8.0 || ^17.0.0"
6060
},
6161
"peerDependenciesMeta": {
6262
"@types/react": {

0 commit comments

Comments
 (0)