Skip to content

Commit dda2495

Browse files
chore(deps): update dependency @react-native/babel-preset to v0.81.0
1 parent a13f2ed commit dda2495

File tree

2 files changed

+90
-1
lines changed

2 files changed

+90
-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.1.1",
5858
"@commitlint/config-conventional": "19.8.1",
5959
"@evilmartians/lefthook": "1.11.14",
60-
"@react-native/babel-preset": "0.78.2",
60+
"@react-native/babel-preset": "0.81.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: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3840,6 +3840,14 @@
38403840
"@babel/traverse" "^7.25.3"
38413841
"@react-native/codegen" "0.78.2"
38423842

3843+
"@react-native/babel-plugin-codegen@0.81.0":
3844+
version "0.81.0"
3845+
resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.81.0.tgz#198d952aed2a0e7550b3f31c84abfc995754b8b7"
3846+
integrity sha512-MEMlW91+2Kk9GiObRP1Nc6oTdiyvmSEbPMSC6kzUzDyouxnh5/x28uyNySmB2nb6ivcbmQ0lxaU059+CZSkKXQ==
3847+
dependencies:
3848+
"@babel/traverse" "^7.25.3"
3849+
"@react-native/codegen" "0.81.0"
3850+
38433851
"@react-native/babel-preset@0.78.2":
38443852
version "0.78.2"
38453853
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.78.2.tgz#f02c53dc44e7820b25c4ffbc64159bb65be2d72e"
@@ -3891,6 +3899,57 @@
38913899
babel-plugin-transform-flow-enums "^0.0.2"
38923900
react-refresh "^0.14.0"
38933901

3902+
"@react-native/babel-preset@0.81.0":
3903+
version "0.81.0"
3904+
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.81.0.tgz#ee319c264b0e4f9726510a02e1cece1952958e0e"
3905+
integrity sha512-RKMgCUGsso/2b32kgg24lB68LJ6qr2geLoSQTbisY6Usye0uXeXCgbZZDbILIX9upL4uzU4staMldRZ0v08F1g==
3906+
dependencies:
3907+
"@babel/core" "^7.25.2"
3908+
"@babel/plugin-proposal-export-default-from" "^7.24.7"
3909+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
3910+
"@babel/plugin-syntax-export-default-from" "^7.24.7"
3911+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
3912+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
3913+
"@babel/plugin-transform-arrow-functions" "^7.24.7"
3914+
"@babel/plugin-transform-async-generator-functions" "^7.25.4"
3915+
"@babel/plugin-transform-async-to-generator" "^7.24.7"
3916+
"@babel/plugin-transform-block-scoping" "^7.25.0"
3917+
"@babel/plugin-transform-class-properties" "^7.25.4"
3918+
"@babel/plugin-transform-classes" "^7.25.4"
3919+
"@babel/plugin-transform-computed-properties" "^7.24.7"
3920+
"@babel/plugin-transform-destructuring" "^7.24.8"
3921+
"@babel/plugin-transform-flow-strip-types" "^7.25.2"
3922+
"@babel/plugin-transform-for-of" "^7.24.7"
3923+
"@babel/plugin-transform-function-name" "^7.25.1"
3924+
"@babel/plugin-transform-literals" "^7.25.2"
3925+
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
3926+
"@babel/plugin-transform-modules-commonjs" "^7.24.8"
3927+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7"
3928+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.24.7"
3929+
"@babel/plugin-transform-numeric-separator" "^7.24.7"
3930+
"@babel/plugin-transform-object-rest-spread" "^7.24.7"
3931+
"@babel/plugin-transform-optional-catch-binding" "^7.24.7"
3932+
"@babel/plugin-transform-optional-chaining" "^7.24.8"
3933+
"@babel/plugin-transform-parameters" "^7.24.7"
3934+
"@babel/plugin-transform-private-methods" "^7.24.7"
3935+
"@babel/plugin-transform-private-property-in-object" "^7.24.7"
3936+
"@babel/plugin-transform-react-display-name" "^7.24.7"
3937+
"@babel/plugin-transform-react-jsx" "^7.25.2"
3938+
"@babel/plugin-transform-react-jsx-self" "^7.24.7"
3939+
"@babel/plugin-transform-react-jsx-source" "^7.24.7"
3940+
"@babel/plugin-transform-regenerator" "^7.24.7"
3941+
"@babel/plugin-transform-runtime" "^7.24.7"
3942+
"@babel/plugin-transform-shorthand-properties" "^7.24.7"
3943+
"@babel/plugin-transform-spread" "^7.24.7"
3944+
"@babel/plugin-transform-sticky-regex" "^7.24.7"
3945+
"@babel/plugin-transform-typescript" "^7.25.2"
3946+
"@babel/plugin-transform-unicode-regex" "^7.24.7"
3947+
"@babel/template" "^7.25.0"
3948+
"@react-native/babel-plugin-codegen" "0.81.0"
3949+
babel-plugin-syntax-hermes-parser "0.29.1"
3950+
babel-plugin-transform-flow-enums "^0.0.2"
3951+
react-refresh "^0.14.0"
3952+
38943953
"@react-native/codegen@0.78.2":
38953954
version "0.78.2"
38963955
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.78.2.tgz#64d72615b7cc894fff356b34addd19472f46f6d9"
@@ -3904,6 +3963,17 @@
39043963
nullthrows "^1.1.1"
39053964
yargs "^17.6.2"
39063965

