You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ yarn start
yarn run v1.22.19
$ gatsby develop
success compile gatsby files - 0.603s
success load gatsby config - 0.017s
warn Plugin gatsby-theme-material-ui-top-layout is not compatible with your gatsby version 5.8.0 - It requires gatsby@^3.0.0 || ^4.0.0
warn Plugin gatsby-plugin-material-ui is not compatible with your gatsby version 5.8.0 - It requires gatsby@^3.0.0 || ^4.0.0
warn Plugin gatsby-theme-material-ui is not compatible with your gatsby version 5.8.0 - It requires gatsby@^3.0.0 || ^4.0.0
warn Plugin gatsby-theme-material-ui-top-layout is not compatible with your gatsby version 5.8.0 - It requires gatsby@^3.0.0 || ^4.0.0
warn Plugin gatsby-plugin-material-ui is not compatible with your gatsby version 5.8.0 - It requires gatsby@^3.0.0 || ^4.0.0
warn Plugin gatsby-theme-material-ui is not compatible with your gatsby version 5.8.0 - It requires gatsby@^3.0.0 || ^4.0.0
success load plugins - 0.161s
success onPreInit - 0.003s
Any plans to update peerDependencies.gatsby for these to include current Gatsby?
For anyone who needs a workaround, I currently use:
npm install --legacy-peer-deps
It would be great if the peer dependencies could be updated to support gatsby 5.x. I have been using this library with gatsby 5.12.4 using the --legacy-peer-deps workaround and I have not run into any major issues.
The text was updated successfully, but these errors were encountered: