Skip to content

Commit

Permalink
Bump focus-trap to v7.5.2 (#1025)
Browse files Browse the repository at this point in the history
Fixes a bug in Safari with `Array.findLast()` not being defined.
  • Loading branch information
stefcameron authored Jul 4, 2023
1 parent 4f8f218 commit 1d58209
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-bees-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'focus-trap-react': patch
---

Bump focus-trap to v7.5.2 for Safari-related bug fix with `Array.findLast()`
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"typescript": "^5.1.5"
},
"dependencies": {
"focus-trap": "^7.5.1",
"focus-trap": "^7.5.2",
"tabbable": "^6.2.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 1d58209

Please sign in to comment.