Skip to content

Commit

Permalink
Tabster 5.0.1 (#29832)
Browse files Browse the repository at this point in the history
* Upgrading Tabster to 5.0.1.
  • Loading branch information
mshoho authored Nov 14, 2023
1 parent 420dc05 commit 5a3da36
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Improving how Tabster uncontrolled areas are handled for better interop with third party focus management tools like FocusZone.",
"packageName": "@fluentui/react-tabster",
"email": "[email protected]",
"dependentChangeType": "patch"
}
4 changes: 2 additions & 2 deletions packages/react-components/react-tabster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@fluentui/react-utilities": "^9.15.2",
"@griffel/react": "^1.5.14",
"@swc/helpers": "^0.5.1",
"keyborg": "^2.1.0",
"tabster": "^4.8.0"
"keyborg": "^2.2.0",
"tabster": "^5.0.1"
},
"peerDependencies": {
"@types/react": ">=16.14.0 <19.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16861,10 +16861,10 @@ [email protected]:
ua-parser-js "^0.7.30"
yargs "^16.1.1"

keyborg@^2.0.0, keyborg@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/keyborg/-/keyborg-2.1.0.tgz#e6975b83ade58bef7bed13d6e107b9ed2b98ccd3"
integrity sha512-0+v3/GIYG6gClwBOXrHet31n1UJW49xbKgVPUu6we41aq9tAmMosVXEdctZxsQdebyxtrcxVTkvHjBD1XPOHwg==
keyborg@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/keyborg/-/keyborg-2.2.0.tgz#a59c431f3b949dcec3b0357d5b9c6b7a69d0c1e9"
integrity sha512-yQa1dz+FilQ+w3JM6GH2V/wnFeQhfbkK9stvs3UiraW3GOEO7zrOBBh0ZuHsrzeN1xx6v7P5EpA2JtOUUnfN/w==

keygrip@~1.1.0:
version "1.1.0"
Expand Down Expand Up @@ -24049,12 +24049,12 @@ table@^6.0.4, table@^6.0.7:
string-width "^4.2.3"
strip-ansi "^6.0.1"

tabster@^4.8.0:
version "4.8.0"
resolved "https://registry.yarnpkg.com/tabster/-/tabster-4.8.0.tgz#e1f9b5c7c8e4b642d6a91e243de0dfc09d8cacc5"
integrity sha512-R1ib3x0Rd+iepvrzXdEkd2Qa2O5dV7jaZtR4BhkhE9sBYMolbVc6EgHGTHBQvdXQBdU8I2MXCMn0c6jarJb+GA==
tabster@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/tabster/-/tabster-5.0.1.tgz#e6a1bd6f11db87826f11e36c207c29b7314b4c77"
integrity sha512-j5GGbN214MiPihGKemENq+fAHKoEpKZvVKakG/reUk3u+dPm/xvmlxYCQY8XayzxpvEu0i/6cMYjBMsEjcvdgA==
dependencies:
keyborg "^2.0.0"
keyborg "^2.2.0"
tslib "^2.3.1"

[email protected]:
Expand Down

0 comments on commit 5a3da36

Please sign in to comment.