File tree Expand file tree Collapse file tree 3 files changed +21
-6
lines changed Expand file tree Collapse file tree 3 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 76
76
"@softwareventures/tsconfig" : " 5.1.0" ,
77
77
"ava" : " 3.15.0" ,
78
78
"cz-conventional-changelog" : " 3.3.0" ,
79
- "eslint" : " 7.29 .0" ,
79
+ "eslint" : " 7.30 .0" ,
80
80
"prettier" : " 2.3.2" ,
81
81
"semantic-release" : " 17.4.4" ,
82
82
"shx" : " 0.3.3" ,
Original file line number Diff line number Diff line change 26
26
"@softwareventures/webpack-config" : " 3.1.1" ,
27
27
"ava" : " 3.15.0" ,
28
28
"cz-conventional-changelog" : " 3.3.0" ,
29
- "eslint" : " 7.29 .0" ,
29
+ "eslint" : " 7.30 .0" ,
30
30
"prettier" : " 2.3.2" ,
31
31
"semantic-release" : " 17.4.4" ,
32
32
"ts-loader" : " 8.3.0" ,
Original file line number Diff line number Diff line change 96
96
minimatch "^3.0.4"
97
97
strip-json-comments "^3.1.1"
98
98
99
+ " @humanwhocodes/config-array@^0.5.0 " :
100
+ version "0.5.0"
101
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
102
+ integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
103
+ dependencies :
104
+ " @humanwhocodes/object-schema" " ^1.2.0"
105
+ debug "^4.1.1"
106
+ minimatch "^3.0.4"
107
+
108
+ " @humanwhocodes/object-schema@^1.2.0 " :
109
+ version "1.2.0"
110
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
111
+ integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
112
+
99
113
" @kwsites/file-exists@^1.1.1 " :
100
114
version "1.1.1"
101
115
resolved "https://registry.yarnpkg.com/@kwsites/file-exists/-/file-exists-1.1.1.tgz#ad1efcac13e1987d8dbaf235ef3be5b0d96faa99"
@@ -2281,13 +2295,14 @@ eslint-visitor-keys@^2.0.0:
2281
2295
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
2282
2296
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
2283
2297
2284
- eslint@7.29 .0 :
2285
- version "7.29 .0"
2286
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29 .0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0 "
2287
- integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA ==
2298
+ eslint@7.30 .0 :
2299
+ version "7.30 .0"
2300
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30 .0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8 "
2301
+ integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg ==
2288
2302
dependencies :
2289
2303
" @babel/code-frame" " 7.12.11"
2290
2304
" @eslint/eslintrc" " ^0.4.2"
2305
+ " @humanwhocodes/config-array" " ^0.5.0"
2291
2306
ajv "^6.10.0"
2292
2307
chalk "^4.0.0"
2293
2308
cross-spawn "^7.0.2"
You can’t perform that action at this time.
0 commit comments