Skip to content

Commit c2ca3c2

Browse files
chore(deps): update dependency @react-native/babel-preset to v0.82.1
1 parent 91f10e9 commit c2ca3c2

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.8",
5858
"@commitlint/config-conventional": "19.8.1",
5959
"@evilmartians/lefthook": "2.0.8",
60-
"@react-native/babel-preset": "0.78.2",
60+
"@react-native/babel-preset": "0.82.1",
6161
"@release-it/conventional-changelog": "10.0.2",
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
@@ -4000,6 +4000,14 @@
40004000
"@babel/traverse" "^7.25.3"
40014001
"@react-native/codegen" "0.78.2"
40024002

4003+
"@react-native/babel-plugin-codegen@0.82.1":
4004+
version "0.82.1"
4005+
resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.82.1.tgz#11cee8a38b4f4c5d1c1eace59473c8c046eeed26"
4006+
integrity sha512-wzmEz/RlR4SekqmaqeQjdMVh4LsnL9e62mrOikOOkHDQ3QN0nrKLuUDzXyYptVbxQ0IRua4pTm3efJLymDBoEg==
4007+
dependencies:
4008+
"@babel/traverse" "^7.25.3"
4009+
"@react-native/codegen" "0.82.1"
4010+
40034011
"@react-native/babel-preset@0.78.2":
40044012
version "0.78.2"
40054013
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.78.2.tgz#f02c53dc44e7820b25c4ffbc64159bb65be2d72e"
@@ -4051,6 +4059,57 @@
40514059
babel-plugin-transform-flow-enums "^0.0.2"
40524060
react-refresh "^0.14.0"
40534061

4062+
"@react-native/babel-preset@0.82.1":
4063+
version "0.82.1"
4064+
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.82.1.tgz#9b09e1445862e8a6e562b7085fa294ff9b0f2186"
4065+
integrity sha512-Olj7p4XIsUWLKjlW46CqijaXt45PZT9Lbvv/Hz698FXTenPKk4k7sy6RGRGZPWO2TCBBfcb73dus1iNHRFSq7g==
4066+
dependencies:
4067+
"@babel/core" "^7.25.2"
4068+
"@babel/plugin-proposal-export-default-from" "^7.24.7"
4069+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
4070+
"@babel/plugin-syntax-export-default-from" "^7.24.7"
4071+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
4072+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
4073+
"@babel/plugin-transform-arrow-functions" "^7.24.7"
4074+
"@babel/plugin-transform-async-generator-functions" "^7.25.4"
4075+
"@babel/plugin-transform-async-to-generator" "^7.24.7"
4076+
"@babel/plugin-transform-block-scoping" "^7.25.0"
4077+
"@babel/plugin-transform-class-properties" "^7.25.4"
4078+
"@babel/plugin-transform-classes" "^7.25.4"
4079+
"@babel/plugin-transform-computed-properties" "^7.24.7"
4080+
"@babel/plugin-transform-destructuring" "^7.24.8"
4081+
"@babel/plugin-transform-flow-strip-types" "^7.25.2"
4082+
"@babel/plugin-transform-for-of" "^7.24.7"
4083+
"@babel/plugin-transform-function-name" "^7.25.1"
4084+
"@babel/plugin-transform-literals" "^7.25.2"
4085+
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
4086+
"@babel/plugin-transform-modules-commonjs" "^7.24.8"
4087+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7"
4088+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.24.7"
4089+
"@babel/plugin-transform-numeric-separator" "^7.24.7"
4090+
"@babel/plugin-transform-object-rest-spread" "^7.24.7"
4091+
"@babel/plugin-transform-optional-catch-binding" "^7.24.7"
4092+
"@babel/plugin-transform-optional-chaining" "^7.24.8"
4093+
"@babel/plugin-transform-parameters" "^7.24.7"
4094+
"@babel/plugin-transform-private-methods" "^7.24.7"
4095+
"@babel/plugin-transform-private-property-in-object" "^7.24.7"
4096+
"@babel/plugin-transform-react-display-name" "^7.24.7"
4097+
"@babel/plugin-transform-react-jsx" "^7.25.2"
4098+
"@babel/plugin-transform-react-jsx-self" "^7.24.7"
4099+
"@babel/plugin-transform-react-jsx-source" "^7.24.7"
4100+
"@babel/plugin-transform-regenerator" "^7.24.7"
4101+
"@babel/plugin-transform-runtime" "^7.24.7"
4102+
"@babel/plugin-transform-shorthand-properties" "^7.24.7"
4103+
"@babel/plugin-transform-spread" "^7.24.7"
4104+
"@babel/plugin-transform-sticky-regex" "^7.24.7"
4105+
"@babel/plugin-transform-typescript" "^7.25.2"
4106+
"@babel/plugin-transform-unicode-regex" "^7.24.7"
4107+
"@babel/template" "^7.25.0"
4108+
"@react-native/babel-plugin-codegen" "0.82.1"
4109+
babel-plugin-syntax-hermes-parser "0.32.0"
4110+
babel-plugin-transform-flow-enums "^0.0.2"
4111+
react-refresh "^0.14.0"
4112+
40544113
"@react-native/codegen@0.78.2":
40554114
version "0.78.2"
40564115
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.78.2.tgz#64d72615b7cc894fff356b34addd19472f46f6d9"
@@ -4064,6 +4123,19 @@
40644123
nullthrows "^1.1.1"
40654124
yargs "^17.6.2"
40664125

