equinor/fusion-react-components

Upgrading '@equinor/eds-core-react' peer dependency to ^0.35

Closed this issue · 1 comments

Describe the solution you'd like
Currently most (or all?) of the packages have a peer dependency declared on @equinor/eds-core-react version ^0.34.0. The current latest version is 0.35.1 (https://github.com/equinor/design-system/releases). Using Node 18 we are unable to use the 0.35.x version of @equinor/eds-core-react alongside the fusion react components unless we install dependencies using the --legacy-peer-deps npm installation flag.

Can you increase or add the ^0.35.0 version to the peer dependency allowed versions?

Describe alternatives you've considered
Alternative would be to not use the latest 0.35.x version of @equinor/eds-core-react.