mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
- Set `react` and `react-dom` as peerDeps for all `lib` packages needing them - Set `react` and `react-dom` as peerDeps + optional tag for all `addon` packages needing them - Set `react` and `react-dom` as regular deps for all non react apps - Remove `react` and `react-dom` from root `package.json` - Set a fixed version of `react` in all examples Also: - Use "^16.8.0 || ^17.0.0" version range as some packages need React Hooks