File tree Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 49
49
"devDependencies" : {
50
50
"axios" : " 0.18.0" ,
51
51
"eslint" : " 5.14.1" ,
52
- "globby" : " 9.0 .0" ,
52
+ "globby" : " 9.1 .0" ,
53
53
"lodash.sortby" : " 4.7.0" ,
54
54
"lodash.uniq" : " 4.5.0"
55
55
}
Original file line number Diff line number Diff line change 27
27
version "1.1.3"
28
28
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
29
29
30
+ " @types/events@* " :
31
+ version "3.0.0"
32
+ resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
33
+
34
+ " @types/glob@^7.1.1 " :
35
+ version "7.1.1"
36
+ resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.1.tgz#aa59a1c6e3fbc421e07ccd31a944c30eba521575"
37
+ dependencies :
38
+ " @types/events" " *"
39
+ " @types/minimatch" " *"
40
+ " @types/node" " *"
41
+
42
+ " @types/minimatch@* " :
43
+ version "3.0.3"
44
+ resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
45
+
46
+ " @types/node@* " :
47
+ version "11.10.4"
48
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-11.10.4.tgz#3f5fc4f0f322805f009e00ab35a2ff3d6b778e42"
49
+
30
50
acorn-jsx@^5.0.0 :
31
51
version "5.0.1"
32
52
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.1.tgz#32a064fd925429216a09b141102bfdd185fae40e"
@@ -576,10 +596,11 @@ globals@^11.7.0:
576
596
version "11.7.0"
577
597
resolved "https://registry.yarnpkg.com/globals/-/globals-11.7.0.tgz#a583faa43055b1aca771914bf68258e2fc125673"
578
598
579
- globby@9.0 .0 :
580
- version "9.0 .0"
581
- resolved "https://registry.yarnpkg.com/globby/-/globby-9.0 .0.tgz#3800df736dc711266df39b4ce33fe0d481f94c23 "
599
+ globby@9.1 .0 :
600
+ version "9.1 .0"
601
+ resolved "https://registry.yarnpkg.com/globby/-/globby-9.1 .0.tgz#e90f4d5134109e6d855abdd31bdb1b085428592e "
582
602
dependencies :
603
+ " @types/glob" " ^7.1.1"
583
604
array-union "^1.0.2"
584
605
dir-glob "^2.2.1"
585
606
fast-glob "^2.2.6"
You can’t perform that action at this time.
0 commit comments