Skip to content

Commit 2b64e23

Browse files
chore(deps): update dependency @react-native/babel-preset to v0.83.1
1 parent 01191c4 commit 2b64e23

2 files changed

Lines changed: 92 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@biomejs/biome": "2.3.10",
5858
"@commitlint/config-conventional": "20.2.0",
5959
"@evilmartians/lefthook": "2.0.13",
60-
"@react-native/babel-preset": "0.78.2",
60+
"@react-native/babel-preset": "0.83.1",
6161
"@release-it/conventional-changelog": "10.0.4",
6262
"@testing-library/react-native": "v14.0.0-alpha.1",
6363
"@types/jest": "30.0.0",

yarn.lock

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4072,6 +4072,14 @@
40724072
"@babel/traverse" "^7.25.3"
40734073
"@react-native/codegen" "0.78.2"
40744074

4075+
"@react-native/babel-plugin-codegen@0.83.1":
4076+
version "0.83.1"
4077+
resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.83.1.tgz#56418c0eeab55800a8fa35333598e71495b9053f"
4078+
integrity sha512-VPj8O3pG1ESjZho9WVKxqiuryrotAECPHGF5mx46zLUYNTWR5u9OMUXYk7LeLy+JLWdGEZ2Gn3KoXeFZbuqE+g==
4079+
dependencies:
4080+
"@babel/traverse" "^7.25.3"
4081+
"@react-native/codegen" "0.83.1"
4082+
40754083
"@react-native/babel-preset@0.78.2":
40764084
version "0.78.2"
40774085
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.78.2.tgz#f02c53dc44e7820b25c4ffbc64159bb65be2d72e"
@@ -4123,6 +4131,57 @@
41234131
babel-plugin-transform-flow-enums "^0.0.2"
41244132
react-refresh "^0.14.0"
41254133

4134+
"@react-native/babel-preset@0.83.1":
4135+
version "0.83.1"
4136+
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.83.1.tgz#a8bc9e7548a8f400ce6fb97c7e76a8ae80aa015c"
4137+
integrity sha512-xI+tbsD4fXcI6PVU4sauRCh0a5fuLQC849SINmU2J5wP8kzKu4Ye0YkGjUW3mfGrjaZcjkWmF6s33jpyd3gdTw==
4138+
dependencies:
4139+
"@babel/core" "^7.25.2"
4140+
"@babel/plugin-proposal-export-default-from" "^7.24.7"
4141+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
4142+
"@babel/plugin-syntax-export-default-from" "^7.24.7"
4143+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
4144+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
4145+
"@babel/plugin-transform-arrow-functions" "^7.24.7"
4146+
"@babel/plugin-transform-async-generator-functions" "^7.25.4"
4147+
"@babel/plugin-transform-async-to-generator" "^7.24.7"
4148+
"@babel/plugin-transform-block-scoping" "^7.25.0"
4149+
"@babel/plugin-transform-class-properties" "^7.25.4"
4150+
"@babel/plugin-transform-classes" "^7.25.4"
4151+
"@babel/plugin-transform-computed-properties" "^7.24.7"
4152+
"@babel/plugin-transform-destructuring" "^7.24.8"
4153+
"@babel/plugin-transform-flow-strip-types" "^7.25.2"
4154+
"@babel/plugin-transform-for-of" "^7.24.7"
4155+
"@babel/plugin-transform-function-name" "^7.25.1"
4156+
"@babel/plugin-transform-literals" "^7.25.2"
4157+
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
4158+
"@babel/plugin-transform-modules-commonjs" "^7.24.8"
4159+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7"
4160+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.24.7"
4161+
"@babel/plugin-transform-numeric-separator" "^7.24.7"
4162+
"@babel/plugin-transform-object-rest-spread" "^7.24.7"
4163+
"@babel/plugin-transform-optional-catch-binding" "^7.24.7"
4164+
"@babel/plugin-transform-optional-chaining" "^7.24.8"
4165+
"@babel/plugin-transform-parameters" "^7.24.7"
4166+
"@babel/plugin-transform-private-methods" "^7.24.7"
4167+
"@babel/plugin-transform-private-property-in-object" "^7.24.7"
4168+
"@babel/plugin-transform-react-display-name" "^7.24.7"
4169+
"@babel/plugin-transform-react-jsx" "^7.25.2"
4170+
"@babel/plugin-transform-react-jsx-self" "^7.24.7"
4171+
"@babel/plugin-transform-react-jsx-source" "^7.24.7"
4172+
"@babel/plugin-transform-regenerator" "^7.24.7"
4173+
"@babel/plugin-transform-runtime" "^7.24.7"
4174+
"@babel/plugin-transform-shorthand-properties" "^7.24.7"
4175+
"@babel/plugin-transform-spread" "^7.24.7"
4176+
"@babel/plugin-transform-sticky-regex" "^7.24.7"
4177+
"@babel/plugin-transform-typescript" "^7.25.2"
4178+
"@babel/plugin-transform-unicode-regex" "^7.24.7"
4179+
"@babel/template" "^7.25.0"
4180+
"@react-native/babel-plugin-codegen" "0.83.1"
4181+
babel-plugin-syntax-hermes-parser "0.32.0"
4182+
babel-plugin-transform-flow-enums "^0.0.2"
4183+
react-refresh "^0.14.0"
4184+
41264185
"@react-native/codegen@0.78.2":
41274186
version "0.78.2"
41284187
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.78.2.tgz#64d72615b7cc894fff356b34addd19472f46f6d9"
@@ -4136,6 +4195,19 @@
41364195
nullthrows "^1.1.1"
41374196
yargs "^17.6.2"
41384197

