Decathlon / vitamin-web

Decathlon Design System UI components for web applications
https://decathlon.github.io/vitamin-web
Apache License 2.0
282 stars 76 forks source link

chore: upgrade internal dependencies #1415

Closed lauthieb closed 1 year ago

lauthieb commented 1 year ago

Changes description

This PR aims to update our internal dependencies in line with the latest major releases.

For this, I used the tool proposed by Yarn which allows updating the dependencies in an interactive way via the command: yarn upgrade-interactive --latest.

For your information, here the code change proposals only concern package.json files and the yarn.lock, no change is proposed in the code because all the major versions 1.x.x had not provoked any breaking changes and were only there to act that our library is stable (cf. https://github.com/Decathlon/vitamin-web/pull/1397) and allow us from now on to fully use the advantages of SemVer.

I tested these changes on our different showcases (CSS, React, Svelte, Vue & icons) + the unit tests bank of the library @vtmn/svelte.

Don't hesitate if you have any comments.

Checklist

Does this introduce a breaking change?

Jerome1337 commented 1 year ago

LGTM