Skip to content

Commit

Permalink
Update package.json (#542)
Browse files Browse the repository at this point in the history
modify peerDependencies
  • Loading branch information
accwill authored Mar 24, 2021
1 parent dd14e31 commit 84a2506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
"yorkie": "^2.0.0"
},
"peerDependencies": {
"react": "^16.8.4",
"react-dom": "^16.8.4"
"react": ">=16.8.4",
"react-dom": ">=16.8.4"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 84a2506

Please sign in to comment.