4198+
"@react-native/codegen@0.83.1":
4199+
version "0.83.1"
4200+
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.83.1.tgz#cd502b801b23b0cf2da079c0e482ccb145c944d3"
4201+
integrity sha512-FpRxenonwH+c2a5X5DZMKUD7sCudHxB3eSQPgV9R+uxd28QWslyAWrpnJM/Az96AEksHnymDzEmzq2HLX5nb+g==
4202+
dependencies:
4203+
"@babel/core" "^7.25.2"
4204+
"@babel/parser" "^7.25.3"
4205+
glob "^7.1.1"
4206+
hermes-parser "0.32.0"
4207+
invariant "^2.2.4"
4208+
nullthrows "^1.1.1"
4209+
yargs "^17.6.2"
4210+
41394211
"@react-native/community-cli-plugin@0.78.2":
41404212
version "0.78.2"
41414213
resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.78.2.tgz#221e4bda8ed994429644aa8f9fb257afcdaf9217"
@@ -4936,6 +5008,13 @@ babel-plugin-syntax-hermes-parser@0.25.1:
49365008
dependencies:
49375009
hermes-parser "0.25.1"
49385010

5011+
babel-plugin-syntax-hermes-parser@0.32.0:
5012+
version "0.32.0"
5013+
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.32.0.tgz#06f7452bf91adf6cafd7c98e7467404d4eb65cec"
5014+
integrity sha512-m5HthL++AbyeEA2FcdwOLfVFvWYECOBObLHNqdR8ceY4TsEdn4LdX2oTvbB2QJSSElE2AWA/b2MXZ/PF/CqLZg==
5015+
dependencies:
5016+
hermes-parser "0.32.0"
5017+
49395018
babel-plugin-syntax-hermes-parser@^0.28.0:
49405019
version "0.28.1"
49415020
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.28.1.tgz#9e80a774ddb8038307a62316486669c668fb3568"
@@ -6754,6 +6833,11 @@ hermes-estree@0.28.1:
67546833
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.28.1.tgz#631e6db146b06e62fc1c630939acf4a3c77d1b24"
67556834
integrity sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==
67566835

6836+
hermes-estree@0.32.0:
6837+
version "0.32.0"
6838+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.32.0.tgz#bb7da6613ab8e67e334a1854ea1e209f487d307b"
6839+
integrity sha512-KWn3BqnlDOl97Xe1Yviur6NbgIZ+IP+UVSpshlZWkq+EtoHg6/cwiDj/osP9PCEgFE15KBm1O55JRwbMEm5ejQ==
6840+
67576841
hermes-parser@0.25.1:
67586842
version "0.25.1"
67596843
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1"
@@ -6768,6 +6852,13 @@ hermes-parser@0.28.1:
67686852
dependencies:
67696853
hermes-estree "0.28.1"
67706854

6855+
hermes-parser@0.32.0:
6856+
version "0.32.0"
6857+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.32.0.tgz#7916984ef6fdce62e7415d354cf35392061cd303"
6858+
integrity sha512-g4nBOWFpuiTqjR3LZdRxKUkij9iyveWeuks7INEsMX741f3r9xxrOe8TeQfUxtda0eXmiIFiMQzoeSQEno33Hw==
6859+
dependencies:
6860+
hermes-estree "0.32.0"
6861+
67716862
hosted-git-info@^8.0.0:
67726863
version "8.1.0"
67736864
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-8.1.0.tgz#153cd84c03c6721481e16a5709eb74b1a0ab2ed0"

0 commit comments

Comments
 (0)