From 94763350e094a6f2ebea668b0f3d456a65ca16d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 07:15:05 +0000 Subject: [PATCH] fix(deps): bump @remix-run/eslint-config from 1.7.5 to 1.12.0 Bumps [@remix-run/eslint-config](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config) from 1.7.5 to 1.12.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@1.12.0/packages/remix-eslint-config) --- updated-dependencies: - dependency-name: "@remix-run/eslint-config" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e0bb111..e9cddca 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@babel/preset-env": "^7.18.6", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@remix-run/eslint-config": "1.7.5", + "@remix-run/eslint-config": "1.12.0", "@remix-run/node": "1.7.5", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-node-resolve": "^11.2.1", diff --git a/yarn.lock b/yarn.lock index e7a50d1..2f4240a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1822,10 +1822,10 @@ tiny-glob "^0.2.9" tslib "^2.4.0" -"@remix-run/eslint-config@1.7.5": - version "1.7.5" - resolved "https://registry.yarnpkg.com/@remix-run/eslint-config/-/eslint-config-1.7.5.tgz#907fcb7c3434279cbcb797169731016eb4073e75" - integrity sha512-gxR3xYD3pq4Dz4fC+6F0ndaxBNVihBT6PyP5JRyWdzVnomkq5QVv/FxEJXuzwl4AgPOUlWZXCWX3gUWVFq/2tQ== +"@remix-run/eslint-config@1.12.0": + version "1.12.0" + resolved "https://registry.yarnpkg.com/@remix-run/eslint-config/-/eslint-config-1.12.0.tgz#fbba2ec16854bc9620cdc6ad5f4027bff57d426d" + integrity sha512-Nla/9+FihLG+ooIITYT6ikFougKHxEYcyYnIdkjAxB+zv90UE4saKkIU15yIxxcmDJIQoD3lanpGHmrx4DaMvg== dependencies: "@babel/core" "^7.19.1" "@babel/eslint-parser" "^7.19.1"