Skip to content

Commit

Permalink
Update explicit tabbable dependency to 6.0.1; ft already at 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefcameron committed Nov 16, 2022
1 parent 39903e9 commit d0de500
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .changeset/hot-students-kneel.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"focus-trap-react": patch
---

[#796] Add help for Strict Mode in README
Add help for Strict Mode in README [#796](https://github.com/focus-trap/focus-trap-react/issues/796)
5 changes: 5 additions & 0 deletions .changeset/nasty-flies-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'focus-trap-react': patch
---

Bump focus-trap to 7.1.0 and tabbable to 6.0.1 for new trap features and bug fixes
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"dependencies": {
"focus-trap": "^7.1.0",
"tabbable": "^6.0.0"
"tabbable": "^6.0.1"
},
"peerDependencies": {
"prop-types": "^15.8.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"

"@jest/types@^29.0.3", "@jest/types@^29.2.1", "@jest/types@^29.3.1":
"@jest/types@^29.0.3", "@jest/types@^29.3.1":
version "29.3.1"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.3.1.tgz#7c5a80777cb13e703aeec6788d044150341147e3"
integrity sha512-d0S0jmmTpjnhCmNpApgX3jrUZgZ22ivKJRvL2lli5hpCRoNnp1f85r2/wpKfXuYu8E7Jjh1hGfhPyup1NM5AmA==
Expand Down Expand Up @@ -5535,7 +5535,7 @@ jest-snapshot@^29.3.1:
pretty-format "^29.3.1"
semver "^7.3.5"

jest-util@^29.0.3, jest-util@^29.2.1, jest-util@^29.3.1:
jest-util@^29.0.3, jest-util@^29.3.1:
version "29.3.1"
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.3.1.tgz#1dda51e378bbcb7e3bc9d8ab651445591ed373e1"
integrity sha512-7YOVZaiX7RJLv76ZfHt4nbNEzzTRiMW/IiOG7ZOKmTXmoGBxUDefgMAxQubu6WPVqP5zSzAdZG0FfLcC7HOIFQ==
Expand Down Expand Up @@ -7844,7 +7844,7 @@ syntax-error@^1.1.1:
dependencies:
acorn-node "^1.2.0"

tabbable@^6.0.0, tabbable@^6.0.1:
tabbable@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-6.0.1.tgz#427a09b13c83ae41eed3e88abb76a4af28bde1a6"
integrity sha512-SYJSIgeyXW7EuX1ytdneO5e8jip42oHWg9xl/o3oTYhmXusZVgiA+VlPvjIN+kHii9v90AmzTZEBcsEvuAY+TA==
Expand Down

0 comments on commit d0de500

Please sign in to comment.