diff --git a/package.json b/package.json index d1e86cc..ff2ac7f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ } }, "dependencies": { - "@remix-run/eslint-config": "1.19.1", + "@remix-run/eslint-config": "2.2.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "eslint": "8.46.0", diff --git a/yarn.lock b/yarn.lock index d58ce39..d14b002 100644 --- a/yarn.lock +++ b/yarn.lock @@ -487,10 +487,10 @@ tiny-glob "^0.2.9" tslib "^2.4.0" -"@remix-run/eslint-config@1.19.1": - version "1.19.1" - resolved "https://registry.yarnpkg.com/@remix-run/eslint-config/-/eslint-config-1.19.1.tgz#78b7e834e7147a7e32a0748df4910021b8dafe87" - integrity sha512-N4/IrN3Z6Rq+lB6zHbiqpA0XuP2fC+rRAi3jUsZvx0PppnKSNPW8f/qR9dD92RGxRAMOiv+ZLrrKBAwwfzPJ2w== +"@remix-run/eslint-config@2.2.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@remix-run/eslint-config/-/eslint-config-2.2.0.tgz#4cc515c37b036a045abe703cb79c21405f0c0e33" + integrity sha512-H+LPiQhsXaCsOVvyB5vf6wTAv72m/pI6rdoCjyx3ayipNGAuqldkAnmFD6Qa/Bpc/zRHk13+PZV27kjyNd32vw== dependencies: "@babel/core" "^7.21.8" "@babel/eslint-parser" "^7.21.8"