strothj / react-docgen-typescript-loader

Webpack loader to generate docgen information from Typescript React components.
Other
360 stars 47 forks source link

Missing peerDependency for @webpack-contrib/schema-utils #119

Open GuillaumeSpera opened 3 years ago

GuillaumeSpera commented 3 years ago

Hello,

I just upgraded to Yarn 2 which ensures a strict dependency tree. I have to fix the missing peerDependency from this package to be able to build.

react-docgen-typescript-loader@npm:3.7.2 [cfff4] doesn't provide webpack@^3.0.0 || ^4.0.0 requested by @webpack-contrib/schema-utils@npm:1.0.0-beta.0

It is something we'll have to get used to (having a clear definition and propagation of required dependencies).

I hope you'll be able to publish a fix for other users :)