From 7078392bfc81914861f71de7551bb4de2a7a8d0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 10:29:40 +0000 Subject: [PATCH] Bump @types/eslint from 7.28.0 to 8.2.0 in /maker-frontend Bumps [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint) from 7.28.0 to 8.2.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint) --- updated-dependencies: - dependency-name: "@types/eslint" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- maker-frontend/package.json | 2 +- maker-frontend/yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/maker-frontend/package.json b/maker-frontend/package.json index 1918e57..8bb8899 100644 --- a/maker-frontend/package.json +++ b/maker-frontend/package.json @@ -51,7 +51,7 @@ "web-vitals": "^1.0.1" }, "devDependencies": { - "@types/eslint": "^7", + "@types/eslint": "^8", "@types/react-table": "7.7.8", "@types/react": "^17.0.35", "@types/react-dom": "^17.0.11", diff --git a/maker-frontend/yarn.lock b/maker-frontend/yarn.lock index 3a200e4..0bfcfef 100644 --- a/maker-frontend/yarn.lock +++ b/maker-frontend/yarn.lock @@ -2644,7 +2644,7 @@ dependencies: "@babel/types" "^7.3.0" -"@types/eslint@^7", "@types/eslint@^7.2.6": +"@types/eslint@^7.2.6": version "7.28.0" resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.28.0.tgz#7e41f2481d301c68e14f483fe10b017753ce8d5a" integrity sha512-07XlgzX0YJUn4iG1ocY4IX9DzKSmMGUs6ESKlxWhZRaa0fatIWaHWUVapcuGa8r5HFnTqzj+4OCjd5f7EZ/i/A== @@ -2652,6 +2652,14 @@ "@types/estree" "*" "@types/json-schema" "*" +"@types/eslint@^8": + version "8.2.0" + resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.2.0.tgz#afd0519223c29c347087542cbaee2fedc0873b16" + integrity sha512-74hbvsnc+7TEDa1z5YLSe4/q8hGYB3USNvCuzHUJrjPV6hXaq8IXcngCrHkuvFt0+8rFz7xYXrHgNayIX0UZvQ== + dependencies: + "@types/estree" "*" + "@types/json-schema" "*" + "@types/estree@*": version "0.0.50" resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.50.tgz#1e0caa9364d3fccd2931c3ed96fdbeaa5d4cca83"