mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
Pin dependency eslint to 8.21.0
This commit is contained in:
parent
185bf9883a
commit
7d8d3b96f0
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@
|
|||
"@types/websocket": "1.0.5",
|
||||
"@typescript-eslint/eslint-plugin": "5.33.0",
|
||||
"@typescript-eslint/parser": "5.33.0",
|
||||
"eslint": ">=5.16.0",
|
||||
"eslint": "8.21.0",
|
||||
"eslint-config-google": "0.14.0",
|
||||
"jest": "26.6.3",
|
||||
"koa": "2.13.4",
|
||||
|
|
|
@ -2104,7 +2104,7 @@ eslint-visitor-keys@^3.3.0:
|
|||
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
|
||||
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
|
||||
|
||||
eslint@>=5.16.0:
|
||||
eslint@8.21.0:
|
||||
version "8.21.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.21.0.tgz#1940a68d7e0573cef6f50037addee295ff9be9ef"
|
||||
integrity sha512-/XJ1+Qurf1T9G2M5IHrsjp+xrGT73RZf23xA1z5wB1ZzzEAWSZKvRwhWxTFp1rvkvCfwcvAUNAP31bhKTTGfDA==
|
||||
|
|
Loading…
Reference in a new issue