d3blackbox
d3blackbox copied to clipboard
React Peer Dependency
Hey Swiz 👋
Would you be able to update the blackbox peer dependency to accept anything greater than v16? I'm trying to update to react 17.0.2 and blackbox smacks me down:
npm ERR! Could not resolve dependency:
npm ERR! peer react@"16.x" from [email protected]
npm ERR! node_modules/d3blackbox
npm ERR! d3blackbox@"^1.2.0" from the root project
The peer dependency could just be "react": ">=16.0" right?
Cheers!
Any update on this @Swizec?