Closed pahjbo closed 1 month ago
the beginnings this are done one the npm-changes branch - however this is still not working as some of the updates are causing breaking changes - e.g going above mantine 7.7 as the introduction of https://mantine.dev/changelog/7-8-0/#uncontrolled-form-mode uncontrolled from mode does create breaking changes with the key prop
Just posting this link for future reference working with lockfiles in workflows
need to move away from yarn 1 for js package management, as it is now rather old and there are issues with version resolution - best to move to npm, as this is the standard and appears to be slightly less inefficient nowadays - it also has npm link command for local development purposes