design-systems-cli icon indicating copy to clipboard operation
design-systems-cli copied to clipboard

Remove `peerDependency` on `@types/react`

Open benmccann opened this issue 3 years ago • 1 comments

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

benmccann avatar Jul 14 '22 21:07 benmccann

@hipstersmoothie what do you think of this PR? It would be nice to clean this up for Storybook 7 if possible.

IanVS avatar Dec 14 '22 00:12 IanVS