Skip to content

Commit bc355c1

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

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.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: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3869,6 +3869,14 @@
38693869
"@babel/traverse" "^7.25.3"
38703870
"@react-native/codegen" "0.78.2"
38713871

3872+
"@react-native/[email protected]":
3873+
version "0.80.0"
3874+
resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.80.0.tgz#0515c34aca082cf629223abf02fa61e0f93ffa5e"
3875+
integrity sha512-LXd766LHCR/79WmhIg4zUB9jRosgw8xGJ1QnYOoef1rA7vCdubC23nhUxF+PJdfTdAl1cqX4u1dhZcjg6yXjRg==
3876+
dependencies:
3877+
"@babel/traverse" "^7.25.3"
3878+
"@react-native/codegen" "0.80.0"
3879+
38723880
"@react-native/[email protected]":
38733881
version "0.78.2"
38743882
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.78.2.tgz#f02c53dc44e7820b25c4ffbc64159bb65be2d72e"
@@ -3920,6 +3928,57 @@
39203928
babel-plugin-transform-flow-enums "^0.0.2"
39213929
react-refresh "^0.14.0"
39223930

3931+
"@react-native/[email protected]":
3932+
version "0.80.0"
3933+
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.80.0.tgz#6b5ad39fdf699928ade2fd62fdf2e24bceac34cd"
3934+
integrity sha512-ZgwbSOUPNKpIsZ6E0y3bncahh2vBf5V1URNV0tr9PBtu/LbGJ12nBKSH7gqrFdRzfEwKlhc0vP8p1oJt+A5mpw==
3935+
dependencies:
3936+
"@babel/core" "^7.25.2"
3937+
"@babel/plugin-proposal-export-default-from" "^7.24.7"
3938+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
3939+
"@babel/plugin-syntax-export-default-from" "^7.24.7"
3940+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
3941+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
3942+
"@babel/plugin-transform-arrow-functions" "^7.24.7"
3943+
"@babel/plugin-transform-async-generator-functions" "^7.25.4"
3944+
"@babel/plugin-transform-async-to-generator" "^7.24.7"
3945+
"@babel/plugin-transform-block-scoping" "^7.25.0"
3946+
"@babel/plugin-transform-class-properties" "^7.25.4"
3947+
"@babel/plugin-transform-classes" "^7.25.4"
3948+
"@babel/plugin-transform-computed-properties" "^7.24.7"
3949+
"@babel/plugin-transform-destructuring" "^7.24.8"
3950+
"@babel/plugin-transform-flow-strip-types" "^7.25.2"
3951+
"@babel/plugin-transform-for-of" "^7.24.7"
3952+
"@babel/plugin-transform-function-name" "^7.25.1"
3953+
"@babel/plugin-transform-literals" "^7.25.2"
3954+
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
3955+
"@babel/plugin-transform-modules-commonjs" "^7.24.8"
3956+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7"
3957+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.24.7"
3958+
"@babel/plugin-transform-numeric-separator" "^7.24.7"
3959+
"@babel/plugin-transform-object-rest-spread" "^7.24.7"
3960+
"@babel/plugin-transform-optional-catch-binding" "^7.24.7"
3961+
"@babel/plugin-transform-optional-chaining" "^7.24.8"
3962+
"@babel/plugin-transform-parameters" "^7.24.7"
3963+
"@babel/plugin-transform-private-methods" "^7.24.7"
3964+
"@babel/plugin-transform-private-property-in-object" "^7.24.7"
3965+
"@babel/plugin-transform-react-display-name" "^7.24.7"
3966+
"@babel/plugin-transform-react-jsx" "^7.25.2"
3967+
"@babel/plugin-transform-react-jsx-self" "^7.24.7"
3968+
"@babel/plugin-transform-react-jsx-source" "^7.24.7"
3969+
"@babel/plugin-transform-regenerator" "^7.24.7"
3970+
"@babel/plugin-transform-runtime" "^7.24.7"
3971+
"@babel/plugin-transform-shorthand-properties" "^7.24.7"
3972+
"@babel/plugin-transform-spread" "^7.24.7"
3973+
"@babel/plugin-transform-sticky-regex" "^7.24.7"
3974+
"@babel/plugin-transform-typescript" "^7.25.2"
3975+
"@babel/plugin-transform-unicode-regex" "^7.24.7"
3976+
"@babel/template" "^7.25.0"
3977+
"@react-native/babel-plugin-codegen" "0.80.0"
3978+
babel-plugin-syntax-hermes-parser "0.28.1"
3979+
babel-plugin-transform-flow-enums "^0.0.2"
3980+
react-refresh "^0.14.0"
3981+
39233982
"@react-native/[email protected]":
39243983
version "0.78.2"
39253984
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.78.2.tgz#64d72615b7cc894fff356b34addd19472f46f6d9"
@@ -3933,6 +3992,17 @@
39333992
nullthrows "^1.1.1"
39343993
yargs "^17.6.2"
39353994

