synapsecns / sanguine

Synapse Monorepo
MIT License
42 stars 30 forks source link

[sdk-router] Move Jest to dev dependencies #3403

Open MrZipper7 opened 5 days ago

MrZipper7 commented 5 days ago

The sdk-router repository has the jest package incorrectly added to regular dependencies rather than devDependencies in the package.json. This should be moved in order to prevent unnecessary package bloat in downstream installations.

I believe this would also apply to babel-jest and the other @babel packages as well.

https://github.com/synapsecns/sanguine/blob/master/packages/sdk-router/package.json#L64-L78