Skip to content

Commit

Permalink
chore: ncu update (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
evenchange4 committed Mar 20, 2018
1 parent d59df07 commit 9915339
Show file tree
Hide file tree
Showing 43 changed files with 2,329 additions and 2,867 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.4.0
9.8.0
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
sudo: false
language: node_js
node_js:
- "9.4.0"
- "9.8.0"

env:
global:
- YARN_VERSION=1.3.2
- YARN_VERSION=1.5.1

before_install:
- export PATH="$HOME/.yarn/bin:$PATH"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ type Props = {

### Requirements

* node >= 9.4.0
* yarn >= 1.3.2
* node >= 9.8.0
* yarn >= 1.5.1

```sh
$ yarn install --pure-lockfile
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/@babel/cli_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 4619b2761080ae075f5c90aec8550e2e
// flow-typed version: <<STUB>>/@babel/cli_v7.0.0-beta.38/flow_v0.64.0
// flow-typed signature: 368351798c02e60f4d574411da535028
// flow-typed version: <<STUB>>/@babel/cli_v7.0.0-beta.42/flow_v0.68.0

/**
* This is an autogenerated libdef stub for:
Expand Down
46 changes: 44 additions & 2 deletions flow-typed/npm/@babel/core_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: d5b3f1ea7fcf308c0254a793f3816fb6
// flow-typed version: <<STUB>>/@babel/core_v7.0.0-beta.38/flow_v0.64.0
// flow-typed signature: ac1fe8bcfac07bb94b66674726d27bdb
// flow-typed version: <<STUB>>/@babel/core_v7.0.0-beta.42/flow_v0.68.0

/**
* This is an autogenerated libdef stub for:
Expand Down Expand Up @@ -50,6 +50,14 @@ declare module '@babel/core/lib/config/files/plugins' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/full' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/helpers/config-api' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/helpers/environment' {
declare module.exports: any;
}
Expand All @@ -58,10 +66,22 @@ declare module '@babel/core/lib/config/index' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/item' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/partial' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/plugin' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/util' {
declare module.exports: any;
}

declare module '@babel/core/lib/config/validation/option-assertions' {
declare module.exports: any;
}
Expand All @@ -82,6 +102,10 @@ declare module '@babel/core/lib/index' {
declare module.exports: any;
}

declare module '@babel/core/lib/parse' {
declare module.exports: any;
}

declare module '@babel/core/lib/tools/build-external-helpers' {
declare module.exports: any;
}
Expand Down Expand Up @@ -176,6 +200,12 @@ declare module '@babel/core/lib/config/files/index.js' {
declare module '@babel/core/lib/config/files/plugins.js' {
declare module.exports: $Exports<'@babel/core/lib/config/files/plugins'>;
}
declare module '@babel/core/lib/config/full.js' {
declare module.exports: $Exports<'@babel/core/lib/config/full'>;
}
declare module '@babel/core/lib/config/helpers/config-api.js' {
declare module.exports: $Exports<'@babel/core/lib/config/helpers/config-api'>;
}
declare module '@babel/core/lib/config/helpers/environment.js' {
declare module.exports: $Exports<
'@babel/core/lib/config/helpers/environment',
Expand All @@ -184,9 +214,18 @@ declare module '@babel/core/lib/config/helpers/environment.js' {
declare module '@babel/core/lib/config/index.js' {
declare module.exports: $Exports<'@babel/core/lib/config/index'>;
}
declare module '@babel/core/lib/config/item.js' {
declare module.exports: $Exports<'@babel/core/lib/config/item'>;
}
declare module '@babel/core/lib/config/partial.js' {
declare module.exports: $Exports<'@babel/core/lib/config/partial'>;
}
declare module '@babel/core/lib/config/plugin.js' {
declare module.exports: $Exports<'@babel/core/lib/config/plugin'>;
}
declare module '@babel/core/lib/config/util.js' {
declare module.exports: $Exports<'@babel/core/lib/config/util'>;
}
declare module '@babel/core/lib/config/validation/option-assertions.js' {
declare module.exports: $Exports<
'@babel/core/lib/config/validation/option-assertions',
Expand All @@ -204,6 +243,9 @@ declare module '@babel/core/lib/config/validation/removed.js' {
declare module '@babel/core/lib/index.js' {
declare module.exports: $Exports<'@babel/core/lib/index'>;
}
declare module '@babel/core/lib/parse.js' {
declare module.exports: $Exports<'@babel/core/lib/parse'>;
}
declare module '@babel/core/lib/tools/build-external-helpers.js' {
declare module.exports: $Exports<
'@babel/core/lib/tools/build-external-helpers',
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/@babel/node_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 132ad30c862bfd61f7c9ed9be7a1ee6a
// flow-typed version: <<STUB>>/@babel/node_v7.0.0-beta.38/flow_v0.64.0
// flow-typed signature: f320b5a63ec44bcfa4fb931c909e726b
// flow-typed version: <<STUB>>/@babel/node_v7.0.0-beta.42/flow_v0.68.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/@babel/preset-env_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: e04b825f943a7681804e7f0a971b2223
// flow-typed version: <<STUB>>/@babel/preset-env_v7.0.0-beta.38/flow_v0.64.0
// flow-typed signature: 80ae716ce830ff129f59ecb9e562fd88
// flow-typed version: <<STUB>>/@babel/preset-env_v7.0.0-beta.42/flow_v0.68.0

/**
* This is an autogenerated libdef stub for:
Expand Down
12 changes: 12 additions & 0 deletions flow-typed/npm/@storybook/addon-actions_v3.x.x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// flow-typed signature: d33e1b8f0888822895515e3ca6a3f8eb
// flow-typed version: 1709d3212d/@storybook/addon-actions_v3.x.x/flow_>=v0.25.x

declare module '@storybook/addon-actions' {
declare type Action = (name: string) => Function;
declare type DecorateFn = (args: Array<any>) => Array<any>;

declare module.exports: {
action: Action,
decorateAction(args: Array<DecorateFn>): Action,
};
}

0 comments on commit 9915339

Please sign in to comment.