Skip to content

Draft: Resolve "Update dependencies"

Allard Oelen requested to merge 416-update-dependencies into master

Related to #416

I upgraded a few dependencies to ensure it is possible to run npm i without the --force flag.

  • react-diff-viewer-continued -> react-diff-viewer-continued (old package is not maintained anymore).
  • Removed react-image-lightbox, was not maintained anymore. Also it was not needed since the only functionality we used was to show an image full screen when clicking (I replaced this with a simple modal that does the same).
  • Storybook v7 to v8. Required some updates configuration, but the rest still seems to work fine.

Merge request reports