Skip to content

Commit edc77a2

Browse files
chore(deps): update dependency @react-native/babel-preset to v0.83.1
1 parent 0d1fc1f commit edc77a2

File tree

2 files changed

+92
-1
lines changed

2 files changed

+92
-1
lines changed

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.9",
5858
"@commitlint/config-conventional": "20.2.0",
5959
"@evilmartians/lefthook": "2.0.12",
60-
"@react-native/babel-preset": "0.78.2",
60+
"@react-native/babel-preset": "0.83.1",
6161
"@release-it/conventional-changelog": "10.0.3",
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
@@ -3988,6 +3988,14 @@
39883988
"@babel/traverse" "^7.25.3"
39893989
"@react-native/codegen" "0.78.2"
39903990

3991+
"@react-native/babel-plugin-codegen@0.83.1":
3992+
version "0.83.1"
3993+
resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.83.1.tgz#56418c0eeab55800a8fa35333598e71495b9053f"
3994+
integrity sha512-VPj8O3pG1ESjZho9WVKxqiuryrotAECPHGF5mx46zLUYNTWR5u9OMUXYk7LeLy+JLWdGEZ2Gn3KoXeFZbuqE+g==
3995+
dependencies:
3996+
"@babel/traverse" "^7.25.3"
3997+
"@react-native/codegen" "0.83.1"
3998+
39913999
"@react-native/babel-preset@0.78.2":
39924000
version "0.78.2"
39934001
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.78.2.tgz#f02c53dc44e7820b25c4ffbc64159bb65be2d72e"
@@ -4039,6 +4047,57 @@
40394047
babel-plugin-transform-flow-enums "^0.0.2"
40404048
react-refresh "^0.14.0"
40414049

4050+
"@react-native/babel-preset@0.83.1":
4051+
version "0.83.1"
4052+
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.83.1.tgz#a8bc9e7548a8f400ce6fb97c7e76a8ae80aa015c"
4053+
integrity sha512-xI+tbsD4fXcI6PVU4sauRCh0a5fuLQC849SINmU2J5wP8kzKu4Ye0YkGjUW3mfGrjaZcjkWmF6s33jpyd3gdTw==
4054+
dependencies:
4055+
"@babel/core" "^7.25.2"
4056+
"@babel/plugin-proposal-export-default-from" "^7.24.7"
4057+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
4058+
"@babel/plugin-syntax-export-default-from" "^7.24.7"
4059+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
4060+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
4061+
"@babel/plugin-transform-arrow-functions" "^7.24.7"
4062+
"@babel/plugin-transform-async-generator-functions" "^7.25.4"
4063+
"@babel/plugin-transform-async-to-generator" "^7.24.7"
4064+
"@babel/plugin-transform-block-scoping" "^7.25.0"
4065+
"@babel/plugin-transform-class-properties" "^7.25.4"
4066+
"@babel/plugin-transform-classes" "^7.25.4"
4067+
"@babel/plugin-transform-computed-properties" "^7.24.7"
4068+
"@babel/plugin-transform-destructuring" "^7.24.8"
4069+
"@babel/plugin-transform-flow-strip-types" "^7.25.2"
4070+
"@babel/plugin-transform-for-of" "^7.24.7"
4071+
"@babel/plugin-transform-function-name" "^7.25.1"
4072+
"@babel/plugin-transform-literals" "^7.25.2"
4073+
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
4074+
"@babel/plugin-transform-modules-commonjs" "^7.24.8"
4075+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7"
4076+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.24.7"
4077+
"@babel/plugin-transform-numeric-separator" "^7.24.7"
4078+
"@babel/plugin-transform-object-rest-spread" "^7.24.7"
4079+
"@babel/plugin-transform-optional-catch-binding" "^7.24.7"
4080+
"@babel/plugin-transform-optional-chaining" "^7.24.8"
4081+
"@babel/plugin-transform-parameters" "^7.24.7"
4082+
"@babel/plugin-transform-private-methods" "^7.24.7"
4083+
"@babel/plugin-transform-private-property-in-object" "^7.24.7"
4084+
"@babel/plugin-transform-react-display-name" "^7.24.7"
4085+
"@babel/plugin-transform-react-jsx" "^7.25.2"
4086+
"@babel/plugin-transform-react-jsx-self" "^7.24.7"
4087+
"@babel/plugin-transform-react-jsx-source" "^7.24.7"
4088+
"@babel/plugin-transform-regenerator" "^7.24.7"
4089+
"@babel/plugin-transform-runtime" "^7.24.7"
4090+
"@babel/plugin-transform-shorthand-properties" "^7.24.7"
4091+
"@babel/plugin-transform-spread" "^7.24.7"
4092+
"@babel/plugin-transform-sticky-regex" "^7.24.7"
4093+
"@babel/plugin-transform-typescript" "^7.25.2"
4094+
"@babel/plugin-transform-unicode-regex" "^7.24.7"
4095+
"@babel/template" "^7.25.0"
4096+
"@react-native/babel-plugin-codegen" "0.83.1"
4097+
babel-plugin-syntax-hermes-parser "0.32.0"
4098+
babel-plugin-transform-flow-enums "^0.0.2"
4099+
react-refresh "^0.14.0"
4100+
40424101
"@react-native/codegen@0.78.2":
40434102
version "0.78.2"
40444103
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.78.2.tgz#64d72615b7cc894fff356b34addd19472f46f6d9"
@@ -4052,6 +4111,19 @@
40524111
nullthrows "^1.1.1"
40534112
yargs "^17.6.2"
40544113

