openedx / frontend-component-header

GNU Affero General Public License v3.0
7 stars 123 forks source link

chore: use `^` in `package.json` and rebuild `package-lock.json` #480

Open brian-smith-tcril opened 7 months ago

brian-smith-tcril commented 7 months ago

As of https://github.com/openedx/frontend-component-header/pull/418 lockfileVersion check / version-check / mismatch-check has been failing. I updated package.json to use ^ for all dependencies and rebuilt package-lock.json.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 67.15%. Comparing base (c9942c1) to head (564a9e4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #480 +/- ## ======================================= Coverage 67.15% 67.15% ======================================= Files 24 24 Lines 341 341 Branches 80 80 ======================================= Hits 229 229 Misses 110 110 Partials 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.