Skip to content

Commit

Permalink
Bump tabbable to 5.2.1 (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefcameron committed Aug 14, 2021
1 parent fdd5108 commit 24063d7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-rats-poke.md
@@ -0,0 +1,5 @@
---
'focus-trap': patch
---

Update tabbable to v5.2.1 to get bug fix for disabled fieldsets.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
},
"homepage": "https://github.com/focus-trap/focus-trap#readme",
"dependencies": {
"tabbable": "^5.2.0"
"tabbable": "^5.2.1"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -6677,10 +6677,10 @@ syntax-error@^1.1.1:
dependencies:
acorn-node "^1.2.0"

tabbable@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-5.2.0.tgz#4fba60991d8bb89d06e5d9455c92b453acf88fb2"
integrity sha512-0uyt8wbP0P3T4rrsfYg/5Rg3cIJ8Shl1RJ54QMqYxm1TLdWqJD1u6+RQjr2Lor3wmfT7JRHkirIwy99ydBsyPg==
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==

table@^6.0.9:
version "6.7.1"
Expand Down

0 comments on commit 24063d7

Please sign in to comment.