Skip to content

Commit 30f8ce2

Browse files
authored
feat(deps): React 19.1, React Native 0.81, NextJS 15.5, Expo 54 (#1940)
Quarterly dependency upgrade for our SDKs and Sample Apps.
1 parent 0dfcbf3 commit 30f8ce2

File tree

101 files changed

+6132
-8567
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+6132
-8567
lines changed

.github/workflows/egress-composite-e2e.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ env:
1818
jobs:
1919
test:
2020
timeout-minutes: 20
21-
# Playwright doesn't work on 24.04.
22-
# We need to revisit this and switch to ubuntu-latest when it's supported.
23-
runs-on: ubuntu-22.04
21+
runs-on: ubuntu-latest
2422

2523
steps:
2624
- uses: actions/checkout@v4

.yarn/releases/yarn-4.10.3.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-4.9.1.cjs

Lines changed: 0 additions & 948 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ initScope: stream-io
88

99
nodeLinker: node-modules
1010

11-
yarnPath: .yarn/releases/yarn-4.9.1.cjs
11+
yarnPath: .yarn/releases/yarn-4.10.3.cjs

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@stream-io/video-js-root",
33
"description": "Stream Video JS SDKs",
44
"author": "https://getstream.io",
5-
"packageManager": "yarn@4.9.1",
5+
"packageManager": "yarn@4.10.3",
66
"private": true,
77
"license": "See license in LICENSE",
88
"workspaces": [
@@ -64,21 +64,21 @@
6464
"postinstall": "husky"
6565
},
6666
"devDependencies": {
67-
"@eslint/js": "^9.26.0",
68-
"@jscutlery/semver": "^5.6.0",
69-
"@nx/devkit": "^20.6.2",
70-
"eslint": "^9.26.0",
71-
"eslint-plugin-import": "^2.31.0",
67+
"@eslint/js": "^9.37.0",
68+
"@jscutlery/semver": "^5.7.1",
69+
"@nx/devkit": "^21.6.4",
70+
"eslint": "^9.37.0",
71+
"eslint-plugin-import": "^2.32.0",
7272
"eslint-plugin-react": "^7.37.5",
73-
"eslint-plugin-react-hooks": "^6.1.0",
74-
"globals": "^16.1.0",
73+
"eslint-plugin-react-hooks": "^7.0.0",
74+
"globals": "^16.4.0",
7575
"husky": "^9.1.7",
76-
"lint-staged": "^15.5.2",
77-
"nx": "^20.6.2",
78-
"prettier": "^3.5.3",
79-
"typescript": "^5.8.3",
80-
"typescript-eslint": "^8.32.0",
81-
"vite": "^6.3.5"
76+
"lint-staged": "^16.2.4",
77+
"nx": "^21.6.4",
78+
"prettier": "^3.6.2",
79+
"typescript": "^5.9.3",
80+
"typescript-eslint": "^8.46.0",
81+
"vite": "^7.1.9"
8282
},
8383
"lint-staged": {
8484
"*.{js,ts,tsx}": "yarn eslint --cache --fix",

packages/audio-filters-web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
},
3131
"devDependencies": {
3232
"@rollup/plugin-replace": "^6.0.2",
33-
"@rollup/plugin-typescript": "^12.1.2",
33+
"@rollup/plugin-typescript": "^12.1.4",
3434
"rimraf": "^6.0.1",
35-
"rollup": "^4.40.2",
36-
"typescript": "^5.8.3"
35+
"rollup": "^4.52.4",
36+
"typescript": "^5.9.3"
3737
}
3838
}

packages/client/openapitools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"$schema": "../../node_modules/@openapitools/openapi-generator-cli/config.schema.json",
33
"spaces": 2,
44
"generator-cli": {
5-
"version": "7.8.0"
5+
"version": "7.16.0"
66
}
77
}

