ls1intum / Apollon

UML Modeling Editor written in React
https://apollon-library.readthedocs.io
MIT License
61 stars 21 forks source link

Upgrade Redux to version 5.0.1 #355

Open matthiaslehnertum opened 2 months ago

matthiaslehnertum commented 2 months ago

Motivation and Context

This PR upgrades the version of Redux used in Apollon to the latest version 5.0.1.

Description

Updating Redux to the latest version unfortunately required quite a few changes to be made. In the current setup, types are converted to any in quite a few places which will require more changes in follow-up PRs to be resolved properly.