Skip to content

Commit 3fb9d11

Browse files
chore(deps): update dependency @react-native/babel-preset to v0.80.0
1 parent 4de6211 commit 3fb9d11

File tree

2 files changed

+72
-2
lines changed

2 files changed

+72
-2
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.1",
5555
"@evilmartians/lefthook": "1.11.14",
56-
"@react-native/babel-preset": "0.78.2",
56+
"@react-native/babel-preset": "0.80.0",
5757
"@release-it/conventional-changelog": "10.0.1",
5858
"@testing-library/react-native": "v14.0.0-alpha.1",
5959
"@types/jest": "29.5.14",

yarn.lock

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3812,6 +3812,14 @@
38123812
"@babel/traverse" "^7.25.3"
38133813
"@react-native/codegen" "0.78.2"
38143814

3815+
"@react-native/babel-plugin-codegen@0.80.0":
3816+
version "0.80.0"
3817+
resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.80.0.tgz#0515c34aca082cf629223abf02fa61e0f93ffa5e"
3818+
integrity sha512-LXd766LHCR/79WmhIg4zUB9jRosgw8xGJ1QnYOoef1rA7vCdubC23nhUxF+PJdfTdAl1cqX4u1dhZcjg6yXjRg==
3819+
dependencies:
3820+
"@babel/traverse" "^7.25.3"
3821+
"@react-native/codegen" "0.80.0"
3822+
38153823
"@react-native/babel-preset@0.78.2":
38163824
version "0.78.2"
38173825
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.78.2.tgz#f02c53dc44e7820b25c4ffbc64159bb65be2d72e"
@@ -3863,6 +3871,57 @@
38633871
babel-plugin-transform-flow-enums "^0.0.2"
38643872
react-refresh "^0.14.0"
38653873

3874+
"@react-native/babel-preset@0.80.0":
3875+
version "0.80.0"
3876+
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.80.0.tgz#6b5ad39fdf699928ade2fd62fdf2e24bceac34cd"
3877+
integrity sha512-ZgwbSOUPNKpIsZ6E0y3bncahh2vBf5V1URNV0tr9PBtu/LbGJ12nBKSH7gqrFdRzfEwKlhc0vP8p1oJt+A5mpw==
3878+
dependencies:
3879+
"@babel/core" "^7.25.2"
3880+
"@babel/plugin-proposal-export-default-from" "^7.24.7"
3881+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
3882+
"@babel/plugin-syntax-export-default-from" "^7.24.7"
3883+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
3884+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
3885+
"@babel/plugin-transform-arrow-functions" "^7.24.7"
3886+
"@babel/plugin-transform-async-generator-functions" "^7.25.4"
3887+
"@babel/plugin-transform-async-to-generator" "^7.24.7"
3888+
"@babel/plugin-transform-block-scoping" "^7.25.0"
3889+
"@babel/plugin-transform-class-properties" "^7.25.4"
3890+
"@babel/plugin-transform-classes" "^7.25.4"
3891+
"@babel/plugin-transform-computed-properties" "^7.24.7"
3892+
"@babel/plugin-transform-destructuring" "^7.24.8"
3893+
"@babel/plugin-transform-flow-strip-types" "^7.25.2"
3894+
"@babel/plugin-transform-for-of" "^7.24.7"
3895+
"@babel/plugin-transform-function-name" "^7.25.1"
3896+
"@babel/plugin-transform-literals" "^7.25.2"
3897+
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
3898+
"@babel/plugin-transform-modules-commonjs" "^7.24.8"
3899+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7"
3900+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.24.7"
3901+
"@babel/plugin-transform-numeric-separator" "^7.24.7"
3902+
"@babel/plugin-transform-object-rest-spread" "^7.24.7"
3903+
"@babel/plugin-transform-optional-catch-binding" "^7.24.7"
3904+
"@babel/plugin-transform-optional-chaining" "^7.24.8"
3905+
"@babel/plugin-transform-parameters" "^7.24.7"
3906+
"@babel/plugin-transform-private-methods" "^7.24.7"
3907+
"@babel/plugin-transform-private-property-in-object" "^7.24.7"
3908+
"@babel/plugin-transform-react-display-name" "^7.24.7"
3909+
"@babel/plugin-transform-react-jsx" "^7.25.2"
3910+
"@babel/plugin-transform-react-jsx-self" "^7.24.7"
3911+
"@babel/plugin-transform-react-jsx-source" "^7.24.7"
3912+
"@babel/plugin-transform-regenerator" "^7.24.7"
3913+
"@babel/plugin-transform-runtime" "^7.24.7"
3914+
"@babel/plugin-transform-shorthand-properties" "^7.24.7"
3915+
"@babel/plugin-transform-spread" "^7.24.7"
3916+
"@babel/plugin-transform-sticky-regex" "^7.24.7"
3917+
"@babel/plugin-transform-typescript" "^7.25.2"
3918+
"@babel/plugin-transform-unicode-regex" "^7.24.7"
3919+
"@babel/template" "^7.25.0"
3920+
"@react-native/babel-plugin-codegen" "0.80.0"
3921+
babel-plugin-syntax-hermes-parser "0.28.1"
3922+
babel-plugin-transform-flow-enums "^0.0.2"
3923+
react-refresh "^0.14.0"
3924+
38663925
"@react-native/codegen@0.78.2":
38673926
version "0.78.2"
38683927
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.78.2.tgz#64d72615b7cc894fff356b34addd19472f46f6d9"
@@ -3876,6 +3935,17 @@
38763935
nullthrows "^1.1.1"
38773936
yargs "^17.6.2"
38783937

3938+
"@react-native/codegen@0.80.0":
3939+
version "0.80.0"
3940+
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.80.0.tgz#119e53099281acd6fe3c515ca7bfd00ddcfcf05c"
3941+
integrity sha512-X9TsPgytoUkNrQjzAZh4dXa4AuouvYT0NzYyvnjw1ry4LESCZtKba+eY4x3+M30WPR52zjgu+UFL//14BSdCCA==
3942+
dependencies:
3943+
glob "^7.1.1"
3944+
hermes-parser "0.28.1"
3945+
invariant "^2.2.4"
3946+
nullthrows "^1.1.1"
3947+
yargs "^17.6.2"
3948+
38793949
"@react-native/community-cli-plugin@0.78.2":
38803950
version "0.78.2"
38813951
resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.78.2.tgz#221e4bda8ed994429644aa8f9fb257afcdaf9217"
@@ -4442,7 +4512,7 @@ babel-plugin-syntax-hermes-parser@0.25.1:
44424512
dependencies:
44434513
hermes-parser "0.25.1"
44444514

4445-
babel-plugin-syntax-hermes-parser@^0.28.0:
4515+
babel-plugin-syntax-hermes-parser@0.28.1, babel-plugin-syntax-hermes-parser@^0.28.0:
44464516
version "0.28.1"
44474517
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.28.1.tgz#9e80a774ddb8038307a62316486669c668fb3568"
44484518
integrity sha512-meT17DOuUElMNsL5LZN56d+KBp22hb0EfxWfuPUeoSi54e40v1W4C2V36P75FpsH9fVEfDKpw5Nnkahc8haSsQ==

0 commit comments

Comments
 (0)