|
3869 | 3869 | "@babel/traverse" "^7.25.3"
|
3870 | 3870 | "@react-native/codegen" "0.78.2"
|
3871 | 3871 |
|
| 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 | + |
3872 | 3880 | "@react-native/[email protected]":
|
3873 | 3881 | version "0.78.2"
|
3874 | 3882 | resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.78.2.tgz#f02c53dc44e7820b25c4ffbc64159bb65be2d72e"
|
|
3920 | 3928 | babel-plugin-transform-flow-enums "^0.0.2"
|
3921 | 3929 | react-refresh "^0.14.0"
|
3922 | 3930 |
|
| 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 | + |
3923 | 3982 | "@react-native/[email protected]":
|
3924 | 3983 | version "0.78.2"
|
3925 | 3984 | resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.78.2.tgz#64d72615b7cc894fff356b34addd19472f46f6d9"
|
|
3933 | 3992 | nullthrows "^1.1.1"
|
3934 | 3993 | yargs "^17.6.2"
|
3935 | 3994 |
|
| 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 | + |
3936 | 4006 | "@react-native/[email protected]":
|
3937 | 4007 | version "0.78.2"
|
3938 | 4008 | resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.78.2.tgz#221e4bda8ed994429644aa8f9fb257afcdaf9217"
|
|
4502 | 4572 | dependencies:
|
4503 | 4573 | hermes-parser "0.25.1"
|
4504 | 4574 |
|
| 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 | + |
4505 | 4582 | babel-plugin-transform-flow-enums@^0.0.2:
|
4506 | 4583 | version "0.0.2"
|
4507 | 4584 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz#d1d0cc9bdc799c850ca110d0ddc9f21b9ec3ef25"
|
|
6304 | 6381 | resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480"
|
6305 | 6382 | integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==
|
6306 | 6383 |
|
| 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 | + |
6307 | 6389 |
|
6308 | 6390 | version "0.23.1"
|
6309 | 6391 | resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.23.1.tgz#e5de648e664f3b3d84d01b48fc7ab164f4b68205"
|
|
6318 | 6400 | dependencies:
|
6319 | 6401 | hermes-estree "0.25.1"
|
6320 | 6402 |
|
| 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 | + |
6321 | 6410 | hosted-git-info@^7.0.0:
|
6322 | 6411 | version "7.0.0"
|
6323 | 6412 | resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-7.0.0.tgz#276330b8ad9f4566e82c8ccb16050decc096076b"
|
|
0 commit comments