-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin tabster to older version without bug (#2634)
- Loading branch information
1 parent
0ca049c
commit 0691b48
Showing
2 changed files
with
34 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,10 @@ | |
* PNPM documentation: https://pnpm.io/package_json#pnpmoverrides | ||
*/ | ||
"globalOverrides": { | ||
"[email protected]": "^3.3.2" | ||
"[email protected]": "^3.3.2", | ||
// BUG https://github.com/microsoft/tabster/issues/316 | ||
"@fluentui/react-tabster": "9.12.9", | ||
"tabster": "4.7.0" | ||
// "example1": "^1.0.0", | ||
// "example2": "npm:@company/example2@^1.0.0" | ||
}, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.