Skip to content

Commit 7efe295

Browse files
chore(deps): update dependency eslint to v7.24.0 (#377)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 6449cf9 commit 7efe295

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@changesets/cli": "2.16.0",
3333
"@typescript-eslint/eslint-plugin": "4.21.0",
3434
"@typescript-eslint/parser": "4.21.0",
35-
"eslint": "7.23.0",
35+
"eslint": "7.24.0",
3636
"husky": "4.3.8",
3737
"lint-staged": "10.5.4",
3838
"@types/node": "14.14.37",

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@types/graphql-depth-limit": "1.1.2",
32-
"@types/eslint": "7.2.8",
32+
"@types/eslint": "7.2.9",
3333
"bob-the-bundler": "1.2.0",
3434
"graphql-config": "3.2.0",
3535
"graphql": "15.5.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,10 +1169,10 @@
11691169
resolved "https://registry.npmjs.org/@types/dedent/-/dedent-0.7.0.tgz#155f339ca404e6dd90b9ce46a3f78fd69ca9b050"
11701170
integrity sha512-EGlKlgMhnLt/cM4DbUSafFdrkeJoC9Mvnj0PUCU7tFmTjMjNRT957kXCx0wYm3JuEq4o4ZsS5vG+NlkM2DMd2A==
11711171

1172-
"@types/[email protected].8":
1173-
version "7.2.8"
1174-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.8.tgz#45cd802380fcc352e5680e1781d43c50916f12ee"
1175-
integrity sha512-RTKvBsfz0T8CKOGZMfuluDNyMFHnu5lvNr4hWEsQeHXH6FcmIDIozOyWMh36nLGMwVd5UFNXC2xztA8lln22MQ==
1172+
"@types/[email protected].9":
1173+
version "7.2.9"
1174+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.9.tgz#5d26eadbb6d04a225967176399a18eff622da982"
1175+
integrity sha512-SdAAXZNvWfhtf3X3y1cbbCZhP3xyPh7mfTvzV6CgfWc/ZhiHpyr9bVroe2/RCHIf7gczaNcprhaBLsx0CCJHQA==
11761176
dependencies:
11771177
"@types/estree" "*"
11781178
"@types/json-schema" "*"
@@ -2696,10 +2696,10 @@ [email protected]:
26962696
text-table "^0.2.0"
26972697
v8-compile-cache "^2.0.3"
26982698

2699-
eslint@7.23.0:
2700-
version "7.23.0"
2701-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.23.0.tgz#8d029d252f6e8cf45894b4bee08f5493f8e94325"
2702-
integrity sha512-kqvNVbdkjzpFy0XOszNwjkKzZ+6TcwCQ/h+ozlcIWwaimBBuhlQ4nN6kbiM2L+OjDcznkTJxzYfRFH92sx4a0Q==
2699+
eslint@7.24.0:
2700+
version "7.24.0"
2701+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.24.0.tgz#2e44fa62d93892bfdb100521f17345ba54b8513a"
2702+
integrity sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ==
27032703
dependencies:
27042704
"@babel/code-frame" "7.12.11"
27052705
"@eslint/eslintrc" "^0.4.0"

0 commit comments

Comments
 (0)