Skip to content

Commit 2cbdcba

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

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.81.1",
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/[email protected]":
3775+
version "0.81.1"
3776+
resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.81.1.tgz#0681c8e40df0346a0481fb778eed818b6b6db70c"
3777+
integrity sha512-cxYq78YePcIX2871UiEItG7ibk+GeXRr7A3ZR2DN4fZ7X4An/734DwLVop/CcHpK3Ycr0Re8FKEVTcJRiVb1zg==
3778+
dependencies:
3779+
"@babel/traverse" "^7.25.3"
3780+
"@react-native/codegen" "0.81.1"
3781+
37743782
"@react-native/[email protected]":
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/[email protected]":
3834+
version "0.81.1"
3835+
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.81.1.tgz#87cef40bf77b25738d6e2dcb9ba0403b7d5c5630"
3836+
integrity sha512-dCxb4AdaoLZipfKNEpO70WK7cxbTsq62dzK2EuFta65WJO/K7+sMoF8V6P0MKfCaHwj/1Va2rp/LKtHd9ttPVw==
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.81.1"
3880+
babel-plugin-syntax-hermes-parser "0.29.1"
3881+
babel-plugin-transform-flow-enums "^0.0.2"
3882+
react-refresh "^0.14.0"
3883+
38253884
"@react-native/[email protected]":
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/[email protected]":
3898+
version "0.81.1"
3899+
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.81.1.tgz#6cbe4dbe0c85a260c1fb7dce301234f527771cd6"
3900+
integrity sha512-8KoUE1j65fF1PPHlAhSeUHmcyqpE+Z7Qv27A89vSZkz3s8eqWSRu2hZtCl0D3nSgS0WW0fyrIsFaRFj7azIiPw==
3901+
dependencies:
3902+
"@babel/core" "^7.25.2"
3903+
"@babel/parser" "^7.25.3"
3904+
glob "^7.1.1"
3905+
hermes-parser "0.29.1"
3906+
invariant "^2.2.4"
3907+
nullthrows "^1.1.1"
3908+
yargs "^17.6.2"
3909+
38383910
"@react-native/[email protected]":
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 @@ [email protected]:
44014473
dependencies:
44024474
hermes-parser "0.25.1"
44034475

4476+
4477+
version "0.29.1"
4478+
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.29.1.tgz#09ca9ecb0330eba1ef939b6d3f1f55bb06a9dc33"
4479+
integrity sha512-2WFYnoWGdmih1I1J5eIqxATOeycOqRwYxAQBu3cUu/rhwInwHUg7k60AFNbuGjSDL8tje5GDrAnxzRLcu2pYcA==
4480+
dependencies:
4481+
hermes-parser "0.29.1"
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 @@ [email protected]:
62626341
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.28.1.tgz#631e6db146b06e62fc1c630939acf4a3c77d1b24"
62636342
integrity sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==
62646343

6344+
6345+
version "0.29.1"
6346+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.29.1.tgz#043c7db076e0e8ef8c5f6ed23828d1ba463ebcc5"
6347+
integrity sha512-jl+x31n4/w+wEqm0I2r4CMimukLbLQEYpisys5oCre611CI5fc9TxhqkBBCJ1edDG4Kza0f7CgNz8xVMLZQOmQ==
6348+
62656349
62666350
version "0.25.1"
62676351
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1"
@@ -6276,6 +6360,13 @@ [email protected]:
62766360
dependencies:
62776361
hermes-estree "0.28.1"
62786362

6363+
6364+
version "0.29.1"
6365+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.29.1.tgz#436b24bcd7bb1e71f92a04c396ccc0716c288d56"
6366+
integrity sha512-xBHWmUtRC5e/UL0tI7Ivt2riA/YBq9+SiYFU7C1oBa/j2jYGlIF9043oak1F47ihuDIxQ5nbsKueYJDRY02UgA==
6367+
dependencies:
6368+
hermes-estree "0.29.1"
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)