Skip to content

Commit 23dc21f

Browse files
chore(deps-dev): bump @react-native/babel-preset from 0.83.0 to 0.85.3
Bumps [@react-native/babel-preset](https://github.com/facebook/react-native) from 0.83.0 to 0.85.3. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](react/react-native@v0.83.0...v0.85.3) --- updated-dependencies: - dependency-name: "@react-native/babel-preset" dependency-version: 0.85.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3464d10 commit 23dc21f

3 files changed

Lines changed: 100 additions & 5 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@react-native-community/cli": "20.0.0",
3333
"@react-native-community/cli-platform-android": "20.0.0",
3434
"@react-native-community/cli-platform-ios": "20.0.0",
35-
"@react-native/babel-preset": "0.83.0",
35+
"@react-native/babel-preset": "0.85.3",
3636
"@react-native/metro-config": "0.83.0",
3737
"@react-native/typescript-config": "0.83.0",
3838
"@types/fastestsmallesttextencoderdecoder": "^1.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@eslint/js": "^9.35.0",
7777
"@livekit/changesets-changelog-github": "^0.0.4",
7878
"@livekit/react-native-webrtc": "^144.1.0",
79-
"@react-native/babel-preset": "0.83.0",
79+
"@react-native/babel-preset": "0.85.3",
8080
"@react-native/eslint-config": "0.83.0",
8181
"@types/fastestsmallesttextencoderdecoder": "^1.0.0",
8282
"@types/react": "^19.2.0",

yarn.lock

Lines changed: 98 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3653,7 +3653,7 @@ __metadata:
36533653
"@livekit/components-react": "npm:^2.9.17"
36543654
"@livekit/mutex": "npm:^1.1.1"
36553655
"@livekit/react-native-webrtc": "npm:^144.1.0"
3656-
"@react-native/babel-preset": "npm:0.83.0"
3656+
"@react-native/babel-preset": "npm:0.85.3"
36573657
"@react-native/eslint-config": "npm:0.83.0"
36583658
"@types/fastestsmallesttextencoderdecoder": "npm:^1.0.0"
36593659
"@types/react": "npm:^19.2.0"
@@ -3987,6 +3987,16 @@ __metadata:
39873987
languageName: node
39883988
linkType: hard
39893989

3990+
"@react-native/babel-plugin-codegen@npm:0.85.3":
3991+
version: 0.85.3
3992+
resolution: "@react-native/babel-plugin-codegen@npm:0.85.3"
3993+
dependencies:
3994+
"@babel/traverse": "npm:^7.29.0"
3995+
"@react-native/codegen": "npm:0.85.3"
3996+
checksum: 10/195a6ba599a61b94e34e6db98dae540289c2aa9a577da5288b908a82e595b80e8859b9684c4b6a3b9d897a70a609bf3ceaf3f37694bec70d9876753c2875f3d4
3997+
languageName: node
3998+
linkType: hard
3999+
39904000
"@react-native/babel-preset@npm:0.83.0":
39914001
version: 0.83.0
39924002
resolution: "@react-native/babel-preset@npm:0.83.0"
@@ -4042,6 +4052,49 @@ __metadata:
40424052
languageName: node
40434053
linkType: hard
40444054

4055+
"@react-native/babel-preset@npm:0.85.3":
4056+
version: 0.85.3
4057+
resolution: "@react-native/babel-preset@npm:0.85.3"
4058+
dependencies:
4059+
"@babel/core": "npm:^7.25.2"
4060+
"@babel/plugin-proposal-export-default-from": "npm:^7.24.7"
4061+
"@babel/plugin-syntax-dynamic-import": "npm:^7.8.3"
4062+
"@babel/plugin-syntax-export-default-from": "npm:^7.24.7"
4063+
"@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.8.3"
4064+
"@babel/plugin-syntax-optional-chaining": "npm:^7.8.3"
4065+
"@babel/plugin-transform-async-generator-functions": "npm:^7.25.4"
4066+
"@babel/plugin-transform-async-to-generator": "npm:^7.24.7"
4067+
"@babel/plugin-transform-block-scoping": "npm:^7.25.0"
4068+
"@babel/plugin-transform-class-properties": "npm:^7.25.4"
4069+
"@babel/plugin-transform-classes": "npm:^7.25.4"
4070+
"@babel/plugin-transform-destructuring": "npm:^7.24.8"
4071+
"@babel/plugin-transform-flow-strip-types": "npm:^7.25.2"
4072+
"@babel/plugin-transform-for-of": "npm:^7.24.7"
4073+
"@babel/plugin-transform-modules-commonjs": "npm:^7.24.8"
4074+
"@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.24.7"
4075+
"@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.24.7"
4076+
"@babel/plugin-transform-optional-catch-binding": "npm:^7.24.7"
4077+
"@babel/plugin-transform-optional-chaining": "npm:^7.24.8"
4078+
"@babel/plugin-transform-private-methods": "npm:^7.24.7"
4079+
"@babel/plugin-transform-private-property-in-object": "npm:^7.24.7"
4080+
"@babel/plugin-transform-react-display-name": "npm:^7.24.7"
4081+
"@babel/plugin-transform-react-jsx": "npm:^7.25.2"
4082+
"@babel/plugin-transform-react-jsx-self": "npm:^7.24.7"
4083+
"@babel/plugin-transform-react-jsx-source": "npm:^7.24.7"
4084+
"@babel/plugin-transform-regenerator": "npm:^7.24.7"
4085+
"@babel/plugin-transform-runtime": "npm:^7.24.7"
4086+
"@babel/plugin-transform-typescript": "npm:^7.25.2"
4087+
"@babel/plugin-transform-unicode-regex": "npm:^7.24.7"
4088+
"@react-native/babel-plugin-codegen": "npm:0.85.3"
4089+
babel-plugin-syntax-hermes-parser: "npm:0.33.3"
4090+
babel-plugin-transform-flow-enums: "npm:^0.0.2"
4091+
react-refresh: "npm:^0.14.0"
4092+
peerDependencies:
4093+
"@babel/core": "*"
4094+
checksum: 10/0750392facf3e1e1439accb030d04a9dc3e0242a25b5a3938f31f2a4db1cfbc7e527c11e2673c21d52d993c54e6438044db623dabf1d0a40ded065b748677220
4095+
languageName: node
4096+
linkType: hard
4097+
40454098
"@react-native/codegen@npm:0.82.1":
40464099
version: 0.82.1
40474100
resolution: "@react-native/codegen@npm:0.82.1"
@@ -4076,6 +4129,23 @@ __metadata:
40764129
languageName: node
40774130
linkType: hard
40784131

4132+
"@react-native/codegen@npm:0.85.3":
4133+
version: 0.85.3
4134+
resolution: "@react-native/codegen@npm:0.85.3"
4135+
dependencies:
4136+
"@babel/core": "npm:^7.25.2"
4137+
"@babel/parser": "npm:^7.29.0"
4138+
hermes-parser: "npm:0.33.3"
4139+
invariant: "npm:^2.2.4"
4140+
nullthrows: "npm:^1.1.1"
4141+
tinyglobby: "npm:^0.2.15"
4142+
yargs: "npm:^17.6.2"
4143+
peerDependencies:
4144+
"@babel/core": "*"
4145+
checksum: 10/71986731526148205e43d624b4d02348a55da03d05c302cad3a314c7f216bad4703abc8280dfb77c17c787bce1e1c980f1ea516b404a238ae858b1307717a1c9
4146+
languageName: node
4147+
linkType: hard
4148+
40794149
"@react-native/community-cli-plugin@npm:0.82.1":
40804150
version: 0.82.1
40814151
resolution: "@react-native/community-cli-plugin@npm:0.82.1"
@@ -5575,6 +5645,15 @@ __metadata:
55755645
languageName: node
55765646
linkType: hard
55775647

5648+
"babel-plugin-syntax-hermes-parser@npm:0.33.3":
5649+
version: 0.33.3
5650+
resolution: "babel-plugin-syntax-hermes-parser@npm:0.33.3"
5651+
dependencies:
5652+
hermes-parser: "npm:0.33.3"
5653+
checksum: 10/250394dbe9fc7b6b2235ed7d0eaed287c811fbb79ab122a6d1a74f212dd85307273a06ae72e0b7f164f908f57d93f45f06183236f51d9fc704083cc67bce78c6
5654+
languageName: node
5655+
linkType: hard
5656+
55785657
"babel-plugin-syntax-hermes-parser@npm:^0.28.0":
55795658
version: 0.28.1
55805659
resolution: "babel-plugin-syntax-hermes-parser@npm:0.28.1"
@@ -8069,6 +8148,13 @@ __metadata:
80698148
languageName: node
80708149
linkType: hard
80718150

8151+
"hermes-estree@npm:0.33.3":
8152+
version: 0.33.3
8153+
resolution: "hermes-estree@npm:0.33.3"
8154+
checksum: 10/dfaac7eb91e282cf04f26c8f557fcadbfb78f630062c7abc1e75b9765918103ebee1359dffbe6c5e42a52c7cee0b14420affda984d534f76ba3d7e8d9ba98215
8155+
languageName: node
8156+
linkType: hard
8157+
80728158
"hermes-parser@npm:0.28.1":
80738159
version: 0.28.1
80748160
resolution: "hermes-parser@npm:0.28.1"
@@ -8087,6 +8173,15 @@ __metadata:
80878173
languageName: node
80888174
linkType: hard
80898175

8176+
"hermes-parser@npm:0.33.3":
8177+
version: 0.33.3
8178+
resolution: "hermes-parser@npm:0.33.3"
8179+
dependencies:
8180+
hermes-estree: "npm:0.33.3"
8181+
checksum: 10/709dac7283a9eab706f3fff5c6f09deee5197a1a38751da66fdf499a307120ba3ef14ce734715430a838145531973a8c0b69874bf5bc615cca10059ee87f5ff3
8182+
languageName: node
8183+
linkType: hard
8184+
80908185
"hermes-parser@npm:^0.25.1":
80918186
version: 0.25.1
80928187
resolution: "hermes-parser@npm:0.25.1"
@@ -9758,7 +9853,7 @@ __metadata:
97589853
"@react-native-community/cli": "npm:20.0.0"
97599854
"@react-native-community/cli-platform-android": "npm:20.0.0"
97609855
"@react-native-community/cli-platform-ios": "npm:20.0.0"
9761-
"@react-native/babel-preset": "npm:0.83.0"
9856+
"@react-native/babel-preset": "npm:0.85.3"
97629857
"@react-native/metro-config": "npm:0.83.0"
97639858
"@react-native/typescript-config": "npm:0.83.0"
97649859
"@react-navigation/native": "npm:^7.1.18"
@@ -12633,7 +12728,7 @@ __metadata:
1263312728
languageName: node
1263412729
linkType: hard
1263512730

12636-
"tinyglobby@npm:^0.2.12":
12731+
"tinyglobby@npm:^0.2.12, tinyglobby@npm:^0.2.15":
1263712732
version: 0.2.17
1263812733
resolution: "tinyglobby@npm:0.2.17"
1263912734
dependencies:

0 commit comments

Comments
 (0)