Skip to content

Commit

Permalink
fix flash with collisions in listbox and menu-button
Browse files Browse the repository at this point in the history
  • Loading branch information
Chance Strickland committed Mar 14, 2020
1 parent c11d558 commit 002a2f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/rect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "ts-node ../../scripts/build"
},
"dependencies": {
"@reach/observe-rect": "^1.0.5",
"@reach/observe-rect": "^1.1.0",
"@reach/utils": "^0.8.6",
"prop-types": "^15.7.2",
"tslib": "^1.10.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2370,10 +2370,10 @@
dependencies:
"@types/node" ">= 8"

"@reach/observe-rect@^1.0.5":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@reach/observe-rect/-/observe-rect-1.0.5.tgz#28bf3c5c35da7fef72cd124af4ac32308d0c3f15"
integrity sha512-EQLHhquzwAh2TFtMJU0PXJRmhpOrAhzApgoI4Lwn72J7ygrMk3Ys3a3i8KDnV0TetbwAxn4XSHi4pE8sPWUYLg==
"@reach/observe-rect@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@reach/observe-rect/-/observe-rect-1.1.0.tgz#4e967a93852b6004c3895d9ed8d4e5b41895afde"
integrity sha512-kE+jvoj/OyJV24C03VvLt5zclb9ArJi04wWXMMFwQvdZjdHoBlN4g0ZQFjyy/ejPF1Z/dpUD5dhRdBiUmIGZTA==

"@reach/router@^1.2.1", "@reach/router@^1.3.3":
version "1.3.3"
Expand Down

0 comments on commit 002a2f6

Please sign in to comment.