From 00961b85c80315d08de2a18c6b877b93d7976d5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 20:50:28 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-react-app from 6.0.0 to 7.0.0 (#221) Bumps [eslint-config-react-app](https://github.com/facebook/create-react-app/tree/HEAD/packages/eslint-config-react-app) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-1.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/eslint-config-react-app@7.0.0/packages/eslint-config-react-app) --- updated-dependencies: - dependency-name: eslint-config-react-app dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc42e225..f6f58172 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "copy-webpack-plugin": "9.1.0", "css-loader": "^6.5.1", "eslint": "^8.2.0", - "eslint-config-react-app": "^6.0.0", + "eslint-config-react-app": "^7.0.0", "html-webpack-plugin": "^5.5.0", "mini-css-extract-plugin": "^2.4.4", "sass": "^1.43.4",