Skip to content

Commit 83e283c

Browse files
authored
Bump focus-trap to 6.7.3 (#599)
1 parent ca98c16 commit 83e283c

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.changeset/khaki-pets-notice.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'focus-trap-react': patch
3+
---
4+
5+
Update focus-trap to v6.7.3 for bug fix related to elements with a negative `tabindex`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"typescript": "^4.5.5"
9292
},
9393
"dependencies": {
94-
"focus-trap": "^6.7.2"
94+
"focus-trap": "^6.7.3"
9595
},
9696
"peerDependencies": {
9797
"prop-types": "^15.8.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4256,10 +4256,10 @@ flatted@^3.1.0:
42564256
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067"
42574257
integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==
42584258

4259-
focus-trap@^6.7.2:
4260-
version "6.7.2"
4261-
resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-6.7.2.tgz#02e63b12f4d4b3d00bfac4309cfd223e9b4ed44e"
4262-
integrity sha512-mRVv9QPCXITaDreu+pNXiPk1Rpn0WQtGvGrDo3Z/s2kdwtzFw/WOPfbLkdxWWvcahoInm9eRztuQOr1RNyQGrw==
4259+
focus-trap@^6.7.3:
4260+
version "6.7.3"
4261+
resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-6.7.3.tgz#b5dc195b49c90001f08a63134471d1e6dd381ddd"
4262+
integrity sha512-8xCEKndV4KrseGhFKKKmczVA14yx1/hnmFICPOjcFjToxCJYj/NHH43tPc3YE/PLnLRNZoFug0EcWkGQde/miQ==
42634263
dependencies:
42644264
tabbable "^5.2.1"
42654265

0 commit comments

Comments
 (0)