3995+
"@react-native/[email protected]":
3996+
version "0.80.0"
3997+
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.80.0.tgz#119e53099281acd6fe3c515ca7bfd00ddcfcf05c"
3998+
integrity sha512-X9TsPgytoUkNrQjzAZh4dXa4AuouvYT0NzYyvnjw1ry4LESCZtKba+eY4x3+M30WPR52zjgu+UFL//14BSdCCA==
3999+
dependencies:
4000+
glob "^7.1.1"
4001+
hermes-parser "0.28.1"
4002+
invariant "^2.2.4"
4003+
nullthrows "^1.1.1"
4004+
yargs "^17.6.2"
4005+
39364006
"@react-native/[email protected]":
39374007
version "0.78.2"
39384008
resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.78.2.tgz#221e4bda8ed994429644aa8f9fb257afcdaf9217"
@@ -4502,6 +4572,13 @@ [email protected]:
45024572
dependencies:
45034573
hermes-parser "0.25.1"
45044574

4575+
4576+
version "0.28.1"
4577+
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.28.1.tgz#9e80a774ddb8038307a62316486669c668fb3568"
4578+
integrity sha512-meT17DOuUElMNsL5LZN56d+KBp22hb0EfxWfuPUeoSi54e40v1W4C2V36P75FpsH9fVEfDKpw5Nnkahc8haSsQ==
4579+
dependencies:
4580+
hermes-parser "0.28.1"
4581+
45054582
babel-plugin-transform-flow-enums@^0.0.2:
45064583
version "0.0.2"
45074584
resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz#d1d0cc9bdc799c850ca110d0ddc9f21b9ec3ef25"
@@ -6304,6 +6381,11 @@ [email protected]:
63046381
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480"
63056382
integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==
63066383

6384+
6385+
version "0.28.1"
6386+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.28.1.tgz#631e6db146b06e62fc1c630939acf4a3c77d1b24"
6387+
integrity sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==
6388+
63076389
63086390
version "0.23.1"
63096391
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.23.1.tgz#e5de648e664f3b3d84d01b48fc7ab164f4b68205"
@@ -6318,6 +6400,13 @@ [email protected]:
63186400
dependencies:
63196401
hermes-estree "0.25.1"
63206402

6403+
6404+
version "0.28.1"
6405+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.28.1.tgz#17b9e6377f334b6870a1f6da2e123fdcd0b605ac"
6406+
integrity sha512-nf8o+hE8g7UJWParnccljHumE9Vlq8F7MqIdeahl+4x0tvCUJYRrT0L7h0MMg/X9YJmkNwsfbaNNrzPtFXOscg==
6407+
dependencies:
6408+
hermes-estree "0.28.1"
6409+
63216410
hosted-git-info@^7.0.0:
63226411
version "7.0.0"
63236412
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-7.0.0.tgz#276330b8ad9f4566e82c8ccb16050decc096076b"

0 commit comments

Comments
 (0)