Skip to content

Commit

Permalink
bumping deps (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreardon authored May 8, 2019
1 parent 56239d6 commit 1823f62
Show file tree
Hide file tree
Showing 5 changed files with 1,117 additions and 659 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,32 +54,32 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@babel/runtime-corejs2": "^7.4.3",
"css-box-model": "^1.1.1",
"@babel/runtime-corejs2": "^7.4.4",
"css-box-model": "^1.1.2",
"memoize-one": "^5.0.4",
"raf-schd": "^4.0.0",
"react-redux": "^7.0.2",
"react-redux": "^7.0.3",
"redux": "^4.0.1",
"tiny-invariant": "^1.0.4",
"use-memo-one": "^1.1.0"
},
"devDependencies": {
"@atlaskit/css-reset": "^3.0.7",
"@atlaskit/css-reset": "^4.0.0",
"@atlaskit/theme": "^9.0.0",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.3",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"@storybook/react": "^5.0.6",
"@storybook/theming": "^5.0.6",
"@storybook/react": "^5.0.11",
"@storybook/theming": "^5.0.11",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.7.1",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.5",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-emotion": "^10.0.9",
Expand All @@ -90,48 +90,48 @@
"enzyme-adapter-react-16": "^1.12.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-cypress": "^2.2.1",
"eslint-plugin-emotion": "^10.0.7",
"eslint-plugin-flowtype": "^3.6.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-flowtype": "^3.7.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jest": "^22.5.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0",
"flow-bin": "0.96.0",
"fs-extra": "^7.0.1",
"globby": "^9.2.0",
"jest": "^24.7.1",
"jest-junit": "^6.3.0",
"jest-watch-typeahead": "^0.3.0",
"jest": "^24.8.0",
"jest-junit": "^6.4.0",
"jest-watch-typeahead": "^0.3.1",
"markdown-it": "^8.4.2",
"prettier": "^1.16.4",
"prettier": "^1.17.0",
"raf-stub": "^2.0.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-test-renderer": "^16.8.6",
"rimraf": "^2.6.3",
"rollup": "^1.9.0",
"rollup": "^1.11.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^4.2.1",
"rollup-plugin-replace": "^2.1.1",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-size-snapshot": "^0.8.0",
"rollup-plugin-strip": "^1.2.1",
"rollup-plugin-uglify": "^6.0.2",
"styled-components": "3.x",
"stylelint": "^9.10.1",
"stylelint-config-prettier": "^5.0.0",
"stylelint-config-recommended": "^2.1.0",
"stylelint-config-standard": "^18.2.0",
"stylelint": "^10.0.1",
"stylelint-config-prettier": "^5.1.0",
"stylelint-config-recommended": "^2.2.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.6.0",
"testcafe-reporter-xunit": "^2.1.0",
"wait-port": "^0.2.2",
"webpack": "^4.29.6"
"webpack": "^4.30.0"
},
"peerDependencies": {
"react": "^16.8.5"
Expand Down
1 change: 1 addition & 0 deletions src/view/use-drag-handle/use-focus-retainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default function useFocusRetainer(args: Args): Result {

// unmounting: try to retain focus
return () => {
// eslint-disable-next-line react-hooks/exhaustive-deps
const last: Args = lastArgsRef.current;
const shouldRetainFocus = ((): boolean => {
// will not restore if not enabled
Expand Down
2 changes: 1 addition & 1 deletion stories/src/table/with-dimension-locking.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// @flow
/* eslint-disable react/sort-comp */
import React, { Component, Fragment, type Node } from 'react';
import styled from '@emotion/styled';
import { colors } from '@atlaskit/theme';
Expand Down Expand Up @@ -48,7 +49,6 @@ type TableCellSnapshot = {|
height: number,
|};
class TableCell extends React.Component<TableCellProps> {
// eslint-disable-next-line react/sort-comp
ref: ?HTMLElement;

getSnapshotBeforeUpdate(prevProps: TableCellProps): ?TableCellSnapshot {
Expand Down
2 changes: 1 addition & 1 deletion stories/src/table/with-portal.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// @flow
/* eslint-disable react/sort-comp */
import React, { Component, Fragment, type Node } from 'react';
import ReactDOM from 'react-dom';
import styled from '@emotion/styled';
Expand Down Expand Up @@ -58,7 +59,6 @@ type SnapshotMap = {
const snapshotMap: SnapshotMap = {};

class TableCell extends React.Component<TableCellProps> {
// eslint-disable-next-line react/sort-comp
ref: ?HTMLElement;

componentDidMount() {
Expand Down
Loading

0 comments on commit 1823f62

Please sign in to comment.