thetarnav / solid-devtools

Library of developer tools, reactivity debugger & Devtools Chrome extension for visualizing SolidJS reactivity graph
https://chrome.google.com/webstore/detail/solid-devtools/kmcfjchnmmaeeagadbhoofajiopoceel
MIT License
536 stars 21 forks source link

Outdated solid-start peer dep causes peer deps issues with npm #306

Open florian-lefebvre opened 3 months ago

florian-lefebvre commented 3 months ago

Hi there! In @astrojs/solid-js@4.2.0 I added support for solid-devtools, and added it as an optional peer dependency of the package.

However, it turns out that solid-devtools has a dependency on an older version of solid-start, which causes peer dependencies error when installing with npm (see https://github.com/withastro/astro/issues/11217). Do you think it could be possible to update it?

Thanks and let me know if/how I can help!