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.

Diff for upgrading package.json to 0.61.3 suggests old versions

See original GitHub issue

Bug

React Native 0.61.3 has a dependency on React 16.9.0 but the upgrade suggestions for 0.61.3 indicate we should use React 16.8.1 (and some other older dependencies)…

image

React Native versions

0.61.3

Steps to reproduce

Review the suggested diffs for 0.61.3 here

Describe what you expected to happen:

  1. expect the dependencies to be at least the same as 0.61.3 and same as react-native init produces

PS. sorry if I’m missing something obvious - this is my first attempt at using this tool. All assistance is greatly appreciated.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
pviniscommented, Oct 30, 2019

this is something we are fixing. there later versions are the correct ones, but the template and the cli produced this. I would suggest skipping .3 and waiting for .4 which should have the later versions again.

2reactions
pviniscommented, Nov 4, 2019

I will close this for now. Let’s revisit after .4 if the problem comes back!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to update each dependency in package.json to the latest ...
The best way I know is to run npm info express version then update each dependency in package.json manually. There must be a...
Read more >
Upgrading React Native from 0.61.5 to 0.62.3 - Medium
Upgrading to new versions of React Native will give you access to more APIs, views, developer tools and other goodies. Upgrading React Native ......
Read more >
Upgrading to new versions - React Native
Upgrading to new versions of React Native will give you access to more APIs ... react , and expo package versions in your...
Read more >
How to Upgrade Dependencies in Your package.json
After identifying the outdated packages, we fix the version specifications in package.json accordingly. Then we can run npm install or npm update to...
Read more >
Why Running `yarn upgrade` Does Not Update My `package ...
The installed version in our node_modules might not be the literal number we see in our package.json . This is because the versions...
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