This repository was archived by the owner on Nov 25, 2021. It is now read-only.
File tree 2 files changed +16
-10
lines changed
2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 54
54
"@types/webpack-env" : " 1.15.2" ,
55
55
"awesome-typescript-loader" : " ^5.2.1" ,
56
56
"chai" : " ^4.2.0" ,
57
- "eslint" : " ^7.8.0 " ,
57
+ "eslint" : " ^7.8.1 " ,
58
58
"esm" : " ^3.2.25" ,
59
59
"husky" : " ^4.2.5" ,
60
60
"istanbul-instrumenter-loader" : " ^3.0.1" ,
Original file line number Diff line number Diff line change 169
169
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-9.1.2.tgz#d05f66db03e3a3638a654e8badf2deb489eb220d"
170
170
integrity sha512-r3fwVbVH+M8W0qYlBBZFsUwKe6NT5qvz+EmU7sr8VeN1cQ63z+3cfXyTo7WGGEMEgKiT0jboNAK3b1FZp8k9LQ==
171
171
172
- " @eslint/eslintrc@^0.1.0 " :
173
- version "0.1.0 "
174
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.1.0 .tgz#3d1f19fb797d42fb1c85458c1c73541eeb1d9e76 "
175
- integrity sha512-bfL5365QSCmH6cPeFT7Ywclj8C7LiF7sO6mUGzZhtAMV7iID1Euq6740u/SRi4C80NOnVz/CEfK8/HO+nCAPJg ==
172
+ " @eslint/eslintrc@^0.1.3 " :
173
+ version "0.1.3 "
174
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.1.3 .tgz#7d1a2b2358552cc04834c0979bd4275362e37085 "
175
+ integrity sha512-4YVwPkANLeNtRjMekzux1ci8hIaH5eGKktGqR0d3LWsKNn5B2X/1Z6Trxy7jQXl9EBGE6Yj02O+t09FMeRllaA ==
176
176
dependencies :
177
177
ajv "^6.12.4"
178
178
debug "^4.1.1"
179
+ espree "^7.3.0"
180
+ globals "^12.1.0"
181
+ ignore "^4.0.6"
179
182
import-fresh "^3.2.1"
183
+ js-yaml "^3.13.1"
184
+ lodash "^4.17.19"
185
+ minimatch "^3.0.4"
180
186
strip-json-comments "^3.1.1"
181
187
182
188
" @iarna/cli@^1.2.0 " :
@@ -3014,13 +3020,13 @@ eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
3014
3020
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
3015
3021
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
3016
3022
3017
- eslint@^7.8.0 :
3018
- version "7.8.0 "
3019
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.8.0 .tgz#9a3e2e6e4d0a3f8c42686073c25ebf2e91443e8a "
3020
- integrity sha512-qgtVyLZqKd2ZXWnLQA4NtVbOyH56zivOAdBFWE54RFkSZjokzNrcP4Z0eVWsZ+84ByXv+jL9k/wE1ENYe8xRFw ==
3023
+ eslint@^7.8.1 :
3024
+ version "7.8.1 "
3025
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.8.1 .tgz#e59de3573fb6a5be8ff526c791571646d124a8fa "
3026
+ integrity sha512-/2rX2pfhyUG0y+A123d0ccXtMm7DV7sH1m3lk9nk2DZ2LReq39FXHueR9xZwshE5MdfSf0xunSaMWRqyIA6M1w ==
3021
3027
dependencies :
3022
3028
" @babel/code-frame" " ^7.0.0"
3023
- " @eslint/eslintrc" " ^0.1.0 "
3029
+ " @eslint/eslintrc" " ^0.1.3 "
3024
3030
ajv "^6.10.0"
3025
3031
chalk "^4.0.0"
3026
3032
cross-spawn "^7.0.2"
You can’t perform that action at this time.
0 commit comments