File tree 2 files changed +20
-5
lines changed
2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 64
64
"cross-env" : " ^7.0.3" ,
65
65
"cross-spawn" : " ^7.0.1" ,
66
66
"doctoc" : " ^2.0.1" ,
67
- "eslint" : " ^7.29 .0" ,
67
+ "eslint" : " ^7.30 .0" ,
68
68
"eslint-config-airbnb-typescript" : " ^12.3.1" ,
69
69
"eslint-config-prettier" : " ^8.3.0" ,
70
70
"eslint-plugin-import" : " ^2.23.4" ,
Original file line number Diff line number Diff line change 1185
1185
minimatch "^3.0.4"
1186
1186
strip-json-comments "^3.1.1"
1187
1187
1188
+ " @humanwhocodes/config-array@^0.5.0 " :
1189
+ version "0.5.0"
1190
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
1191
+ integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
1192
+ dependencies :
1193
+ " @humanwhocodes/object-schema" " ^1.2.0"
1194
+ debug "^4.1.1"
1195
+ minimatch "^3.0.4"
1196
+
1197
+ " @humanwhocodes/object-schema@^1.2.0 " :
1198
+ version "1.2.0"
1199
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
1200
+ integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
1201
+
1188
1202
" @istanbuljs/load-nyc-config@^1.0.0 " :
1189
1203
version "1.1.0"
1190
1204
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -3334,13 +3348,14 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
3334
3348
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
3335
3349
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
3336
3350
3337
- eslint@^7.29 .0 :
3338
- version "7.29 .0"
3339
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29 .0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0 "
3340
- integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA ==
3351
+ eslint@^7.30 .0 :
3352
+ version "7.30 .0"
3353
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30 .0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8 "
3354
+ integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg ==
3341
3355
dependencies :
3342
3356
" @babel/code-frame" " 7.12.11"
3343
3357
" @eslint/eslintrc" " ^0.4.2"
3358
+ " @humanwhocodes/config-array" " ^0.5.0"
3344
3359
ajv "^6.10.0"
3345
3360
chalk "^4.0.0"
3346
3361
cross-spawn "^7.0.2"
You can’t perform that action at this time.
0 commit comments