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 dependencies

See original GitHub issue

Right now, some of the dependencies in the repository are outdated. However, upgrading all of them to the latest version causes the live-reload from webpack-dev-server to stop working.

Need to comb through each package to figure out which one would cause a regression, pin it, and upgrade all others.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
ljmerzacommented, Oct 24, 2018

ok fixed

1reaction
ljmerzacommented, Oct 8, 2018

ok I got everything working with the latest package versions. Could you test my branch on your end? I can squash merge if everything works out okay.

https://github.com/ljmerza/static-html-webpack-boilerplate/tree/package-update

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Update NPM Dependencies - freeCodeCamp
Interactive mode allows you to select specific packages to update. By default, all packages are selected. Navigate down through each package and ...
Read more >
Upgrading npm dependencies | Building SPAs - Carl Rippon
Use npm outdated to discover dependencies that are out of date · Use npm update to perform safe dependency upgrades · Use npm...
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 >
Updating the Dependencies
How to Keep Dependencies Updated · Check out the new versions. Review the changelogs; How new is it? · Check the requirements. The...
Read more >
npm-update
Note that by default npm update will not update the semver values of direct dependencies in your project package.json , if you want...
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