emotion-js / emotion

👩‍🎤 CSS-in-JS library designed for high performance style composition
https://emotion.sh/
MIT License
17.43k stars 1.11k forks source link

@typescript-eslint/utils is outdate #3251

Open sacru2red opened 3 weeks ago

sacru2red commented 3 weeks ago

The problem

@emotion/eslint-plugin's dependencies

  "dependencies": {
    "@typescript-eslint/utils": "^5.25.0"
  },

@typescript-eslint/utils is outdated (5.25.0 released 2022-05-17) latest version is "8.4.0"

Proposed solution

bump @typescript-eslint/utils version to latest

Alternative solutions

bump @typescript-eslint/utils version

Additional context