Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions flow-typed/npm/@babel/plugin-proposal-class-properties_vx.x.x.js

This file was deleted.

4 changes: 2 additions & 2 deletions flow-typed/npm/all-contributors-cli_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: c2ba23369856027dc8bf92172937d0c9
// flow-typed version: <<STUB>>/all-contributors-cli_v^5.4.0/flow_v0.79.0
// flow-typed signature: 152de468682e968ac48199363a5b18d1
// flow-typed version: <<STUB>>/all-contributors-cli_v^5.4.0/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-jest_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 564560a4cb48e74998a672874a3df8e3
// flow-typed version: <<STUB>>/babel-jest_v^23.2.0/flow_v0.79.0
// flow-typed signature: 2a725f3f94bcd9c715a60e7a83ace83a
// flow-typed version: <<STUB>>/babel-jest_v^23.2.0/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-plugin-styled-components_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 6fe8643b05b47fc5674bd90dc6a34706
// flow-typed version: <<STUB>>/babel-plugin-styled-components_v^1.5.1/flow_v0.79.0
// flow-typed signature: 5fcc90f75f361b1e7285dc5d020b7e68
// flow-typed version: <<STUB>>/babel-plugin-styled-components_v^1.5.1/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/bulma_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 5990cb83333dca3b052dfe3fca0568e7
// flow-typed version: <<STUB>>/bulma_v^0.7.1/flow_v0.79.0
// flow-typed signature: 787257aa99aa534cd8ddeb86d9efc598
// flow-typed version: <<STUB>>/bulma_v^0.7.1/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/can-use-dom_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 34f3e2a915f38be2adf7d1e05fe8073d
// flow-typed version: <<STUB>>/can-use-dom_v^0.1.0/flow_v0.79.0
// flow-typed signature: ac9736428ff6972b7e33614d1605dc45
// flow-typed version: <<STUB>>/can-use-dom_v^0.1.0/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/disqus-react_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 0a25d270e3028df4cdd97ee619a6420a
// flow-typed version: <<STUB>>/disqus-react_v^1.0.5/flow_v0.79.0
// flow-typed signature: c0994a19e4d0b79c5da22fa749272e60
// flow-typed version: <<STUB>>/disqus-react_v^1.0.5/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
32 changes: 30 additions & 2 deletions flow-typed/npm/enzyme-adapter-react-16_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: a97095bfbb8b515904c2980ffe305b01
// flow-typed version: <<STUB>>/enzyme-adapter-react-16_v^1.1.1/flow_v0.79.0
// flow-typed signature: ea987bb07669440aa9f411d90e25daa4
// flow-typed version: <<STUB>>/enzyme-adapter-react-16_v^1.3.1/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand All @@ -22,6 +22,14 @@ declare module 'enzyme-adapter-react-16' {
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'enzyme-adapter-react-16/build/detectFiberTags' {
declare module.exports: any;
}

declare module 'enzyme-adapter-react-16/build/findCurrentFiberUsingSlowPath' {
declare module.exports: any;
}

declare module 'enzyme-adapter-react-16/build/index' {
declare module.exports: any;
}
Expand All @@ -30,6 +38,14 @@ declare module 'enzyme-adapter-react-16/build/ReactSixteenAdapter' {
declare module.exports: any;
}

declare module 'enzyme-adapter-react-16/src/detectFiberTags' {
declare module.exports: any;
}

declare module 'enzyme-adapter-react-16/src/findCurrentFiberUsingSlowPath' {
declare module.exports: any;
}

declare module 'enzyme-adapter-react-16/src/index' {
declare module.exports: any;
}
Expand All @@ -39,12 +55,24 @@ declare module 'enzyme-adapter-react-16/src/ReactSixteenAdapter' {
}

