Skip to content

Commit

Permalink
Merge pull request #150 from brandonbloom/react-peer-dependencies
Browse files Browse the repository at this point in the history
Add react and react-dom as peer dependencies
  • Loading branch information
yoyo837 authored Oct 30, 2020
2 parents e1cc739 + 564a364 commit 05b3355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"now-build": "npm run build"
},
"peerDependencies": {
"react": "*"
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"devDependencies": {
"@types/classnames": "^2.2.9",
Expand Down

1 comment on commit 05b3355

@jljsj33
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ci 挂了

Please sign in to comment.