Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Commit cd9a2da

Browse files
committed
Update dependency eslint to v7.2.0
1 parent 264de45 commit cd9a2da

File tree

2 files changed

+31
-18
lines changed

2 files changed

+31
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@typescript-eslint/eslint-plugin": "2.34.0",
1717
"@typescript-eslint/parser": "2.34.0",
1818
"classnames": "2.2.6",
19-
"eslint": "7.1.0",
19+
"eslint": "7.2.0",
2020
"eslint-config-prettier": "6.11.0",
2121
"eslint-plugin-prettier": "3.1.3",
2222
"eslint-plugin-react": "7.14.3",

yarn.lock

Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -917,10 +917,10 @@ acorn@^6.0.1, acorn@^6.0.4:
917917
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.3.0.tgz#0087509119ffa4fc0a0041d1e93a417e68cb856e"
918918
integrity sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA==
919919

920-
acorn@^7.1.1:
921-
version "7.1.1"
922-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
923-
integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==
920+
acorn@^7.2.0:
921+
version "7.2.0"
922+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.2.0.tgz#17ea7e40d7c8640ff54a694c889c26f31704effe"
923+
integrity sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==
924924

925925
ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5:
926926
version "6.10.2"
@@ -2335,6 +2335,14 @@ eslint-scope@^5.0.0:
23352335
esrecurse "^4.1.0"
23362336
estraverse "^4.1.1"
23372337

2338+
eslint-scope@^5.1.0:
2339+
version "5.1.0"
2340+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
2341+
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
2342+
dependencies:
2343+
esrecurse "^4.1.0"
2344+
estraverse "^4.1.1"
2345+
23382346
eslint-utils@^2.0.0:
23392347
version "2.0.0"
23402348
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
@@ -2347,21 +2355,26 @@ eslint-visitor-keys@^1.1.0:
23472355
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
23482356
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
23492357

2350-
2351-
version "7.1.0"
2352-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.1.0.tgz#d9a1df25e5b7859b0a3d86bb05f0940ab676a851"
2353-
integrity sha512-DfS3b8iHMK5z/YLSme8K5cge168I8j8o1uiVmFCgnnjxZQbCGyraF8bMl7Ju4yfBmCuxD7shOF7eqGkcuIHfsA==
2358+
eslint-visitor-keys@^1.2.0:
2359+
version "1.2.0"
2360+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.2.0.tgz#74415ac884874495f78ec2a97349525344c981fa"
2361+
integrity sha512-WFb4ihckKil6hu3Dp798xdzSfddwKKU3+nGniKF6HfeW6OLd2OUDEPP7TcHtB5+QXOKg2s6B2DaMPE1Nn/kxKQ==
2362+
2363+
2364+
version "7.2.0"
2365+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.2.0.tgz#d41b2e47804b30dbabb093a967fb283d560082e6"
2366+
integrity sha512-B3BtEyaDKC5MlfDa2Ha8/D6DsS4fju95zs0hjS3HdGazw+LNayai38A25qMppK37wWGWNYSPOR6oYzlz5MHsRQ==
23542367
dependencies:
23552368
"@babel/code-frame" "^7.0.0"
23562369
ajv "^6.10.0"
23572370
chalk "^4.0.0"
23582371
cross-spawn "^7.0.2"
23592372
debug "^4.0.1"
23602373
doctrine "^3.0.0"
2361-
eslint-scope "^5.0.0"
2374+
eslint-scope "^5.1.0"
23622375
eslint-utils "^2.0.0"
2363-
eslint-visitor-keys "^1.1.0"
2364-
espree "^7.0.0"
2376+
eslint-visitor-keys "^1.2.0"
2377+
espree "^7.1.0"
23652378
esquery "^1.2.0"
23662379
esutils "^2.0.2"
23672380
file-entry-cache "^5.0.1"
@@ -2389,14 +2402,14 @@ [email protected]:
23892402
text-table "^0.2.0"
23902403
v8-compile-cache "^2.0.3"
23912404

2392-
espree@^7.0.0:
2393-
version "7.0.0"
2394-
resolved "https://registry.yarnpkg.com/espree/-/espree-7.0.0.tgz#8a7a60f218e69f120a842dc24c5a88aa7748a74e"
2395-
integrity sha512-/r2XEx5Mw4pgKdyb7GNLQNsu++asx/dltf/CI8RFi9oGHxmQFgvLbc5Op4U6i8Oaj+kdslhJtVlEZeAqH5qOTw==
2405+
espree@^7.1.0:
2406+
version "7.1.0"
2407+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.1.0.tgz#a9c7f18a752056735bf1ba14cb1b70adc3a5ce1c"
2408+
integrity sha512-dcorZSyfmm4WTuTnE5Y7MEN1DyoPYy1ZR783QW1FJoenn7RailyWFsq/UL6ZAAA7uXurN9FIpYyUs3OfiIW+Qw==
23962409
dependencies:
2397-
acorn "^7.1.1"
2410+
acorn "^7.2.0"
23982411
acorn-jsx "^5.2.0"
2399-
eslint-visitor-keys "^1.1.0"
2412+
eslint-visitor-keys "^1.2.0"
24002413

24012414
esprima@^3.1.3:
24022415
version "3.1.3"

0 commit comments

Comments
 (0)