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
What's happening
I upgraded from Storybook 7.5 to 7.6 where they dropped some dependencies. My test suite stopped running with a complaint from craco around a missing babel-jest dependency:
What's happening
I upgraded from Storybook 7.5 to 7.6 where they dropped some dependencies. My test suite stopped running with a complaint from craco around a missing
babel-jest
dependency:Sure enough, craco depends on
babel-jest
:https://github.com/dilanx/craco/blob/main/packages/craco/src/lib/features/jest/create-jest-babel-transform.ts#L3
But it's not listed in craco's package.json.
What should happen
craco should define its dependencies explicitly in it's package.
To reproduce
Unsure
CRACO version
7.1.0
CRACO config
package.json
Additional information
None
The text was updated successfully, but these errors were encountered: