Skip to content

Commit

Permalink
chore: fix dependencies in @fluentui/react-toolbar (microsoft#25466)
Browse files Browse the repository at this point in the history
* Update useToolbarRadioButton.ts

* Update package.json

* add change file
  • Loading branch information
layershifter authored and NotWoods committed Nov 18, 2022
1 parent d5a7ab5 commit a8233c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "chore: remove dependencies on Fluent UI v8",
"packageName": "@fluentui/react-toolbar",
"email": "olfedias@microsoft.com",
"dependentChangeType": "patch"
}
1 change: 0 additions & 1 deletion packages/react-components/react-toolbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@fluentui/react-theme": "^9.1.1",
"@fluentui/react-utilities": "^9.1.2",
"@fluentui/react-context-selector": "^9.0.5",
"@fluentui/react-hooks": "^8.6.12",
"@fluentui/react-radio": "^9.0.9",
"@fluentui/react-tabster": "^9.2.0",
"@griffel/react": "^1.4.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { useEventCallback } from '@fluentui/react-hooks';
import { useEventCallback } from '@fluentui/react-utilities';
import { useToggleButton_unstable } from '@fluentui/react-button';
import { useToolbarContext_unstable } from '../Toolbar/ToolbarContext';
import { ToolbarRadioButtonProps, ToolbarRadioButtonState } from './ToolbarRadioButton.types';
Expand Down

0 comments on commit a8233c9

Please sign in to comment.