Skip to content

Commit 0b15037

Browse files
committed
Update eslint to version 7.20.0
1 parent 8c611a5 commit 0b15037

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"autoprefixer": "^10.2.4",
4545
"babel-jest": "^26.6.3",
4646
"clean-css": "^4.1.9",
47-
"eslint": "^7.18.0",
47+
"eslint": "^7.20.0",
4848
"eslint-config-prettier": "^7.2.0",
4949
"eslint-plugin-prettier": "^3.3.1",
5050
"jest": "^26.6.3",

yarn.lock

+17-10
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents"
2020
chokidar "^3.4.0"
2121

22+
23+
version "7.12.11"
24+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
25+
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
26+
dependencies:
27+
"@babel/highlight" "^7.10.4"
28+
2229
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
2330
version "7.10.4"
2431
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
@@ -2430,12 +2437,12 @@ eslint-visitor-keys@^2.0.0:
24302437
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
24312438
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
24322439

2433-
eslint@^7.18.0:
2434-
version "7.18.0"
2435-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
2436-
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
2440+
eslint@^7.20.0:
2441+
version "7.20.0"
2442+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.20.0.tgz#db07c4ca4eda2e2316e7aa57ac7fc91ec550bdc7"
2443+
integrity sha512-qGi0CTcOGP2OtCQBgWZlQjcTuP0XkIpYFj25XtRTQSHC+umNnp7UMshr2G8SLsRFYDdAPFeHOsiteadmMH02Yw==
24372444
dependencies:
2438-
"@babel/code-frame" "^7.0.0"
2445+
"@babel/code-frame" "7.12.11"
24392446
"@eslint/eslintrc" "^0.3.0"
24402447
ajv "^6.10.0"
24412448
chalk "^4.0.0"
@@ -2447,7 +2454,7 @@ eslint@^7.18.0:
24472454
eslint-utils "^2.1.0"
24482455
eslint-visitor-keys "^2.0.0"
24492456
espree "^7.3.1"
2450-
esquery "^1.2.0"
2457+
esquery "^1.4.0"
24512458
esutils "^2.0.2"
24522459
file-entry-cache "^6.0.0"
24532460
functional-red-black-tree "^1.0.1"
@@ -2496,10 +2503,10 @@ esprima@^4.0.0, esprima@^4.0.1:
24962503
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
24972504
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
24982505

2499-
esquery@^1.2.0:
2500-
version "1.3.1"
2501-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57"
2502-
integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==
2506+
esquery@^1.4.0:
2507+
version "1.4.0"
2508+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
2509+
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
25032510
dependencies:
25042511
estraverse "^5.1.0"
25052512

0 commit comments

Comments
 (0)