Skip to content

Commit

Permalink
Merge pull request #863 from AI4Bharat/master
Browse files Browse the repository at this point in the history
Master changes ti dev2
  • Loading branch information
aparna-aa authored Dec 27, 2024
2 parents 87837ff + 6ec88a1 commit 231d0a2
Show file tree
Hide file tree
Showing 40 changed files with 1,482 additions and 102 deletions.
3 changes: 0 additions & 3 deletions .env

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/deploy-prod-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ env:
AZURE_CDN_PROFILE: ${{ vars.PROD__AZURE_CDN_PROFILE }}
AZURE_ENDPOINT_NAME: ${{ vars.PROD__AZURE_ENDPOINT_NAME }}
AZURE_RESOURCE_GROUP: ${{ vars.PROD__AZURE_RESOURCE_GROUP }}
REACT_APP_CLIENT_ID: ${{ vars.REACT_APP_CLIENT_ID }}
REACT_APP_CLIENT_SECRET: ${{ vars.REACT_APP_CLIENT_SECRET }}
REACT_APP_SCOPE: ${{ vars.REACT_APP_SCOPE }}

jobs:
cicd:
Expand Down
426 changes: 419 additions & 7 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion 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": {
"@ai4bharat/indic-transliterate": "^1.3.6",
"@ai4bharat/indic-transliterate": "^1.3.8",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
Expand All @@ -16,6 +16,7 @@
"@testing-library/user-event": "^13.5.0",
"audio-react-recorder": "^1.0.4",
"axios": "^1.1.3",
"diff": "^7.0.0",
"duration-time-conversion": "^1.0.6",
"gapi-script": "^1.2.0",
"indic-transliterate": "file:react-transliterate-chitralekha-ver-2.3.5.tgz",
Expand All @@ -25,6 +26,7 @@
"react": "^18.2.0",
"react-audio-voice-recorder": "^2.1.2",
"react-contextmenu": "^2.14.0",
"react-diff-viewer": "^3.1.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-joyride": "^2.5.3",
Expand Down
Loading

0 comments on commit 231d0a2

Please sign in to comment.