From cee8ce178882526157e8519963ccdab1a7cf0614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 23:33:38 +0100 Subject: [PATCH] chore(deps-dev): bump @remix-run/eslint-config from 1.19.3 to 2.9.2 (#478) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ad4bda69..a33d4dd4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lint:fix": "yarn lint --fix" }, "devDependencies": { - "@remix-run/eslint-config": "^1.19.3", + "@remix-run/eslint-config": "^2.9.2", "@types/react": "^18.3.3", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", diff --git a/yarn.lock b/yarn.lock index 73e78dbb..3479e9fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -711,10 +711,10 @@ tiny-glob "^0.2.9" tslib "^2.4.0" -"@remix-run/eslint-config@^1.19.3": - version "1.19.3" - resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-1.19.3.tgz#51c1d36ccddec736792bb6df7c997591f7d4b81c" - integrity sha512-8yvPtsJj1hBKp6ypTTDhHmJ2ftoPmBV1xPPOIqhMLDQ1fwmzocwnkz9RHTeMYkdNSzUuqGnpGaMTHgrT3WfckQ== +"@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== dependencies: "@babel/core" "^7.21.8" "@babel/eslint-parser" "^7.21.8"