mozilla / addons

ā˜‚ Umbrella repository for Mozilla Addons āœØ
Other
125 stars 41 forks source link

Clean up peer dep warnings #11379

Closed muffinresearch closed 6 years ago

muffinresearch commented 6 years ago

We currently see a bunch of peer dep warnings when running yarn install:

$ yarn install
yarn install v1.3.2
[1/5] šŸ”  Validating package.json...
[2/5] šŸ”  Resolving packages...
[3/5] šŸšš  Fetching packages...
[4/5] šŸ”—  Linking dependencies...
warning " > react-router-scroll@0.4.4" has unmet peer dependency "history@^2.0.0 || ^3.0.0".
warning " > react-super-responsive-table@0.3.0" has incorrect peer dependency "react@^0.14.0".
warning "style-loader > schema-utils > ajv-keywords@2.1.1" has unmet peer dependency "ajv@^5.0.0".
warning "stylelint > postcss-reporter@4.0.0" has unmet peer dependency "postcss@^6.0.0".
warning "stylelint-config-suitcss > stylelint-suitcss > stylelint > postcss-html@0.12.0" has unmet peer dependency "postcss@>=5.0.0".
warning "stylelint-config-suitcss > stylelint-suitcss > stylelint > postcss-html@0.12.0" has unmet peer dependency "postcss-less@>=1.1.0".
warning "stylelint-config-suitcss > stylelint-suitcss > stylelint > postcss-html@0.12.0" has unmet peer dependency "postcss-scss@>=1.0.0".
warning "stylelint-config-suitcss > stylelint-suitcss > stylelint > postcss-html@0.12.0" has unmet peer dependency "sugarss@>=1.0.0".
warning " > webpack-dev-server@2.5.0" has incorrect peer dependency "webpack@^2.2.0".
[5/5] šŸ“ƒ  Building fresh packages...
āœØ  Done in **12.23s.**
willdurand commented 6 years ago

Almost done! One is related to webpack (#4908) and the other is related to the router:

warning " > react-router-scroll@0.4.4" has unmet peer dependency "history@^2.0.0 || ^3.0.0".
warning " > webpack-dev-server@3.1.3" has incorrect peer dependency "webpack@^4.0.0-beta.1".
warning "webpack-dev-server > webpack-dev-middleware@3.1.2" has incorrect peer dependency "webpack@^4.0.0".