fix: focus trap error (#974)
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
"@standardnotes/filepicker": "1.10.5",
|
||||
"@standardnotes/sncrypto-web": "1.8.2",
|
||||
"@standardnotes/snjs": "2.94.3",
|
||||
"@standardnotes/stylekit": "5.21.3",
|
||||
"@standardnotes/stylekit": "5.22.0",
|
||||
"@zip.js/zip.js": "^2.4.7",
|
||||
"mobx": "^6.5.0",
|
||||
"mobx-react-lite": "^3.3.0",
|
||||
|
||||
21
yarn.lock
21
yarn.lock
@@ -2508,16 +2508,15 @@
|
||||
"@standardnotes/sncrypto-common" "^1.7.5"
|
||||
"@standardnotes/utils" "^1.4.8"
|
||||
|
||||
"@standardnotes/stylekit@5.21.3":
|
||||
version "5.21.3"
|
||||
resolved "https://registry.yarnpkg.com/@standardnotes/stylekit/-/stylekit-5.21.3.tgz#32d136328e7ec04f983fe635ec507a05084f3aac"
|
||||
integrity sha512-0ILhE/xtuGBbBuMRurdWDuHrtMvIoJoMwu/2wp+2WNlYzWbSzq/TQ3MYYBUUS76K/nerxJwr7kBtZeJpCdWccg==
|
||||
"@standardnotes/stylekit@5.22.0":
|
||||
version "5.22.0"
|
||||
resolved "https://registry.yarnpkg.com/@standardnotes/stylekit/-/stylekit-5.22.0.tgz#9524f57bee328ff61336d9efcee5684f35430b94"
|
||||
integrity sha512-u3ywcUS/CJEp04B8XQNVDFtELCyAkwlQr2KiXVVXs1jnuhdMYAbvgLhwZR4MqBrnvTKtHRyH0Ryxd6M32lv7ZA==
|
||||
dependencies:
|
||||
"@nanostores/preact" "^0.1.3"
|
||||
"@reach/listbox" "^0.16.2"
|
||||
"@reach/menu-button" "^0.16.2"
|
||||
"@svgr/webpack" "^6.2.1"
|
||||
focus-trap "^6.7.3"
|
||||
nanoid "^3.3.1"
|
||||
nanostores "^0.5.10"
|
||||
prop-types "^15.8.1"
|
||||
@@ -5414,13 +5413,6 @@ focus-lock@^0.9.1:
|
||||
dependencies:
|
||||
tslib "^2.0.3"
|
||||
|
||||
focus-trap@^6.7.3:
|
||||
version "6.7.3"
|
||||
resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-6.7.3.tgz#b5dc195b49c90001f08a63134471d1e6dd381ddd"
|
||||
integrity sha512-8xCEKndV4KrseGhFKKKmczVA14yx1/hnmFICPOjcFjToxCJYj/NHH43tPc3YE/PLnLRNZoFug0EcWkGQde/miQ==
|
||||
dependencies:
|
||||
tabbable "^5.2.1"
|
||||
|
||||
follow-redirects@^1.0.0:
|
||||
version "1.13.0"
|
||||
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
|
||||
@@ -9803,11 +9795,6 @@ tabbable@^4.0.0:
|
||||
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-4.0.0.tgz#5bff1d1135df1482cf0f0206434f15eadbeb9261"
|
||||
integrity sha512-H1XoH1URcBOa/rZZWxLxHCtOdVUEev+9vo5YdYhC9tCY4wnybX+VQrCYuy9ubkg69fCBxCONJOSLGfw0DWMffQ==
|
||||
|
||||
tabbable@^5.2.1:
|
||||
version "5.2.1"
|
||||
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-5.2.1.tgz#e3fda7367ddbb172dcda9f871c0fdb36d1c4cd9c"
|
||||
integrity sha512-40pEZ2mhjaZzK0BnI+QGNjJO8UYx9pP5v7BGe17SORTO0OEuuaAwQTkAp8whcZvqon44wKFOikD+Al11K3JICQ==
|
||||
|
||||
tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0:
|
||||
version "2.2.1"
|
||||
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
|
||||
|
||||
Reference in New Issue
Block a user