packages/client/package.json

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,34 +26,33 @@
2626
"CHANGELOG.md"
2727
],
2828
"dependencies": {
29-
"@protobuf-ts/runtime": "^2.9.4",
30-
"@protobuf-ts/runtime-rpc": "^2.9.4",
31-
"@protobuf-ts/twirp-transport": "^2.9.4",
29+
"@protobuf-ts/runtime": "^2.11.1",
30+
"@protobuf-ts/runtime-rpc": "^2.11.1",
31+
"@protobuf-ts/twirp-transport": "^2.11.1",
3232
"@stream-io/worker-timer": "^1.2.4",
33-
"axios": "^1.8.1",
34-
"rxjs": "~7.8.1",
33+
"axios": "^1.12.2",
34+
"rxjs": "~7.8.2",
3535
"sdp-transform": "^2.15.0",
36-
"ua-parser-js": "^1.0.40",
37-
"webrtc-adapter": "^8.2.3"
36+
"ua-parser-js": "^1.0.41",
37+
"webrtc-adapter": "^8.2.4"
3838
},
3939
"devDependencies": {
40-
"@openapitools/openapi-generator-cli": "^2.13.4",
40+
"@openapitools/openapi-generator-cli": "^2.25.0",
4141
"@rollup/plugin-replace": "^6.0.2",
42-
"@rollup/plugin-typescript": "^12.1.2",
42+
"@rollup/plugin-typescript": "^12.1.4",
4343
"@stream-io/audio-filters-web": "workspace:^",
44-
"@stream-io/node-sdk": "^0.4.24",
44+
"@stream-io/node-sdk": "^0.7.9",
4545
"@total-typescript/shoehorn": "^0.1.2",
46-
"@types/sdp-transform": "^2.4.9",
46+
"@types/sdp-transform": "^2.15.0",
4747
"@types/ua-parser-js": "^0.7.39",
48-
"@vitest/coverage-v8": "^3.1.3",
49-
"dotenv": "^16.5.0",
50-
"happy-dom": "^17.5.6",
51-
"prettier": "^3.5.3",
48+
"@vitest/coverage-v8": "^3.2.4",
49+
"dotenv": "^16.6.1",
50+
"happy-dom": "^20.0.0",
51+
"prettier": "^3.6.2",
5252
"rimraf": "^6.0.1",
53-
"rollup": "^4.40.2",
54-
"typescript": "^5.8.3",
55-
"vite": "^6.3.5",
56-
"vitest": "^3.1.3",
53+
"rollup": "^4.52.4",
54+
"typescript": "^5.9.3",
55+
"vitest": "^3.2.4",
5756
"vitest-mock-extended": "^3.1.0"
5857
}
5958
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NoiseCancellationReactNative_kotlinVersion=1.9.25
22
NoiseCancellationReactNative_minSdkVersion=24
3-
NoiseCancellationReactNative_targetSdkVersion=34
4-
NoiseCancellationReactNative_compileSdkVersion=35
5-
NoiseCancellationReactNative_ndkVersion=21.4.7075529
3+
NoiseCancellationReactNative_targetSdkVersion=36
4+
NoiseCancellationReactNative_compileSdkVersion=36
5+
NoiseCancellationReactNative_ndkVersion=27.1.12297006

packages/noise-cancellation-react-native/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@
4747
},
4848
"homepage": "https://github.com/GetStream/stream-video-js#readme",
4949
"devDependencies": {
50-
"@stream-io/react-native-webrtc": "125.4.3",
51-
"react-native": "^0.79.2",
50+
"@stream-io/react-native-webrtc": "125.4.4",
51+
"react": "19.1.0",
52+
"react-native": "^0.81.4",
5253
"react-native-builder-bob": "^0.37.0",
5354
"rimraf": "^6.0.1",
54-
"typescript": "^5.8.3"
55+
"typescript": "^5.9.3"
5556
},
5657
"peerDependencies": {
5758
"@stream-io/react-native-webrtc": ">=125.3.0",

0 commit comments

Comments
 (0)