HorusGoul / vite-plugin-stylex

Vite Plugin for StyleX
MIT License
110 stars 11 forks source link

upgrade peer dependency of "@stylexjs/stylex": "^0.5.1" to ">=0.5.1" so that version 0.6.0 not throws a warning #72

Open patrickstubner opened 2 months ago

patrickstubner commented 2 months ago

StyleX is still on a 0.x version and a peer dependency of ^0.5.1 means only the patch version can change for 0.x versions. Now there is StyleX 0.6.0, maybe you can upgrade to 0.6.0 as well or change the version in a way that 0.6.0 is at least compatible.

RoiEf commented 2 months ago

I'm having the same issue. at the moment managed to install using: npm install --save-dev vite-plugin-stylex --legacy-peer-deps