Skip to content

Commit

Permalink
Bumping dependencies (#1065)
Browse files Browse the repository at this point in the history
* tests passing

* updating flow-typed definitions

* relaxing react lint rule

* removing headless firefox - having issues starting the browser
  • Loading branch information
alexreardon authored Jan 23, 2019
1 parent 0f79b5c commit 56c1f4d
Show file tree
Hide file tree
Showing 53 changed files with 1,174 additions and 862 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ module.exports = {
// Adding 'skipShapeProps' as the rule has issues with correctly handling PropTypes.shape
'react/no-unused-prop-types': ['error', { skipShapeProps: true }],

// Having issues with this rule not working correctly
'react/default-props-match-prop-types': 'off',

// Require // @flow at the top of files
'flowtype/require-valid-file-annotation': [
'error',
Expand Down
22 changes: 11 additions & 11 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"dist/react-beautiful-dnd.js": {
"bundled": 346369,
"minified": 133739,
"gzipped": 39606
"bundled": 346482,
"minified": 133786,
"gzipped": 39628
},
"dist/react-beautiful-dnd.min.js": {
"bundled": 294843,
"minified": 109530,
"gzipped": 31895
"bundled": 294956,
"minified": 109571,
"gzipped": 31915
},
"dist/react-beautiful-dnd.esm.js": {
"bundled": 228168,
"minified": 120055,
"gzipped": 29856,
"bundled": 228188,
"minified": 120070,
"gzipped": 29868,
"treeshaked": {
"rollup": {
"code": 81878,
"code": 81899,
"import_statements": 846
},
"webpack": {
"code": 84555
"code": 84578
}
}
}
Expand Down
4 changes: 2 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: 1effa075e42d0b9f6ad4e24551c990f4
// flow-typed version: <<STUB>>/@babel/core_v^7.2.0/flow_v0.88.0
// flow-typed signature: cdaf01d23fcb9f1d0d773bf340f694ee
// flow-typed version: <<STUB>>/@babel/core_v^7.2.2/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 60cfb5f11d6bca7148436e8960704111
// flow-typed version: <<STUB>>/@babel/plugin-proposal-class-properties_v^7.2.1/flow_v0.88.0
// flow-typed signature: 3577a680e5107e38c967a900971b8fea
// flow-typed version: <<STUB>>/@babel/plugin-proposal-class-properties_v^7.3.0/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: ab59f0b892a2691e909f1a79835b168b
// flow-typed version: <<STUB>>/@babel/plugin-transform-modules-commonjs_v^7.2.0/flow_v0.88.0
// flow-typed signature: 0419f78009b9d5448c0110f2bdd00bc7
// flow-typed version: <<STUB>>/@babel/plugin-transform-modules-commonjs_v^7.2.0/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/@babel/plugin-transform-runtime_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 5157c8be7b89e2e07ed300b2454cf1ad
// flow-typed version: <<STUB>>/@babel/plugin-transform-runtime_v^7.2.0/flow_v0.88.0
// flow-typed signature: 271ddea8164eb3e5285523531c885d39
// flow-typed version: <<STUB>>/@babel/plugin-transform-runtime_v^7.2.0/flow_v0.91.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: 9dc7bdcce56d3e132a0df197a91dcca4
// flow-typed version: <<STUB>>/@babel/preset-env_v^7.2.0/flow_v0.88.0
// flow-typed signature: c079ad559460b4113eeaf5f4cadf3845
// flow-typed version: <<STUB>>/@babel/preset-env_v^7.3.0/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/@babel/preset-flow_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: edb1e58212bd23fa6778c1a2d953961c
// flow-typed version: <<STUB>>/@babel/preset-flow_v^7.0.0/flow_v0.88.0
// flow-typed signature: a95f05347d2d228e256b91c2292f0e6f
// flow-typed version: <<STUB>>/@babel/preset-flow_v^7.0.0/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/@babel/preset-react_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 8771e240d32de87e2d4397b667a0ea82
// flow-typed version: <<STUB>>/@babel/preset-react_v^7.0.0/flow_v0.88.0
// flow-typed signature: 8c661647d9630147c1e178ef1ad73935
// flow-typed version: <<STUB>>/@babel/preset-react_v^7.0.0/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand Down
46 changes: 44 additions & 2 deletions flow-typed/npm/@babel/runtime-corejs2_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: a8263103d068109cba6c4a2d180277d4
// flow-typed version: <<STUB>>/@babel/runtime-corejs2_v^7.1.5/flow_v0.88.0
// flow-typed signature: 7dbf62d607ea8c2711d638305c45a095
// flow-typed version: <<STUB>>/@babel/runtime-corejs2_v^7.3.0/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand Down Expand Up @@ -458,6 +458,14 @@ declare module '@babel/runtime-corejs2/helpers/classPrivateFieldSet' {
declare module.exports: any;
}

declare module '@babel/runtime-corejs2/helpers/classPrivateMethodGet' {
declare module.exports: any;
}

declare module '@babel/runtime-corejs2/helpers/classPrivateMethodSet' {
declare module.exports: any;
}

declare module '@babel/runtime-corejs2/helpers/classStaticPrivateFieldSpecGet' {
declare module.exports: any;
}
Expand Down Expand Up @@ -554,6 +562,14 @@ declare module '@babel/runtime-corejs2/helpers/esm/classPrivateFieldSet' {
declare module.exports: any;
}

declare module '@babel/runtime-corejs2/helpers/esm/classPrivateMethodGet' {
declare module.exports: any;
}

declare module '@babel/runtime-corejs2/helpers/esm/classPrivateMethodSet' {
declare module.exports: any;
}

declare module '@babel/runtime-corejs2/helpers/esm/classStaticPrivateFieldSpecGet' {
declare module.exports: any;
}
Expand Down Expand Up @@ -750,6 +766,10 @@ declare module '@babel/runtime-corejs2/helpers/esm/wrapNativeSuper' {
declare module.exports: any;
}

declare module '@babel/runtime-corejs2/helpers/esm/wrapRegExp' {
declare module.exports: any;
}

declare module '@babel/runtime-corejs2/helpers/extends' {
declare module.exports: any;
}
Expand Down Expand Up @@ -914,6 +934,10 @@ declare module '@babel/runtime-corejs2/helpers/wrapNativeSuper' {
declare module.exports: any;
}

declare module '@babel/runtime-corejs2/helpers/wrapRegExp' {
declare module.exports: any;
}

declare module '@babel/runtime-corejs2/regenerator/index' {
declare module.exports: any;
}
Expand Down Expand Up @@ -1246,6 +1270,12 @@ declare module '@babel/runtime-corejs2/helpers/classPrivateFieldLooseKey.js' {
declare module '@babel/runtime-corejs2/helpers/classPrivateFieldSet.js' {
declare module.exports: $Exports<'@babel/runtime-corejs2/helpers/classPrivateFieldSet'>;
}
declare module '@babel/runtime-corejs2/helpers/classPrivateMethodGet.js' {
declare module.exports: $Exports<'@babel/runtime-corejs2/helpers/classPrivateMethodGet'>;
}
declare module '@babel/runtime-corejs2/helpers/classPrivateMethodSet.js' {
declare module.exports: $Exports<'@babel/runtime-corejs2/helpers/classPrivateMethodSet'>;
}
declare module '@babel/runtime-corejs2/helpers/classStaticPrivateFieldSpecGet.js' {
declare module.exports: $Exports<'@babel/runtime-corejs2/helpers/classStaticPrivateFieldSpecGet'>;
}
Expand Down Expand Up @@ -1318,6 +1348,12 @@ declare module '@babel/runtime-corejs2/helpers/esm/classPrivateFieldLooseKey.js'
declare module '@babel/runtime-corejs2/helpers/esm/classPrivateFieldSet.js' {
declare module.exports: $Exports<'@babel/runtime-corejs2/helpers/esm/classPrivateFieldSet'>;
}
declare module '@babel/runtime-corejs2/helpers/esm/classPrivateMethodGet.js' {
declare module.exports: $Exports<'@babel/runtime-corejs2/helpers/esm/classPrivateMethodGet'>;
}
declare module '@babel/runtime-corejs2/helpers/esm/classPrivateMethodSet.js' {
declare module.exports: $Exports<'@babel/runtime-corejs2/helpers/esm/classPrivateMethodSet'>;
}
declare module '@babel/runtime-corejs2/helpers/esm/classStaticPrivateFieldSpecGet.js' {
declare module.exports: $Exports<'@babel/runtime-corejs2/helpers/esm/classStaticPrivateFieldSpecGet'>;
}
Expand Down Expand Up @@ -1465,6 +1501,9 @@ declare module '@babel/runtime-corejs2/helpers/esm/wrapAsyncGenerator.js' {
declare module '@babel/runtime-corejs2/helpers/esm/wrapNativeSuper.js' {
declare module.exports: $Exports<'@babel/runtime-corejs2/helpers/esm/wrapNativeSuper'>;
}
declare module '@babel/runtime-corejs2/helpers/esm/wrapRegExp.js' {
declare module.exports: $Exports<'@babel/runtime-corejs2/helpers/esm/wrapRegExp'>;
}
declare module '@babel/runtime-corejs2/helpers/extends.js' {
declare module.exports: $Exports<'@babel/runtime-corejs2/helpers/extends'>;
}
Expand Down Expand Up @@ -1588,6 +1627,9 @@ declare module '@babel/runtime-corejs2/helpers/wrapAsyncGenerator.js' {
declare module '@babel/runtime-corejs2/helpers/wrapNativeSuper.js' {
declare module.exports: $Exports<'@babel/runtime-corejs2/helpers/wrapNativeSuper'>;
}
declare module '@babel/runtime-corejs2/helpers/wrapRegExp.js' {
declare module.exports: $Exports<'@babel/runtime-corejs2/helpers/wrapRegExp'>;
}
declare module '@babel/runtime-corejs2/regenerator/index.js' {
declare module.exports: $Exports<'@babel/runtime-corejs2/regenerator/index'>;
}
4 changes: 2 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: 0eb641663d4f0b3548ddcf64ad7873ce
// flow-typed version: <<STUB>>/babel-core_v^7.0.0-bridge.0/flow_v0.88.0
// flow-typed signature: f34a842a314cdc1c64716bc92834dadc
// flow-typed version: <<STUB>>/babel-core_v^7.0.0-bridge.0/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-eslint_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: ae30a2b1af0ae68aced1b03293299886
// flow-typed version: <<STUB>>/babel-eslint_v^10.0.1/flow_v0.88.0
// flow-typed signature: c8a9e8d243cc8e86e93ec4f552e27e36
// flow-typed version: <<STUB>>/babel-eslint_v^10.0.1/flow_v0.91.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: 9805b09b05ca3eec6370e31ac3a2dd73
// flow-typed version: <<STUB>>/babel-jest_v^23.6.0/flow_v0.88.0
// flow-typed signature: 031657e90ad9877047e2ebfb832aa740
// flow-typed version: <<STUB>>/babel-jest_v^23.6.0/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-loader_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: ece845811ec3f6b47b94da76faa8779d
// flow-typed version: <<STUB>>/babel-loader_v^8.0.4/flow_v0.88.0
// flow-typed signature: 95130fdaa558978a55fbafedbb7d086d
// flow-typed version: <<STUB>>/babel-loader_v^8.0.5/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-plugin-dev-expression_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 8e3d93170a5275acee171b66a613be59
// flow-typed version: <<STUB>>/babel-plugin-dev-expression_v^0.2.1/flow_v0.88.0
// flow-typed signature: 133bdd70fba0bd2c8dcf0856400296df
// flow-typed version: <<STUB>>/babel-plugin-dev-expression_v^0.2.1/flow_v0.91.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: 8d99f9f127414f4521eeab8d9ff84bc7
// flow-typed version: <<STUB>>/babel-plugin-styled-components_v^1.9.3/flow_v0.88.0
// flow-typed signature: 946be95c45b94ed91ef25ecf59a15089
// flow-typed version: <<STUB>>/babel-plugin-styled-components_v^1.10.0/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/cross-env_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 49ea25e6f52868896b005bfe1969eb8b
// flow-typed version: <<STUB>>/cross-env_v^5.2.0/flow_v0.88.0
// flow-typed signature: c7a514515c2991cd1a79734e619956e6
// flow-typed version: <<STUB>>/cross-env_v^5.2.0/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 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: 2c3648f33f6f42cecd94295c9704fbb8
// flow-typed version: <<STUB>>/enzyme-adapter-react-16_v^1.7.1/flow_v0.88.0
// flow-typed signature: ad7b517f4e6d97ce3da16fcbf6055339
// flow-typed version: <<STUB>>/enzyme-adapter-react-16_v^1.7.1/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
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: 741a238d71e60f17f794be252b94a324
// flow-typed version: ff97018d54/enzyme_v3.x.x/flow_>=v0.53.x
// flow-typed signature: 8bfb6d6a1f5b5fe7a50440d49e500f2f
// flow-typed version: 2bcb80d5bf/enzyme_v3.x.x/flow_>=v0.53.x

import * as React from "react";

Expand Down Expand Up @@ -39,6 +39,7 @@ declare module "enzyme" {
parent(): this,
closest(selector: EnzymeSelector): this,
render(): CheerioWrapper,
renderProp(propName: string): (...args: Array<any>) => this,
unmount(): this,
text(): string,
html(): string,
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/eslint-config-airbnb_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 3431386273c66b8bae960738a9279a04
// flow-typed version: <<STUB>>/eslint-config-airbnb_v^17.1.0/flow_v0.88.0
// flow-typed signature: c8b6332e7aa1eeec74d6131994e4af7a
// flow-typed version: <<STUB>>/eslint-config-airbnb_v^17.1.0/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand Down
18 changes: 16 additions & 2 deletions flow-typed/npm/eslint-config-prettier_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 59f4af4928da0ba172a9ae72c85d59fd
// flow-typed version: <<STUB>>/eslint-config-prettier_v^3.3.0/flow_v0.88.0
// flow-typed signature: 7e2ff1ddda6f573e1a2bd14aedb678b6
// flow-typed version: <<STUB>>/eslint-config-prettier_v^3.6.0/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand All @@ -22,6 +22,10 @@ declare module 'eslint-config-prettier' {
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'eslint-config-prettier/babel' {
declare module.exports: any;
}

declare module 'eslint-config-prettier/bin/cli' {
declare module.exports: any;
}
Expand All @@ -42,6 +46,10 @@ declare module 'eslint-config-prettier/standard' {
declare module.exports: any;
}

declare module 'eslint-config-prettier/typescript' {
declare module.exports: any;
}

declare module 'eslint-config-prettier/unicorn' {
declare module.exports: any;
}
Expand All @@ -51,6 +59,9 @@ declare module 'eslint-config-prettier/vue' {
}

// Filename aliases
declare module 'eslint-config-prettier/babel.js' {
declare module.exports: $Exports<'eslint-config-prettier/babel'>;
}
declare module 'eslint-config-prettier/bin/cli.js' {
declare module.exports: $Exports<'eslint-config-prettier/bin/cli'>;
}
Expand All @@ -72,6 +83,9 @@ declare module 'eslint-config-prettier/react.js' {
declare module 'eslint-config-prettier/standard.js' {
declare module.exports: $Exports<'eslint-config-prettier/standard'>;
}
declare module 'eslint-config-prettier/typescript.js' {
declare module.exports: $Exports<'eslint-config-prettier/typescript'>;
}
declare module 'eslint-config-prettier/unicorn.js' {
declare module.exports: $Exports<'eslint-config-prettier/unicorn'>;
}
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/eslint-plugin-flowtype_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 11633217dc0b81aa41efb485de7d522f
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v^3.2.0/flow_v0.88.0
// flow-typed signature: 37322efafd98f09973ae283648548b02
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v^3.2.1/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/eslint-plugin-import_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 50cc9d0eeb5a806eb9eb02d316225d94
// flow-typed version: <<STUB>>/eslint-plugin-import_v^2.14.0/flow_v0.88.0
// flow-typed signature: 5f8a49916d66463e7e7dad93290ee627
// flow-typed version: <<STUB>>/eslint-plugin-import_v^2.14.0/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/eslint-plugin-jest_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 9383151010b299711faf4f2c7324d59f
// flow-typed version: <<STUB>>/eslint-plugin-jest_v^22.1.2/flow_v0.88.0
// flow-typed signature: 3857d5fd93a4c542d6d93d56a1d54dca
// flow-typed version: <<STUB>>/eslint-plugin-jest_v^22.1.3/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/eslint-plugin-jsx-a11y_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 10e356725954e0ba21459155225feb32
// flow-typed version: <<STUB>>/eslint-plugin-jsx-a11y_v^6.1.2/flow_v0.88.0
// flow-typed signature: 8f0a65979d071e51c50e8189074bdc97
// flow-typed version: <<STUB>>/eslint-plugin-jsx-a11y_v^6.1.2/flow_v0.91.0

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/eslint-plugin-prettier_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 34f54889da94b59c943e5353e78504a9
// flow-typed version: <<STUB>>/eslint-plugin-prettier_v^3.0.0/flow_v0.88.0
// flow-typed signature: 34dac87659219e944c47088356829240
// flow-typed version: <<STUB>>/eslint-plugin-prettier_v^3.0.1/flow_v0.91.0

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

0 comments on commit 56c1f4d

Please sign in to comment.