3966+
"@react-native/codegen@0.81.0":
3967+
version "0.81.0"
3968+
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.81.0.tgz#719036f231241eedac55d499d2a3da2e3c57aca9"
3969+
integrity sha512-gPFutgtj8YqbwKKt3YpZKamUBGd9YZJV51Jq2aiDZ9oThkg1frUBa20E+Jdi7jKn982wjBMxAklAR85QGQ4xMA==
3970+
dependencies:
3971+
glob "^7.1.1"
3972+
hermes-parser "0.29.1"
3973+
invariant "^2.2.4"
3974+
nullthrows "^1.1.1"
3975+
yargs "^17.6.2"
3976+
39073977
"@react-native/community-cli-plugin@0.78.2":
39083978
version "0.78.2"
39093979
resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.78.2.tgz#221e4bda8ed994429644aa8f9fb257afcdaf9217"
@@ -4470,6 +4540,13 @@ babel-plugin-syntax-hermes-parser@0.25.1:
44704540
dependencies:
44714541
hermes-parser "0.25.1"
44724542

4543+
babel-plugin-syntax-hermes-parser@0.29.1:
4544+
version "0.29.1"
4545+
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.29.1.tgz#09ca9ecb0330eba1ef939b6d3f1f55bb06a9dc33"
4546+
integrity sha512-2WFYnoWGdmih1I1J5eIqxATOeycOqRwYxAQBu3cUu/rhwInwHUg7k60AFNbuGjSDL8tje5GDrAnxzRLcu2pYcA==
4547+
dependencies:
4548+
hermes-parser "0.29.1"
4549+
44734550
babel-plugin-syntax-hermes-parser@^0.28.0:
44744551
version "0.28.1"
44754552
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.28.1.tgz#9e80a774ddb8038307a62316486669c668fb3568"
@@ -6261,6 +6338,11 @@ hermes-estree@0.28.1:
62616338
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.28.1.tgz#631e6db146b06e62fc1c630939acf4a3c77d1b24"
62626339
integrity sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==
62636340

6341+
hermes-estree@0.29.1:
6342+
version "0.29.1"
6343+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.29.1.tgz#043c7db076e0e8ef8c5f6ed23828d1ba463ebcc5"
6344+
integrity sha512-jl+x31n4/w+wEqm0I2r4CMimukLbLQEYpisys5oCre611CI5fc9TxhqkBBCJ1edDG4Kza0f7CgNz8xVMLZQOmQ==
6345+
62646346
hermes-parser@0.25.1:
62656347
version "0.25.1"
62666348
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1"
@@ -6275,6 +6357,13 @@ hermes-parser@0.28.1:
62756357
dependencies:
62766358
hermes-estree "0.28.1"
62776359

6360+
hermes-parser@0.29.1:
6361+
version "0.29.1"
6362+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.29.1.tgz#436b24bcd7bb1e71f92a04c396ccc0716c288d56"
6363+
integrity sha512-xBHWmUtRC5e/UL0tI7Ivt2riA/YBq9+SiYFU7C1oBa/j2jYGlIF9043oak1F47ihuDIxQ5nbsKueYJDRY02UgA==
6364+
dependencies:
6365+
hermes-estree "0.29.1"
6366+
62786367
hosted-git-info@^7.0.0:
62796368
version "7.0.0"
62806369
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-7.0.0.tgz#276330b8ad9f4566e82c8ccb16050decc096076b"

0 commit comments

Comments
 (0)