Skip to content

Commit

Permalink
Upgrade Reakit to version 1.1.0 (#23236)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegohaz authored Jun 17, 2020
1 parent 1894d4b commit 9c256e3
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 29 deletions.
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"react-dates": "^17.1.1",
"react-spring": "^8.0.20",
"react-use-gesture": "^7.0.15",
"reakit": "^1.0.4",
"reakit": "^1.1.0",
"rememo": "^3.0.0",
"tinycolor2": "^1.4.1",
"uuid": "^7.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/alignment-matrix-control/cell.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies
*/
import { unstable_CompositeItem as CompositeItem } from 'reakit/Composite';
import { CompositeItem } from 'reakit/Composite';

/**
* Internal dependencies
Expand Down
6 changes: 1 addition & 5 deletions packages/components/src/alignment-matrix-control/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
*/
import { noop } from 'lodash';
import classnames from 'classnames';
import {
unstable_useCompositeState as useCompositeState,
unstable_Composite as Composite,
unstable_CompositeGroup as CompositeGroup,
} from 'reakit';
import { useCompositeState, Composite, CompositeGroup } from 'reakit';

/**
* WordPress dependencies
Expand Down

0 comments on commit 9c256e3

Please sign in to comment.