microsoft / fluentui-contrib

Monorepo for contributor extension packages to Fluent UI
MIT License
26 stars 27 forks source link

chore: Allow peer dependency mismatches for @fluentui/react-components #53

Closed ling1726 closed 7 months ago

ling1726 commented 7 months ago

Peer dependencies are not actually installed by this repository and there is also no easy way to validate them with automation. #25 tried to implement some kind of validation for peer dependencies does not handle all cases correctly.

After this PR, it is up to library owners to make sure their libraries work correctly with the declared peer dependencies. https://github.com/microsoft/fluentui-contrib/issues/52 tracks adding automated validation

Allow mismatches in peer dependencies for @fluentui/react-components for now since it's the only known case currently where we want mismatches