Skip to content

Commit

Permalink
update react demo to pass in externalCallId
Browse files Browse the repository at this point in the history
  • Loading branch information
hemang-thakkar committed Sep 10, 2024
1 parent e64008e commit 9e55f84
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 94 deletions.
128 changes: 100 additions & 28 deletions demos/demo-react-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions demos/demo-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
"node": ">=14"
},
"dependencies": {
"@hubspot/calling-extensions-sdk": "^0.6.4-alpha.4",
"@hubspot/calling-extensions-sdk": "^0.6.4-alpha.9",
"react": "^18.2.0",
"react-aria": "^3.22.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.6"
"styled-components": "^5.3.6",
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
Expand Down
Loading

0 comments on commit 9e55f84

Please sign in to comment.