From 43fb26aa1c792d165e33131270ff53179a23bd21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 00:28:33 +0000 Subject: [PATCH] Bump @remix-run/eslint-config from 1.19.1 to 2.1.0 Bumps [@remix-run/eslint-config](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config) from 1.19.1 to 2.1.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.1.0/packages/remix-eslint-config) --- updated-dependencies: - dependency-name: "@remix-run/eslint-config" dependency-type: direct:production update-type: version-update:semver-major ... 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 d1e86cc..eedf5d9 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ } }, "dependencies": { - "@remix-run/eslint-config": "1.19.1", + "@remix-run/eslint-config": "2.1.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "eslint": "8.46.0", diff --git a/yarn.lock b/yarn.lock index d58ce39..d9670ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -487,10 +487,10 @@ tiny-glob "^0.2.9" tslib "^2.4.0" -"@remix-run/eslint-config@1.19.1": - version "1.19.1" - resolved "https://registry.yarnpkg.com/@remix-run/eslint-config/-/eslint-config-1.19.1.tgz#78b7e834e7147a7e32a0748df4910021b8dafe87" - integrity sha512-N4/IrN3Z6Rq+lB6zHbiqpA0XuP2fC+rRAi3jUsZvx0PppnKSNPW8f/qR9dD92RGxRAMOiv+ZLrrKBAwwfzPJ2w== +"@remix-run/eslint-config@2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@remix-run/eslint-config/-/eslint-config-2.1.0.tgz#9b855599e4caa0de38808fc22c6827ef7c9acedb" + integrity sha512-yfeUnHpUG+XveujMi6QODKMGhs5CvKWCKzASU397BPXiPWbMv6r2acfODSWK64ZdBMu9hcLbOb42GBFydVQeHA== dependencies: "@babel/core" "^7.21.8" "@babel/eslint-parser" "^7.21.8"