question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update react dependencies with major version changes

See original GitHub issue

Update the following dependencies in React implementation. It could be bit of work since we haven’t updated these in a while

 react-toastify          4.5.2  →  5.5.0 
 react-transition-group  2.7.0  →  4.3.0 
 reactstrap              7.1.0  →  8.4.1 
 uuid                    3.3.3  →  7.0.3 
 html-webpack-plugin     3.2.0  →  4.2.0 

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
mraiblecommented, Apr 27, 2020
2reactions
MathieuAAcommented, Apr 27, 2020

@deepu105 if you’re not already doing it I’m willing to give it a go, I have the same use case in one of my apps 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgrading npm dependencies | Building SPAs - Carl Rippon
React is updated in the above example. Updating all dependencies with major changes. So, how do we upgrade dependencies when there has been...
Read more >
How to update each dependency in package.json to the latest ...
Simply change every dependency's version to * , then run npm update --save . (Note: broken in recent (3.11) versions of npm). Before:...
Read more >
How to Update NPM Dependencies - freeCodeCamp
Here's a workflow that helps me stay on top of updates: first, discover which packages need to be updated and how far behind...
Read more >
How to update all the Node dependencies to their latest version
Update all the Node dependencies to their latest version · npm install -g npm-check-updates. then run it: · ncu -u. this will upgrade...
Read more >
Using npm update and npm outdated to update dependencies
First, you ask npm to list which packages have newer versions available using npm outdated . Then you ask npm to install the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found