Skip to content

Commit b640ce0

Browse files
chore(deps): update dependency @react-native/babel-preset to v0.80.0
1 parent c3856e5 commit b640ce0

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
@@ -53,7 +53,7 @@
5353
"@biomejs/biome": "1.9.4",
5454
"@commitlint/config-conventional": "19.8.0",
5555
"@evilmartians/lefthook": "1.11.13",
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: 89 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.80.0":
3797+
version "0.80.0"
3798+
resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.80.0.tgz#0515c34aca082cf629223abf02fa61e0f93ffa5e"
3799+
integrity sha512-LXd766LHCR/79WmhIg4zUB9jRosgw8xGJ1QnYOoef1rA7vCdubC23nhUxF+PJdfTdAl1cqX4u1dhZcjg6yXjRg==
3800+
dependencies:
3801+
"@babel/traverse" "^7.25.3"
3802+
"@react-native/codegen" "0.80.0"
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.80.0":
3856+
version "0.80.0"
3857+
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.80.0.tgz#6b5ad39fdf699928ade2fd62fdf2e24bceac34cd"
3858+
integrity sha512-ZgwbSOUPNKpIsZ6E0y3bncahh2vBf5V1URNV0tr9PBtu/LbGJ12nBKSH7gqrFdRzfEwKlhc0vP8p1oJt+A5mpw==
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.80.0"
3902+
babel-plugin-syntax-hermes-parser "0.28.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.80.0":
3920+
version "0.80.0"
3921+
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.80.0.tgz#119e53099281acd6fe3c515ca7bfd00ddcfcf05c"
3922+
integrity sha512-X9TsPgytoUkNrQjzAZh4dXa4AuouvYT0NzYyvnjw1ry4LESCZtKba+eY4x3+M30WPR52zjgu+UFL//14BSdCCA==
3923+
dependencies:
3924+
glob "^7.1.1"
3925+
hermes-parser "0.28.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"
@@ -4426,6 +4496,13 @@ babel-plugin-syntax-hermes-parser@0.25.1:
44264496
dependencies:
44274497
hermes-parser "0.25.1"
44284498

4499+
babel-plugin-syntax-hermes-parser@0.28.1:
4500+
version "0.28.1"
4501+
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.28.1.tgz#9e80a774ddb8038307a62316486669c668fb3568"
4502+
integrity sha512-meT17DOuUElMNsL5LZN56d+KBp22hb0EfxWfuPUeoSi54e40v1W4C2V36P75FpsH9fVEfDKpw5Nnkahc8haSsQ==
4503+
dependencies:
4504+
hermes-parser "0.28.1"
4505+
44294506
babel-plugin-transform-flow-enums@^0.0.2:
44304507
version "0.0.2"
44314508
resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz#d1d0cc9bdc799c850ca110d0ddc9f21b9ec3ef25"
@@ -6246,6 +6323,11 @@ hermes-estree@0.25.1:
62466323
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480"
62476324
integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==
62486325

6326+
hermes-estree@0.28.1:
6327+
version "0.28.1"
6328+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.28.1.tgz#631e6db146b06e62fc1c630939acf4a3c77d1b24"
6329+
integrity sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==
6330+
62496331
hermes-parser@0.23.1:
62506332
version "0.23.1"
62516333
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.23.1.tgz#e5de648e664f3b3d84d01b48fc7ab164f4b68205"
@@ -6260,6 +6342,13 @@ hermes-parser@0.25.1:
62606342
dependencies:
62616343
hermes-estree "0.25.1"
62626344

6345+
hermes-parser@0.28.1:
6346+
version "0.28.1"
6347+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.28.1.tgz#17b9e6377f334b6870a1f6da2e123fdcd0b605ac"
6348+
integrity sha512-nf8o+hE8g7UJWParnccljHumE9Vlq8F7MqIdeahl+4x0tvCUJYRrT0L7h0MMg/X9YJmkNwsfbaNNrzPtFXOscg==
6349+
dependencies:
6350+
hermes-estree "0.28.1"
6351+
62636352
homedir-polyfill@^1.0.0, homedir-polyfill@^1.0.1:
62646353
version "1.0.3"
62656354
resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8"

0 commit comments

Comments
 (0)