Skip to content

Commit 1469891

Browse files
authored
Update eslint to version 8.22.0
1 parent f852fcf commit 1469891

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@typescript-eslint/eslint-plugin": "^5.32.0",
7272
"@typescript-eslint/parser": "^5.32.0",
7373
"babel-eslint": "^10.1.0",
74-
"eslint": "^8.21.0",
74+
"eslint": "^8.22.0",
7575
"eslint-config-next": "^12.2.5",
7676
"eslint-config-react-app": "^7.0.1",
7777
"eslint-import-resolver-typescript": "^2.7.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3548,10 +3548,10 @@ eslint-visitor-keys@^3.3.0:
35483548
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
35493549
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
35503550

3551-
eslint@^8.21.0:
3552-
version "8.21.0"
3553-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.21.0.tgz#1940a68d7e0573cef6f50037addee295ff9be9ef"
3554-
integrity sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==
3551+
eslint@^8.22.0:
3552+
version "8.22.0"
3553+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.22.0.tgz#78fcb044196dfa7eef30a9d65944f6f980402c48"
3554+
integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==
35553555
dependencies:
35563556
"@eslint/eslintrc" "^1.3.0"
35573557
"@humanwhocodes/config-array" "^0.10.4"

0 commit comments

Comments
 (0)