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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 108 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 9 additions & 2 deletions
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
}

0 commit comments

Comments
 (0)