hoaiduyit / react-pannellum

46 stars 38 forks source link

Define version ranges for peerDependencies #107

Closed sproclavism closed 2 months ago

sproclavism commented 11 months ago

Due to stricter rules for peerDependencies in newer npm versions, the hardcoded versions are breaking the build of any project deviating in version.

By allowing a broader range of versions, this issue is resolved.

fixes #94

hoaiduyit commented 2 months ago

Updated new version to support react 18