-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
Do you want to request a feature or report a bug?
bug
What is the current behavior?
yarn upgradeInteractive --latest
doesn't seem to show the latest package versions, or I'm missing out something? For example, "react": "^16.6.3",
in package.json
, while react@16.7.0
is already available?
I was able to successfully use the command some hours before to update some really old packages. I also tried to delete the node_modules
directory incl. yarn.lock
file, which unfortunately didn't help to resolve this issue.
$ yarn upgradeInteractive --latest
yarn upgradeInteractive v1.12.3
success All of your dependencies are up to date.
Done in 0.56s.
If the current behavior is a bug, please provide the steps to reproduce.
Please see above.
What is the expected behavior?
I would expect it to offer an upgrade to react@16.7.0
which can be added separately.
Please mention your node.js, yarn and operating system version.
Node.js: 8.11.3
Yarn: 1.12.3
OS: Windows 10