Skip to content

Commit 9d1036d

Browse files
build: update devdependency eslint to ~7.9.0 (#472)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent d05532e commit 9d1036d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"conventional-changelog-angular-all-2": "~5.0.1",
4444
"cross-env": "~7.0.0",
4545
"documentation": "~13.0.0",
46-
"eslint": "~7.8.0",
46+
"eslint": "~7.9.0",
4747
"eslint-config-wopian": "~2.0.0",
4848
"jest": "~26.4.0",
4949
"lerna": "~3.22.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5135,10 +5135,10 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3
51355135
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
51365136
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
51375137

5138-
eslint@~7.8.0:
5139-
version "7.8.1"
5140-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.8.1.tgz#e59de3573fb6a5be8ff526c791571646d124a8fa"
5141-
integrity sha512-/2rX2pfhyUG0y+A123d0ccXtMm7DV7sH1m3lk9nk2DZ2LReq39FXHueR9xZwshE5MdfSf0xunSaMWRqyIA6M1w==
5138+
eslint@~7.9.0:
5139+
version "7.9.0"
5140+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.9.0.tgz#522aeccc5c3a19017cf0cb46ebfd660a79acf337"
5141+
integrity sha512-V6QyhX21+uXp4T+3nrNfI3hQNBDa/P8ga7LoQOenwrlEFXrEnUEE+ok1dMtaS3b6rmLXhT1TkTIsG75HMLbknA==
51425142
dependencies:
51435143
"@babel/code-frame" "^7.0.0"
51445144
"@eslint/eslintrc" "^0.1.3"

0 commit comments

Comments
 (0)