Skip to content

Commit e613edf

Browse files
chore(deps): update dependency @react-native/babel-preset to v0.82.0
1 parent f7f0317 commit e613edf

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.2.4",
5858
"@commitlint/config-conventional": "19.8.1",
5959
"@evilmartians/lefthook": "1.13.4",
60-
"@react-native/babel-preset": "0.78.2",
60+
"@react-native/babel-preset": "0.82.0",
6161
"@release-it/conventional-changelog": "10.0.1",
6262
"@testing-library/react-native": "v14.0.0-alpha.1",
6363
"@types/jest": "29.5.14",

yarn.lock

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3771,6 +3771,14 @@
37713771
"@babel/traverse" "^7.25.3"
37723772
"@react-native/codegen" "0.78.2"
37733773

3774+
"@react-native/babel-plugin-codegen@0.82.0":
3775+
version "0.82.0"
3776+
resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.82.0.tgz#0af2c438fbae11550816cd12989a242b2d44d868"
3777+
integrity sha512-BLGT/3NuCMpFk9FYPB1IYNGgcN8t8/HGcuEZqRpqGLJRRfAsnbwmlx7zsc1mMDRM1w/CVUWzDhxocF35Rpw1oQ==
3778+
dependencies:
3779+
"@babel/traverse" "^7.25.3"
3780+
"@react-native/codegen" "0.82.0"
3781+
37743782
"@react-native/babel-preset@0.78.2":
37753783
version "0.78.2"
37763784
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.78.2.tgz#f02c53dc44e7820b25c4ffbc64159bb65be2d72e"
@@ -3822,6 +3830,57 @@
38223830
babel-plugin-transform-flow-enums "^0.0.2"
38233831
react-refresh "^0.14.0"
38243832

3833+
"@react-native/babel-preset@0.82.0":
3834+
version "0.82.0"
3835+
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.82.0.tgz#a2f5c6d3979ae8fd18f0727602de3db3db6d74a9"
3836+
integrity sha512-k5U5+ogEwFamkR2a39l6z0Vih+1Vpmb/fqL9qv/Lttr+WRC5czH/p3CUWT5M5SojjDCxf77Hla4fRgkav+G4/g==
3837+
dependencies:
3838+
"@babel/core" "^7.25.2"
3839+
"@babel/plugin-proposal-export-default-from" "^7.24.7"
3840+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
3841+
"@babel/plugin-syntax-export-default-from" "^7.24.7"
3842+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
3843+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
3844+
"@babel/plugin-transform-arrow-functions" "^7.24.7"
3845+
"@babel/plugin-transform-async-generator-functions" "^7.25.4"
3846+
"@babel/plugin-transform-async-to-generator" "^7.24.7"
3847+
"@babel/plugin-transform-block-scoping" "^7.25.0"
3848+
"@babel/plugin-transform-class-properties" "^7.25.4"
3849+
"@babel/plugin-transform-classes" "^7.25.4"
3850+
"@babel/plugin-transform-computed-properties" "^7.24.7"
3851+
"@babel/plugin-transform-destructuring" "^7.24.8"
3852+
"@babel/plugin-transform-flow-strip-types" "^7.25.2"
3853+
"@babel/plugin-transform-for-of" "^7.24.7"
3854+
"@babel/plugin-transform-function-name" "^7.25.1"
3855+
"@babel/plugin-transform-literals" "^7.25.2"
3856+
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
3857+
"@babel/plugin-transform-modules-commonjs" "^7.24.8"
3858+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7"
3859+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.24.7"
3860+
"@babel/plugin-transform-numeric-separator" "^7.24.7"
3861+
"@babel/plugin-transform-object-rest-spread" "^7.24.7"
3862+
"@babel/plugin-transform-optional-catch-binding" "^7.24.7"
3863+
"@babel/plugin-transform-optional-chaining" "^7.24.8"
3864+
"@babel/plugin-transform-parameters" "^7.24.7"
3865+
"@babel/plugin-transform-private-methods" "^7.24.7"
3866+
"@babel/plugin-transform-private-property-in-object" "^7.24.7"
3867+
"@babel/plugin-transform-react-display-name" "^7.24.7"
3868+
"@babel/plugin-transform-react-jsx" "^7.25.2"
3869+
"@babel/plugin-transform-react-jsx-self" "^7.24.7"
3870+
"@babel/plugin-transform-react-jsx-source" "^7.24.7"
3871+
"@babel/plugin-transform-regenerator" "^7.24.7"
3872+
"@babel/plugin-transform-runtime" "^7.24.7"
3873+
"@babel/plugin-transform-shorthand-properties" "^7.24.7"
3874+
"@babel/plugin-transform-spread" "^7.24.7"
3875+
"@babel/plugin-transform-sticky-regex" "^7.24.7"
3876+
"@babel/plugin-transform-typescript" "^7.25.2"
3877+
"@babel/plugin-transform-unicode-regex" "^7.24.7"
3878+
"@babel/template" "^7.25.0"
3879+
"@react-native/babel-plugin-codegen" "0.82.0"
3880+
babel-plugin-syntax-hermes-parser "0.32.0"
3881+
babel-plugin-transform-flow-enums "^0.0.2"
3882+
react-refresh "^0.14.0"
3883+
38253884
"@react-native/codegen@0.78.2":
38263885
version "0.78.2"
38273886
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.78.2.tgz#64d72615b7cc894fff356b34addd19472f46f6d9"
@@ -3835,6 +3894,19 @@
38353894
nullthrows "^1.1.1"
38363895
yargs "^17.6.2"
38373896

