theKashey / used-styles

📝All the critical styles you've used to render a page.
MIT License
137 stars 9 forks source link

React 17 support #36

Closed nnn3d closed 2 years ago

nnn3d commented 2 years ago

Currently, with npm >= 7 new peer deps resolution, npm can't correctly install react 17 Please update package.json peer deps to support react 17

nnn3d commented 2 years ago

Maybe used-styles don't need react peer deps at all?

theKashey commented 2 years ago

Your guess is correct - the package itself does not require react, only some testing around it.

Version 2.3.3 has been published without React in deps.