Update components to v2 (#30)
This commit is contained in:
10
package.json
10
package.json
@@ -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",
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user