Open
Description
- I have searched for similar issues
Steps to Reproduce
Steps:
Current Behavior
I have the following in a monorepo package /apps/storybook/package.json
"storybook": "8.6.11",
In my root i run this script
pnpx npm-check-updates --root --workspaces --dep dev,optional,peer,prod,overrides,resolutions --upgrade --packageManager pnpm
this skips the above storybook package (but updates everything else!)
THOUGH, if I cd ./apps/storybook
and run pnpx npm-check-updates --dep dev,optional,peer,prod,overrides,resolutions --upgrade --packageManager pnpm
it works.
storybook 8.6.11 → 8.6.12
which makes me think this is something to do with the --workspaces
flag
Expected Behavior
updates to
"storybook": "8.6.12",
Metadata
Metadata
Assignees
Labels
No labels