3897+
"@react-native/codegen@0.82.0":
3898+
version "0.82.0"
3899+
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.82.0.tgz#d034f75bd6b4d4070ae298058783e895a6ddeeaa"
3900+
integrity sha512-DJKDwyr6s0EtoPKmAaOsx2EnS2sV/qICNWn/KA+8lohSY6gJF1wuA+DOjitivBfU0soADoo8tqGq50C5rlzmCA==
3901+
dependencies:
3902+
"@babel/core" "^7.25.2"
3903+
"@babel/parser" "^7.25.3"
3904+
glob "^7.1.1"
3905+
hermes-parser "0.32.0"
3906+
invariant "^2.2.4"
3907+
nullthrows "^1.1.1"
3908+
yargs "^17.6.2"
3909+
38383910
"@react-native/community-cli-plugin@0.78.2":
38393911
version "0.78.2"
38403912
resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.78.2.tgz#221e4bda8ed994429644aa8f9fb257afcdaf9217"
@@ -4401,6 +4473,13 @@ babel-plugin-syntax-hermes-parser@0.25.1:
44014473
dependencies:
44024474
hermes-parser "0.25.1"
44034475

4476+
babel-plugin-syntax-hermes-parser@0.32.0:
4477+
version "0.32.0"
4478+
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.32.0.tgz#06f7452bf91adf6cafd7c98e7467404d4eb65cec"
4479+
integrity sha512-m5HthL++AbyeEA2FcdwOLfVFvWYECOBObLHNqdR8ceY4TsEdn4LdX2oTvbB2QJSSElE2AWA/b2MXZ/PF/CqLZg==
4480+
dependencies:
4481+
hermes-parser "0.32.0"
4482+
44044483
babel-plugin-syntax-hermes-parser@^0.28.0:
44054484
version "0.28.1"
44064485
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.28.1.tgz#9e80a774ddb8038307a62316486669c668fb3568"
@@ -6262,6 +6341,11 @@ hermes-estree@0.28.1:
62626341
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.28.1.tgz#631e6db146b06e62fc1c630939acf4a3c77d1b24"
62636342
integrity sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==
62646343

6344+
hermes-estree@0.32.0:
6345+
version "0.32.0"
6346+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.32.0.tgz#bb7da6613ab8e67e334a1854ea1e209f487d307b"
6347+
integrity sha512-KWn3BqnlDOl97Xe1Yviur6NbgIZ+IP+UVSpshlZWkq+EtoHg6/cwiDj/osP9PCEgFE15KBm1O55JRwbMEm5ejQ==
6348+
62656349
hermes-parser@0.25.1:
62666350
version "0.25.1"
62676351
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1"
@@ -6276,6 +6360,13 @@ hermes-parser@0.28.1:
62766360
dependencies:
62776361
hermes-estree "0.28.1"
62786362

6363+
hermes-parser@0.32.0:
6364+
version "0.32.0"
6365+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.32.0.tgz#7916984ef6fdce62e7415d354cf35392061cd303"
6366+
integrity sha512-g4nBOWFpuiTqjR3LZdRxKUkij9iyveWeuks7INEsMX741f3r9xxrOe8TeQfUxtda0eXmiIFiMQzoeSQEno33Hw==
6367+
dependencies:
6368+
hermes-estree "0.32.0"
6369+
62796370
hosted-git-info@^7.0.0:
62806371
version "7.0.0"
62816372
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-7.0.0.tgz#276330b8ad9f4566e82c8ccb16050decc096076b"

0 commit comments

Comments
 (0)