Skip to content

Commit

Permalink
Add react and react-dom as peer dependencies (react-component#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo837 authored and rinick committed Mar 23, 2021
1 parent 63d566b commit f8198b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ lib
es
coverage
yarn.lock
package-lock.json
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,9 @@
"rc-align": "^4.0.0",
"rc-motion": "^2.0.0",
"rc-util": "^5.5.0"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}

0 comments on commit f8198b9

Please sign in to comment.