Skip to content

Commit b278c16

Browse files
Dependencies(deps-dev): Bump eslint from 7.28.0 to 7.29.0 (#358)
Bumps [eslint](https://github.com/eslint/eslint) from 7.28.0 to 7.29.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.28.0...v7.29.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9555ce5 commit b278c16

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
@@ -44,7 +44,7 @@
4444
"@types/react": "^17.0.11",
4545
"@typescript-eslint/eslint-plugin": "^4.28.0",
4646
"@typescript-eslint/parser": "^4.28.0",
47-
"eslint": "^7.28.0",
47+
"eslint": "^7.29.0",
4848
"eslint-config-airbnb": "^18.2.1",
4949
"eslint-config-prettier": "^8.3.0",
5050
"eslint-config-standard": "^16.0.3",

yarn.lock

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

4140-
eslint@^7.28.0:
4141-
version "7.28.0"
4142-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.28.0.tgz#435aa17a0b82c13bb2be9d51408b617e49c1e820"
4143-
integrity sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==
4140+
eslint@^7.29.0:
4141+
version "7.29.0"
4142+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
4143+
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
41444144
dependencies:
41454145
"@babel/code-frame" "7.12.11"
41464146
"@eslint/eslintrc" "^0.4.2"

0 commit comments

Comments
 (0)