|
3840 | 3840 | "@babel/traverse" "^7.25.3"
|
3841 | 3841 | "@react-native/codegen" "0.78.2"
|
3842 | 3842 |
|
| 3843 | +"@react-native/babel-plugin-codegen@0.80.0": |
| 3844 | + version "0.80.0" |
| 3845 | + resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.80.0.tgz#0515c34aca082cf629223abf02fa61e0f93ffa5e" |
| 3846 | + integrity sha512-LXd766LHCR/79WmhIg4zUB9jRosgw8xGJ1QnYOoef1rA7vCdubC23nhUxF+PJdfTdAl1cqX4u1dhZcjg6yXjRg== |
| 3847 | + dependencies: |
| 3848 | + "@babel/traverse" "^7.25.3" |
| 3849 | + "@react-native/codegen" "0.80.0" |
| 3850 | + |
3843 | 3851 | "@react-native/babel-preset@0.78.2":
|
3844 | 3852 | version "0.78.2"
|
3845 | 3853 | resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.78.2.tgz#f02c53dc44e7820b25c4ffbc64159bb65be2d72e"
|
|
3891 | 3899 | babel-plugin-transform-flow-enums "^0.0.2"
|
3892 | 3900 | react-refresh "^0.14.0"
|
3893 | 3901 |
|
| 3902 | +"@react-native/babel-preset@0.80.0": |
| 3903 | + version "0.80.0" |
| 3904 | + resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.80.0.tgz#6b5ad39fdf699928ade2fd62fdf2e24bceac34cd" |
| 3905 | + integrity sha512-ZgwbSOUPNKpIsZ6E0y3bncahh2vBf5V1URNV0tr9PBtu/LbGJ12nBKSH7gqrFdRzfEwKlhc0vP8p1oJt+A5mpw== |
| 3906 | + dependencies: |
| 3907 | + "@babel/core" "^7.25.2" |
| 3908 | + "@babel/plugin-proposal-export-default-from" "^7.24.7" |
| 3909 | + "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
| 3910 | + "@babel/plugin-syntax-export-default-from" "^7.24.7" |
| 3911 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" |
| 3912 | + "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
| 3913 | + "@babel/plugin-transform-arrow-functions" "^7.24.7" |
| 3914 | + "@babel/plugin-transform-async-generator-functions" "^7.25.4" |
| 3915 | + "@babel/plugin-transform-async-to-generator" "^7.24.7" |
| 3916 | + "@babel/plugin-transform-block-scoping" "^7.25.0" |
| 3917 | + "@babel/plugin-transform-class-properties" "^7.25.4" |
| 3918 | + "@babel/plugin-transform-classes" "^7.25.4" |
| 3919 | + "@babel/plugin-transform-computed-properties" "^7.24.7" |
| 3920 | + "@babel/plugin-transform-destructuring" "^7.24.8" |
| 3921 | + "@babel/plugin-transform-flow-strip-types" "^7.25.2" |
| 3922 | + "@babel/plugin-transform-for-of" "^7.24.7" |
| 3923 | + "@babel/plugin-transform-function-name" "^7.25.1" |
| 3924 | + "@babel/plugin-transform-literals" "^7.25.2" |
| 3925 | + "@babel/plugin-transform-logical-assignment-operators" "^7.24.7" |
| 3926 | + "@babel/plugin-transform-modules-commonjs" "^7.24.8" |
| 3927 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7" |
| 3928 | + "@babel/plugin-transform-nullish-coalescing-operator" "^7.24.7" |
| 3929 | + "@babel/plugin-transform-numeric-separator" "^7.24.7" |
| 3930 | + "@babel/plugin-transform-object-rest-spread" "^7.24.7" |
| 3931 | + "@babel/plugin-transform-optional-catch-binding" "^7.24.7" |
| 3932 | + "@babel/plugin-transform-optional-chaining" "^7.24.8" |
| 3933 | + "@babel/plugin-transform-parameters" "^7.24.7" |
| 3934 | + "@babel/plugin-transform-private-methods" "^7.24.7" |
| 3935 | + "@babel/plugin-transform-private-property-in-object" "^7.24.7" |
| 3936 | + "@babel/plugin-transform-react-display-name" "^7.24.7" |
| 3937 | + "@babel/plugin-transform-react-jsx" "^7.25.2" |
| 3938 | + "@babel/plugin-transform-react-jsx-self" "^7.24.7" |
| 3939 | + "@babel/plugin-transform-react-jsx-source" "^7.24.7" |
| 3940 | + "@babel/plugin-transform-regenerator" "^7.24.7" |
| 3941 | + "@babel/plugin-transform-runtime" "^7.24.7" |
| 3942 | + "@babel/plugin-transform-shorthand-properties" "^7.24.7" |
| 3943 | + "@babel/plugin-transform-spread" "^7.24.7" |
| 3944 | + "@babel/plugin-transform-sticky-regex" "^7.24.7" |
| 3945 | + "@babel/plugin-transform-typescript" "^7.25.2" |
| 3946 | + "@babel/plugin-transform-unicode-regex" "^7.24.7" |
| 3947 | + "@babel/template" "^7.25.0" |
| 3948 | + "@react-native/babel-plugin-codegen" "0.80.0" |
| 3949 | + babel-plugin-syntax-hermes-parser "0.28.1" |
| 3950 | + babel-plugin-transform-flow-enums "^0.0.2" |
| 3951 | + react-refresh "^0.14.0" |
| 3952 | + |
3894 | 3953 | "@react-native/codegen@0.78.2":
|
3895 | 3954 | version "0.78.2"
|
3896 | 3955 | resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.78.2.tgz#64d72615b7cc894fff356b34addd19472f46f6d9"
|
|
3904 | 3963 | nullthrows "^1.1.1"
|
3905 | 3964 | yargs "^17.6.2"
|
3906 | 3965 |
|
| 3966 | +"@react-native/codegen@0.80.0": |
| 3967 | + version "0.80.0" |
| 3968 | + resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.80.0.tgz#119e53099281acd6fe3c515ca7bfd00ddcfcf05c" |
| 3969 | + integrity sha512-X9TsPgytoUkNrQjzAZh4dXa4AuouvYT0NzYyvnjw1ry4LESCZtKba+eY4x3+M30WPR52zjgu+UFL//14BSdCCA== |
| 3970 | + dependencies: |
| 3971 | + glob "^7.1.1" |
| 3972 | + hermes-parser "0.28.1" |
| 3973 | + invariant "^2.2.4" |
| 3974 | + nullthrows "^1.1.1" |
| 3975 | + yargs "^17.6.2" |
| 3976 | + |
3907 | 3977 | "@react-native/community-cli-plugin@0.78.2":
|
3908 | 3978 | version "0.78.2"
|
3909 | 3979 | resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.78.2.tgz#221e4bda8ed994429644aa8f9fb257afcdaf9217"
|
@@ -4470,7 +4540,7 @@ babel-plugin-syntax-hermes-parser@0.25.1:
|
4470 | 4540 | dependencies:
|
4471 | 4541 | hermes-parser "0.25.1"
|
4472 | 4542 |
|
4473 |
| -babel-plugin-syntax-hermes-parser@^0.28.0: |
| 4543 | +babel-plugin-syntax-hermes-parser@0.28.1, babel-plugin-syntax-hermes-parser@^0.28.0: |
4474 | 4544 | version "0.28.1"
|
4475 | 4545 | resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.28.1.tgz#9e80a774ddb8038307a62316486669c668fb3568"
|
4476 | 4546 | integrity sha512-meT17DOuUElMNsL5LZN56d+KBp22hb0EfxWfuPUeoSi54e40v1W4C2V36P75FpsH9fVEfDKpw5Nnkahc8haSsQ==
|
|
0 commit comments