From 0bd061711cdd3a9dfad461962bf2458b9c91ed70 Mon Sep 17 00:00:00 2001 From: Josh Lai Date: Tue, 5 Nov 2024 16:29:27 -0500 Subject: [PATCH] Updating all dependency --- chat-openai-sample/.env | 7 +++++ .../app/package-lock.json | 16 +++++------ .../app/package.json | 4 +-- .../package-lock.json | 28 +++++++++---------- .../package.json | 4 +-- .../package-lock.json | 16 +++++------ .../package.json | 4 +-- .../package-lock.json | 16 +++++------ .../package.json | 4 +-- 9 files changed, 53 insertions(+), 46 deletions(-) create mode 100644 chat-openai-sample/.env diff --git a/chat-openai-sample/.env b/chat-openai-sample/.env new file mode 100644 index 00000000..35e996ac --- /dev/null +++ b/chat-openai-sample/.env @@ -0,0 +1,7 @@ +PORT=8080 +CONNECTION_STRING="" + +ACS_URL_ENDPOINT = "" +AZURE_OPENAI_SERVICE_KEY = "" +AZURE_OPENAI_SERVICE_ENDPOINT="" +AZURE_OPENAI_DEPLOYMENT_MODEL_NAME="" \ No newline at end of file diff --git a/ui-library-filesharing-ui-components/app/package-lock.json b/ui-library-filesharing-ui-components/app/package-lock.json index 00f634ef..a30571a5 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.30.1-beta.1", "@azure/communication-chat": "1.6.0-beta.3", - "@azure/communication-react": "1.20.0-beta.1", + "@azure/communication-react": "1.21.0-beta.1", "axios": "^0.26.0", "form-data": "^4.0.0", "react": "^18.0.0", @@ -80,9 +80,9 @@ } }, "node_modules/@azure/communication-calling-effects": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@azure/communication-calling-effects/-/communication-calling-effects-1.0.1.tgz", - "integrity": "sha512-hV1pV72j06/2YIWN0dU3ucQVDBj9tN6RzUJdYwiGUPveX69EHm2zg5H/XKx2tV3wuTUMvusaNixWP63TvJftBA==", + "version": "1.1.1-beta.1", + "resolved": "https://registry.npmjs.org/@azure/communication-calling-effects/-/communication-calling-effects-1.1.1-beta.1.tgz", + "integrity": "sha512-hz0wEHBFSNVivS7qnDwcnJuONYqlV41VpQpEi+hEGcM4+8G4MQwC4nG7dOr2OX2AkJoX3ZTY2ZC5X3igLy9U4A==", "peer": true, "dependencies": { "@azure/logger": "^1.0.2", @@ -131,9 +131,9 @@ } }, "node_modules/@azure/communication-react": { - "version": "1.20.0-beta.1", - "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.20.0-beta.1.tgz", - "integrity": "sha512-HRqLahQFPOo8PIuROlh9+xkeeXyEb4tmniG5xsBk1KPAPN3+J+1rpF0HImKDB2GrvDRIF4nA3Sk4hOHaRuW1iA==", + "version": "1.21.0-beta.1", + "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.21.0-beta.1.tgz", + "integrity": "sha512-wA/9uXTE+rthX76pFb831bNlc+wToG7zd0FsyoggRN/MDWBidHKP2fnO/kBdUe/hDemDQ+ePHS1d9URDF0+dcg==", "dependencies": { "@azure/communication-common": "^2.3.1", "@azure/core-paging": "^1.5.0", @@ -168,7 +168,7 @@ }, "peerDependencies": { "@azure/communication-calling": "1.30.1-beta.1", - "@azure/communication-calling-effects": "1.0.1", + "@azure/communication-calling-effects": "1.1.1-beta.1", "@azure/communication-chat": "1.6.0-beta.3", "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", diff --git a/ui-library-filesharing-ui-components/app/package.json b/ui-library-filesharing-ui-components/app/package.json index e187c0f9..c28457be 100644 --- a/ui-library-filesharing-ui-components/app/package.json +++ b/ui-library-filesharing-ui-components/app/package.json @@ -5,7 +5,7 @@ "dependencies": { "@azure/communication-calling": "1.30.1-beta.1", "@azure/communication-chat": "1.6.0-beta.3", - "@azure/communication-react": "1.20.0-beta.1", + "@azure/communication-react": "1.21.0-beta.1", "axios": "^0.26.0", "form-data": "^4.0.0", "react": "^18.0.0", @@ -46,4 +46,4 @@ "@types/uuid": "^8.3.4", "typescript": "^4.6.3" } -} \ No newline at end of file +} 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 293877a8..2cb8225a 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.30.1-beta.1", "@azure/communication-chat": "1.6.0-beta.3", - "@azure/communication-react": "1.20.0-beta.1", + "@azure/communication-react": "1.21.0-beta.1", "@fluentui/react": "8.112.9", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", @@ -95,9 +95,9 @@ } }, "node_modules/@azure/communication-calling-effects": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@azure/communication-calling-effects/-/communication-calling-effects-1.0.1.tgz", - "integrity": "sha512-hV1pV72j06/2YIWN0dU3ucQVDBj9tN6RzUJdYwiGUPveX69EHm2zg5H/XKx2tV3wuTUMvusaNixWP63TvJftBA==", + "version": "1.1.1-beta.1", + "resolved": "https://registry.npmjs.org/@azure/communication-calling-effects/-/communication-calling-effects-1.1.1-beta.1.tgz", + "integrity": "sha512-hz0wEHBFSNVivS7qnDwcnJuONYqlV41VpQpEi+hEGcM4+8G4MQwC4nG7dOr2OX2AkJoX3ZTY2ZC5X3igLy9U4A==", "peer": true, "dependencies": { "@azure/logger": "^1.0.2", @@ -145,9 +145,9 @@ } }, "node_modules/@azure/communication-react": { - "version": "1.20.0-beta.1", - "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.20.0-beta.1.tgz", - "integrity": "sha512-HRqLahQFPOo8PIuROlh9+xkeeXyEb4tmniG5xsBk1KPAPN3+J+1rpF0HImKDB2GrvDRIF4nA3Sk4hOHaRuW1iA==", + "version": "1.21.0-beta.1", + "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.21.0-beta.1.tgz", + "integrity": "sha512-wA/9uXTE+rthX76pFb831bNlc+wToG7zd0FsyoggRN/MDWBidHKP2fnO/kBdUe/hDemDQ+ePHS1d9URDF0+dcg==", "dependencies": { "@azure/communication-common": "^2.3.1", "@azure/core-paging": "^1.5.0", @@ -182,7 +182,7 @@ }, "peerDependencies": { "@azure/communication-calling": "1.30.1-beta.1", - "@azure/communication-calling-effects": "1.0.1", + "@azure/communication-calling-effects": "1.1.1-beta.1", "@azure/communication-chat": "1.6.0-beta.3", "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", @@ -20009,9 +20009,9 @@ } }, "@azure/communication-calling-effects": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@azure/communication-calling-effects/-/communication-calling-effects-1.0.1.tgz", - "integrity": "sha512-hV1pV72j06/2YIWN0dU3ucQVDBj9tN6RzUJdYwiGUPveX69EHm2zg5H/XKx2tV3wuTUMvusaNixWP63TvJftBA==", + "version": "1.1.1-beta.1", + "resolved": "https://registry.npmjs.org/@azure/communication-calling-effects/-/communication-calling-effects-1.1.1-beta.1.tgz", + "integrity": "sha512-hz0wEHBFSNVivS7qnDwcnJuONYqlV41VpQpEi+hEGcM4+8G4MQwC4nG7dOr2OX2AkJoX3ZTY2ZC5X3igLy9U4A==", "peer": true, "requires": { "@azure/logger": "^1.0.2", @@ -20053,9 +20053,9 @@ } }, "@azure/communication-react": { - "version": "1.20.0-beta.1", - "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.20.0-beta.1.tgz", - "integrity": "sha512-HRqLahQFPOo8PIuROlh9+xkeeXyEb4tmniG5xsBk1KPAPN3+J+1rpF0HImKDB2GrvDRIF4nA3Sk4hOHaRuW1iA==", + "version": "1.21.0-beta.1", + "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.21.0-beta.1.tgz", + "integrity": "sha512-wA/9uXTE+rthX76pFb831bNlc+wToG7zd0FsyoggRN/MDWBidHKP2fnO/kBdUe/hDemDQ+ePHS1d9URDF0+dcg==", "requires": { "@azure/communication-common": "^2.3.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 a6512faa..d699b3e7 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.30.1-beta.1", "@azure/communication-chat": "1.6.0-beta.3", - "@azure/communication-react": "1.20.0-beta.1", + "@azure/communication-react": "1.21.0-beta.1", "@fluentui/react": "8.112.9", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", @@ -56,4 +56,4 @@ "webpack-dev-server": "^5.1.0", "@playwright/test": "^1.47.1" } -} \ No newline at end of file +} 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 75bb31a6..1c3473cd 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.20.0-beta.1", + "@azure/communication-react": "1.21.0-beta.1", "@fluentui/react": "8.101.0", "@types/node": "^16.11.29", "@types/react": "^18.0.0", @@ -79,9 +79,9 @@ } }, "node_modules/@azure/communication-calling-effects": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@azure/communication-calling-effects/-/communication-calling-effects-1.0.1.tgz", - "integrity": "sha512-hV1pV72j06/2YIWN0dU3ucQVDBj9tN6RzUJdYwiGUPveX69EHm2zg5H/XKx2tV3wuTUMvusaNixWP63TvJftBA==", + "version": "1.1.1-beta.1", + "resolved": "https://registry.npmjs.org/@azure/communication-calling-effects/-/communication-calling-effects-1.1.1-beta.1.tgz", + "integrity": "sha512-hz0wEHBFSNVivS7qnDwcnJuONYqlV41VpQpEi+hEGcM4+8G4MQwC4nG7dOr2OX2AkJoX3ZTY2ZC5X3igLy9U4A==", "peer": true, "dependencies": { "@azure/logger": "^1.0.2", @@ -132,9 +132,9 @@ } }, "node_modules/@azure/communication-react": { - "version": "1.20.0-beta.1", - "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.20.0-beta.1.tgz", - "integrity": "sha512-HRqLahQFPOo8PIuROlh9+xkeeXyEb4tmniG5xsBk1KPAPN3+J+1rpF0HImKDB2GrvDRIF4nA3Sk4hOHaRuW1iA==", + "version": "1.21.0-beta.1", + "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.21.0-beta.1.tgz", + "integrity": "sha512-wA/9uXTE+rthX76pFb831bNlc+wToG7zd0FsyoggRN/MDWBidHKP2fnO/kBdUe/hDemDQ+ePHS1d9URDF0+dcg==", "dependencies": { "@azure/communication-common": "^2.3.1", "@azure/core-paging": "^1.5.0", @@ -169,7 +169,7 @@ }, "peerDependencies": { "@azure/communication-calling": "1.30.1-beta.1", - "@azure/communication-calling-effects": "1.0.1", + "@azure/communication-calling-effects": "1.1.1-beta.1", "@azure/communication-chat": "1.6.0-beta.3", "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", diff --git a/ui-library-quickstart-teams-interop-meeting-chat/package.json b/ui-library-quickstart-teams-interop-meeting-chat/package.json index f2c23458..9f16b814 100644 --- a/ui-library-quickstart-teams-interop-meeting-chat/package.json +++ b/ui-library-quickstart-teams-interop-meeting-chat/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@azure/communication-react": "1.20.0-beta.1", + "@azure/communication-react": "1.21.0-beta.1", "@fluentui/react": "8.101.0", "@types/node": "^16.11.29", "@types/react": "^18.0.0", @@ -44,4 +44,4 @@ "last 1 safari version" ] } -} \ No newline at end of file +} diff --git a/ui-library-starting-with-chat-stateful/package-lock.json b/ui-library-starting-with-chat-stateful/package-lock.json index 8358041d..790151f7 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.30.1-beta.1", "@azure/communication-chat": "1.6.0-beta.3", - "@azure/communication-react": "1.20.0-beta.1", + "@azure/communication-react": "1.21.0-beta.1", "@fluentui/react": "8.101.0", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^11.2.7", @@ -86,9 +86,9 @@ } }, "node_modules/@azure/communication-calling-effects": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@azure/communication-calling-effects/-/communication-calling-effects-1.0.1.tgz", - "integrity": "sha512-hV1pV72j06/2YIWN0dU3ucQVDBj9tN6RzUJdYwiGUPveX69EHm2zg5H/XKx2tV3wuTUMvusaNixWP63TvJftBA==", + "version": "1.1.1-beta.1", + "resolved": "https://registry.npmjs.org/@azure/communication-calling-effects/-/communication-calling-effects-1.1.1-beta.1.tgz", + "integrity": "sha512-hz0wEHBFSNVivS7qnDwcnJuONYqlV41VpQpEi+hEGcM4+8G4MQwC4nG7dOr2OX2AkJoX3ZTY2ZC5X3igLy9U4A==", "peer": true, "dependencies": { "@azure/logger": "^1.0.2", @@ -137,9 +137,9 @@ } }, "node_modules/@azure/communication-react": { - "version": "1.20.0-beta.1", - "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.20.0-beta.1.tgz", - "integrity": "sha512-HRqLahQFPOo8PIuROlh9+xkeeXyEb4tmniG5xsBk1KPAPN3+J+1rpF0HImKDB2GrvDRIF4nA3Sk4hOHaRuW1iA==", + "version": "1.21.0-beta.1", + "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.21.0-beta.1.tgz", + "integrity": "sha512-wA/9uXTE+rthX76pFb831bNlc+wToG7zd0FsyoggRN/MDWBidHKP2fnO/kBdUe/hDemDQ+ePHS1d9URDF0+dcg==", "dependencies": { "@azure/communication-common": "^2.3.1", "@azure/core-paging": "^1.5.0", @@ -174,7 +174,7 @@ }, "peerDependencies": { "@azure/communication-calling": "1.30.1-beta.1", - "@azure/communication-calling-effects": "1.0.1", + "@azure/communication-calling-effects": "1.1.1-beta.1", "@azure/communication-chat": "1.6.0-beta.3", "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", diff --git a/ui-library-starting-with-chat-stateful/package.json b/ui-library-starting-with-chat-stateful/package.json index e80feaee..1fa05047 100644 --- a/ui-library-starting-with-chat-stateful/package.json +++ b/ui-library-starting-with-chat-stateful/package.json @@ -5,7 +5,7 @@ "dependencies": { "@azure/communication-calling": "1.30.1-beta.1", "@azure/communication-chat": "1.6.0-beta.3", - "@azure/communication-react": "1.20.0-beta.1", + "@azure/communication-react": "1.21.0-beta.1", "@fluentui/react": "8.101.0", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^11.2.7", @@ -48,4 +48,4 @@ "last 1 safari version" ] } -} \ No newline at end of file +}