From aadfac0de7736a78ceebf02fcd0b4a29173cf6b8 Mon Sep 17 00:00:00 2001 From: vhuseinova-msft <98852890+vhuseinova-msft@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:18:01 -0700 Subject: [PATCH] Updated dependencies. Fixed an issue with node version for file sharing quickstarts --- .../README.md | 49 +++++++++---------- .../app/package-lock.json | 8 +-- .../app/package.json | 2 +- .../package-lock.json | 2 +- .../package.json | 2 +- .../playwright.config.ts | 2 +- .../README.md | 15 +++--- .../app/package-lock.json | 8 +-- .../app/package.json | 2 +- .../package-lock.json | 2 +- .../package.json | 2 +- .../playwright.config.ts | 2 +- .../package-lock.json | 14 +++--- .../package.json | 2 +- .../package-lock.json | 8 +-- .../package.json | 2 +- .../package-lock.json | 8 +-- .../package.json | 2 +- 18 files changed, 66 insertions(+), 66 deletions(-) diff --git a/ui-library-filesharing-chat-composite/README.md b/ui-library-filesharing-chat-composite/README.md index 0ccb4c3a..250b0d8c 100644 --- a/ui-library-filesharing-chat-composite/README.md +++ b/ui-library-filesharing-chat-composite/README.md @@ -1,10 +1,10 @@ --- page_type: sample languages: -- javascript + - javascript products: -- azure -- azure-communication-services + - azure + - azure-communication-services --- # UI Library Sample - File Sharing using UI Chat Composite @@ -15,10 +15,11 @@ into an [Azure Communication Services][docs-root] powered [React] application. For a step-by-step guide to building this sample yourself, see the [associated tutorial](https://docs.microsoft.com/azure/communication-services/tutorials/file-sharing-tutorial). This sample includes: -* A React based application showcasing file sharing feature using UI chat composite provided by the [Azure Communication Services UI library][docs-ui-library]. -* Backend API for uploading file to Azure Blob Storage built using [Typescript Azure Functions][typescript-azure-functions]. ->This Quickstart for FileSharing is not to be confused with the Teams Interopability feature where a ACS user can receive [SharePoint files](https://learn.microsoft.com/microsoft-365/solutions/microsoft-365-limit-sharing?view=o365-worldwide) with proper file permissions shared by a Teams user. This feature is currently available in Public Preview, for more information please refer to [Supplemental Terms of Use for Microsoft Azure Previews.](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) +- A React based application showcasing file sharing feature using UI chat composite provided by the [Azure Communication Services UI library][docs-ui-library]. +- Backend API for uploading file to Azure Blob Storage built using [Typescript Azure Functions][typescript-azure-functions]. + +> This Quickstart for FileSharing is not to be confused with the Teams Interopability feature where a ACS user can receive [SharePoint files](https://learn.microsoft.com/microsoft-365/solutions/microsoft-365-limit-sharing?view=o365-worldwide) with proper file permissions shared by a Teams user. This feature is currently available in Public Preview, for more information please refer to [Supplemental Terms of Use for Microsoft Azure Previews.](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) [docs-root]: https://docs.microsoft.com/en-us/azure/communication-services/ [docs-ui-library]: https://azure.github.io/communication-ui-library/ @@ -27,33 +28,32 @@ This sample includes: ## Code organization -* [app/](./app) - This directory contains source code for the React frontend. - * [app/src/App.tsx](./app/src/App.tsx) - Application entry-point. Built primarily using UI library's [ChatComposite](https://azure.github.io/communication-ui-library/?path=/docs/composites-chat-basicexample--basic-example). -* [api/](./api) - This directory contains the source code for the backend API. - * [api/UploadFileToAzureBlobStore](./api/UploadFileToAzureBlobStore/index.ts) - Azure Function to upload the file to Azure Blob Store. - +- [app/](./app) - This directory contains source code for the React frontend. + - [app/src/App.tsx](./app/src/App.tsx) - Application entry-point. Built primarily using UI library's [ChatComposite](https://azure.github.io/communication-ui-library/?path=/docs/composites-chat-basicexample--basic-example). +- [api/](./api) - This directory contains the source code for the backend API. + - [api/UploadFileToAzureBlobStore](./api/UploadFileToAzureBlobStore/index.ts) - Azure Function to upload the file to Azure Blob Store. ### Prerequisites - Azure Resources You need a few Azure resources before running this sample locally. -* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) . -* [Node.js](https://nodejs.org/en/) Active LTS and Maintenance LTS versions (20.x.x is recommended). -* An active Communication Services resource. [Create a Communication Services resource](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource). -* An identity with Chat scope. Generate an identity using the [Azure Portal](https://docs.microsoft.com/azure/communication-services/quickstarts/identity/quick-create-identity). -* [Azure Storage Account](https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview) -* [Azure Blob Storage](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-nodejs) - * For using azure storage in production environments, please follow the [azure storage application architecture guide](https://docs.microsoft.com/en-us/azure/architecture/guide/multitenant/service/storage) +- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) . +- [Node.js](https://nodejs.org/en/) Active LTS and Maintenance LTS versions (20.x.x is recommended). +- An active Communication Services resource. [Create a Communication Services resource](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource). +- An identity with Chat scope. Generate an identity using the [Azure Portal](https://docs.microsoft.com/azure/communication-services/quickstarts/identity/quick-create-identity). +- [Azure Storage Account](https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview) +- [Azure Blob Storage](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-nodejs) + - For using azure storage in production environments, please follow the [azure storage application architecture guide](https://docs.microsoft.com/en-us/azure/architecture/guide/multitenant/service/storage) ### Prerequisites -- Configuration Once you have these resources setup, you need to replace the placeholders in these two files: -* [api/local.settings.json](./api/local.settings.json) - * Enter the access key based [connection string for the Azure Storage account](https://docs.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string). -* Enter all the required details in [app/src/App.tsx](./app/src/App.tsx). - * A UserId and Token can be generated using [Azure Portal](https://docs.microsoft.com/azure/communication-services/quickstarts/identity/quick-create-identity). - * ThreadId can be generated by following [Microsoft Docs](https://docs.microsoft.com/en-us/javascript/api/overview/azure/communication-chat-readme?view=azure-node-latest). +- [api/local.settings.json](./api/local.settings.json) + - Enter the access key based [connection string for the Azure Storage account](https://docs.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string). +- Enter all the required details in [app/src/App.tsx](./app/src/App.tsx). + - A UserId and Token can be generated using [Azure Portal](https://docs.microsoft.com/azure/communication-services/quickstarts/identity/quick-create-identity). + - ThreadId can be generated by following [Microsoft Docs](https://docs.microsoft.com/en-us/javascript/api/overview/azure/communication-chat-readme?view=azure-node-latest). ### Prerequisites - Developement Environment @@ -77,7 +77,6 @@ You'll need to run the client and server separately: - Start the Static Web Apps proxy: `npm run start:dev` - Navigate to your application at `localhost:4280`. -Currently, `azure-functions-core-tools` supports up to Node.js v20. If you're using a higher version (e.g., v22), you may encounter issues such as `localhost:4280` showing a "This site can’t be reached" error. \ No newline at end of file +Currently, `azure-functions-core-tools` supports up to Node.js v20.9. If you're using a higher version (e.g., v22), you may encounter issues such as `localhost:4280` showing a "This site can’t be reached" error. diff --git a/ui-library-filesharing-chat-composite/app/package-lock.json b/ui-library-filesharing-chat-composite/app/package-lock.json index 408ecee3..d3ceebe7 100644 --- a/ui-library-filesharing-chat-composite/app/package-lock.json +++ b/ui-library-filesharing-chat-composite/app/package-lock.json @@ -11,7 +11,7 @@ "@azure/communication-calling": "1.36.1-beta.1", "@azure/communication-calling-effects": "1.1.4", "@azure/communication-chat": "1.6.0-beta.7", - "@azure/communication-react": "1.28.0-beta.1", + "@azure/communication-react": "1.28.0-beta.2", "@vitejs/plugin-react": "^4.4.1", "axios": "^1.7.7", "form-data": "^4.0.0", @@ -145,9 +145,9 @@ } }, "node_modules/@azure/communication-react": { - "version": "1.28.0-beta.1", - "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.28.0-beta.1.tgz", - "integrity": "sha512-QcFwf0ASO6OsBTMNOiTraEOFqfjmF2Cb8wgDBaFcJVdwlHdlF1c5iFHr1IGoZ+TKzCbPw3NFFvr777SX0MKUFA==", + "version": "1.28.0-beta.2", + "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.28.0-beta.2.tgz", + "integrity": "sha512-L1T3sUyYWRHDfgu9bDOQ/v9/lG3AQApcD2xV6Q+CIUIipPCZuPgz6BHYQOjTFOLVDtfpZDVSEQKir6gtKvee6A==", "license": "MIT", "dependencies": { "@azure/communication-common": "^2.3.2-beta.1", diff --git a/ui-library-filesharing-chat-composite/app/package.json b/ui-library-filesharing-chat-composite/app/package.json index 105db06e..868724fc 100644 --- a/ui-library-filesharing-chat-composite/app/package.json +++ b/ui-library-filesharing-chat-composite/app/package.json @@ -7,7 +7,7 @@ "@azure/communication-calling": "1.36.1-beta.1", "@azure/communication-calling-effects": "1.1.4", "@azure/communication-chat": "1.6.0-beta.7", - "@azure/communication-react": "1.28.0-beta.1", + "@azure/communication-react": "1.28.0-beta.2", "@vitejs/plugin-react": "^4.4.1", "axios": "^1.7.7", "form-data": "^4.0.0", diff --git a/ui-library-filesharing-chat-composite/package-lock.json b/ui-library-filesharing-chat-composite/package-lock.json index a1df1c2e..46364c6c 100644 --- a/ui-library-filesharing-chat-composite/package-lock.json +++ b/ui-library-filesharing-chat-composite/package-lock.json @@ -13,7 +13,7 @@ "azure-functions-core-tools": "^4.0.4483" }, "engines": { - "node": "20.x" + "node": "20.9.x" } }, "node_modules/@azure/static-web-apps-cli": { diff --git a/ui-library-filesharing-chat-composite/package.json b/ui-library-filesharing-chat-composite/package.json index c18306f6..f0bc7376 100644 --- a/ui-library-filesharing-chat-composite/package.json +++ b/ui-library-filesharing-chat-composite/package.json @@ -16,6 +16,6 @@ "@playwright/test": "^1.47.1" }, "engines": { - "node": "20.x" + "node": "20.9.x" } } diff --git a/ui-library-filesharing-chat-composite/playwright.config.ts b/ui-library-filesharing-chat-composite/playwright.config.ts index 001d7d2f..a0cd5947 100644 --- a/ui-library-filesharing-chat-composite/playwright.config.ts +++ b/ui-library-filesharing-chat-composite/playwright.config.ts @@ -70,7 +70,7 @@ export default defineConfig({ // stdout: "pipe", }, { - command: "npx -p node@16 npm run start:dev", + command: "npx -p node@20.9 npm run start:dev", port: 4280, reuseExistingServer: false, timeout: 120 * 1000, diff --git a/ui-library-filesharing-ui-components/README.md b/ui-library-filesharing-ui-components/README.md index c5f7ae4c..dd04ae7d 100644 --- a/ui-library-filesharing-ui-components/README.md +++ b/ui-library-filesharing-ui-components/README.md @@ -1,18 +1,19 @@ --- page_type: sample languages: -- javascript + - javascript products: -- azure -- azure-communication-services + - azure + - azure-communication-services --- + # UI Library Sample - File Sharing using UI Components ->This Quickstart for FileSharing is not to be confused with the Teams Interoperability feature where a ACS user can receive [SharePoint files](https://learn.microsoft.com/microsoft-365/solutions/microsoft-365-limit-sharing?view=o365-worldwide) with proper file permissions shared by a Teams user. This feature is currently available in Public Preview, for more information please refer to [Supplemental Terms of Use for Microsoft Azure Previews.](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) +> This Quickstart for FileSharing is not to be confused with the Teams Interoperability feature where a ACS user can receive [SharePoint files](https://learn.microsoft.com/microsoft-365/solutions/microsoft-365-limit-sharing?view=o365-worldwide) with proper file permissions shared by a Teams user. This feature is currently available in Public Preview, for more information please refer to [Supplemental Terms of Use for Microsoft Azure Previews.](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) ## Prerequisites -- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) . +- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) . - [Node.js](https://nodejs.org/en/) Active LTS and Maintenance LTS versions (20.x.x is recommended). - An active Communication Services resource. [Create a Communication Services resource](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource). - An identity with Chat scope. Generate an identity using the [Azure Portal](https://docs.microsoft.com/azure/communication-services/quickstarts/identity/quick-create-identity). @@ -26,12 +27,12 @@ products: The project can then be accessed on `localhost:4280` -Currently, `azure-functions-core-tools` supports up to Node.js v20. If you're using a higher version (e.g., v22), you may encounter issues such as `localhost:4280` showing a "This site can’t be reached" error. +Currently, `azure-functions-core-tools` supports up to Node.js v20.9. If you're using a higher version (e.g., v22), you may encounter issues such as `localhost:4280` showing a "This site can’t be reached" error. ## Code organization - [app/](./app) - This directory contains source code for the React frontend. - - [app/src/App.tsx](./app/src/App.tsx) - Application entry-point. Built primarily using UI library's [CallComposite](https://azure.github.io/communication-ui-library/?path=/docs/composites-call-basicexample--basic-example). You will need to populate variables like `userId`, `userAccessToken` etc., in this file. + - [app/src/App.tsx](./app/src/App.tsx) - Application entry-point. Built primarily using UI library's [CallComposite](https://azure.github.io/communication-ui-library/?path=/docs/composites-call-basicexample--basic-example). You will need to populate variables like `userId`, `userAccessToken` etc., in this file. - [app/src/ChatComponents.tsx](./app/src/ChatComponents.tsx) - Chat UI built using UI Library components and logic for implementing file sharing. - [api/](./api) - This directory contains the source code for the backend API (Azure function). - [api/UploadFileToAzureBlobStore/index.ts](./api/UploadFileToAzureBlobStore/index.ts) - Azure Function to handle file uploads. diff --git a/ui-library-filesharing-ui-components/app/package-lock.json b/ui-library-filesharing-ui-components/app/package-lock.json index ac962274..53177c30 100644 --- a/ui-library-filesharing-ui-components/app/package-lock.json +++ b/ui-library-filesharing-ui-components/app/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@azure/communication-calling": "1.36.1-beta.1", "@azure/communication-chat": "1.6.0-beta.7", - "@azure/communication-react": "1.28.0-beta.1", + "@azure/communication-react": "1.28.0-beta.2", "@vitejs/plugin-react": "^4.4.1", "axios": "^0.26.0", "form-data": "^4.0.0", @@ -135,9 +135,9 @@ } }, "node_modules/@azure/communication-react": { - "version": "1.28.0-beta.1", - "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.28.0-beta.1.tgz", - "integrity": "sha512-QcFwf0ASO6OsBTMNOiTraEOFqfjmF2Cb8wgDBaFcJVdwlHdlF1c5iFHr1IGoZ+TKzCbPw3NFFvr777SX0MKUFA==", + "version": "1.28.0-beta.2", + "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.28.0-beta.2.tgz", + "integrity": "sha512-L1T3sUyYWRHDfgu9bDOQ/v9/lG3AQApcD2xV6Q+CIUIipPCZuPgz6BHYQOjTFOLVDtfpZDVSEQKir6gtKvee6A==", "license": "MIT", "dependencies": { "@azure/communication-common": "^2.3.2-beta.1", diff --git a/ui-library-filesharing-ui-components/app/package.json b/ui-library-filesharing-ui-components/app/package.json index 5380d5a9..cff3abe3 100644 --- a/ui-library-filesharing-ui-components/app/package.json +++ b/ui-library-filesharing-ui-components/app/package.json @@ -6,7 +6,7 @@ "dependencies": { "@azure/communication-calling": "1.36.1-beta.1", "@azure/communication-chat": "1.6.0-beta.7", - "@azure/communication-react": "1.28.0-beta.1", + "@azure/communication-react": "1.28.0-beta.2", "@vitejs/plugin-react": "^4.4.1", "axios": "^0.26.0", "form-data": "^4.0.0", diff --git a/ui-library-filesharing-ui-components/package-lock.json b/ui-library-filesharing-ui-components/package-lock.json index f98b2c4c..8897298c 100644 --- a/ui-library-filesharing-ui-components/package-lock.json +++ b/ui-library-filesharing-ui-components/package-lock.json @@ -13,7 +13,7 @@ "azure-functions-core-tools": "^4.0.5455" }, "engines": { - "node": "20.x" + "node": "20.9.x" } }, "node_modules/@azure/static-web-apps-cli": { diff --git a/ui-library-filesharing-ui-components/package.json b/ui-library-filesharing-ui-components/package.json index 004d1f34..b760d2f4 100644 --- a/ui-library-filesharing-ui-components/package.json +++ b/ui-library-filesharing-ui-components/package.json @@ -18,6 +18,6 @@ "printWidth": 120 }, "engines": { - "node": "20.x" + "node": "20.9.x" } } diff --git a/ui-library-filesharing-ui-components/playwright.config.ts b/ui-library-filesharing-ui-components/playwright.config.ts index 001d7d2f..a0cd5947 100644 --- a/ui-library-filesharing-ui-components/playwright.config.ts +++ b/ui-library-filesharing-ui-components/playwright.config.ts @@ -70,7 +70,7 @@ export default defineConfig({ // stdout: "pipe", }, { - command: "npx -p node@16 npm run start:dev", + command: "npx -p node@20.9 npm run start:dev", port: 4280, reuseExistingServer: false, timeout: 120 * 1000, diff --git a/ui-library-quickstart-composites-with-dependency-isolation/package-lock.json b/ui-library-quickstart-composites-with-dependency-isolation/package-lock.json index 59beb3d6..d0f10f3c 100644 --- a/ui-library-quickstart-composites-with-dependency-isolation/package-lock.json +++ b/ui-library-quickstart-composites-with-dependency-isolation/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@azure/communication-calling": "1.36.1-beta.1", "@azure/communication-chat": "1.6.0-beta.7", - "@azure/communication-react": "1.28.0-beta.1", + "@azure/communication-react": "1.28.0-beta.2", "@fluentui/react": "8.112.9", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", @@ -135,9 +135,9 @@ } }, "node_modules/@azure/communication-react": { - "version": "1.28.0-beta.1", - "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.28.0-beta.1.tgz", - "integrity": "sha512-QcFwf0ASO6OsBTMNOiTraEOFqfjmF2Cb8wgDBaFcJVdwlHdlF1c5iFHr1IGoZ+TKzCbPw3NFFvr777SX0MKUFA==", + "version": "1.28.0-beta.2", + "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.28.0-beta.2.tgz", + "integrity": "sha512-L1T3sUyYWRHDfgu9bDOQ/v9/lG3AQApcD2xV6Q+CIUIipPCZuPgz6BHYQOjTFOLVDtfpZDVSEQKir6gtKvee6A==", "license": "MIT", "dependencies": { "@azure/communication-common": "^2.3.2-beta.1", @@ -8296,9 +8296,9 @@ } }, "@azure/communication-react": { - "version": "1.28.0-beta.1", - "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.28.0-beta.1.tgz", - "integrity": "sha512-QcFwf0ASO6OsBTMNOiTraEOFqfjmF2Cb8wgDBaFcJVdwlHdlF1c5iFHr1IGoZ+TKzCbPw3NFFvr777SX0MKUFA==", + "version": "1.28.0-beta.2", + "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.28.0-beta.2.tgz", + "integrity": "sha512-L1T3sUyYWRHDfgu9bDOQ/v9/lG3AQApcD2xV6Q+CIUIipPCZuPgz6BHYQOjTFOLVDtfpZDVSEQKir6gtKvee6A==", "requires": { "@azure/communication-common": "^2.3.2-beta.1", "@azure/core-paging": "^1.5.0", diff --git a/ui-library-quickstart-composites-with-dependency-isolation/package.json b/ui-library-quickstart-composites-with-dependency-isolation/package.json index e7b2e83c..379f7ff4 100644 --- a/ui-library-quickstart-composites-with-dependency-isolation/package.json +++ b/ui-library-quickstart-composites-with-dependency-isolation/package.json @@ -5,7 +5,7 @@ "dependencies": { "@azure/communication-calling": "1.36.1-beta.1", "@azure/communication-chat": "1.6.0-beta.7", - "@azure/communication-react": "1.28.0-beta.1", + "@azure/communication-react": "1.28.0-beta.2", "@fluentui/react": "8.112.9", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", diff --git a/ui-library-quickstart-teams-interop-meeting-chat/package-lock.json b/ui-library-quickstart-teams-interop-meeting-chat/package-lock.json index 8b787564..93ba5ee2 100644 --- a/ui-library-quickstart-teams-interop-meeting-chat/package-lock.json +++ b/ui-library-quickstart-teams-interop-meeting-chat/package-lock.json @@ -8,7 +8,7 @@ "name": "ui-library-quickstart-teams-interop-meeting-chat", "version": "0.1.0", "dependencies": { - "@azure/communication-react": "1.28.0-beta.1", + "@azure/communication-react": "1.28.0-beta.2", "@fluentui/react": "8.101.0", "@types/node": "^22.15.18", "@types/react": "^18.0.0", @@ -134,9 +134,9 @@ } }, "node_modules/@azure/communication-react": { - "version": "1.28.0-beta.1", - "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.28.0-beta.1.tgz", - "integrity": "sha512-QcFwf0ASO6OsBTMNOiTraEOFqfjmF2Cb8wgDBaFcJVdwlHdlF1c5iFHr1IGoZ+TKzCbPw3NFFvr777SX0MKUFA==", + "version": "1.28.0-beta.2", + "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.28.0-beta.2.tgz", + "integrity": "sha512-L1T3sUyYWRHDfgu9bDOQ/v9/lG3AQApcD2xV6Q+CIUIipPCZuPgz6BHYQOjTFOLVDtfpZDVSEQKir6gtKvee6A==", "license": "MIT", "dependencies": { "@azure/communication-common": "^2.3.2-beta.1", diff --git a/ui-library-quickstart-teams-interop-meeting-chat/package.json b/ui-library-quickstart-teams-interop-meeting-chat/package.json index 22218a40..1451ab82 100644 --- a/ui-library-quickstart-teams-interop-meeting-chat/package.json +++ b/ui-library-quickstart-teams-interop-meeting-chat/package.json @@ -4,7 +4,7 @@ "private": true, "type": "module", "dependencies": { - "@azure/communication-react": "1.28.0-beta.1", + "@azure/communication-react": "1.28.0-beta.2", "@fluentui/react": "8.101.0", "@types/node": "^22.15.18", "@types/react": "^18.0.0", diff --git a/ui-library-starting-with-chat-stateful/package-lock.json b/ui-library-starting-with-chat-stateful/package-lock.json index fc5858e8..b338c2d2 100644 --- a/ui-library-starting-with-chat-stateful/package-lock.json +++ b/ui-library-starting-with-chat-stateful/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@azure/communication-calling": "1.36.1-beta.1", "@azure/communication-chat": "1.6.0-beta.7", - "@azure/communication-react": "1.28.0-beta.1", + "@azure/communication-react": "1.28.0-beta.2", "@fluentui/react": "8.101.0", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^11.2.7", @@ -141,9 +141,9 @@ } }, "node_modules/@azure/communication-react": { - "version": "1.28.0-beta.1", - "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.28.0-beta.1.tgz", - "integrity": "sha512-QcFwf0ASO6OsBTMNOiTraEOFqfjmF2Cb8wgDBaFcJVdwlHdlF1c5iFHr1IGoZ+TKzCbPw3NFFvr777SX0MKUFA==", + "version": "1.28.0-beta.2", + "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.28.0-beta.2.tgz", + "integrity": "sha512-L1T3sUyYWRHDfgu9bDOQ/v9/lG3AQApcD2xV6Q+CIUIipPCZuPgz6BHYQOjTFOLVDtfpZDVSEQKir6gtKvee6A==", "license": "MIT", "dependencies": { "@azure/communication-common": "^2.3.2-beta.1", diff --git a/ui-library-starting-with-chat-stateful/package.json b/ui-library-starting-with-chat-stateful/package.json index c67c3a41..f61eac11 100644 --- a/ui-library-starting-with-chat-stateful/package.json +++ b/ui-library-starting-with-chat-stateful/package.json @@ -6,7 +6,7 @@ "dependencies": { "@azure/communication-calling": "1.36.1-beta.1", "@azure/communication-chat": "1.6.0-beta.7", - "@azure/communication-react": "1.28.0-beta.1", + "@azure/communication-react": "1.28.0-beta.2", "@fluentui/react": "8.101.0", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^11.2.7",