acolorbright / acb-tools-and-configs

Monorepo of tools and configs used for development
MIT License
0 stars 2 forks source link

Update eslint-config-ts-react peer dependency eslint-plugin-simple-import-sort to support 8.x #66

Closed tomislav-s closed 1 year ago

tomislav-s commented 1 year ago

Hi ACB devs! ❤️

I'm using @acolorbright/eslint-config-ts-react and "eslint-plugin-simple-import-sort": "7.x", is listed as one of its peer dependencies.

I would like to update eslint-plugin-simple-import-sort to 8.0.0 but this causes a warning to be logged due to mismatched versions.

Is it possible to update @acolorbright/eslint-config-ts-react to support 8.0.0 as well?

iksi commented 1 year ago

👋🏻 @tomislav-s, a new version has been released: https://www.npmjs.com/package/@acolorbright/eslint-config-react/v/3.0.2

tomislav-s commented 1 year ago

Thanks a lot @iksi ! Can confirm it works.

Closing issue