Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Commit e59a998

Browse files
authored
⬆️ Update eslint to version 7.13.0 (#201)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 8303b7b commit e59a998

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
@@ -32,7 +32,7 @@
3232
"@types/tape": "^4.13.0",
3333
"@typescript-eslint/eslint-plugin": "^4.7.0",
3434
"@typescript-eslint/parser": "^4.7.0",
35-
"eslint": "^7.12.1",
35+
"eslint": "^7.13.0",
3636
"eslint-config-prettier": "^6.15.0",
3737
"express": "^4.17.1",
3838
"prettier": "^2.1.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -697,10 +697,10 @@ eslint-visitor-keys@^2.0.0:
697697
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
698698
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
699699

700-
eslint@^7.12.1:
701-
version "7.12.1"
702-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.12.1.tgz#bd9a81fa67a6cfd51656cdb88812ce49ccec5801"
703-
integrity sha512-HlMTEdr/LicJfN08LB3nM1rRYliDXOmfoO4vj39xN6BLpFzF00hbwBoqHk8UcJ2M/3nlARZWy/mslvGEuZFvsg==
700+
eslint@^7.13.0:
701+
version "7.13.0"
702+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.13.0.tgz#7f180126c0dcdef327bfb54b211d7802decc08da"
703+
integrity sha512-uCORMuOO8tUzJmsdRtrvcGq5qposf7Rw0LwkTJkoDbOycVQtQjmnhZSuLQnozLE4TmAzlMVV45eCHmQ1OpDKUQ==
704704
dependencies:
705705
"@babel/code-frame" "^7.0.0"
706706
"@eslint/eslintrc" "^0.2.1"

0 commit comments

Comments
 (0)