atlassian-labs / react-resource-router

Configuration driven routing solution for React SPAs that manages route matching, data fetching and progressive rendering
https://atlassian-labs.github.io/react-resource-router
Apache License 2.0
202 stars 28 forks source link

Package updates #233

Closed AlexanderKaran closed 8 months ago

AlexanderKaran commented 8 months ago

Updated packages to the latest version and made changes to remove deprecated code. No breaking changes have been introduced.

The following packages will need to be updated in their own PR due to break changes or breaking tests:

 @types/history                 ^4.7.6  →  ^4.7.11
 history                        4.10.1  →    5.3.0
 history-5          npm:history@^5.2.0  →   ^5.3.0
 path-to-regexp                 ^1.7.0  →   ^6.2.1
 react-sweet-state              ^2.6.4  →   ^2.7.1

Closes #232