Skip to content

Commit d463a31

Browse files
Merge remote-tracking branch 'origin/main' into dependabot/npm_and_yarn/Chat/multi-96c788614a
2 parents ff50422 + 0ca7c21 commit d463a31

8 files changed

Lines changed: 6480 additions & 14067 deletions

File tree

Chat/package-lock.json

Lines changed: 812 additions & 808 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.

Server/package-lock.json

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

Server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"http-errors": "^1.6.3",
3333
"morgan": "^1.9.1",
3434
"node-fetch": "2.6.7",
35-
"multer": "2.0.1",
35+
"multer": "2.0.2",
3636
"@types/multer": "^1.4.11"
3737
},
3838
"devDependencies": {

0 commit comments

Comments
 (0)