Skip to content

Commit

Permalink
Merge pull request #371 from snak1t/feature/date-fns
Browse files Browse the repository at this point in the history
Proposal: Remove moment.js in favor of date-fns
  • Loading branch information
kitos authored Oct 20, 2018
2 parents f1ae8d3 + b1e28df commit 11325bc
Show file tree
Hide file tree
Showing 59 changed files with 1,721 additions and 588 deletions.
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: 0c00f52c75f2b7606c0ce8884d9308f7
// flow-typed version: <<STUB>>/all-contributors-cli_v^5.4.0/flow_v0.81.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: c4824c0269daa0379d45a9c457a8a74c
// flow-typed version: <<STUB>>/babel-jest_v^23.2.0/flow_v0.81.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: 40c77f62e01bb4c338ab671253638585
// flow-typed version: <<STUB>>/babel-plugin-styled-components_v^1.5.1/flow_v0.81.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: 791aadf1fb4a53a9cd27c2e96ba8d1c4
// flow-typed version: <<STUB>>/bulma_v^0.7.1/flow_v0.81.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: 96f6f786d6d82711075553079c2dad5b
// flow-typed version: <<STUB>>/can-use-dom_v^0.1.0/flow_v0.81.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: cb44a505d4a8d71c54e06fd641b738b4
// flow-typed version: <<STUB>>/disqus-react_v^1.0.5/flow_v0.81.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: 87cbcf2621e5368bf5fa19de8a7fe300
// flow-typed version: <<STUB>>/enzyme-adapter-react-16_v^1.4.0/flow_v0.81.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: 76fdeca1514096cb0a42e2021131eb4e
// flow-typed version: <<STUB>>/extract-text-webpack-plugin_v^3.0.2/flow_v0.81.0

