Dependency maintenance
Please go through all of Zendro's repositories and check the dependencies in the package.json files and check whether we can update any dependency.
If so, test whether an update is possible without breaking the package. Test using our test suites. The Single Page Application unfortunately requires manual testing, if my memory does not fail me.
The KeyCloak dependency is a bit tricky. The newer version has a completely overhauled API and we need to potentially consider not updating this. But we should at least come up with a plan of how we could adjust to the new API and what steps would be required to update. In other words, we need to be able to estimate the amount of work required here.
Dependency maintenance
Please go through all of Zendro's repositories and check the dependencies in the
package.jsonfiles and check whether we can update any dependency.If so, test whether an update is possible without breaking the package. Test using our test suites. The Single Page Application unfortunately requires manual testing, if my memory does not fail me.
The KeyCloak dependency is a bit tricky. The newer version has a completely overhauled API and we need to potentially consider not updating this. But we should at least come up with a plan of how we could adjust to the new API and what steps would be required to update. In other words, we need to be able to estimate the amount of work required here.