Skip to content

Commit

Permalink
Bump tabbable to v6.1.1 (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefcameron committed Feb 15, 2023
1 parent 49dafe4 commit a00cfa5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/pretty-fishes-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'focus-trap': patch
---

Bump tabbable to v6.1.1 for JSDom fixes
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"homepage": "https://github.com/focus-trap/focus-trap#readme",
"dependencies": {
"tabbable": "^6.1.0"
"tabbable": "^6.1.1"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4966,10 +4966,10 @@ supports-preserve-symlinks-flag@^1.0.0:
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==

tabbable@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-6.1.0.tgz#9ba344968e4cecaa32164edcc77edce5e23029a7"
integrity sha512-m5u+3rSOjiNAgWTzEwPMLNZt26gzb1K7B5Nofszpfx4MMJ1QnEwJJMgGf630TbXssgWfKNtu5UsOakHeK7dN7Q==
tabbable@^6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-6.1.1.tgz#40cfead5ed11be49043f04436ef924c8890186a0"
integrity sha512-4kl5w+nCB44EVRdO0g/UGoOp3vlwgycUVtkk/7DPyeLZUCuNFFKCFG6/t/DgHLrUPHjrZg6s5tNm+56Q2B0xyg==

term-size@^2.1.0:
version "2.2.0"
Expand Down

0 comments on commit a00cfa5

Please sign in to comment.