Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
517 stars 101 forks source link

Dependency update for new webgui #635

Closed mcserep closed 12 months ago

mcserep commented 1 year ago

Resolves #622.

Beside that, I have updated the NPM dependencies to use semantic version constraints, so bugfixes and non-breaking improvements can be pulled for those packages.
For NextJS I made a restraint to stick to 13.4.x and not update to 13.5, as there seems to be some ongoing issues with NextJS 13.5 and MUI (see https://github.com/vercel/next.js/issues/55663), which I did not want to resolve.