diff --git a/package.json b/package.json index 5b2ac352..db5a0268 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lint:fix": "yarn lint --fix" }, "devDependencies": { - "@remix-run/eslint-config": "^2.9.2", + "@remix-run/eslint-config": "^2.10.0", "@types/react": "^18.3.3", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", diff --git a/yarn.lock b/yarn.lock index 80acd2b5..ef69358b 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.9.2": - version "2.9.2" - resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-2.9.2.tgz#ae917d4278c5cd71589816f745954fb3aeafa02c" - integrity sha512-tZV98Fz1QHAwIA9MOo48Es0ltAzvOIj/uCjCDsKOEndhEX+qwH1qC7eLIBGJiRDgEO3hIQUtzUuw5S6J8B2B+w== +"@remix-run/eslint-config@^2.10.0": + version "2.10.0" + resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-2.10.0.tgz#90c35edcb64010716498b63cb1bb25620459438c" + integrity sha512-6UNOVsV6T7Q0BCQ28heT4tMzZFDnNPTZXzwCM3bPf6gRZgZ8IlBX3ZvmncisRHiiNphYtmXR/p/e3kJWNH5OCA== dependencies: "@babel/core" "^7.21.8" "@babel/eslint-parser" "^7.21.8"