Skip to content

Commit 6a39217

Browse files
authored
Bump tabbable to 5.1.2 (#184)
To help close the gap with #172, bump the version since it has a similar fix to tabbable.
1 parent 756c79d commit 6a39217

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.changeset/dull-wolves-change.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'focus-trap': patch
3+
---
4+
5+
Close the gap with #172 and bump `tabbable` to 5.1.2 which has a similar fix.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"homepage": "https://github.com/focus-trap/focus-trap#readme",
5858
"dependencies": {
59-
"tabbable": "^5.1.1"
59+
"tabbable": "^5.1.2"
6060
},
6161
"devDependencies": {
6262
"@babel/cli": "^7.11.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6398,10 +6398,10 @@ syntax-error@^1.1.1:
63986398
dependencies:
63996399
acorn-node "^1.2.0"
64006400

6401-
tabbable@^5.1.1:
6402-
version "5.1.1"
6403-
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-5.1.1.tgz#33d6950a615bc78c6eb6828f3953e66544817dc4"
6404-
integrity sha512-qjkrV7I29Lkg///jPQnq26+26q9wQOKTEcckrwPejTsxxl2zdK60x0XmiEELCEParLhgbVQRflyKkpr+K/SmCQ==
6401+
tabbable@^5.1.2:
6402+
version "5.1.2"
6403+
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-5.1.2.tgz#3c4eac2901d0000913d13ce147229eb1405b59ca"
6404+
integrity sha512-DNmnX4XgkjK7kxDnQ5IbyYoNke2izMk5b62All0qxzoCF3wE7H9CuZ2IPdfAN8v79E0rpjv2k78uWuIXupGa9g==
64056405

64066406
table@^5.2.3:
64076407
version "5.4.6"

0 commit comments

Comments
 (0)