Skip to content

Commit a6802f9

Browse files
chore(deps-dev): bump eslint-config-react-app from 5.2.1 to 6.0.0
Bumps [eslint-config-react-app](https://github.com/facebook/create-react-app/tree/HEAD/packages/eslint-config-react-app) from 5.2.1 to 6.0.0. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-1.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/eslint-config-react-app@6.0.0/packages/eslint-config-react-app) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 1d14312 commit a6802f9

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"eslint": "^7.17.0",
7171
"eslint-config-airbnb": "^18.2.1",
7272
"eslint-config-prettier": "^6.11.0",
73-
"eslint-config-react-app": "^5.2.1",
73+
"eslint-config-react-app": "^6.0.0",
7474
"eslint-loader": "^4.0.2",
7575
"eslint-plugin-import": "^2.22.1",
7676
"eslint-plugin-jsx-a11y": "^6.4.1",

yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -4892,11 +4892,6 @@ confusing-browser-globals@^1.0.10:
48924892
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz#30d1e7f3d1b882b25ec4933d1d1adac353d20a59"
48934893
integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==
48944894

4895-
confusing-browser-globals@^1.0.9:
4896-
version "1.0.9"
4897-
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.9.tgz#72bc13b483c0276801681871d4898516f8f54fdd"
4898-
integrity sha512-KbS1Y0jMtyPgIxjO7ZzMAuUpAKMt1SzCL9fsrKsX6b0zJPTaT0SiSPmewwVZg9UAO83HVIlEhZF84LIjZ0lmAw==
4899-
49004895
console-browserify@^1.1.0:
49014896
version "1.2.0"
49024897
resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336"
@@ -5923,12 +5918,12 @@ eslint-config-prettier@^6.11.0:
59235918
dependencies:
59245919
get-stdin "^6.0.0"
59255920

5926-
eslint-config-react-app@^5.2.1:
5927-
version "5.2.1"
5928-
resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-5.2.1.tgz#698bf7aeee27f0cea0139eaef261c7bf7dd623df"
5929-
integrity sha512-pGIZ8t0mFLcV+6ZirRgYK6RVqUIKRIi9MmgzUEmrIknsn3AdO0I32asO86dJgloHq+9ZPl8UIg8mYrvgP5u2wQ==
5921+
eslint-config-react-app@^6.0.0:
5922+
version "6.0.0"
5923+
resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz#ccff9fc8e36b322902844cbd79197982be355a0e"
5924+
integrity sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==
59305925
dependencies:
5931-
confusing-browser-globals "^1.0.9"
5926+
confusing-browser-globals "^1.0.10"
59325927

59335928
eslint-import-resolver-node@^0.3.4:
59345929
version "0.3.4"

0 commit comments

Comments
 (0)