Skip to content

Commit

Permalink
chore: fix deve dependencies (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeividVeloso authored Nov 17, 2023
1 parent 6889827 commit 04190a1
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 319 deletions.
8 changes: 3 additions & 5 deletions packages/react-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,12 @@
"react": ">=16.8",
"react-dom": ">=16.8"
},
"dependencies": {
"@telnyx/webrtc": "^2.9.0",
"react": "^16.8",
"react-dom": "^16.8"
},
"devDependencies": {
"@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@telnyx/webrtc": "^2.9.0",
"@types/react": "^18.2.37",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
Expand All @@ -69,6 +65,8 @@
"microbundle-crl": "^0.13.11",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"react": "^16.8",
"react-dom": "^16.8",
"release-it": "^14.14.2",
"typescript": "^5.2.2"
},
Expand Down
3 changes: 0 additions & 3 deletions packages/react-client/src/types/telnyx-webrtc.d.ts

This file was deleted.

Loading

0 comments on commit 04190a1

Please sign in to comment.