Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Leah-Xia-Microsoft committed Aug 20, 2024
1 parent 56bc6e4 commit 0ea4856
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions ui-library-quickstart-ui-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui-library-quickstart-ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@azure/communication-calling": "1.28.1-beta.2",
"@azure/communication-chat": "1.6.0-beta.3",
"@azure/communication-react": "1.19.0-beta.1",
"@fluentui/react": "8.119.3",
"@fluentui/react": "8.120.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
Expand Down
4 changes: 2 additions & 2 deletions ui-library-quickstart-ui-components/src/CallingComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import {
VideoTile
} from '@azure/communication-react';

import { IContextualMenuProps, mergeStyles, Stack } from '@fluentui/react';
import { mergeStyles, Stack } from '@fluentui/react';
import React, { useState } from 'react';

export const CallingComponents = (): JSX.Element => {
const exampleOptionsMenuProps: IContextualMenuProps = {
const exampleOptionsMenuProps = {
items: [
{
key: '1',
Expand Down

0 comments on commit 0ea4856

Please sign in to comment.