Skip to content

Commit 64a5ca8

Browse files
Updated @azure/communication-react package and other dependencies (#201)
1 parent 0a5d3a2 commit 64a5ca8

7 files changed

Lines changed: 6498 additions & 14085 deletions

File tree

Chat/package-lock.json

Lines changed: 819 additions & 815 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@azure/communication-chat": "^1.5.4",
2222
"@azure/communication-common": "^2.3.1",
2323
"@azure/communication-identity": "^1.3.0",
24-
"@azure/communication-react": "1.28.0",
24+
"@azure/communication-react": "1.29.0",
2525
"@azure/logger": "^1.0.4",
2626
"@fluentui/react": "^8.115.2",
2727
"@fluentui/react-file-type-icons": "^8.11.4",

Chat/src/app/RichTextEditorToggle.tsx

Lines changed: 0 additions & 1 deletion
This file was deleted.

Chat/src/app/theming/SwitchableFluentThemeProvider.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ const defaultTheme: NamedTheme = defaultThemes.Light as NamedTheme;
7171
const SwitchableFluentThemeContext = createContext<SwitchableFluentThemeContext>({
7272
currentTheme: defaultTheme,
7373
currentRtl: false,
74-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
74+
// eslint-disable-next-line @typescript-eslint/no-unused-vars, @typescript-eslint/no-empty-function
7575
setCurrentTheme: (theme: NamedTheme) => {},
76-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
76+
// eslint-disable-next-line @typescript-eslint/no-unused-vars, @typescript-eslint/no-empty-function
7777
setCurrentRtl: (rtl: boolean) => {},
7878
themeStore: defaultThemes
7979
});

Chat/src/app/utils/downloadHandler.tsx

Lines changed: 0 additions & 1 deletion
This file was deleted.

Chat/src/app/utils/uploadHandler.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)