Skip to content

Commit

Permalink
fix: use axios version that doesnt import node specific module (#1699)
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Lazoroski <[email protected]>
  • Loading branch information
santhoshvai and oliverlaz authored Feb 26, 2025
1 parent 3429a7b commit 414e01b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@protobuf-ts/runtime": "^2.9.4",
"@protobuf-ts/runtime-rpc": "^2.9.4",
"@protobuf-ts/twirp-transport": "^2.9.4",
"axios": "^1.7.9",
"axios": "^1.8.1",
"rxjs": "~7.8.1",
"sdp-transform": "^2.15.0",
"ua-parser-js": "^1.0.40",
Expand Down
2 changes: 1 addition & 1 deletion sample-apps/react-native/dogfood/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@stream-io/react-native-webrtc": "^125.0.7",
"@stream-io/video-filters-react-native": "workspace:^",
"@stream-io/video-react-native-sdk": "workspace:^",
"axios": "^1.7.9",
"axios": "^1.8.1",
"react": "18.3.1",
"react-native": "0.76.2",
"react-native-blob-util": "^0.19.11",
Expand Down
2 changes: 1 addition & 1 deletion sample-apps/react/react-dogfood/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@stream-io/video-filters-web": "workspace:^",
"@stream-io/video-react-sdk": "workspace:^",
"@stream-io/video-styling": "workspace:^",
"axios": "^1.7.9",
"axios": "^1.8.1",
"clsx": "^2.0.0",
"dotenv": "^16.4.7",
"framer-motion": "^10.16.16",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8157,7 +8157,7 @@ __metadata:
"@types/sdp-transform": ^2.4.9
"@types/ua-parser-js": ^0.7.39
"@vitest/coverage-v8": ^3.0.5
axios: ^1.7.9
axios: ^1.8.1
dotenv: ^16.4.7
happy-dom: ^11.0.2
prettier: ^3.3.2
Expand Down Expand Up @@ -8265,7 +8265,7 @@ __metadata:
"@types/react-form": ^4.0.5
"@types/starwars-names": ^1.6.2
"@types/yargs": ^17.0.32
axios: ^1.7.9
axios: ^1.8.1
clsx: ^2.0.0
dotenv: ^16.4.7
framer-motion: ^10.16.16
Expand Down Expand Up @@ -8328,7 +8328,7 @@ __metadata:
"@types/react-native-incall-manager": ^3.2.1
"@types/react-native-video": ^5
"@types/react-test-renderer": ^18.0.0
axios: ^1.7.9
axios: ^1.8.1
babel-jest: ^29.7.0
eslint: ^8.57.0
express: ^4.18.2
Expand Down Expand Up @@ -10873,14 +10873,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.0.0, axios@npm:^1.6.0, axios@npm:^1.7.9":
version: 1.7.9
resolution: "axios@npm:1.7.9"
"axios@npm:^1.0.0, axios@npm:^1.6.0, axios@npm:^1.8.1":
version: 1.8.1
resolution: "axios@npm:1.8.1"
dependencies:
follow-redirects: ^1.15.6
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: cb8ce291818effda09240cb60f114d5625909b345e10f389a945320e06acf0bc949d0f8422d25720f5dd421362abee302c99f5e97edec4c156c8939814b23d19
checksum: 3c434b86bb690046b5861134e9cee9b273467f0d82b64b9074f7da5004855826833736a1c6a9c05bf9af225ddd52b3da857a99d59e6736490b18e2cbc1ccb67e
languageName: node
linkType: hard

Expand Down

0 comments on commit 414e01b

Please sign in to comment.