Skip to content

Commit

Permalink
fix(base-modal): Update react-focus-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
v-gevak committed Feb 9, 2023
1 parent 0032ba4 commit 0d2ae7c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-tools-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@alfalab/core-components-base-modal': patch
---

Обновлена зависимость react-focus-lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"popper-max-size-modifier": "^0.2.0",
"react-canvas-pattern-lock": "^1.0.2",
"react-div-100vh": "^0.7.0",
"react-focus-lock": "2.9.1",
"react-focus-lock": "^2.9.3",
"react-merge-refs": "^1.1.0",
"react-popper": "^2.3.0",
"react-swipeable": "^5.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/base-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@alfalab/core-components-stack": "^4.0.2",
"@juggle/resize-observer": "^3.3.1",
"classnames": "^2.3.1",
"react-focus-lock": "^2.9.1",
"react-focus-lock": "^2.9.3",
"react-merge-refs": "^1.1.0",
"react-transition-group": "^4.4.5"
},
Expand Down
22 changes: 17 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13598,10 +13598,10 @@ flush-write-stream@^1.0.0:
inherits "^2.0.3"
readable-stream "^2.3.6"

focus-lock@^0.11.2:
version "0.11.2"
resolved "https://registry.npmjs.org/focus-lock/-/focus-lock-0.11.2.tgz#aeef3caf1cea757797ac8afdebaec8fd9ab243ed"
integrity sha512-pZ2bO++NWLHhiKkgP1bEXHhR1/OjVcSvlCJ98aNJDFeb7H5OOQaO+SKOZle6041O9rv2tmbrO4JzClAvDUHf0g==
focus-lock@^0.11.2, focus-lock@^0.11.5:
version "0.11.5"
resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-0.11.5.tgz#bef1bf86000ce5ee634a7fedeecf28a580dfbc9d"
integrity sha512-1mTr6pl9HBpJ8CqY7hRc38MCrcuTZIeYAkBD1gBTzbx5/to+bRBaBYtJ68iDq7ryTzAAbKrG3dVKjkrWTaaEaw==
dependencies:
tslib "^2.0.3"

Expand Down Expand Up @@ -21693,7 +21693,7 @@ react-fast-compare@^3.0.1:
resolved "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.0.tgz"
integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==

[email protected], react-focus-lock@^2.9.1:
[email protected]:
version "2.9.1"
resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.9.1.tgz#094cfc19b4f334122c73bb0bff65d77a0c92dd16"
integrity sha512-pSWOQrUmiKLkffPO6BpMXN7SNKXMsuOakl652IBuALAu1esk+IcpJyM+ALcYzPTTFz1rD0R54aB9A4HuP5t1Wg==
Expand All @@ -21705,6 +21705,18 @@ [email protected], react-focus-lock@^2.9.1:
use-callback-ref "^1.3.0"
use-sidecar "^1.1.2"

react-focus-lock@^2.9.3:
version "2.9.3"
resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.9.3.tgz#147bc783f4325b7ab52ac580c8afffdfc1d7ce23"
integrity sha512-cGNkz9p5Fpqio6hBHlkKxzRYrBYtcPosFOL6Q3N/LSbHjwP/PTBqHpvbgaOYoE7rWfzw8qXPKTB3Tk/VPgw4NQ==
dependencies:
"@babel/runtime" "^7.0.0"
focus-lock "^0.11.5"
prop-types "^15.6.2"
react-clientside-effect "^1.2.6"
use-callback-ref "^1.3.0"
use-sidecar "^1.1.2"

react-github-btn@^1.2.0:
version "1.2.0"
resolved "https://registry.npmjs.org/react-github-btn/-/react-github-btn-1.2.0.tgz"
Expand Down

0 comments on commit 0d2ae7c

Please sign in to comment.