Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 82ff1aa

Browse files
chore(deps): update dependency @react-native/babel-preset to v0.74.86
1 parent 5ee53ed commit 82ff1aa

2 files changed

Lines changed: 70 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@biomejs/biome": "1.6.3",
7171
"@commitlint/cli": "19.2.1",
7272
"@commitlint/config-conventional": "19.1.0",
73-
"@react-native/babel-preset": "0.74.76",
73+
"@react-native/babel-preset": "0.74.86",
7474
"@react-native/metro-config": "0.74.76",
7575
"@react-native/typescript-config": "^0.74.0",
7676
"@types/css-to-react-native": "3.0.2",

yarn.lock

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2860,6 +2860,13 @@
28602860
dependencies:
28612861
"@react-native/codegen" "0.74.76"
28622862

2863+
"@react-native/babel-plugin-codegen@0.74.86":
2864+
version "0.74.86"
2865+
resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.74.86.tgz#4edbb8887c5cedefd52e8fda973b1da97c779db4"
2866+
integrity sha512-fO7exk0pdsOSsK3fvDz4YKe5nMeAMrsIGi525pft/L+dedjdeiWYmEoQVc9NElxwwNCldwRY6eNMw6IhKyjzLA==
2867+
dependencies:
2868+
"@react-native/codegen" "0.74.86"
2869+
28632870
"@react-native/babel-preset@0.73.21":
28642871
version "0.73.21"
28652872
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.73.21.tgz#174c16493fa4e311b2f5f0c58d4f3c6a5a68bbea"
@@ -2957,6 +2964,55 @@
29572964
babel-plugin-transform-flow-enums "^0.0.2"
29582965
react-refresh "^0.14.0"
29592966

2967+
"@react-native/babel-preset@0.74.86":
2968+
version "0.74.86"
2969+
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.74.86.tgz#8bb3fbd49ce11470eb8022dea2c1e51bfa8dedd4"
2970+
integrity sha512-6A+1NVAHugbBLFNU4iaYrq2lx8P7pINyqoyTtVAqd375PShRmLwu6GvuF3b/4avC97s6LmBljVTJ1xVHukA42g==
2971+
dependencies:
2972+
"@babel/core" "^7.20.0"
2973+
"@babel/plugin-proposal-async-generator-functions" "^7.0.0"
2974+
"@babel/plugin-proposal-class-properties" "^7.18.0"
2975+
"@babel/plugin-proposal-export-default-from" "^7.0.0"
2976+
"@babel/plugin-proposal-logical-assignment-operators" "^7.18.0"
2977+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.0"
2978+
"@babel/plugin-proposal-numeric-separator" "^7.0.0"
2979+
"@babel/plugin-proposal-object-rest-spread" "^7.20.0"
2980+
"@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
2981+
"@babel/plugin-proposal-optional-chaining" "^7.20.0"
2982+
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
2983+
"@babel/plugin-syntax-export-default-from" "^7.0.0"
2984+
"@babel/plugin-syntax-flow" "^7.18.0"
2985+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
2986+
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
2987+
"@babel/plugin-transform-arrow-functions" "^7.0.0"
2988+
"@babel/plugin-transform-async-to-generator" "^7.20.0"
2989+
"@babel/plugin-transform-block-scoping" "^7.0.0"
2990+
"@babel/plugin-transform-classes" "^7.0.0"
2991+
"@babel/plugin-transform-computed-properties" "^7.0.0"
2992+
"@babel/plugin-transform-destructuring" "^7.20.0"
2993+
"@babel/plugin-transform-flow-strip-types" "^7.20.0"
2994+
"@babel/plugin-transform-function-name" "^7.0.0"
2995+
"@babel/plugin-transform-literals" "^7.0.0"
2996+
"@babel/plugin-transform-modules-commonjs" "^7.0.0"
2997+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.0.0"
2998+
"@babel/plugin-transform-parameters" "^7.0.0"
2999+
"@babel/plugin-transform-private-methods" "^7.22.5"
3000+
"@babel/plugin-transform-private-property-in-object" "^7.22.11"
3001+
"@babel/plugin-transform-react-display-name" "^7.0.0"
3002+
"@babel/plugin-transform-react-jsx" "^7.0.0"
3003+
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
3004+
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
3005+
"@babel/plugin-transform-runtime" "^7.0.0"
3006+
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
3007+
"@babel/plugin-transform-spread" "^7.0.0"
3008+
"@babel/plugin-transform-sticky-regex" "^7.0.0"
3009+
"@babel/plugin-transform-typescript" "^7.5.0"
3010+
"@babel/plugin-transform-unicode-regex" "^7.0.0"
3011+
"@babel/template" "^7.0.0"
3012+
"@react-native/babel-plugin-codegen" "0.74.86"
3013+
babel-plugin-transform-flow-enums "^0.0.2"
3014+
react-refresh "^0.14.0"
3015+
29603016
"@react-native/codegen@0.73.3":
29613017
version "0.73.3"
29623018
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.73.3.tgz#cc984a8b17334d986cc600254a0d4b7fa7d68a94"
@@ -2983,6 +3039,19 @@
29833039
mkdirp "^0.5.1"
29843040
nullthrows "^1.1.1"
29853041

3042+
"@react-native/codegen@0.74.86":
3043+
version "0.74.86"
3044+
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.74.86.tgz#90933f5ee555ffb95ca27372ba1e836f698c3192"
3045+
integrity sha512-BOwABta9035GJ/zLMkxQfgPMr47u1/1HqNIMk10FqmTe0jmROOxKEAeP4FbeS5L1voO4ug3dqr+mcuHrG+HNhA==
3046+
dependencies:
3047+
"@babel/parser" "^7.20.0"
3048+
glob "^7.1.1"
3049+
hermes-parser "0.19.1"
3050+
invariant "^2.2.4"
3051+
jscodeshift "^0.14.0"
3052+
mkdirp "^0.5.1"
3053+
nullthrows "^1.1.1"
3054+
29863055
"@react-native/community-cli-plugin@0.73.17":
29873056
version "0.73.17"
29883057
resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.73.17.tgz#37b381a8b503a3296eaa6727e0c52ea8835add28"

0 commit comments

Comments
 (0)