design-systems-cli
design-systems-cli copied to clipboard
Remove `peerDependency` on `@types/react`
What Changed
Remove peerDependency on @types/react
Why
Anything transitively using @design-systems/utils such as any project using Storybook must include @types/react in their package.json when using pnpm
@hipstersmoothie what do you think of this PR? It would be nice to clean this up for Storybook 7 if possible.