Skip to content

Commit 36dc078

Browse files
1 parent 07f0a34 commit 36dc078

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"eslint": "^7.9.0",
7171
"eslint-config-airbnb": "^18.2.0",
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.0",
7676
"eslint-plugin-jsx-a11y": "^6.3.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5397,10 +5397,10 @@ concat-stream@^1.5.0:
53975397
readable-stream "^2.2.2"
53985398
typedarray "^0.0.6"
53995399

5400-
confusing-browser-globals@^1.0.9:
5401-
version "1.0.9"
5402-
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.9.tgz#72bc13b483c0276801681871d4898516f8f54fdd"
5403-
integrity sha512-KbS1Y0jMtyPgIxjO7ZzMAuUpAKMt1SzCL9fsrKsX6b0zJPTaT0SiSPmewwVZg9UAO83HVIlEhZF84LIjZ0lmAw==
5400+
confusing-browser-globals@^1.0.10, confusing-browser-globals@^1.0.9:
5401+
version "1.0.10"
5402+
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz#30d1e7f3d1b882b25ec4933d1d1adac353d20a59"
5403+
integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==
54045404

54055405
console-browserify@^1.1.0:
54065406
version "1.2.0"
@@ -6451,12 +6451,12 @@ eslint-config-prettier@^6.11.0:
64516451
dependencies:
64526452
get-stdin "^6.0.0"
64536453

6454-
eslint-config-react-app@^5.2.1:
6455-
version "5.2.1"
6456-
resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-5.2.1.tgz#698bf7aeee27f0cea0139eaef261c7bf7dd623df"
6457-
integrity sha512-pGIZ8t0mFLcV+6ZirRgYK6RVqUIKRIi9MmgzUEmrIknsn3AdO0I32asO86dJgloHq+9ZPl8UIg8mYrvgP5u2wQ==
6454+
eslint-config-react-app@^6.0.0:
6455+
version "6.0.0"
6456+
resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz#ccff9fc8e36b322902844cbd79197982be355a0e"
6457+
integrity sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==
64586458
dependencies:
6459-
confusing-browser-globals "^1.0.9"
6459+
confusing-browser-globals "^1.0.10"
64606460

64616461
eslint-import-resolver-node@^0.3.4:
64626462
version "0.3.4"

0 commit comments

Comments
 (0)