Skip to content

Commit

Permalink
fix(react-tabster): bump keyborg to 2.6.0 nad tabster to 7.1.2 in ord…
Browse files Browse the repository at this point in the history
…er to fix iOS touch bug (#31268)

bump keyborg and tabster to fix iOS touch bug microsoft/keyborg#79
  • Loading branch information
mshoho committed May 3, 2024
1 parent bd9a5d6 commit de1ebdc
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": "fix: bump keyborg to 2.6.0 nad tabster to 7.1.2 in order to fix iOS touch bug",
"packageName": "@fluentui/react-tabster",
"email": "marata@microsoft.com",
"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.18.7",
"@griffel/react": "^1.5.14",
"@swc/helpers": "^0.5.1",
"keyborg": "^2.5.0",
"tabster": "^7.1.1"
"keyborg": "^2.6.0",
"tabster": "^7.1.2"
},
"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 @@ -16333,10 +16333,10 @@ karma@6.4.0:
ua-parser-js "^0.7.30"
yargs "^16.1.1"

keyborg@2.5.0, keyborg@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/keyborg/-/keyborg-2.5.0.tgz#0690136ecfa75e2f245b67f65bdb2be296f5735a"
integrity sha512-nb4Ji1suqWqj6VXb61Jrs4ab/UWgtGph4wDch2NIZDfLBUObmLcZE0aiDjZY49ghtu03fvwxDNvS9ZB0XMz6/g==
keyborg@2.6.0, keyborg@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/keyborg/-/keyborg-2.6.0.tgz#ebfcaaed2f517f9295058ff5d57d14e71958ab5a"
integrity sha512-o5kvLbuTF+o326CMVYpjlaykxqYP9DphFQZ2ZpgrvBouyvOxyEB7oqe8nOLFpiV5VCtz0D3pt8gXQYWpLpBnmA==

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

tabster@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/tabster/-/tabster-7.1.1.tgz#8d1ed706a6af08c140c60127e29714b03a520331"
integrity sha512-3VsXUb0XxVcFq9NmzTieAJAlruMiaj/dvXIHm7RgjsUrMGkEcq9KbBdai05NAGp2D2d/CxHc6j1mbuUzGofWBA==
tabster@^7.1.2:
version "7.1.2"
resolved "https://registry.yarnpkg.com/tabster/-/tabster-7.1.2.tgz#ab2fb2bc67b78059e1406b2afc35aec69eb824a5"
integrity sha512-wYG9ddAeSUxBrcPCZ+hQV5IcsyM089nTGkQ53G9/2pPDdUa3pBC4sP3qmdbvu+IoFpy62CMDxMgxQmegtCiLKg==
dependencies:
keyborg "2.5.0"
keyborg "2.6.0"
tslib "^2.3.1"

tachometer@0.7.0:
Expand Down

0 comments on commit de1ebdc

Please sign in to comment.