Skip to content

Commit 190dc0e

Browse files
chore(deps): update dependency @react-native/babel-preset to v0.79.2
1 parent 3425de3 commit 190dc0e

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.2",
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
@@ -3793,6 +3793,14 @@
37933793
"@babel/traverse" "^7.25.3"
37943794
"@react-native/codegen" "0.78.2"
37953795

3796+
"@react-native/babel-plugin-codegen@0.79.2":
3797+
version "0.79.2"
3798+
resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.79.2.tgz#f3f86766a01487aaaa623ec62514af4c84400953"
3799+
integrity sha512-d+NB7Uosn2ZWd4O4+7ZkB6q1a+0z2opD/4+Bzhk/Tv6fc5FrSftK2Noqxvo3/bhbdGFVPxf0yvLE8et4W17x/Q==
3800+
dependencies:
3801+
"@babel/traverse" "^7.25.3"
3802+
"@react-native/codegen" "0.79.2"
3803+
37963804
"@react-native/babel-preset@0.78.2":
37973805
version "0.78.2"
37983806
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.78.2.tgz#f02c53dc44e7820b25c4ffbc64159bb65be2d72e"
@@ -3844,6 +3852,57 @@
38443852
babel-plugin-transform-flow-enums "^0.0.2"
38453853
react-refresh "^0.14.0"
38463854

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

3919+
"@react-native/codegen@0.79.2":
3920+
version "0.79.2"
3921+
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.79.2.tgz#75270d8162e78c02b0272396a3c6942e39e8703d"
3922+
integrity sha512-8JTlGLuLi1p8Jx2N/enwwEd7/2CfrqJpv90Cp77QLRX3VHF2hdyavRIxAmXMwN95k+Me7CUuPtqn2X3IBXOWYg==
3923+
dependencies:
3924+
glob "^7.1.1"
3925+
hermes-parser "0.25.1"
3926+
invariant "^2.2.4"
3927+
nullthrows "^1.1.1"
3928+
yargs "^17.6.2"
3929+
38603930
"@react-native/community-cli-plugin@0.78.2":
38613931
version "0.78.2"
38623932
resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.78.2.tgz#221e4bda8ed994429644aa8f9fb257afcdaf9217"

0 commit comments

Comments
 (0)