diff --git a/package.json b/package.json index 9ddf9561..5ee6410a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lint:fix": "yarn lint --fix" }, "devDependencies": { - "@remix-run/eslint-config": "^2.16.8", + "@remix-run/eslint-config": "^2.17.0", "@types/react": "^18.3.13", "eslint": "^8.57.1", "eslint-config-prettier": "^10.1.8", diff --git a/yarn.lock b/yarn.lock index c801680c..9714c634 100644 --- a/yarn.lock +++ b/yarn.lock @@ -741,10 +741,10 @@ resolved "https://registry.npmjs.org/@pkgr/core/-/core-0.2.7.tgz#eb5014dfd0b03e7f3ba2eeeff506eed89b028058" integrity sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg== -"@remix-run/eslint-config@^2.16.8": - version "2.16.8" - resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-2.16.8.tgz#38351afcb9eac7cb2a06e5e47659cd72c4d3d13b" - integrity sha512-vtYBv485ijnaVoU/m1vNB3oKofvCKSpoHJ1rQdNHXUbJlpdaTaGDTlnCjgFAssgiu2GQl7a5etySqXVZgfpjPw== +"@remix-run/eslint-config@^2.17.0": + version "2.17.0" + resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-2.17.0.tgz#644de693b6d92c5b8d19667e2498a7ce6b89a8ab" + integrity sha512-32bOczqWqgvoMxCgCXPNV6acaRHeVskmAJf1LIY6+TWCwCHFbkMcT6zB16I3/3tQ98UvZIa5tumnFlypTgMGwg== dependencies: "@babel/core" "^7.21.8" "@babel/eslint-parser" "^7.21.8"