We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e24996 commit 2b67830Copy full SHA for 2b67830
.nvmrc
@@ -1 +1 @@
1
-v14.18.2
+v16
packages/react-client/package.json
@@ -42,7 +42,9 @@
42
"react-dom": ">=16.8"
43
},
44
"dependencies": {
45
- "@telnyx/webrtc": ">=2.9.0"
+ "@telnyx/webrtc": "^2.9.0",
46
+ "react": "^16.8",
47
+ "react-dom": "^16.8"
48
49
"devDependencies": {
50
"@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
0 commit comments