Gomah / bulmil

:lipstick: A agnostic UI components library based on Web Components, made with Bulma & Stencil.
https://bulmil.vercel.app
MIT License
153 stars 12 forks source link

React 16 as peer dependency #140

Open romikforest opened 1 year ago

romikforest commented 1 year ago

Hi. I very appreciate your work. But you put peerDependency react@"16.12.0" for last versions of @bulmil/react@0.34.0 and 0.35.0, while I see react 18.0.15 in dev dependencies. It's in deep conflict with libraries I use and they heed to have react 18.2.0.

Could @bulmil/react have a bit higher dependencies?

romikforest commented 1 year ago

Unfortunately, I couldn't run react examples from repository. Packages are uninstallable and after forcing applications runs with exception.

The url https://unpkg.com/@bulmil/core@latest/dist/bulmil/bulmil.js from the html example in the README is a broken link.