Skip to content

Commit

Permalink
fix: Bump react-aria/stately. (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh authored Apr 27, 2021
1 parent 1096576 commit 5b69eb0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@react-types/shared": "^3.4.0",
"react-aria": "^3.4.0",
"react-stately": "^3.3.0"
"react-aria": "^3.5.0",
"react-stately": "^3.4.0"
},
"devDependencies": {
"@babel/core": "^7.13.1",
Expand Down
3 changes: 1 addition & 2 deletions src/components/IconButton.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { useButton } from "@react-aria/button";
import { useMemo, useRef } from "react";
import { useFocusRing, useHover } from "react-aria";
import { useButton, useFocusRing, useHover } from "react-aria";
import { Icon, IconProps } from "src";
import { Css, Palette } from "src/Css";
import { BeamButtonProps, BeamFocusableProps } from "src/interfaces";
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12370,7 +12370,7 @@ react-addons-create-fragment@^15.6.2:
loose-envify "^1.3.1"
object-assign "^4.1.0"

react-aria@^3.4.0:
react-aria@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/react-aria/-/react-aria-3.5.0.tgz#52ba11feac30578c6c61a08137958fa2d32b8215"
integrity sha512-V/qPcflOHTdt30BW9BV90nLwB9GsL6mbaMj2VORHUdJFw1VpqLUx91Cx4KDYmaWk5I+j5pjM1rO79VwTIJ3KHA==
Expand Down Expand Up @@ -12625,7 +12625,7 @@ react-sizeme@^3.0.1:
shallowequal "^1.1.0"
throttle-debounce "^3.0.1"

react-stately@^3.3.0:
react-stately@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/react-stately/-/react-stately-3.4.0.tgz#8a596e0544ae708be96614c1fd3e10f259cc6a95"
integrity sha512-mlewf8B5xJbxCkjlJtLct1nLmsxTnXSSGFn1gFI46e9rTgmq2AzVQg7gWk4iGT9+QhN+8i/nWEqXXqNJ1pqJGA==
Expand Down

0 comments on commit 5b69eb0

Please sign in to comment.