Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Oct 24, 2024
1 parent 3b9cc16 commit 0deb7cf
Show file tree
Hide file tree
Showing 35 changed files with 33,446 additions and 38,789 deletions.
34 changes: 18 additions & 16 deletions openvidu-components-angular/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,31 @@


TUTORIALS=(
'openvidu-additional-panels'
'openvidu-admin-dashboard'
'openvidu-custom-activities-panel'
'openvidu-custom-chat-panel'
'openvidu-custom-layout'
'openvidu-custom-panels'
'openvidu-custom-participant-panel-item'
'openvidu-custom-participant-panel-item-elements'
'openvidu-custom-participants-panel'
'openvidu-custom-stream'
'openvidu-custom-toolbar'
'openvidu-custom-ui'
'openvidu-toggle-hand'
'openvidu-toolbar-buttons'
'openvidu-toolbar-panel-buttons'
# 'openvidu-additional-panels'
# 'openvidu-admin-dashboard'
# 'openvidu-custom-activities-panel'
# 'openvidu-custom-chat-panel'
# 'openvidu-custom-layout'
# 'openvidu-custom-panels'
# 'openvidu-custom-participant-panel-item'
# 'openvidu-custom-participant-panel-item-elements'
# 'openvidu-custom-participants-panel'
# 'openvidu-custom-stream'
# 'openvidu-custom-toolbar'
# 'openvidu-custom-ui'
# 'openvidu-toggle-hand'
# 'openvidu-toolbar-buttons'
# 'openvidu-toolbar-panel-buttons',
'openvidu-complete-app/frontend'
)

for tutorial in "${TUTORIALS[@]}"
do
echo "Installing modules in $tutorial, please wait ..."

cd $tutorial
rm package-lock.json && npm install
rm package-lock.json
npm i openvidu-components-angular@latest
cd ..

done
Loading

0 comments on commit 0deb7cf

Please sign in to comment.