|
3793 | 3793 | "@babel/traverse" "^7.25.3"
|
3794 | 3794 | "@react-native/codegen" "0.78.2"
|
3795 | 3795 |
|
| 3796 | +"@react-native/babel-plugin-codegen@0.79.3": |
| 3797 | + version "0.79.3" |
| 3798 | + resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.79.3.tgz#acad4acaead398a8c8bcdecbe44040aa0c2dc2d7" |
| 3799 | + integrity sha512-Zb8F4bSEKKZfms5n1MQ0o5mudDcpAINkKiFuFTU0PErYGjY3kZ+JeIP+gS6KCXsckxCfMEKQwqKicP/4DWgsZQ== |
| 3800 | + dependencies: |
| 3801 | + "@babel/traverse" "^7.25.3" |
| 3802 | + "@react-native/codegen" "0.79.3" |
| 3803 | + |
3796 | 3804 | "@react-native/babel-preset@0.78.2":
|
3797 | 3805 | version "0.78.2"
|
3798 | 3806 | resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.78.2.tgz#f02c53dc44e7820b25c4ffbc64159bb65be2d72e"
|
|
3844 | 3852 | babel-plugin-transform-flow-enums "^0.0.2"
|
3845 | 3853 | react-refresh "^0.14.0"
|
3846 | 3854 |
|
| 3855 | +"@react-native/babel-preset@0.79.3": |
| 3856 | + version "0.79.3" |
| 3857 | + resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.79.3.tgz#8ad6c149cd488fbc18d62983119bdcbfc15ff651" |
| 3858 | + integrity sha512-VHGNP02bDD2Ul1my0pLVwe/0dsEBHxR343ySpgnkCNEEm9C1ANQIL2wvnJrHZPcqfAkWfFQ8Ln3t+6fdm4A/Dg== |
| 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.79.3" |
| 3902 | + babel-plugin-syntax-hermes-parser "0.25.1" |
| 3903 | + babel-plugin-transform-flow-enums "^0.0.2" |
| 3904 | + react-refresh "^0.14.0" |
| 3905 | + |
3847 | 3906 | "@react-native/codegen@0.78.2":
|
3848 | 3907 | version "0.78.2"
|
3849 | 3908 | resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.78.2.tgz#64d72615b7cc894fff356b34addd19472f46f6d9"
|
|
3857 | 3916 | nullthrows "^1.1.1"
|
3858 | 3917 | yargs "^17.6.2"
|
3859 | 3918 |
|
| 3919 | +"@react-native/codegen@0.79.3": |
| 3920 | + version "0.79.3" |
| 3921 | + resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.79.3.tgz#49689132718c81a3b25426769bc6fd8fd2a0469f" |
| 3922 | + integrity sha512-CZejXqKch/a5/s/MO5T8mkAgvzCXgsTkQtpCF15kWR9HN8T+16k0CsN7TXAxXycltoxiE3XRglOrZNEa/TiZUQ== |
| 3923 | + dependencies: |
| 3924 | + glob "^7.1.1" |
| 3925 | + hermes-parser "0.25.1" |
| 3926 | + invariant "^2.2.4" |
| 3927 | + nullthrows "^1.1.1" |
| 3928 | + yargs "^17.6.2" |
| 3929 | + |
3860 | 3930 | "@react-native/community-cli-plugin@0.78.2":
|
3861 | 3931 | version "0.78.2"
|
3862 | 3932 | resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.78.2.tgz#221e4bda8ed994429644aa8f9fb257afcdaf9217"
|
|
0 commit comments