Skip to content

Commit 5804c50

Browse files
Bump eslint from 7.12.1 to 7.13.0 (#145)
Bumps [eslint](https://github.com/eslint/eslint) from 7.12.1 to 7.13.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.12.1...v7.13.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9cb1ccd commit 5804c50

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint --ext graphql,js ."
1010
},
1111
"dependencies": {
12-
"eslint": "7.12.1",
12+
"eslint": "7.13.0",
1313
"@graphql-eslint/eslint-plugin": "0.4.2",
1414
"graphql": "15.4.0",
1515
"typescript": "4.0.5"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@changesets/cli": "2.11.2",
2323
"@typescript-eslint/parser": "4.8.1",
2424
"@typescript-eslint/eslint-plugin": "4.8.1",
25-
"eslint": "7.12.1",
25+
"eslint": "7.13.0",
2626
"husky": "4.3.0",
2727
"lint-staged": "10.5.1",
2828
"@types/node": "14.14.8",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2408,10 +2408,10 @@ eslint-visitor-keys@^2.0.0:
24082408
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
24092409
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
24102410

2411-
eslint@7.12.1:
2412-
version "7.12.1"
2413-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.12.1.tgz#bd9a81fa67a6cfd51656cdb88812ce49ccec5801"
2414-
integrity sha512-HlMTEdr/LicJfN08LB3nM1rRYliDXOmfoO4vj39xN6BLpFzF00hbwBoqHk8UcJ2M/3nlARZWy/mslvGEuZFvsg==
2411+
eslint@7.13.0:
2412+
version "7.13.0"
2413+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.13.0.tgz#7f180126c0dcdef327bfb54b211d7802decc08da"
2414+
integrity sha512-uCORMuOO8tUzJmsdRtrvcGq5qposf7Rw0LwkTJkoDbOycVQtQjmnhZSuLQnozLE4TmAzlMVV45eCHmQ1OpDKUQ==
24152415
dependencies:
24162416
"@babel/code-frame" "^7.0.0"
24172417
"@eslint/eslintrc" "^0.2.1"

0 commit comments

Comments
 (0)