Skip to content

Commit

Permalink
add react 18 to peerDependencies (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Sep 17, 2021
1 parent 824abe9 commit 49f7f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"typescript": "3.9.10"
},
"peerDependencies": {
"react": "^16.11.0 || ^17.0.0"
"react": "^16.11.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {}
}

0 comments on commit 49f7f00

Please sign in to comment.