4114+
"@react-native/codegen@0.83.1":
4115+
version "0.83.1"
4116+
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.83.1.tgz#cd502b801b23b0cf2da079c0e482ccb145c944d3"
4117+
integrity sha512-FpRxenonwH+c2a5X5DZMKUD7sCudHxB3eSQPgV9R+uxd28QWslyAWrpnJM/Az96AEksHnymDzEmzq2HLX5nb+g==
4118+
dependencies:
4119+
"@babel/core" "^7.25.2"
4120+
"@babel/parser" "^7.25.3"
4121+
glob "^7.1.1"
4122+
hermes-parser "0.32.0"
4123+
invariant "^2.2.4"
4124+
nullthrows "^1.1.1"
4125+
yargs "^17.6.2"
4126+
40554127
"@react-native/community-cli-plugin@0.78.2":
40564128
version "0.78.2"
40574129
resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.78.2.tgz#221e4bda8ed994429644aa8f9fb257afcdaf9217"
@@ -4852,6 +4924,13 @@ babel-plugin-syntax-hermes-parser@0.25.1:
48524924
dependencies:
48534925
hermes-parser "0.25.1"
48544926

4927+
babel-plugin-syntax-hermes-parser@0.32.0:
4928+
version "0.32.0"
4929+
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.32.0.tgz#06f7452bf91adf6cafd7c98e7467404d4eb65cec"
4930+
integrity sha512-m5HthL++AbyeEA2FcdwOLfVFvWYECOBObLHNqdR8ceY4TsEdn4LdX2oTvbB2QJSSElE2AWA/b2MXZ/PF/CqLZg==
4931+
dependencies:
4932+
hermes-parser "0.32.0"
4933+
48554934
babel-plugin-syntax-hermes-parser@^0.28.0:
48564935
version "0.28.1"
48574936
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.28.1.tgz#9e80a774ddb8038307a62316486669c668fb3568"
@@ -6670,6 +6749,11 @@ hermes-estree@0.28.1:
66706749
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.28.1.tgz#631e6db146b06e62fc1c630939acf4a3c77d1b24"
66716750
integrity sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==
66726751

6752+
hermes-estree@0.32.0:
6753+
version "0.32.0"
6754+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.32.0.tgz#bb7da6613ab8e67e334a1854ea1e209f487d307b"
6755+
integrity sha512-KWn3BqnlDOl97Xe1Yviur6NbgIZ+IP+UVSpshlZWkq+EtoHg6/cwiDj/osP9PCEgFE15KBm1O55JRwbMEm5ejQ==
6756+
66736757
hermes-parser@0.25.1:
66746758
version "0.25.1"
66756759
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1"
@@ -6684,6 +6768,13 @@ hermes-parser@0.28.1:
66846768
dependencies:
66856769
hermes-estree "0.28.1"
66866770

6771+
hermes-parser@0.32.0:
6772+
version "0.32.0"
6773+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.32.0.tgz#7916984ef6fdce62e7415d354cf35392061cd303"
6774+
integrity sha512-g4nBOWFpuiTqjR3LZdRxKUkij9iyveWeuks7INEsMX741f3r9xxrOe8TeQfUxtda0eXmiIFiMQzoeSQEno33Hw==
6775+
dependencies:
6776+
hermes-estree "0.32.0"
6777+
66876778
hosted-git-info@^8.0.0:
66886779
version "8.1.0"
66896780
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-8.1.0.tgz#153cd84c03c6721481e16a5709eb74b1a0ab2ed0"

0 commit comments

Comments
 (0)