solidjs / vite-plugin-solid

A simple integration to run solid-js with vite
440 stars 51 forks source link

peerDependencyMeta in package.json should be peerDependenciesMeta #139

Closed ulrichstark closed 9 months ago

ulrichstark commented 9 months ago

PR #136 added peerDependencyMeta to package.json to make peer dependency @testing-library/jest-dom optional. It should have been peerDependenciesMeta to work as expected. I will link a PR to fix this issue in a minute. Thank you all for your work on solidjs and its ecosystem. I'm a big fan!