Skip to content

Commit 6b26070

Browse files
authored
[ACS][Chat] Updated dependencies for Chat samples (#260)
1 parent 1840436 commit 6b26070

File tree

14 files changed

+269
-287
lines changed

14 files changed

+269
-287
lines changed

join-chat-to-teams-meeting/Chat Experience with File Sharing/package-lock.json

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

join-chat-to-teams-meeting/Chat Experience with File Sharing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "",
1212
"license": "ISC",
1313
"dependencies": {
14-
"@azure/communication-calling": "1.25.1-beta.1",
14+
"@azure/communication-calling": "1.26.1-beta.1",
1515
"@azure/communication-chat": "1.6.0-beta.2",
1616
"@azure/communication-common": "^2.3.0",
1717
"@azure/communication-identity": "^1.3.0"

join-chat-to-teams-meeting/Chat Experience with Inline Image/package-lock.json

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

join-chat-to-teams-meeting/Chat Experience with Inline Image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "",
1212
"license": "ISC",
1313
"dependencies": {
14-
"@azure/communication-calling": "1.25.1-beta.1",
14+
"@azure/communication-calling": "1.26.1-beta.1",
1515
"@azure/communication-chat": "1.6.0-beta.2",
1616
"@azure/communication-common": "^2.3.1",
1717
"@azure/communication-identity": "^1.3.0"

join-chat-to-teams-meeting/Chat Experience/package-lock.json

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

join-chat-to-teams-meeting/Chat Experience/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "",
1212
"license": "ISC",
1313
"dependencies": {
14-
"@azure/communication-calling": "1.25.1-beta.1",
14+
"@azure/communication-calling": "1.26.1-beta.1",
1515
"@azure/communication-chat": "1.6.0-beta.2",
1616
"@azure/communication-common": "^2.3.1",
1717
"@azure/communication-identity": "^1.3.0"

ui-library-filesharing-chat-composite/app/package-lock.json

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

ui-library-filesharing-chat-composite/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@azure/communication-calling": "1.25.1-beta.1",
6+
"@azure/communication-calling": "1.26.1-beta.1",
77
"@azure/communication-calling-effects": "1.0.1",
8-
"@azure/communication-chat": "1.6.0-beta.1",
9-
"@azure/communication-react": "1.17.0-beta.1",
8+
"@azure/communication-chat": "1.6.0-beta.2",
9+
"@azure/communication-react": "1.18.0-beta.1",
1010
"axios": "^1.6.7",
1111
"form-data": "^4.0.0",
1212
"react": "^18.0.0",

0 commit comments

Comments
 (0)