From 9ce6d871cb38cecdb3666c218dc465783a0130b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:26:28 +0100 Subject: [PATCH] chore(deps-dev): bump @remix-run/eslint-config from 2.13.1 to 2.14.0 (#551) Bumps [@remix-run/eslint-config](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config) from 2.13.1 to 2.14.0. - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-eslint-config/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/eslint-config@2.14.0/packages/remix-eslint-config) --- updated-dependencies: - dependency-name: "@remix-run/eslint-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 bfc5ecd2..156dc54d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lint:fix": "yarn lint --fix" }, "devDependencies": { - "@remix-run/eslint-config": "^2.13.1", + "@remix-run/eslint-config": "^2.14.0", "@types/react": "^18.3.12", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", diff --git a/yarn.lock b/yarn.lock index d8edc3e6..b53be81c 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.13.1": - version "2.13.1" - resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-2.13.1.tgz#31ee077e9fb98aad90ee6b856991d42a19ce0d52" - integrity sha512-UNWRHYa++pWrO6qxNI9z7KrmD0/wncWjS36TujoPmlnVDQ2pKIhNZwBi6otJQIuI8TdUPBZstJNgRJ0TWYok6A== +"@remix-run/eslint-config@^2.14.0": + version "2.14.0" + resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-2.14.0.tgz#bddf91b7abea5617e443cbcfc8c46883a3b8f2fd" + integrity sha512-/wBt/AVgBMNw8HWifSha/7dwaGudmyWo7FB7M+LKloZPZc+XR60cMqKSXJeWwJTo+pic++4V1GhQnKc+Cx3GyA== dependencies: "@babel/core" "^7.21.8" "@babel/eslint-parser" "^7.21.8"