Closed Defi-Moses closed 4 weeks ago
The changes in this pull request involve modifications to the package.json
file of the @synapsecns/widget
package. Specifically, the @codecov/rollup-plugin
has been moved from the dependencies
section to devDependencies
, indicating a reclassification of this package as a development-only dependency. Additionally, a new entry for the same plugin has been added to the devDependencies
with a specified version.
File | Change Summary |
---|---|
packages/widget/package.json | - Removed @codecov/rollup-plugin from dependencies |
- Added @codecov/rollup-plugin to devDependencies with version ^0.0.1-beta.10 |
@codecov/rollup-plugin
to devDependencies
, which aligns with the objective of preventing unnecessary package bloat in user installations.In the garden where bunnies play,
Dependencies shift, come what may.
From runtime to dev, the plugin hops,
Lightening the load, as the old bloat stops.
With a twitch of a nose and a joyful cheer,
We celebrate changes that bring us near! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Latest commit: |
aa591a8
|
Status: | ✅ Deploy successful! |
Preview URL: | https://948d390d.sanguine-fe.pages.dev |
Branch Preview URL: | https://fix-widget-dependencies.sanguine-fe.pages.dev |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 34.25005%. Comparing base (
5a12fed
) to head (aa591a8
). Report is 6 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Moves the codecov/rollup-plugin to dev dependencies to prevent unnecessary package bloat.
Summary by CodeRabbit
@codecov/rollup-plugin
from runtime to development-only dependency.