Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web Ui Library dependencies update #299

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,492 changes: 778 additions & 714 deletions ui-library-filesharing-chat-composite/app/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions ui-library-filesharing-chat-composite/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@azure/communication-calling": "1.30.1-beta.1",
"@azure/communication-calling-effects": "1.1.1-beta.1",
"@azure/communication-calling": "1.31.2-beta.2",
"@azure/communication-calling-effects": "1.1.2",
"@azure/communication-chat": "1.6.0-beta.3",
"@azure/communication-react": "1.21.0-beta.1",
"@azure/communication-react": "1.22.0-beta.1",
"axios": "^1.7.7",
"form-data": "^4.0.0",
"react": "^18.0.0",
Expand Down Expand Up @@ -51,4 +51,4 @@
"@types/uuid": "^8.3.4",
"prettier": "^2.6.2"
}
}
}
1,490 changes: 777 additions & 713 deletions ui-library-filesharing-ui-components/app/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ui-library-filesharing-ui-components/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@azure/communication-calling": "1.30.1-beta.1",
"@azure/communication-calling": "1.31.2-beta.2",
"@azure/communication-chat": "1.6.0-beta.3",
"@azure/communication-react": "1.21.0-beta.1",
"@azure/communication-react": "1.22.0-beta.1",
"axios": "^0.26.0",
"form-data": "^4.0.0",
"react": "^18.0.0",
Expand Down Expand Up @@ -46,4 +46,4 @@
"@types/uuid": "^8.3.4",
"typescript": "^4.6.3"
}
}
}
3,128 changes: 1,670 additions & 1,458 deletions ui-library-quickstart-composites-with-dependency-isolation/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@azure/communication-calling": "1.30.1-beta.1",
"@azure/communication-calling": "1.31.2-beta.2",
"@azure/communication-chat": "1.6.0-beta.3",
"@azure/communication-react": "1.21.0-beta.1",
"@azure/communication-react": "1.22.0-beta.1",
"@fluentui/react": "8.112.9",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
Expand Down Expand Up @@ -56,4 +56,4 @@
"webpack-dev-server": "^5.1.0",
"@playwright/test": "^1.47.1"
}
}
}
1,495 changes: 780 additions & 715 deletions ui-library-quickstart-teams-interop-meeting-chat/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ui-library-quickstart-teams-interop-meeting-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@azure/communication-react": "1.21.0-beta.1",
"@azure/communication-react": "1.22.0-beta.1",
"@fluentui/react": "8.101.0",
"@types/node": "^16.11.29",
"@types/react": "^18.0.0",
Expand Down Expand Up @@ -44,4 +44,4 @@
"last 1 safari version"
]
}
}
}
1,490 changes: 777 additions & 713 deletions ui-library-starting-with-chat-stateful/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ui-library-starting-with-chat-stateful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@azure/communication-calling": "1.30.1-beta.1",
"@azure/communication-calling": "1.31.2-beta.2",
"@azure/communication-chat": "1.6.0-beta.3",
"@azure/communication-react": "1.21.0-beta.1",
"@azure/communication-react": "1.22.0-beta.1",
"@fluentui/react": "8.101.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^11.2.7",
Expand Down Expand Up @@ -48,4 +48,4 @@
"last 1 safari version"
]
}
}
}
Loading