// Filename aliases
declare module 'enzyme-adapter-react-16/build/detectFiberTags.js' {
declare module.exports: $Exports<'enzyme-adapter-react-16/build/detectFiberTags'>;
}
declare module 'enzyme-adapter-react-16/build/findCurrentFiberUsingSlowPath.js' {
declare module.exports: $Exports<'enzyme-adapter-react-16/build/findCurrentFiberUsingSlowPath'>;
}
declare module 'enzyme-adapter-react-16/build/index.js' {
declare module.exports: $Exports<'enzyme-adapter-react-16/build/index'>;
}
declare module 'enzyme-adapter-react-16/build/ReactSixteenAdapter.js' {
declare module.exports: $Exports<'enzyme-adapter-react-16/build/ReactSixteenAdapter'>;
}
declare module 'enzyme-adapter-react-16/src/detectFiberTags.js' {
declare module.exports: $Exports<'enzyme-adapter-react-16/src/detectFiberTags'>;
}
declare module 'enzyme-adapter-react-16/src/findCurrentFiberUsingSlowPath.js' {
declare module.exports: $Exports<'enzyme-adapter-react-16/src/findCurrentFiberUsingSlowPath'>;
}
declare module 'enzyme-adapter-react-16/src/index.js' {
declare module.exports: $Exports<'enzyme-adapter-react-16/src/index'>;
}
Expand Down
5 changes: 3 additions & 2 deletions flow-typed/npm/enzyme_v3.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 7be2af8800fdadaea6ac0404d256bafc
// flow-typed version: 6ce6a0467c/enzyme_v3.x.x/flow_>=v0.53.x
// flow-typed signature: e50486ad88c5bbfcdfde9fef4fc4c5d1
// flow-typed version: ab187b275b/enzyme_v3.x.x/flow_>=v0.53.x

import * as React from "react";

