Skip to content

Commit 26c3dea

Browse files
authored
Update tabbable and focus-trap (#1952)
1 parent b8ec7b8 commit 26c3dea

3 files changed

Lines changed: 16 additions & 11 deletions

File tree

.changeset/five-dryers-sell.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 to tabbable@6.5.0 and focus-trap@8.2.2 for visibility bug fix and support for image areas

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
"typescript": "^6.0.3"
109109
},
110110
"dependencies": {
111-
"focus-trap": "^8.2.1",
112-
"tabbable": "^6.4.0"
111+
"focus-trap": "^8.2.2",
112+
"tabbable": "^6.5.0"
113113
},
114114
"peerDependencies": {
115115
"@types/react": "^18.0.0 || ^19.0.0",

0 commit comments

Comments
 (0)