Skip to content

Commit ca0d1de

Browse files
chore(deps): update dependency @react-native/babel-preset to v0.79.1
1 parent 03b0b72 commit ca0d1de

File tree

2 files changed

+71
-1
lines changed

2 files changed

+71
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@biomejs/biome": "1.9.4",
5454
"@commitlint/config-conventional": "19.8.0",
5555
"@evilmartians/lefthook": "1.11.8",
56-
"@react-native/babel-preset": "0.78.2",
56+
"@react-native/babel-preset": "0.79.1",
5757
"@release-it/conventional-changelog": "10.0.0",
5858
"@testing-library/react-native": "v14.0.0-alpha.1",
5959
"@types/jest": "29.5.14",

yarn.lock

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3796,6 +3796,14 @@
37963796
"@babel/traverse" "^7.25.3"
37973797
"@react-native/codegen" "0.78.2"
37983798

3799+
"@react-native/[email protected]":
3800+
version "0.79.1"
3801+
resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.79.1.tgz#bb2144c7570ba91be72e80b2aad1c8bc918fac7a"
3802+
integrity sha512-y3VyrPO/ej8Uhjk2IM+vBZok8cEyMl3DwJ3o/tsgiIVROITL+MWdk6M6iQOHRvwRWAgLe5jLSR3Zv5IIdDVY4A==
3803+
dependencies:
3804+
"@babel/traverse" "^7.25.3"
3805+
"@react-native/codegen" "0.79.1"
3806+
37993807
"@react-native/[email protected]":
38003808
version "0.78.2"
38013809
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.78.2.tgz#f02c53dc44e7820b25c4ffbc64159bb65be2d72e"
@@ -3847,6 +3855,57 @@
38473855
babel-plugin-transform-flow-enums "^0.0.2"
38483856
react-refresh "^0.14.0"
38493857

3858+
"@react-native/[email protected]":
3859+
version "0.79.1"
3860+
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.79.1.tgz#6721d00a7a2aa730ccddfecf7011360e10a027c0"
3861+
integrity sha512-vS6Os9jFIeQ679VEwW2/h0a5uPYtX9E6ALYTW+VH4Knm+HNzdXC69Z1C5Cgia36ljiGEVCKtsBg5yjDYwliaeg==
3862+
dependencies:
3863+
"@babel/core" "^7.25.2"
3864+
"@babel/plugin-proposal-export-default-from" "^7.24.7"
3865+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
3866+
"@babel/plugin-syntax-export-default-from" "^7.24.7"
3867+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
3868+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
3869+
"@babel/plugin-transform-arrow-functions" "^7.24.7"
3870+
"@babel/plugin-transform-async-generator-functions" "^7.25.4"
3871+
"@babel/plugin-transform-async-to-generator" "^7.24.7"
3872+
"@babel/plugin-transform-block-scoping" "^7.25.0"
3873+
"@babel/plugin-transform-class-properties" "^7.25.4"
3874+
"@babel/plugin-transform-classes" "^7.25.4"
3875+
"@babel/plugin-transform-computed-properties" "^7.24.7"
3876+
"@babel/plugin-transform-destructuring" "^7.24.8"
3877+
"@babel/plugin-transform-flow-strip-types" "^7.25.2"
3878+
"@babel/plugin-transform-for-of" "^7.24.7"
3879+
"@babel/plugin-transform-function-name" "^7.25.1"
3880+
"@babel/plugin-transform-literals" "^7.25.2"
3881+
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
3882+
"@babel/plugin-transform-modules-commonjs" "^7.24.8"
3883+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7"
3884+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.24.7"
3885+
"@babel/plugin-transform-numeric-separator" "^7.24.7"
3886+
"@babel/plugin-transform-object-rest-spread" "^7.24.7"
3887+
"@babel/plugin-transform-optional-catch-binding" "^7.24.7"
3888+
"@babel/plugin-transform-optional-chaining" "^7.24.8"
3889+
"@babel/plugin-transform-parameters" "^7.24.7"
3890+
"@babel/plugin-transform-private-methods" "^7.24.7"
3891+
"@babel/plugin-transform-private-property-in-object" "^7.24.7"
3892+
"@babel/plugin-transform-react-display-name" "^7.24.7"
3893+
"@babel/plugin-transform-react-jsx" "^7.25.2"
3894+
"@babel/plugin-transform-react-jsx-self" "^7.24.7"
3895+
"@babel/plugin-transform-react-jsx-source" "^7.24.7"
3896+
"@babel/plugin-transform-regenerator" "^7.24.7"
3897+
"@babel/plugin-transform-runtime" "^7.24.7"
3898+
"@babel/plugin-transform-shorthand-properties" "^7.24.7"
3899+
"@babel/plugin-transform-spread" "^7.24.7"
3900+
"@babel/plugin-transform-sticky-regex" "^7.24.7"
3901+
"@babel/plugin-transform-typescript" "^7.25.2"
3902+
"@babel/plugin-transform-unicode-regex" "^7.24.7"
3903+
"@babel/template" "^7.25.0"
3904+
"@react-native/babel-plugin-codegen" "0.79.1"
3905+
babel-plugin-syntax-hermes-parser "0.25.1"
3906+
babel-plugin-transform-flow-enums "^0.0.2"
3907+
react-refresh "^0.14.0"
3908+
38503909
"@react-native/[email protected]":
38513910
version "0.78.2"
38523911
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.78.2.tgz#64d72615b7cc894fff356b34addd19472f46f6d9"
@@ -3860,6 +3919,17 @@
38603919
nullthrows "^1.1.1"
38613920
yargs "^17.6.2"
38623921

3922+
"@react-native/[email protected]":
3923+
version "0.79.1"
3924+
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.79.1.tgz#3adc0b689ac1d863e883624625987878b7bbfee0"
3925+
integrity sha512-cTVXfCICkmUU6UvUpnLP4BE82O14JRuVz42cg/A19oasTaZmzHl0+uIDzt2cZEbt/N2sJ/EZnZL61qqpwbNXWQ==
3926+
dependencies:
3927+
glob "^7.1.1"
3928+
hermes-parser "0.25.1"
3929+
invariant "^2.2.4"
3930+
nullthrows "^1.1.1"
3931+
yargs "^17.6.2"
3932+
38633933
"@react-native/[email protected]":
38643934
version "0.78.2"
38653935
resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.78.2.tgz#221e4bda8ed994429644aa8f9fb257afcdaf9217"

0 commit comments

Comments
 (0)