fvictorio / solhint-plugin-prettier

A Solhint plugin for checking your contracts style
28 stars 13 forks source link

Upgrade peer dependency on prettier to v2 #6

Closed PaulRBerg closed 4 years ago

PaulRBerg commented 4 years ago

I'm using prettier@2.0.5 and I'm getting this warning when running yarn install in a project that lists solhint-plugin-prettier as a dependency:

Screenshot 2020-08-24 at 20 29 05

It'd be nice for this package to upgrade its peer dependency to prettier@2.x. I tried to patch this via a selective version resolution, but that didn't work.

fvictorio commented 4 years ago

Oh, that's bad :grimacing: I'll check if everything works fine with prettier v2 (it probably does) and fix this. Thanks Paul!

PaulRBerg commented 4 years ago

Thanks man!

fvictorio commented 4 years ago

Done, version 0.0.5 shouldn't show this warning. Let me know if it works for you.

PaulRBerg commented 4 years ago

Worked like a charm! Thanks.