Sometimes yarn outdated misses some packages #4382
Unanswered
tettoffensive
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Often I'll run
yarn outdated
to see which dependencies might need to be upgraded. Most of the time it shows a bunch of packages. But I realized recently there are a bunch of packages that are way behind, yetyarn
doesn't know they've been upgraded.For example in my
package.json
:But the latest version on https://yarnpkg.com/package/@emotion/css is 11.5.0 and on https://www.npmjs.com/package/@emotion/css is 11.9.0
What am I missing? Is there some kind of caching going on?
Beta Was this translation helpful? Give feedback.
All reactions