eiriklv / react-masonry-component

A React.js component for using @desandro's Masonry
MIT License
1.43k stars 145 forks source link

added react version 18 to peerDependency list #170

Open hasanm95 opened 2 years ago

hasanm95 commented 2 years ago

I have added react version 18 to peerDependency list

before:

"peerDependencies": { "react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0 || ^17.0.0" }

now:

"peerDependencies": { "react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0 || ^17.0.0 || ^18.0.0" }

drosi94 commented 10 months ago

Can we accept this PR?

l-hankins commented 2 months ago

@eiriklv Apologies for the ping... any chance of getting this PR in? Would love simply to not have to use legacy peer deps on my npm install