styleguidist / react-styleguidist

Isolated React component development environment with a living style guide
https://react-styleguidist.js.org/
MIT License
10.84k stars 1.44k forks source link

jss-camel-case@6.1.0" has incorrect peer dependency "jss@^9.7.0" on React Styleguidist v10.2.0 #1467

Closed jasonwilliams closed 4 years ago

jasonwilliams commented 4 years ago

Installing the latest version of react-styleguidist gives me:

warning "react-styleguidist > jss-camel-case@6.1.0" has incorrect peer dependency "jss@^9.7.0".
warning "react-styleguidist > jss-compose@5.0.0" has incorrect peer dependency "jss@^9.0.0".
warning "react-styleguidist > jss-default-unit@8.0.2" has incorrect peer dependency "jss@^9.4.0".
warning "react-styleguidist > jss-global@3.0.0" has incorrect peer dependency "jss@^9.0.0".
warning "react-styleguidist > jss-isolate@5.1.0" has incorrect peer dependency "jss@^9.0.0".
warning "react-styleguidist > jss-nested@6.0.1" has incorrect peer dependency "jss@^9.0.0".

Looks like these dependencies are outdated and have moved. for e.g: jss-camel-case is now jss-plugin-camel-case

Outcome?

jss-camel-case@6.1.0
jss-compose@5.0.0
jss-default-unit@8.0.2
jss-global@3.0.0
jss-isolate@5.1.0
jss-nested@6.0.1

Need updating/changing

sapegin commented 4 years ago

Mind sending a pull request with updates? 👾

styleguidist-bot commented 4 years ago

:tada: This issue has been resolved in version 10.2.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: