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
Following up after #1398 -> #1400: it looks like @typescript-eslint/utils is still at v5. Would you be open to a PR that adds || ^6.0.0 || ^7.0.0 edit: || ^7.0.0 to that range?
Following up after #1398 -> #1400: it looks like
@typescript-eslint/utils
is still at v5. Would you be open to a PR that addsedit:|| ^6.0.0 || ^7.0.0
|| ^7.0.0
to that range?eslint-plugin-jest/package.json
Lines 67 to 69 in 20c8703
It'd be great to deduplicate the version of the utils package for folks on v6 & v7.
The text was updated successfully, but these errors were encountered: