Skip to content

Commit

Permalink
Update components to v2 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO authored Feb 21, 2024
1 parent 30ad6ec commit 8aa14cd
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 97 deletions.
145 changes: 53 additions & 92 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@livekit/components-react": "^1.5.1",
"@livekit/components-react": "^2.0.0",
"framer-motion": "^10.16.16",
"js-yaml": "^4.1.0",
"livekit-client": "^1.15.4",
"livekit-server-sdk": "^2.0.0",
"livekit-client": "^2.0.2",
"livekit-server-sdk": "^2.0.3",
"next": "^14.0.4",
"qrcode.react": "^3.1.0",
"react": "^18",
Expand All @@ -26,9 +26,9 @@
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"eslint-config-next": "14.0.1",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.3"
}
}
}

0 comments on commit 8aa14cd

Please sign in to comment.