4126+
"@react-native/codegen@0.82.1":
4127+
version "0.82.1"
4128+
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.82.1.tgz#d51fae22e0ae488be011526cb1bf07e403d50832"
4129+
integrity sha512-ezXTN70ygVm9l2m0i+pAlct0RntoV4afftWMGUIeAWLgaca9qItQ54uOt32I/9dBJvzBibT33luIR/pBG0dQvg==
4130+
dependencies:
4131+
"@babel/core" "^7.25.2"
4132+
"@babel/parser" "^7.25.3"
4133+
glob "^7.1.1"
4134+
hermes-parser "0.32.0"
4135+
invariant "^2.2.4"
4136+
nullthrows "^1.1.1"
4137+
yargs "^17.6.2"
4138+
40674139
"@react-native/community-cli-plugin@0.78.2":
40684140
version "0.78.2"
40694141
resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.78.2.tgz#221e4bda8ed994429644aa8f9fb257afcdaf9217"
@@ -4848,6 +4920,13 @@ babel-plugin-syntax-hermes-parser@0.25.1:
48484920
dependencies:
48494921
hermes-parser "0.25.1"
48504922

4923+
babel-plugin-syntax-hermes-parser@0.32.0:
4924+
version "0.32.0"
4925+
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.32.0.tgz#06f7452bf91adf6cafd7c98e7467404d4eb65cec"
4926+
integrity sha512-m5HthL++AbyeEA2FcdwOLfVFvWYECOBObLHNqdR8ceY4TsEdn4LdX2oTvbB2QJSSElE2AWA/b2MXZ/PF/CqLZg==
4927+
dependencies:
4928+
hermes-parser "0.32.0"
4929+
48514930
babel-plugin-syntax-hermes-parser@^0.28.0:
48524931
version "0.28.1"
48534932
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.28.1.tgz#9e80a774ddb8038307a62316486669c668fb3568"
@@ -6648,6 +6727,11 @@ hermes-estree@0.28.1:
66486727
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.28.1.tgz#631e6db146b06e62fc1c630939acf4a3c77d1b24"
66496728
integrity sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==
66506729

6730+
hermes-estree@0.32.0:
6731+
version "0.32.0"
6732+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.32.0.tgz#bb7da6613ab8e67e334a1854ea1e209f487d307b"
6733+
integrity sha512-KWn3BqnlDOl97Xe1Yviur6NbgIZ+IP+UVSpshlZWkq+EtoHg6/cwiDj/osP9PCEgFE15KBm1O55JRwbMEm5ejQ==
6734+
66516735
hermes-parser@0.25.1:
66526736
version "0.25.1"
66536737
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1"
@@ -6662,6 +6746,13 @@ hermes-parser@0.28.1:
66626746
dependencies:
66636747
hermes-estree "0.28.1"
66646748

6749+
hermes-parser@0.32.0:
6750+
version "0.32.0"
6751+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.32.0.tgz#7916984ef6fdce62e7415d354cf35392061cd303"
6752+
integrity sha512-g4nBOWFpuiTqjR3LZdRxKUkij9iyveWeuks7INEsMX741f3r9xxrOe8TeQfUxtda0eXmiIFiMQzoeSQEno33Hw==
6753+
dependencies:
6754+
hermes-estree "0.32.0"
6755+
66656756
hosted-git-info@^8.0.0:
66666757
version "8.1.0"
66676758
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-8.1.0.tgz#153cd84c03c6721481e16a5709eb74b1a0ab2ed0"

0 commit comments

Comments
 (0)