gre / gl-react

gl-react – React library to write and compose WebGL shaders

Home Page:https://gl-react-cookbook.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Peer Dependency to gl-react-5?

BrianHanechak opened this issue · comments

Right now, the most version of gl-react-dom is v5.1, but it has a peer dependency to gl-react with a version string of ^4.0.0. There are some improvements in gl-react 5 that I'd like to use (support for floating-point textures), but I can't use it because of the peer dependency.

Would it be possible to release an update that has the peer dependency compatible with the newer version?