Expand Down Expand Up @@ -53,6 +53,7 @@ declare module "enzyme" {
prop(key: string): any,
key(): string,
simulate(event: string, ...args: Array<any>): this,
slice(begin?: number, end?: number): this,
setState(state: {}, callback?: Function): this,
setProps(props: {}): this,
setContext(context: Object): this,
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/extract-text-webpack-plugin_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: db333568fec4ebf760256186c1578056
// flow-typed version: <<STUB>>/extract-text-webpack-plugin_v^3.0.2/flow_v0.79.0
// flow-typed signature: ebdb9ecc8cee619ead241911160c871e
// flow-typed version: <<STUB>>/extract-text-webpack-plugin_v^3.0.2/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/gatsby-image_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: cbdc1ac8cd5ead7a9669ada5da96566d
// flow-typed version: <<STUB>>/gatsby-image_v^2.0.0-beta.8/flow_v0.79.0
// flow-typed signature: 0a99d371fdbf17e3d6d2f6390a5bb107
// flow-typed version: <<STUB>>/gatsby-image_v^2.0.0-rc.1/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
33 changes: 0 additions & 33 deletions flow-typed/npm/gatsby-link_vx.x.x.js

This file was deleted.

4 changes: 2 additions & 2 deletions flow-typed/npm/gatsby-plugin-algolia_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: ce7d48e89cdd091de1619ec1a5eaa407
// flow-typed version: <<STUB>>/gatsby-plugin-algolia_v0.0.4/flow_v0.79.0
// flow-typed signature: 568b638679948db994eda6645038ebef
// flow-typed version: <<STUB>>/gatsby-plugin-algolia_v0.0.4/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/gatsby-plugin-flow_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 7c95ed883f4d7aa5bddfe6bb778c0a7b
// flow-typed version: <<STUB>>/gatsby-plugin-flow_v^1.0.1-beta.0/flow_v0.79.0
// flow-typed signature: 850a055fe88ea0fadb8e4c70cc768e6c
// flow-typed version: <<STUB>>/gatsby-plugin-flow_v^1.0.1-rc.1/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/gatsby-plugin-google-analytics_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 9961218187f1145a4cd8daba9e8e23b4
// flow-typed version: <<STUB>>/gatsby-plugin-google-analytics_v^2.0.0-beta.5/flow_v0.79.0
// flow-typed signature: c8c382f0c101edc02b551c9742fe4170
// flow-typed version: <<STUB>>/gatsby-plugin-google-analytics_v^2.0.0-rc.1/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/gatsby-plugin-manifest_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 5461a07663983865a6726d04e63ce05e
// flow-typed version: <<STUB>>/gatsby-plugin-manifest_v^2.0.2-beta.5/flow_v0.79.0
// flow-typed signature: 177823a9a4205c818870d4c0f05c0a0a
// flow-typed version: <<STUB>>/gatsby-plugin-manifest_v^2.0.2-rc.1/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/gatsby-plugin-netlify-cms_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: f9203b07135c69f140ce48a66c9883b4
// flow-typed version: <<STUB>>/gatsby-plugin-netlify-cms_v^3.0.0-beta.4/flow_v0.79.0
// flow-typed signature: 62bef0ee998781a5d2c7d3a1ec6ce192
// flow-typed version: <<STUB>>/gatsby-plugin-netlify-cms_v^3.0.0-rc.1/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/gatsby-plugin-netlify_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 01bb9b6cae8e99b69ada87b9af2c5793
// flow-typed version: <<STUB>>/gatsby-plugin-netlify_v^2.0.0-beta.6/flow_v0.79.0
// flow-typed signature: 98bec56a1bfd87286311b7809da41813
// flow-typed version: <<STUB>>/gatsby-plugin-netlify_v^2.0.0-rc.1/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/gatsby-plugin-offline_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 87815c6c9962ab74b21f483428cbadd1
// flow-typed version: <<STUB>>/gatsby-plugin-offline_v^1.0.18/flow_v0.79.0
// flow-typed signature: 6c876f565108745ab2eeec46afddda38
// flow-typed version: <<STUB>>/gatsby-plugin-offline_v^1.0.18/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/gatsby-plugin-react-helmet_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: a1d75ac5b2cadcd81300c1f76dcc83e6
// flow-typed version: <<STUB>>/gatsby-plugin-react-helmet_v^3.0.0-beta.4/flow_v0.79.0
// flow-typed signature: d80ba8fd40e5a6776a43b3548067cbf3
// flow-typed version: <<STUB>>/gatsby-plugin-react-helmet_v^3.0.0-rc.1/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/gatsby-plugin-sharp_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 612dba4fbbd5215a1315425c6c223a2f
// flow-typed version: <<STUB>>/gatsby-plugin-sharp_v^2.0.0-beta.9/flow_v0.79.0
// flow-typed signature: 12c1a126a27de58dcb7265c1ce9d62c0
// flow-typed version: <<STUB>>/gatsby-plugin-sharp_v^2.0.0-rc.3/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/gatsby-plugin-sitemap_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: db588efbd24a6d6d596350bd2e6278aa
// flow-typed version: <<STUB>>/gatsby-plugin-sitemap_v^2.0.0-beta.4/flow_v0.79.0
// flow-typed signature: c54b423a81bb992df24e6d23bf8a4a2d
// flow-typed version: <<STUB>>/gatsby-plugin-sitemap_v^2.0.0-rc.1/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/gatsby-plugin-styled-components_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 2e2810270fc4f82997495e7b7039cb1e
// flow-typed version: <<STUB>>/gatsby-plugin-styled-components_v^3.0.0-beta.4/flow_v0.79.0
// flow-typed signature: d0ea822796feb58139efcf65114533d5
// flow-typed version: <<STUB>>/gatsby-plugin-styled-components_v^3.0.0-rc.1/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
38 changes: 38 additions & 0 deletions flow-typed/npm/gatsby-plugin-webpack-size_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
// flow-typed signature: 3151f21f65e5701f820ccd8bd2af08bf
// flow-typed version: <<STUB>>/gatsby-plugin-webpack-size_v0.0.2/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
*
* 'gatsby-plugin-webpack-size'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/

declare module 'gatsby-plugin-webpack-size' {
declare module.exports: any;
}

/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'gatsby-plugin-webpack-size/gatsby-node' {
declare module.exports: any;
}

// Filename aliases
declare module 'gatsby-plugin-webpack-size/gatsby-node.js' {
declare module.exports: $Exports<'gatsby-plugin-webpack-size/gatsby-node'>;
}
declare module 'gatsby-plugin-webpack-size/index' {
declare module.exports: $Exports<'gatsby-plugin-webpack-size'>;
}
declare module 'gatsby-plugin-webpack-size/index.js' {
declare module.exports: $Exports<'gatsby-plugin-webpack-size'>;
}
4 changes: 2 additions & 2 deletions flow-typed/npm/gatsby-remark-images_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 773192530e606cacb5aaa8efb885f587
// flow-typed version: <<STUB>>/gatsby-remark-images_v^2.0.1-beta.12/flow_v0.79.0
// flow-typed signature: e53f0be0f4fadfe5a927147d37dc5365
// flow-typed version: <<STUB>>/gatsby-remark-images_v^2.0.1-rc.1/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
18 changes: 9 additions & 9 deletions flow-typed/npm/gatsby-remark-prismjs_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 94c70bb1285f949904902f9f00b69143
// flow-typed version: <<STUB>>/gatsby-remark-prismjs_v^3.0.0-beta.5/flow_v0.79.0
// flow-typed signature: 49f6f311bb00b38c8c090d5b9e29295f
// flow-typed version: <<STUB>>/gatsby-remark-prismjs_v^3.0.0-rc.2/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand All @@ -22,23 +22,26 @@ declare module 'gatsby-remark-prismjs' {
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'gatsby-remark-prismjs/highlight-code' {
declare module 'gatsby-remark-prismjs/add-line-numbers' {
declare module.exports: any;
}

declare module 'gatsby-remark-prismjs/load-prism-language' {
declare module 'gatsby-remark-prismjs/highlight-code' {
declare module.exports: any;
}

declare module 'gatsby-remark-prismjs/parse-line-number-range' {
declare module 'gatsby-remark-prismjs/load-prism-language' {
declare module.exports: any;
}

declare module 'gatsby-remark-prismjs/prism-language-dependencies' {
declare module 'gatsby-remark-prismjs/parse-line-number-range' {
declare module.exports: any;
}

// Filename aliases
declare module 'gatsby-remark-prismjs/add-line-numbers.js' {
declare module.exports: $Exports<'gatsby-remark-prismjs/add-line-numbers'>;
}
declare module 'gatsby-remark-prismjs/highlight-code.js' {
declare module.exports: $Exports<'gatsby-remark-prismjs/highlight-code'>;
}
Expand All @@ -54,6 +57,3 @@ declare module 'gatsby-remark-prismjs/load-prism-language.js' {
declare module 'gatsby-remark-prismjs/parse-line-number-range.js' {
declare module.exports: $Exports<'gatsby-remark-prismjs/parse-line-number-range'>;
}
declare module 'gatsby-remark-prismjs/prism-language-dependencies.js' {
declare module.exports: $Exports<'gatsby-remark-prismjs/prism-language-dependencies'>;
}
4 changes: 2 additions & 2 deletions flow-typed/npm/gatsby-source-filesystem_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 095ef88a98126b06e70584cfa9a6d722
// flow-typed version: <<STUB>>/gatsby-source-filesystem_v^2.0.1-beta.10/flow_v0.79.0
// flow-typed signature: 632569376f8ac56502b62f0e1446f60c
// flow-typed version: <<STUB>>/gatsby-source-filesystem_v^2.0.1-rc.1/flow_v0.80.0

/**
* This is an autogenerated libdef stub for:
Expand Down
Loading