|
3796 | 3796 | "@babel/traverse" "^7.25.3"
|
3797 | 3797 | "@react-native/codegen" "0.78.2"
|
3798 | 3798 |
|
| 3799 | +"@react-native/[email protected]": |
| 3800 | + version "0.79.1" |
| 3801 | + resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.79.1.tgz#bb2144c7570ba91be72e80b2aad1c8bc918fac7a" |
| 3802 | + integrity sha512-y3VyrPO/ej8Uhjk2IM+vBZok8cEyMl3DwJ3o/tsgiIVROITL+MWdk6M6iQOHRvwRWAgLe5jLSR3Zv5IIdDVY4A== |
| 3803 | + dependencies: |
| 3804 | + "@babel/traverse" "^7.25.3" |
| 3805 | + "@react-native/codegen" "0.79.1" |
| 3806 | + |
3799 | 3807 | "@react-native/[email protected]":
|
3800 | 3808 | version "0.78.2"
|
3801 | 3809 | resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.78.2.tgz#f02c53dc44e7820b25c4ffbc64159bb65be2d72e"
|
|
3847 | 3855 | babel-plugin-transform-flow-enums "^0.0.2"
|
3848 | 3856 | react-refresh "^0.14.0"
|
3849 | 3857 |
|
| 3858 | +"@react-native/[email protected]": |
| 3859 | + version "0.79.1" |
| 3860 | + resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.79.1.tgz#6721d00a7a2aa730ccddfecf7011360e10a027c0" |
| 3861 | + integrity sha512-vS6Os9jFIeQ679VEwW2/h0a5uPYtX9E6ALYTW+VH4Knm+HNzdXC69Z1C5Cgia36ljiGEVCKtsBg5yjDYwliaeg== |
| 3862 | + dependencies: |
| 3863 | + "@babel/core" "^7.25.2" |
| 3864 | + "@babel/plugin-proposal-export-default-from" "^7.24.7" |
| 3865 | + "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
| 3866 | + "@babel/plugin-syntax-export-default-from" "^7.24.7" |
| 3867 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" |
| 3868 | + "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
| 3869 | + "@babel/plugin-transform-arrow-functions" "^7.24.7" |
| 3870 | + "@babel/plugin-transform-async-generator-functions" "^7.25.4" |
| 3871 | + "@babel/plugin-transform-async-to-generator" "^7.24.7" |
| 3872 | + "@babel/plugin-transform-block-scoping" "^7.25.0" |
| 3873 | + "@babel/plugin-transform-class-properties" "^7.25.4" |
| 3874 | + "@babel/plugin-transform-classes" "^7.25.4" |
| 3875 | + "@babel/plugin-transform-computed-properties" "^7.24.7" |
| 3876 | + "@babel/plugin-transform-destructuring" "^7.24.8" |
| 3877 | + "@babel/plugin-transform-flow-strip-types" "^7.25.2" |
| 3878 | + "@babel/plugin-transform-for-of" "^7.24.7" |
| 3879 | + "@babel/plugin-transform-function-name" "^7.25.1" |
| 3880 | + "@babel/plugin-transform-literals" "^7.25.2" |
| 3881 | + "@babel/plugin-transform-logical-assignment-operators" "^7.24.7" |
| 3882 | + "@babel/plugin-transform-modules-commonjs" "^7.24.8" |
| 3883 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7" |
| 3884 | + "@babel/plugin-transform-nullish-coalescing-operator" "^7.24.7" |
| 3885 | + "@babel/plugin-transform-numeric-separator" "^7.24.7" |
| 3886 | + "@babel/plugin-transform-object-rest-spread" "^7.24.7" |
| 3887 | + "@babel/plugin-transform-optional-catch-binding" "^7.24.7" |
| 3888 | + "@babel/plugin-transform-optional-chaining" "^7.24.8" |
| 3889 | + "@babel/plugin-transform-parameters" "^7.24.7" |
| 3890 | + "@babel/plugin-transform-private-methods" "^7.24.7" |
| 3891 | + "@babel/plugin-transform-private-property-in-object" "^7.24.7" |
| 3892 | + "@babel/plugin-transform-react-display-name" "^7.24.7" |
| 3893 | + "@babel/plugin-transform-react-jsx" "^7.25.2" |
| 3894 | + "@babel/plugin-transform-react-jsx-self" "^7.24.7" |
| 3895 | + "@babel/plugin-transform-react-jsx-source" "^7.24.7" |
| 3896 | + "@babel/plugin-transform-regenerator" "^7.24.7" |
| 3897 | + "@babel/plugin-transform-runtime" "^7.24.7" |
| 3898 | + "@babel/plugin-transform-shorthand-properties" "^7.24.7" |
| 3899 | + "@babel/plugin-transform-spread" "^7.24.7" |
| 3900 | + "@babel/plugin-transform-sticky-regex" "^7.24.7" |
| 3901 | + "@babel/plugin-transform-typescript" "^7.25.2" |
| 3902 | + "@babel/plugin-transform-unicode-regex" "^7.24.7" |
| 3903 | + "@babel/template" "^7.25.0" |
| 3904 | + "@react-native/babel-plugin-codegen" "0.79.1" |
| 3905 | + babel-plugin-syntax-hermes-parser "0.25.1" |
| 3906 | + babel-plugin-transform-flow-enums "^0.0.2" |
| 3907 | + react-refresh "^0.14.0" |
| 3908 | + |
3850 | 3909 | "@react-native/[email protected]":
|
3851 | 3910 | version "0.78.2"
|
3852 | 3911 | resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.78.2.tgz#64d72615b7cc894fff356b34addd19472f46f6d9"
|
|
3860 | 3919 | nullthrows "^1.1.1"
|
3861 | 3920 | yargs "^17.6.2"
|
3862 | 3921 |
|
| 3922 | +"@react-native/[email protected]": |
| 3923 | + version "0.79.1" |
| 3924 | + resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.79.1.tgz#3adc0b689ac1d863e883624625987878b7bbfee0" |
| 3925 | + integrity sha512-cTVXfCICkmUU6UvUpnLP4BE82O14JRuVz42cg/A19oasTaZmzHl0+uIDzt2cZEbt/N2sJ/EZnZL61qqpwbNXWQ== |
| 3926 | + dependencies: |
| 3927 | + glob "^7.1.1" |
| 3928 | + hermes-parser "0.25.1" |
| 3929 | + invariant "^2.2.4" |
| 3930 | + nullthrows "^1.1.1" |
| 3931 | + yargs "^17.6.2" |
| 3932 | + |
3863 | 3933 | "@react-native/[email protected]":
|
3864 | 3934 | version "0.78.2"
|
3865 | 3935 | resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.78.2.tgz#221e4bda8ed994429644aa8f9fb257afcdaf9217"
|
|
0 commit comments