Skip to content

Update deps

Mael Gaonach requested to merge update-deps into main

Updated all deps in an attempt to fix an issue with Button from 'react-bootstrap' :

Error Expression produces a union type that is too complex to represent. appears in the code for no obvious reason.

It is reported here with no solution: https://github.com/react-bootstrap/react-bootstrap/issues/6283

This problem seems to originate from a conflict with a specific version of one of the dependencies as it first appeared on re-creating the lock file (without any change of dependencies).

Hence I attempted to update all dependencies to latest version to solve it but it is still there.

Anyways,the work to update is done so might as well use it.

The issue with Button is temporarily fixed with a Button component in core that we can use in place (which is using the one from 'react-bootstrap' without getting the error, so it is equivalent)

Edited by Mael Gaonach

Merge request reports