This repository was archived by the owner on Dec 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +28
-4
lines changed Expand file tree Collapse file tree 2 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 1212 "devDependencies" : {
1313 "husky" : " 1.3.1" ,
1414 "prettier" : " 1.15.3" ,
15- "pretty-quick" : " 1.8.1 "
15+ "pretty-quick" : " 1.9.0 "
1616 },
1717 "prettier" : {
1818 "semi" : false ,
Original file line number Diff line number Diff line change @@ -395,6 +395,10 @@ arr-union@^3.1.0:
395395 version "3.1.0"
396396 resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
397397
398+ array-differ@^2.0.3 :
399+ version "2.0.3"
400+ resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-2.0.3.tgz#0195bb00ccccf271106efee4a4786488b7180712"
401+
398402array-equal@^1.0.0 :
399403 version "1.0.0"
400404 resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
@@ -403,6 +407,16 @@ array-find-index@^1.0.1:
403407 version "1.0.2"
404408 resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
405409
410+ array-union@^1.0.2 :
411+ version "1.0.2"
412+ resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
413+ dependencies :
414+ array-uniq "^1.0.1"
415+
416+ array-uniq@^1.0.1 :
417+ version "1.0.3"
418+ resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
419+
406420array-unique@^0.2.1 :
407421 version "0.2.1"
408422 resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
@@ -2811,6 +2825,15 @@ ms@^2.1.1:
28112825 version "2.1.1"
28122826 resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
28132827
2828+ multimatch@^3.0.0 :
2829+ version "3.0.0"
2830+ resolved "https://registry.yarnpkg.com/multimatch/-/multimatch-3.0.0.tgz#0e2534cc6bc238d9ab67e1b9cd5fcd85a6dbf70b"
2831+ dependencies :
2832+ array-differ "^2.0.3"
2833+ array-union "^1.0.2"
2834+ arrify "^1.0.1"
2835+ minimatch "^3.0.4"
2836+
2814283728152838 version "0.0.7"
28162839 resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
@@ -3255,15 +3278,16 @@ pretty-format@^23.6.0:
32553278 ansi-regex "^3.0.0"
32563279 ansi-styles "^3.2.0"
32573280
3258- pretty-quick@1.8.1 :
3259- version "1.8.1 "
3260- resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-1.8.1 .tgz#af7b046fdd1d36c29f558c5585aa80db30c7f1db "
3281+ pretty-quick@1.9.0 :
3282+ version "1.9.0 "
3283+ resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-1.9.0 .tgz#d42fa46d7a4f1a6029bb12c5f74da95331691d00 "
32613284 dependencies :
32623285 chalk "^2.3.0"
32633286 execa "^0.8.0"
32643287 find-up "^2.1.0"
32653288 ignore "^3.3.7"
32663289 mri "^1.1.0"
3290+ multimatch "^3.0.0"
32673291
32683292private@^0.1.8 :
32693293 version "0.1.8"
You can’t perform that action at this time.
0 commit comments