Skip to content

Commit 573821e

Browse files
authored
Updating all dependency (#290)
1 parent feb98fc commit 573821e

File tree

9 files changed

+53
-46
lines changed

9 files changed

+53
-46
lines changed

chat-openai-sample/.env

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
PORT=8080
2+
CONNECTION_STRING="<YOUR-ACS-CONNECTION_STRING>"
3+
4+
ACS_URL_ENDPOINT = "<ACS_URL_ENDPOINT>"
5+
AZURE_OPENAI_SERVICE_KEY = "<YOUR-AZURE_OPENAI_SERVICE_KEY>"
6+
AZURE_OPENAI_SERVICE_ENDPOINT="<YOUR-AZURE_OPENAI_SERVICE_ENDPOINT>"
7+
AZURE_OPENAI_DEPLOYMENT_MODEL_NAME="<YOUR-AZURE_OPENAI_DEPLOYMENT_MODEL_NAME>"

ui-library-filesharing-ui-components/app/package-lock.json

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

ui-library-filesharing-ui-components/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@azure/communication-calling": "1.30.1-beta.1",
77
"@azure/communication-chat": "1.6.0-beta.3",
8-
"@azure/communication-react": "1.20.0-beta.1",
8+
"@azure/communication-react": "1.21.0-beta.1",
99
"axios": "^0.26.0",
1010
"form-data": "^4.0.0",
1111
"react": "^18.0.0",
@@ -46,4 +46,4 @@
4646
"@types/uuid": "^8.3.4",
4747
"typescript": "^4.6.3"
4848
}
49-
}
49+
}

ui-library-quickstart-composites-with-dependency-isolation/package-lock.json

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

ui-library-quickstart-composites-with-dependency-isolation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@azure/communication-calling": "1.30.1-beta.1",
77
"@azure/communication-chat": "1.6.0-beta.3",
8-
"@azure/communication-react": "1.20.0-beta.1",
8+
"@azure/communication-react": "1.21.0-beta.1",
99
"@fluentui/react": "8.112.9",
1010
"@testing-library/jest-dom": "^5.14.1",
1111
"@testing-library/react": "^11.2.7",
@@ -56,4 +56,4 @@
5656
"webpack-dev-server": "^5.1.0",
5757
"@playwright/test": "^1.47.1"
5858
}
59-
}
59+
}

ui-library-quickstart-teams-interop-meeting-chat/package-lock.json

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

ui-library-quickstart-teams-interop-meeting-chat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@azure/communication-react": "1.20.0-beta.1",
6+
"@azure/communication-react": "1.21.0-beta.1",
77
"@fluentui/react": "8.101.0",
88
"@types/node": "^16.11.29",
99
"@types/react": "^18.0.0",
@@ -44,4 +44,4 @@
4444
"last 1 safari version"
4545
]
4646
}
47-
}
47+
}

ui-library-starting-with-chat-stateful/package-lock.json

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

ui-library-starting-with-chat-stateful/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@azure/communication-calling": "1.30.1-beta.1",
77
"@azure/communication-chat": "1.6.0-beta.3",
8-
"@azure/communication-react": "1.20.0-beta.1",
8+
"@azure/communication-react": "1.21.0-beta.1",
99
"@fluentui/react": "8.101.0",
1010
"@testing-library/jest-dom": "^5.16.4",
1111
"@testing-library/react": "^11.2.7",
@@ -48,4 +48,4 @@
4848
"last 1 safari version"
4949
]
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)