Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit dacc510

Browse files
authored
Merge pull request #346 from kufu/renovate/eslint-and-prettier
chore(deps): update dependency eslint to ^7.30.0
2 parents 122ac20 + dca894b commit dacc510

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@types/react": "^17.0.13",
3030
"jest": "^27.0.6",
31-
"eslint": "^7.29.0",
31+
"eslint": "^7.30.0",
3232
"prettier": "^2.3.2",
3333
"react": "^17.0.2",
3434
"standard-version": "^9.1.1",

yarn.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,20 @@
650650
minimatch "^3.0.4"
651651
strip-json-comments "^3.1.1"
652652

653+
"@humanwhocodes/config-array@^0.5.0":
654+
version "0.5.0"
655+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
656+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
657+
dependencies:
658+
"@humanwhocodes/object-schema" "^1.2.0"
659+
debug "^4.1.1"
660+
minimatch "^3.0.4"
661+
662+
"@humanwhocodes/object-schema@^1.2.0":
663+
version "1.2.0"
664+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
665+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
666+
653667
"@istanbuljs/load-nyc-config@^1.0.0":
654668
version "1.0.0"
655669
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.0.0.tgz#10602de5570baea82f8afbfa2630b24e7a8cfe5b"
@@ -2224,13 +2238,14 @@ eslint-visitor-keys@^2.0.0:
22242238
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
22252239
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
22262240

2227-
eslint@^7.29.0:
2228-
version "7.29.0"
2229-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
2230-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
2241+
eslint@^7.30.0:
2242+
version "7.30.0"
2243+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
2244+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
22312245
dependencies:
22322246
"@babel/code-frame" "7.12.11"
22332247
"@eslint/eslintrc" "^0.4.2"
2248+
"@humanwhocodes/config-array" "^0.5.0"
22342249
ajv "^6.10.0"
22352250
chalk "^4.0.0"
22362251
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)