MohammadYounes / rtlcss

Framework for transforming Cascading Style Sheets (CSS) from Left-To-Right (LTR) to Right-To-Left (RTL)
https://rtlcss.com
MIT License
1.68k stars 129 forks source link

Update dependencies and regenerate package-lock.json #210

Closed XhmikosR closed 3 years ago

XhmikosR commented 3 years ago

BTW @MohammadYounes wouldn't be better if the peerDependency was 8 or 8.x/^8.0.0?

MohammadYounes commented 3 years ago

@XhmikosR may be, I didn't test using 8 so I'm not sure if we will be missing a feature.

XhmikosR commented 3 years ago

The idea is that this is as wide as possible so that the package works. My guess is that 8.0.0 would work too. I'll revert the change in peerDependencies for now.