File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 9
9
"lint" : " eslint --ext graphql,js ."
10
10
},
11
11
"dependencies" : {
12
- "eslint" : " 7.11.0 " ,
12
+ "eslint" : " 7.12.1 " ,
13
13
"@graphql-eslint/eslint-plugin" : " 0.4.1" ,
14
14
"graphql" : " 15.3.0" ,
15
15
"typescript" : " 4.0.3"
Original file line number Diff line number Diff line change 22
22
"@changesets/cli" : " 2.11.1" ,
23
23
"@typescript-eslint/parser" : " 4.6.1" ,
24
24
"@typescript-eslint/eslint-plugin" : " 4.5.0" ,
25
- "eslint" : " 7.11.0 " ,
25
+ "eslint" : " 7.12.1 " ,
26
26
"husky" : " 4.3.0" ,
27
27
"lint-staged" : " 10.5.1" ,
28
28
"@types/node" : " 14.14.2" ,
Original file line number Diff line number Diff line change 475
475
exec-sh "^0.3.2"
476
476
minimist "^1.2.0"
477
477
478
- " @eslint/eslintrc@^0.1.3 " :
479
- version "0.1.3 "
480
- resolved "https://registry.npmjs.org /@eslint/eslintrc/-/eslintrc-0.1.3. tgz#7d1a2b2358552cc04834c0979bd4275362e37085 "
481
- integrity sha512-4YVwPkANLeNtRjMekzux1ci8hIaH5eGKktGqR0d3LWsKNn5B2X/1Z6Trxy7jQXl9EBGE6Yj02O+t09FMeRllaA ==
478
+ " @eslint/eslintrc@^0.2.1 " :
479
+ version "0.2.1 "
480
+ resolved "https://registry.yarnpkg.com /@eslint/eslintrc/-/eslintrc-0.2.1. tgz#f72069c330461a06684d119384435e12a5d76e3c "
481
+ integrity sha512-XRUeBZ5zBWLYgSANMpThFddrZZkEbGHgUdt5UJjZfnlN9BGCiUBrf+nvbRupSjMvqzwnQN0qwCmOxITt1cfywA ==
482
482
dependencies :
483
483
ajv "^6.12.4"
484
484
debug "^4.1.1"
@@ -2383,13 +2383,13 @@ eslint-visitor-keys@^2.0.0:
2383
2383
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
2384
2384
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
2385
2385
2386
- eslint@7.11.0 :
2387
- version "7.11.0 "
2388
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.11.0 .tgz#aaf2d23a0b5f1d652a08edacea0c19f7fadc0b3b "
2389
- integrity sha512-G9+qtYVCHaDi1ZuWzBsOWo2wSwd70TXnU6UHA3cTYHp7gCTXZcpggWFoUVAMRarg68qtPoNfFbzPh+VdOgmwmw ==
2386
+ eslint@7.12.1 :
2387
+ version "7.12.1 "
2388
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.12.1 .tgz#bd9a81fa67a6cfd51656cdb88812ce49ccec5801 "
2389
+ integrity sha512-HlMTEdr/LicJfN08LB3nM1rRYliDXOmfoO4vj39xN6BLpFzF00hbwBoqHk8UcJ2M/3nlARZWy/mslvGEuZFvsg ==
2390
2390
dependencies :
2391
2391
" @babel/code-frame" " ^7.0.0"
2392
- " @eslint/eslintrc" " ^0.1.3 "
2392
+ " @eslint/eslintrc" " ^0.2.1 "
2393
2393
ajv "^6.10.0"
2394
2394
chalk "^4.0.0"
2395
2395
cross-spawn "^7.0.2"
You can’t perform that action at this time.
0 commit comments