diff --git a/package.json b/package.json index f81f76ce..d2485870 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lint:fix": "yarn lint --fix" }, "devDependencies": { - "@remix-run/eslint-config": "^2.10.3", + "@remix-run/eslint-config": "^2.11.1", "@types/react": "^18.3.3", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", diff --git a/yarn.lock b/yarn.lock index 68663d17..4b25d37c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -684,10 +684,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@remix-run/eslint-config@^2.10.3": - version "2.10.3" - resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-2.10.3.tgz#935b7af6fde0c15f98cc8ca30e644dac9b0f4f47" - integrity sha512-Poj8giCzIzbcIxmsRQ/VU3MPaN+pZH4Fbk5/XcRQbBELb1rC2CCOG7H9/MV3EfGxl2RUxrj8vEdRzY6GdQ6FDg== +"@remix-run/eslint-config@^2.11.1": + version "2.11.1" + resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-2.11.1.tgz#1402a8aa8bb5de8b50ef77e665916ab8ca006811" + integrity sha512-Qzrww4D1Bfl+Z+qYprOc43/iEl/QS1i+kTo0XickLMEiTsal0qEeIt9Zod6alO0DvLEm6ixUPQDHKcn2trwLtA== dependencies: "@babel/core" "^7.21.8" "@babel/eslint-parser" "^7.21.8"