/**
* This is an autogenerated libdef stub for:
Expand Down
193 changes: 193 additions & 0 deletions flow-typed/npm/flow-typed_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,193 @@
// flow-typed signature: aa11321ac41f618ce36cc1bbfe742fe5
// flow-typed version: <<STUB>>/flow-typed_v^2.5.1/flow_v0.81.0

/**
* This is an autogenerated libdef stub for:
*
* 'flow-typed'
*
* 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 'flow-typed' {
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 'flow-typed/dist/cli' {
declare module.exports: any;
}

declare module 'flow-typed/dist/commands/create-stub' {
declare module.exports: any;
}

declare module 'flow-typed/dist/commands/install' {
declare module.exports: any;
}

declare module 'flow-typed/dist/commands/runTests' {
declare module.exports: any;
}

declare module 'flow-typed/dist/commands/search' {
declare module.exports: any;
}

declare module 'flow-typed/dist/commands/update-cache' {
declare module.exports: any;
}

declare module 'flow-typed/dist/commands/update' {
declare module.exports: any;
}

declare module 'flow-typed/dist/commands/validateDefs' {
declare module.exports: any;
}

declare module 'flow-typed/dist/commands/version' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/cacheRepoUtils' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/codeSign' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/fileUtils' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/flowProjectUtils' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/flowVersion' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/git' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/github' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/isInFlowTypedRepo' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/libDefs' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/node' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/npm/npmLibDefs' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/npm/npmProjectUtils' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/semver' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/stubUtils' {
declare module.exports: any;
}

declare module 'flow-typed/dist/lib/validationErrors' {
declare module.exports: any;
}

// Filename aliases
declare module 'flow-typed/dist/cli.js' {
declare module.exports: $Exports<'flow-typed/dist/cli'>;
}
declare module 'flow-typed/dist/commands/create-stub.js' {
declare module.exports: $Exports<'flow-typed/dist/commands/create-stub'>;
}
declare module 'flow-typed/dist/commands/install.js' {
declare module.exports: $Exports<'flow-typed/dist/commands/install'>;
}
declare module 'flow-typed/dist/commands/runTests.js' {
declare module.exports: $Exports<'flow-typed/dist/commands/runTests'>;
}
declare module 'flow-typed/dist/commands/search.js' {
declare module.exports: $Exports<'flow-typed/dist/commands/search'>;
}
declare module 'flow-typed/dist/commands/update-cache.js' {
declare module.exports: $Exports<'flow-typed/dist/commands/update-cache'>;
}
declare module 'flow-typed/dist/commands/update.js' {
declare module.exports: $Exports<'flow-typed/dist/commands/update'>;
}
declare module 'flow-typed/dist/commands/validateDefs.js' {
declare module.exports: $Exports<'flow-typed/dist/commands/validateDefs'>;
}
declare module 'flow-typed/dist/commands/version.js' {
declare module.exports: $Exports<'flow-typed/dist/commands/version'>;
}
declare module 'flow-typed/dist/lib/cacheRepoUtils.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/cacheRepoUtils'>;
}
declare module 'flow-typed/dist/lib/codeSign.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/codeSign'>;
}
declare module 'flow-typed/dist/lib/fileUtils.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/fileUtils'>;
}
declare module 'flow-typed/dist/lib/flowProjectUtils.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/flowProjectUtils'>;
}
declare module 'flow-typed/dist/lib/flowVersion.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/flowVersion'>;
}
declare module 'flow-typed/dist/lib/git.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/git'>;
}
declare module 'flow-typed/dist/lib/github.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/github'>;
}
declare module 'flow-typed/dist/lib/isInFlowTypedRepo.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/isInFlowTypedRepo'>;
}
declare module 'flow-typed/dist/lib/libDefs.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/libDefs'>;
}
declare module 'flow-typed/dist/lib/node.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/node'>;
}
declare module 'flow-typed/dist/lib/npm/npmLibDefs.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/npm/npmLibDefs'>;
}
declare module 'flow-typed/dist/lib/npm/npmProjectUtils.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/npm/npmProjectUtils'>;
}
declare module 'flow-typed/dist/lib/semver.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/semver'>;
}
declare module 'flow-typed/dist/lib/stubUtils.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/stubUtils'>;
}
declare module 'flow-typed/dist/lib/validationErrors.js' {
declare module.exports: $Exports<'flow-typed/dist/lib/validationErrors'>;
}
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: b492b05f11c1426eea3820075cf1449c
// flow-typed version: <<STUB>>/gatsby-image_v^2.0.10/flow_v0.81.0

/**
* This is an autogenerated libdef stub for:
Expand Down
46 changes: 44 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: af2d6e12ba57ec1358e2bbffd4cf501c
// flow-typed version: <<STUB>>/gatsby-plugin-algolia_v0.2.0/flow_v0.81.0

/**
* This is an autogenerated libdef stub for:
Expand All @@ -22,11 +22,53 @@ declare module 'gatsby-plugin-algolia' {
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'gatsby-plugin-algolia/example/gatsby-config' {
declare module.exports: any;
}

declare module 'gatsby-plugin-algolia/example/src/components/header' {
declare module.exports: any;
}

declare module 'gatsby-plugin-algolia/example/src/layouts/index' {
declare module.exports: any;
}

declare module 'gatsby-plugin-algolia/example/src/pages/404' {
declare module.exports: any;
}

declare module 'gatsby-plugin-algolia/example/src/pages/index' {
declare module.exports: any;
}

declare module 'gatsby-plugin-algolia/example/src/pages/page-2' {
declare module.exports: any;
}

declare module 'gatsby-plugin-algolia/gatsby-node' {
declare module.exports: any;
}

// Filename aliases
declare module 'gatsby-plugin-algolia/example/gatsby-config.js' {
declare module.exports: $Exports<'gatsby-plugin-algolia/example/gatsby-config'>;
}
declare module 'gatsby-plugin-algolia/example/src/components/header.js' {
declare module.exports: $Exports<'gatsby-plugin-algolia/example/src/components/header'>;
}
declare module 'gatsby-plugin-algolia/example/src/layouts/index.js' {
declare module.exports: $Exports<'gatsby-plugin-algolia/example/src/layouts/index'>;
}
declare module 'gatsby-plugin-algolia/example/src/pages/404.js' {
declare module.exports: $Exports<'gatsby-plugin-algolia/example/src/pages/404'>;
}
declare module 'gatsby-plugin-algolia/example/src/pages/index.js' {
declare module.exports: $Exports<'gatsby-plugin-algolia/example/src/pages/index'>;
}
declare module 'gatsby-plugin-algolia/example/src/pages/page-2.js' {
declare module.exports: $Exports<'gatsby-plugin-algolia/example/src/pages/page-2'>;
}
declare module 'gatsby-plugin-algolia/gatsby-node.js' {
declare module.exports: $Exports<'gatsby-plugin-algolia/gatsby-node'>;
}
Expand Down
Loading

0 comments on commit 11325bc

Please sign in to comment.