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

Commit 9b53a59

Browse files
authored
Merge pull request #339 from kufu/renovate/eslint-and-prettier
chore(deps): update dependency eslint to ^7.29.0
2 parents 1e6eb29 + ac4b038 commit 9b53a59

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
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@types/react": "^17.0.11",
3030
"jest": "^27.0.4",
31-
"eslint": "^7.28.0",
31+
"eslint": "^7.29.0",
3232
"prettier": "^2.3.1",
3333
"react": "^17.0.2",
3434
"standard-version": "^9.1.1",

yarn.lock

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

2227-
eslint@^7.28.0:
2228-
version "7.28.0"
2229-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.28.0.tgz#435aa17a0b82c13bb2be9d51408b617e49c1e820"
2230-
integrity sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==
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==
22312231
dependencies:
22322232
"@babel/code-frame" "7.12.11"
22332233
"@eslint/eslintrc" "^0.4.2"

0 commit comments

Comments
 (0)