File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 10
10
"esbuild" : " ^0.12.15" ,
11
11
"husky" : " ^7.0.1" ,
12
12
"lodash" : " ^4.17.21" ,
13
+ "minimatch" : " ^3.0.4" ,
13
14
"react" : " ^17.0.2" ,
14
15
"react-dom" : " ^17.0.2"
15
16
},
Original file line number Diff line number Diff line change 19
19
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.1.tgz#4a157406309e212ab27ed3ae30e8c1d641686a66"
20
20
integrity sha512-Qi4JoKXjmE0O67wAOH6y0n26QXhMKMFo7GD/4IXNVcrtLjUlGjGuVys6pQgwF3ArfGTQu0XpqaNr0YhED2RaRA==
21
21
22
+ balanced-match@^1.0.0 :
23
+ version "1.0.2"
24
+ resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
25
+ integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
26
+
27
+ brace-expansion@^1.1.7 :
28
+ version "1.1.11"
29
+ resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
30
+ integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
31
+ dependencies :
32
+ balanced-match "^1.0.0"
33
+ concat-map "0.0.1"
34
+
22
35
commander@7 :
23
36
version "7.2.0"
24
37
resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
25
38
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
26
39
40
+
41
+ version "0.0.1"
42
+ resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
43
+ integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
44
+
27
45
" d3-array@2 - 3" , "[email protected] - 3", "[email protected] - 3", d3-array@3:
28
46
version "3.0.1"
29
47
resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-3.0.1.tgz#ca45c263f5bb780ab5a34a6e1d3d5883fe4a8d14"
@@ -314,6 +332,13 @@ loose-envify@^1.1.0:
314
332
dependencies :
315
333
js-tokens "^3.0.0 || ^4.0.0"
316
334
335
+ minimatch@^3.0.4 :
336
+ version "3.0.4"
337
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
338
+ integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
339
+ dependencies :
340
+ brace-expansion "^1.1.7"
341
+
317
342
object-assign@^4.1.1 :
318
343
version "4.1.1"
319
344
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
You can’t perform that action at this time.
0 commit comments