Skip to content

Commit

Permalink
Update components lib to pull in layout changes (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao authored Aug 11, 2024
1 parent 8602b26 commit 38b4ea5
Show file tree
Hide file tree
Showing 2 changed files with 7,093 additions and 5,679 deletions.
10 changes: 5 additions & 5 deletions template-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"version": "0.2.0",
"private": true,
"dependencies": {
"@babel/runtime": "^7.21.0",
"@livekit/components-core": "^0.9.3",
"@livekit/components-react": "^2.0.6",
"@babel/runtime": "^7.25.0",
"@livekit/components-core": "^0.11.0",
"@livekit/components-react": "^2.4.3",
"@livekit/components-styles": "^1.0.11",
"@livekit/egress-sdk": "^0.2.0",
"livekit-client": "^2.0.10",
"livekit-client": "^2.4.2",
"react": ">=18",
"react-dom": ">=18",
"react-scripts": "5.0.1"
Expand Down Expand Up @@ -49,6 +49,6 @@
"@types/react-dom": "^18.0.8",
"@types/react-router-dom": "^5.1.8",
"gh-pages": "^5.0.0",
"typescript": "^4.9.5"
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit 38b4ea5

Please sign in to comment.