You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Steps:
Current Behavior
I have the following in a monorepo package
/apps/storybook/package.json
In my root i run this script
this skips the above storybook package (but updates everything else!)
THOUGH, if I
cd ./apps/storybook
and runpnpx npm-check-updates --dep dev,optional,peer,prod,overrides,resolutions --upgrade --packageManager pnpm
it works.which makes me think this is something to do with the
--workspaces
flagExpected Behavior
updates to
The text was updated successfully, but these errors were encountered: