Skip to content

Commit 2286079

Browse files
Merge pull request #43 from ercanucan/chore/dependencies
chore: update dependencies
2 parents 2ad82bc + c2567be commit 2286079

24 files changed

+718
-108
lines changed

flow-typed/npm/@commitlint/cli_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: a95411fabd6a6fd133367735eda1aaa6
2-
// flow-typed version: <<STUB>>/@commitlint/cli_v^7.0.0/flow_v0.75.0
1+
// flow-typed signature: 9af09b1a5008ce3f6906aac8c25852d8
2+
// flow-typed version: <<STUB>>/@commitlint/cli_v7.0.0/flow_v0.77.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/@commitlint/config-conventional_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: ac7dd2411e8ae056fe2887319a231472
2-
// flow-typed version: <<STUB>>/@commitlint/config-conventional_v^7.0.1/flow_v0.75.0
1+
// flow-typed signature: 8cdc52cf7f6390d5dcd8750d611281fe
2+
// flow-typed version: <<STUB>>/@commitlint/config-conventional_v7.0.1/flow_v0.77.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/@commitlint/travis-cli_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: ff61669f9ededb47f92c7b31ba387765
2-
// flow-typed version: <<STUB>>/@commitlint/travis-cli_v^7.0.0/flow_v0.75.0
1+
// flow-typed signature: 391843f12084213473573dac75d13a5a
2+
// flow-typed version: <<STUB>>/@commitlint/travis-cli_v7.0.0/flow_v0.77.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/babel-cli_vx.x.x.js

+108
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
// flow-typed signature: 35c2f613f6b3c2b4fbceb9ea8ba768ab
2+
// flow-typed version: <<STUB>>/babel-cli_v6.26.0/flow_v0.77.0
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'babel-cli'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'babel-cli' {
17+
declare module.exports: any;
18+
}
19+
20+
/**
21+
* We include stubs for each file inside this npm package in case you need to
22+
* require those files directly. Feel free to delete any files that aren't
23+
* needed.
24+
*/
25+
declare module 'babel-cli/bin/babel-doctor' {
26+
declare module.exports: any;
27+
}
28+
29+
declare module 'babel-cli/bin/babel-external-helpers' {
30+
declare module.exports: any;
31+
}
32+
33+
declare module 'babel-cli/bin/babel-node' {
34+
declare module.exports: any;
35+
}
36+
37+
declare module 'babel-cli/bin/babel' {
38+
declare module.exports: any;
39+
}
40+
41+
declare module 'babel-cli/lib/_babel-node' {
42+
declare module.exports: any;
43+
}
44+
45+
declare module 'babel-cli/lib/babel-external-helpers' {
46+
declare module.exports: any;
47+
}
48+
49+
declare module 'babel-cli/lib/babel-node' {
50+
declare module.exports: any;
51+
}
52+
53+
declare module 'babel-cli/lib/babel/dir' {
54+
declare module.exports: any;
55+
}
56+
57+
declare module 'babel-cli/lib/babel/file' {
58+
declare module.exports: any;
59+
}
60+
61+
declare module 'babel-cli/lib/babel/index' {
62+
declare module.exports: any;
63+
}
64+
65+
declare module 'babel-cli/lib/babel/util' {
66+
declare module.exports: any;
67+
}
68+
69+
// Filename aliases
70+
declare module 'babel-cli/bin/babel-doctor.js' {
71+
declare module.exports: $Exports<'babel-cli/bin/babel-doctor'>;
72+
}
73+
declare module 'babel-cli/bin/babel-external-helpers.js' {
74+
declare module.exports: $Exports<'babel-cli/bin/babel-external-helpers'>;
75+
}
76+
declare module 'babel-cli/bin/babel-node.js' {
77+
declare module.exports: $Exports<'babel-cli/bin/babel-node'>;
78+
}
79+
declare module 'babel-cli/bin/babel.js' {
80+
declare module.exports: $Exports<'babel-cli/bin/babel'>;
81+
}
82+
declare module 'babel-cli/index' {
83+
declare module.exports: $Exports<'babel-cli'>;
84+
}
85+
declare module 'babel-cli/index.js' {
86+
declare module.exports: $Exports<'babel-cli'>;
87+
}
88+
declare module 'babel-cli/lib/_babel-node.js' {
89+
declare module.exports: $Exports<'babel-cli/lib/_babel-node'>;
90+
}
91+
declare module 'babel-cli/lib/babel-external-helpers.js' {
92+
declare module.exports: $Exports<'babel-cli/lib/babel-external-helpers'>;
93+
}
94+
declare module 'babel-cli/lib/babel-node.js' {
95+
declare module.exports: $Exports<'babel-cli/lib/babel-node'>;
96+
}
97+
declare module 'babel-cli/lib/babel/dir.js' {
98+
declare module.exports: $Exports<'babel-cli/lib/babel/dir'>;
99+
}
100+
declare module 'babel-cli/lib/babel/file.js' {
101+
declare module.exports: $Exports<'babel-cli/lib/babel/file'>;
102+
}
103+
declare module 'babel-cli/lib/babel/index.js' {
104+
declare module.exports: $Exports<'babel-cli/lib/babel/index'>;
105+
}
106+
declare module 'babel-cli/lib/babel/util.js' {
107+
declare module.exports: $Exports<'babel-cli/lib/babel/util'>;
108+
}

flow-typed/npm/babel-eslint_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: d40e6930cb63f4c9f3c44b5090fd09c3
2-
// flow-typed version: <<STUB>>/babel-eslint_v^8.2.6/flow_v0.75.0
1+
// flow-typed signature: 8c81c836576f82f4f9b3fefd9b095b19
2+
// flow-typed version: <<STUB>>/babel-eslint_v8.2.6/flow_v0.77.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/babel-preset-env_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: e2f8606ee51b189a2c391aefdb6dc543
2-
// flow-typed version: <<STUB>>/babel-preset-env_v^1.6.1/flow_v0.75.0
1+
// flow-typed signature: 7a0ba63de6a68d27ebd29769ff1f1c9e
2+
// flow-typed version: <<STUB>>/babel-preset-env_v1.7.0/flow_v0.77.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/babel-preset-flow_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 3a85be9faf6f2a015f984b2943e46a88
2-
// flow-typed version: <<STUB>>/babel-preset-flow_v^6.23.0/flow_v0.75.0
1+
// flow-typed signature: d1d7209c395762c2d4a890b892060ae6
2+
// flow-typed version: <<STUB>>/babel-preset-flow_v6.23.0/flow_v0.77.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/eclint_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 47505ab7b4937903e60509d90998e68c
2-
// flow-typed version: <<STUB>>/eclint_v^2.5.0/flow_v0.75.0
1+
// flow-typed signature: 64a728d484033e9d8b00ad757a56caa7
2+
// flow-typed version: <<STUB>>/eclint_v2.8.0/flow_v0.77.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/eslint-plugin-flowtype_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 08de3628d70b0780a82590948b33dc4f
2-
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v^2.50.0/flow_v0.75.0
1+
// flow-typed signature: 10c35b8eb1bf5faaba11ba251312b89b
2+
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v2.50.0/flow_v0.77.0
33

44
/**
55
* This is an autogenerated libdef stub for:

flow-typed/npm/eslint-plugin-import_vx.x.x.js

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 9aa136f148315056b18e96162c3394e4
2-
// flow-typed version: <<STUB>>/eslint-plugin-import_v^2.12.0/flow_v0.75.0
1+
// flow-typed signature: dbbc877349d3995a3a22e5b0c5f211b2
2+
// flow-typed version: <<STUB>>/eslint-plugin-import_v2.13.0/flow_v0.77.0
33

44
/**
55
* This is an autogenerated libdef stub for:
@@ -190,6 +190,10 @@ declare module 'eslint-plugin-import/lib/rules/no-nodejs-modules' {
190190
declare module.exports: any;
191191
}
192192

193+
declare module 'eslint-plugin-import/lib/rules/no-relative-parent-imports' {
194+
declare module.exports: any;
195+
}
196+
193197
declare module 'eslint-plugin-import/lib/rules/no-restricted-paths' {
194198
declare module.exports: any;
195199
}
@@ -357,6 +361,9 @@ declare module 'eslint-plugin-import/lib/rules/no-namespace.js' {
357361
declare module 'eslint-plugin-import/lib/rules/no-nodejs-modules.js' {
358362
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-nodejs-modules'>;
359363
}
364+
declare module 'eslint-plugin-import/lib/rules/no-relative-parent-imports.js' {
365+
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-relative-parent-imports'>;
366+
}
360367
declare module 'eslint-plugin-import/lib/rules/no-restricted-paths.js' {
361368
declare module.exports: $Exports<'eslint-plugin-import/lib/rules/no-restricted-paths'>;
362369
}

flow-typed/npm/eslint_vx.x.x.js

+44-16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 8bfa947bb9b96c030a887958a3ac3e82
2-
// flow-typed version: <<STUB>>/eslint_v^4.19.1/flow_v0.75.0
1+
// flow-typed signature: 4e429f30b5bf7d33a74871958544a956
2+
// flow-typed version: <<STUB>>/eslint_v5.2.0/flow_v0.77.0
33

44
/**
55
* This is an autogenerated libdef stub for:
@@ -194,10 +194,6 @@ declare module 'eslint/lib/load-rules' {
194194
declare module.exports: any;
195195
}
196196

197-
declare module 'eslint/lib/logging' {
198-
declare module.exports: any;
199-
}
200-
201197
declare module 'eslint/lib/options' {
202198
declare module.exports: any;
203199
}
@@ -430,6 +426,10 @@ declare module 'eslint/lib/rules/lines-between-class-members' {
430426
declare module.exports: any;
431427
}
432428

429+
declare module 'eslint/lib/rules/max-classes-per-file' {
430+
declare module.exports: any;
431+
}
432+
433433
declare module 'eslint/lib/rules/max-depth' {
434434
declare module.exports: any;
435435
}
@@ -438,6 +438,10 @@ declare module 'eslint/lib/rules/max-len' {
438438
declare module.exports: any;
439439
}
440440

441+
declare module 'eslint/lib/rules/max-lines-per-function' {
442+
declare module.exports: any;
443+
}
444+
441445
declare module 'eslint/lib/rules/max-lines' {
442446
declare module.exports: any;
443447
}
@@ -1086,6 +1090,10 @@ declare module 'eslint/lib/rules/prefer-numeric-literals' {
10861090
declare module.exports: any;
10871091
}
10881092

1093+
declare module 'eslint/lib/rules/prefer-object-spread' {
1094+
declare module.exports: any;
1095+
}
1096+
10891097
declare module 'eslint/lib/rules/prefer-promise-reject-errors' {
10901098
declare module.exports: any;
10911099
}
@@ -1242,10 +1250,6 @@ declare module 'eslint/lib/testers/rule-tester' {
12421250
declare module.exports: any;
12431251
}
12441252

1245-
declare module 'eslint/lib/timing' {
1246-
declare module.exports: any;
1247-
}
1248-
12491253
declare module 'eslint/lib/token-store/backward-token-comment-cursor' {
12501254
declare module.exports: any;
12511255
}
@@ -1330,6 +1334,14 @@ declare module 'eslint/lib/util/keywords' {
13301334
declare module.exports: any;
13311335
}
13321336

1337+
declare module 'eslint/lib/util/lint-result-cache' {
1338+
declare module.exports: any;
1339+
}
1340+
1341+
declare module 'eslint/lib/util/logging' {
1342+
declare module.exports: any;
1343+
}
1344+
13331345
declare module 'eslint/lib/util/module-resolver' {
13341346
declare module.exports: any;
13351347
}
@@ -1374,6 +1386,10 @@ declare module 'eslint/lib/util/source-code' {
13741386
declare module.exports: any;
13751387
}
13761388

1389+
declare module 'eslint/lib/util/timing' {
1390+
declare module.exports: any;
1391+
}
1392+
13771393
declare module 'eslint/lib/util/traverser' {
13781394
declare module.exports: any;
13791395
}
@@ -1512,9 +1528,6 @@ declare module 'eslint/lib/linter.js' {
15121528
declare module 'eslint/lib/load-rules.js' {
15131529
declare module.exports: $Exports<'eslint/lib/load-rules'>;
15141530
}
1515-
declare module 'eslint/lib/logging.js' {
1516-
declare module.exports: $Exports<'eslint/lib/logging'>;
1517-
}
15181531
declare module 'eslint/lib/options.js' {
15191532
declare module.exports: $Exports<'eslint/lib/options'>;
15201533
}
@@ -1689,12 +1702,18 @@ declare module 'eslint/lib/rules/lines-around-directive.js' {
16891702
declare module 'eslint/lib/rules/lines-between-class-members.js' {
16901703
declare module.exports: $Exports<'eslint/lib/rules/lines-between-class-members'>;
16911704
}
1705+
declare module 'eslint/lib/rules/max-classes-per-file.js' {
1706+
declare module.exports: $Exports<'eslint/lib/rules/max-classes-per-file'>;
1707+
}
16921708
declare module 'eslint/lib/rules/max-depth.js' {
16931709
declare module.exports: $Exports<'eslint/lib/rules/max-depth'>;
16941710
}
16951711
declare module 'eslint/lib/rules/max-len.js' {
16961712
declare module.exports: $Exports<'eslint/lib/rules/max-len'>;
16971713
}
1714+
declare module 'eslint/lib/rules/max-lines-per-function.js' {
1715+
declare module.exports: $Exports<'eslint/lib/rules/max-lines-per-function'>;
1716+
}
16981717
declare module 'eslint/lib/rules/max-lines.js' {
16991718
declare module.exports: $Exports<'eslint/lib/rules/max-lines'>;
17001719
}
@@ -2181,6 +2200,9 @@ declare module 'eslint/lib/rules/prefer-destructuring.js' {
21812200
declare module 'eslint/lib/rules/prefer-numeric-literals.js' {
21822201
declare module.exports: $Exports<'eslint/lib/rules/prefer-numeric-literals'>;
21832202
}
2203+
declare module 'eslint/lib/rules/prefer-object-spread.js' {
2204+
declare module.exports: $Exports<'eslint/lib/rules/prefer-object-spread'>;
2205+
}
21842206
declare module 'eslint/lib/rules/prefer-promise-reject-errors.js' {
21852207
declare module.exports: $Exports<'eslint/lib/rules/prefer-promise-reject-errors'>;
21862208
}
@@ -2298,9 +2320,6 @@ declare module 'eslint/lib/rules/yoda.js' {
22982320
declare module 'eslint/lib/testers/rule-tester.js' {
22992321
declare module.exports: $Exports<'eslint/lib/testers/rule-tester'>;
23002322
}
2301-
declare module 'eslint/lib/timing.js' {
2302-
declare module.exports: $Exports<'eslint/lib/timing'>;
2303-
}
23042323
declare module 'eslint/lib/token-store/backward-token-comment-cursor.js' {
23052324
declare module.exports: $Exports<'eslint/lib/token-store/backward-token-comment-cursor'>;
23062325
}
@@ -2364,6 +2383,12 @@ declare module 'eslint/lib/util/interpolate.js' {
23642383
declare module 'eslint/lib/util/keywords.js' {
23652384
declare module.exports: $Exports<'eslint/lib/util/keywords'>;
23662385
}
2386+
declare module 'eslint/lib/util/lint-result-cache.js' {
2387+
declare module.exports: $Exports<'eslint/lib/util/lint-result-cache'>;
2388+
}
2389+
declare module 'eslint/lib/util/logging.js' {
2390+
declare module.exports: $Exports<'eslint/lib/util/logging'>;
2391+
}
23672392
declare module 'eslint/lib/util/module-resolver.js' {
23682393
declare module.exports: $Exports<'eslint/lib/util/module-resolver'>;
23692394
}
@@ -2397,6 +2422,9 @@ declare module 'eslint/lib/util/source-code-util.js' {
23972422
declare module 'eslint/lib/util/source-code.js' {
23982423
declare module.exports: $Exports<'eslint/lib/util/source-code'>;
23992424
}
2425+
declare module 'eslint/lib/util/timing.js' {
2426+
declare module.exports: $Exports<'eslint/lib/util/timing'>;
2427+
}
24002428
declare module 'eslint/lib/util/traverser.js' {
24012429
declare module.exports: $Exports<'eslint/lib/util/traverser'>;
24022430
}

flow-typed/npm/flow-runtime_vx.x.x.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// flow-typed signature: 8cf0d8374460f893bdd25ace861c522c
2-
// flow-typed version: <<STUB>>/flow-runtime_v^0.17.0/flow_v0.75.0
1+
// flow-typed signature: a40dc112f40b17e908967aa3786590e3
2+
// flow-typed version: <<STUB>>/flow-runtime_v0.17.0/flow_v0.77.0
33

44
/**
55
* This is an autogenerated libdef stub for:

0 commit comments

Comments
 (0)