I'm struggling to understand the theory of updating framework templates. I've used Creative Tim's Argon Node Admin template and now Benwindings's React-Admin-Firebase template.
I built apps with these frameworks awhile back and haven't touched them since. Now they won't run and have errors and warnings of deprecation.
If I want to get these apps up and running again, is the idea to update all the dependencies? If so, how do I do that?
I am trying to make changes to my react-admin-firebase. I haven't touched the app in about 16 months. Since then, tons of dependencies have been updated to newer versions including React itself.
The version of the react-admin-firebase template I am using has React 16, Firebase 7, etc.
How do I download and update all the dev dependencies and everything else that needs to be updated for my outdated app?
Thank you!