From cbb264d46efc64a8f04378970a9d8620846942ab Mon Sep 17 00:00:00 2001 From: Donald McEachern <94866715+dmceachernmsft@users.noreply.github.com> Date: Wed, 16 Apr 2025 22:47:26 +0000 Subject: [PATCH] update to 1.26.0 --- Chat/package-lock.json | 24 ++++++++++++------------ Chat/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Chat/package-lock.json b/Chat/package-lock.json index 0efd643..de25858 100644 --- a/Chat/package-lock.json +++ b/Chat/package-lock.json @@ -12,7 +12,7 @@ "@azure/communication-chat": "^1.5.4", "@azure/communication-common": "^2.3.1", "@azure/communication-identity": "^1.3.0", - "@azure/communication-react": "1.25.0", + "@azure/communication-react": "1.26.0", "@azure/logger": "^1.0.4", "@fluentui/react": "^8.115.2", "@fluentui/react-file-type-icons": "8.11.4", @@ -100,9 +100,9 @@ } }, "node_modules/@azure/communication-calling": { - "version": "1.33.4", - "resolved": "https://registry.npmjs.org/@azure/communication-calling/-/communication-calling-1.33.4.tgz", - "integrity": "sha512-X1aFmk6NEYpOtZlHRV73iVkU2IXEzwK1B4CGBq9syxGkQc5lYB7t/oaYoBtbH7Yu7yYxgypS7dG0PDIIafIJhQ==", + "version": "1.34.1", + "resolved": "https://registry.npmjs.org/@azure/communication-calling/-/communication-calling-1.34.1.tgz", + "integrity": "sha512-337Mj57xWVMMyr2NXv7UY1su6HZ5kz/blterxiSSKh5JozMHM5quu2sLQfJuVnoogfGSXsbn8cFk21cpqWuoMA==", "license": "Microsoft Software License Terms for the Azure Communications Services, Azure CPaaS, ACS Software Development Kit SDK, see LICENSE file", "peer": true, "dependencies": { @@ -111,9 +111,9 @@ } }, "node_modules/@azure/communication-calling-effects": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@azure/communication-calling-effects/-/communication-calling-effects-1.1.3.tgz", - "integrity": "sha512-ChbppG66sIs7I6Ppdz1cRKz4mk4isBvbxr2kFUc6StXIrOJpo4XSZLTGixxKBI5I6cePNrMCtDJaGx1RiMoSAg==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@azure/communication-calling-effects/-/communication-calling-effects-1.1.4.tgz", + "integrity": "sha512-0lMBeJ+H7bYwjwdCln6qycUEi7/JkT9X3QF/BoLkeiMQ6Uk9HWRuO9kzTA33JHSfOuAA7Ybt7cjdQcz0bAqV2g==", "license": "Microsoft Software License Terms for the Azure Communications Services, Azure CPaaS, ACS Software Development Kit SDK, see LICENSE file", "peer": true, "dependencies": { @@ -198,9 +198,9 @@ } }, "node_modules/@azure/communication-react": { - "version": "1.25.0", - "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.25.0.tgz", - "integrity": "sha512-A5qYH+/wKHy4OlmfGRRZJ1zos4QyJ9eS24u7an/AI0rHHmXjChK1eGKJG9uT1BPUPE8AkLOelTBvpAMbqmtZUw==", + "version": "1.26.0", + "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.26.0.tgz", + "integrity": "sha512-iNlVzyc0tLHpo9BmP5N6vVtxqyd+aQAFyNFI+tdRo9dEBulxKY2dy1nWC7dVvaRxYC4BYaID7j5yNTxLYuZxlA==", "license": "MIT", "dependencies": { "@azure/communication-common": "^2.3.1", @@ -235,8 +235,8 @@ "uuid": "^9.0.0" }, "peerDependencies": { - "@azure/communication-calling": "^1.33.4", - "@azure/communication-calling-effects": "^1.1.3", + "@azure/communication-calling": "^1.34.1", + "@azure/communication-calling-effects": "^1.1.4", "@azure/communication-chat": ">=1.5.4", "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", diff --git a/Chat/package.json b/Chat/package.json index 435abcc..2d89817 100644 --- a/Chat/package.json +++ b/Chat/package.json @@ -21,7 +21,7 @@ "@azure/communication-chat": "^1.5.4", "@azure/communication-common": "^2.3.1", "@azure/communication-identity": "^1.3.0", - "@azure/communication-react": "1.25.0", + "@azure/communication-react": "1.26.0", "@azure/logger": "^1.0.4", "@fluentui/react": "^8.115.2", "@fluentui/react-file-type-icons": "8.11.4",