LavaMoat / LavaDome

Secure DOM trees isolation and encapsulation leveraging ShadowDOM
https://lavamoat.github.io/LavaDome/packages/core/demo/
MIT License
16 stars 3 forks source link

React and React-DOM deps should be dev-deps as well as peer-deps #27

Closed weizman closed 4 months ago

weizman commented 5 months ago

ctx https://github.com/LavaMoat/LavaDome/pull/23/files#r1461562336

having those as peer-deps is great for LavaDome to be easily integrated as a dependency for other projects, but for LavaDome to work locally for development too, they must be listed as dev-deps as well (AFAIU)