File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 31
31
"devDependencies" : {
32
32
"@types/babel__core" : " ^7.0.4" ,
33
33
"@types/glob" : " ^7.1.1" ,
34
- "@types/micromatch" : " ^3.1 .0"
34
+ "@types/micromatch" : " ^4.0 .0"
35
35
},
36
36
"engines" : {
37
37
"node" : " >= 8.3"
Original file line number Diff line number Diff line change 38
38
"@jest/test-sequencer" : " ^24.9.0" ,
39
39
"@types/exit" : " ^0.1.30" ,
40
40
"@types/graceful-fs" : " ^4.1.2" ,
41
- "@types/micromatch" : " ^3.1 .0" ,
41
+ "@types/micromatch" : " ^4.0 .0" ,
42
42
"@types/rimraf" : " ^2.0.2"
43
43
},
44
44
"engines" : {
Original file line number Diff line number Diff line change 25
25
"@types/anymatch" : " ^1.3.1" ,
26
26
"@types/fb-watchman" : " ^2.0.0" ,
27
27
"@types/graceful-fs" : " ^4.1.2" ,
28
- "@types/micromatch" : " ^3.1 .0" ,
28
+ "@types/micromatch" : " ^4.0 .0" ,
29
29
"@types/sane" : " ^2.0.0"
30
30
},
31
31
"optionalDependencies" : {
Original file line number Diff line number Diff line change 24
24
},
25
25
"devDependencies" : {
26
26
"@types/babel__code-frame" : " ^7.0.0" ,
27
- "@types/micromatch" : " ^3.1 .0"
27
+ "@types/micromatch" : " ^4.0 .0"
28
28
},
29
29
"publishConfig" : {
30
30
"access" : " public"
Original file line number Diff line number Diff line change 31
31
"@types/convert-source-map" : " ^1.5.1" ,
32
32
"@types/fast-json-stable-stringify" : " ^2.0.0" ,
33
33
"@types/graceful-fs" : " ^4.1.2" ,
34
- "@types/micromatch" : " ^3.1 .0" ,
34
+ "@types/micromatch" : " ^4.0 .0" ,
35
35
"@types/write-file-atomic" : " ^3.0.0" ,
36
36
"dedent" : " ^0.7.0"
37
37
},
Original file line number Diff line number Diff line change 2032
2032
dependencies:
2033
2033
"@types/node" "*"
2034
2034
2035
- "@types/micromatch@^3.1 .0":
2036
- version "3.1.1 "
2037
- resolved "https://registry.yarnpkg.com/@types/micromatch/-/micromatch-3.1.1 .tgz#98eac88894da6606c2690624a9893a59c812d9fa "
2038
- integrity sha512-Wr5y4uv3r7JP4jEUqv7rZeYiMBGRHcbojDVsl11wq6gw1v/ZZQvJexd9rtvVx3EIVqw8dwtcRjSs8m2DV9qHjQ ==
2035
+ "@types/micromatch@^4.0 .0":
2036
+ version "4.0.0 "
2037
+ resolved "https://registry.yarnpkg.com/@types/micromatch/-/micromatch-4.0.0 .tgz#c57e0b11518c930465ce923f44342e1bb4bef309 "
2038
+ integrity sha512-bavSCssCRRlbUI639WG0Y30AOowkI5CdxyyrC5eVbsb0BJIbgS5ROfwlwDYHsOmgS59iYlre9sstIA5wfVNKBA ==
2039
2039
dependencies:
2040
2040
"@types/braces" "*"
2041
2041
You can’t perform that action at this time.
0 commit comments