Skip to content

Commit 16aed3e

Browse files
committed
2 parents 22d98cc + ceb393e commit 16aed3e

File tree

3 files changed

+87
-2
lines changed

3 files changed

+87
-2
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@babel/core": "^7.20.0",
2121
"@babel/preset-env": "^7.20.0",
2222
"@babel/runtime": "^7.20.0",
23-
"@react-native/babel-preset": "0.74.86",
23+
"@react-native/babel-preset": "0.74.87",
2424
"@react-native/metro-config": "0.74.86",
2525
"@react-native/typescript-config": "0.74.86",
2626
"@rnx-kit/metro-config": "^1.3.15",

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
]
6+
}

yarn.lock

Lines changed: 80 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2629,7 +2629,7 @@ __metadata:
26292629
"@babel/core": ^7.20.0
26302630
"@babel/preset-env": ^7.20.0
26312631
"@babel/runtime": ^7.20.0
2632-
"@react-native/babel-preset": 0.74.86
2632+
"@react-native/babel-preset": 0.74.87
26332633
"@react-native/metro-config": 0.74.86
26342634
"@react-native/typescript-config": 0.74.86
26352635
"@rnx-kit/metro-config": ^1.3.15
@@ -2869,6 +2869,15 @@ __metadata:
28692869
languageName: node
28702870
linkType: hard
28712871

2872+
"@react-native/babel-plugin-codegen@npm:0.74.87":
2873+
version: 0.74.87
2874+
resolution: "@react-native/babel-plugin-codegen@npm:0.74.87"
2875+
dependencies:
2876+
"@react-native/codegen": 0.74.87
2877+
checksum: f4d1d85deb0925d86a4763643f380afed37476733ef15e416f4022eab8a5aa51737406175c9701d19b9103f4359370a6a5d26f544f299660524fd2d8f5121b71
2878+
languageName: node
2879+
linkType: hard
2880+
28722881
"@react-native/babel-preset@npm:0.74.86":
28732882
version: 0.74.86
28742883
resolution: "@react-native/babel-preset@npm:0.74.86"
@@ -2922,6 +2931,59 @@ __metadata:
29222931
languageName: node
29232932
linkType: hard
29242933

2934+
"@react-native/babel-preset@npm:0.74.87":
2935+
version: 0.74.87
2936+
resolution: "@react-native/babel-preset@npm:0.74.87"
2937+
dependencies:
2938+
"@babel/core": ^7.20.0
2939+
"@babel/plugin-proposal-async-generator-functions": ^7.0.0
2940+
"@babel/plugin-proposal-class-properties": ^7.18.0
2941+
"@babel/plugin-proposal-export-default-from": ^7.0.0
2942+
"@babel/plugin-proposal-logical-assignment-operators": ^7.18.0
2943+
"@babel/plugin-proposal-nullish-coalescing-operator": ^7.18.0
2944+
"@babel/plugin-proposal-numeric-separator": ^7.0.0
2945+
"@babel/plugin-proposal-object-rest-spread": ^7.20.0
2946+
"@babel/plugin-proposal-optional-catch-binding": ^7.0.0
2947+
"@babel/plugin-proposal-optional-chaining": ^7.20.0
2948+
"@babel/plugin-syntax-dynamic-import": ^7.8.0
2949+
"@babel/plugin-syntax-export-default-from": ^7.0.0
2950+
"@babel/plugin-syntax-flow": ^7.18.0
2951+
"@babel/plugin-syntax-nullish-coalescing-operator": ^7.0.0
2952+
"@babel/plugin-syntax-optional-chaining": ^7.0.0
2953+
"@babel/plugin-transform-arrow-functions": ^7.0.0
2954+
"@babel/plugin-transform-async-to-generator": ^7.20.0
2955+
"@babel/plugin-transform-block-scoping": ^7.0.0
2956+
"@babel/plugin-transform-classes": ^7.0.0
2957+
"@babel/plugin-transform-computed-properties": ^7.0.0
2958+
"@babel/plugin-transform-destructuring": ^7.20.0
2959+
"@babel/plugin-transform-flow-strip-types": ^7.20.0
2960+
"@babel/plugin-transform-function-name": ^7.0.0
2961+
"@babel/plugin-transform-literals": ^7.0.0
2962+
"@babel/plugin-transform-modules-commonjs": ^7.0.0
2963+
"@babel/plugin-transform-named-capturing-groups-regex": ^7.0.0
2964+
"@babel/plugin-transform-parameters": ^7.0.0
2965+
"@babel/plugin-transform-private-methods": ^7.22.5
2966+
"@babel/plugin-transform-private-property-in-object": ^7.22.11
2967+
"@babel/plugin-transform-react-display-name": ^7.0.0
2968+
"@babel/plugin-transform-react-jsx": ^7.0.0
2969+
"@babel/plugin-transform-react-jsx-self": ^7.0.0
2970+
"@babel/plugin-transform-react-jsx-source": ^7.0.0
2971+
"@babel/plugin-transform-runtime": ^7.0.0
2972+
"@babel/plugin-transform-shorthand-properties": ^7.0.0
2973+
"@babel/plugin-transform-spread": ^7.0.0
2974+
"@babel/plugin-transform-sticky-regex": ^7.0.0
2975+
"@babel/plugin-transform-typescript": ^7.5.0
2976+
"@babel/plugin-transform-unicode-regex": ^7.0.0
2977+
"@babel/template": ^7.0.0
2978+
"@react-native/babel-plugin-codegen": 0.74.87
2979+
babel-plugin-transform-flow-enums: ^0.0.2
2980+
react-refresh: ^0.14.0
2981+
peerDependencies:
2982+
"@babel/core": "*"
2983+
checksum: 7a8f7c1bbba5cc50e6feeec2912b686b0d5d3257af11c15c6ebbadb501d5af7db29dca846ee79c4ad9d5e2737a4eb7e0a1a7df92c0bf173d7c82f9c3dcee7f6d
2984+
languageName: node
2985+
linkType: hard
2986+
29252987
"@react-native/codegen@npm:0.74.86":
29262988
version: 0.74.86
29272989
resolution: "@react-native/codegen@npm:0.74.86"
@@ -2939,6 +3001,23 @@ __metadata:
29393001
languageName: node
29403002
linkType: hard
29413003

3004+
"@react-native/codegen@npm:0.74.87":
3005+
version: 0.74.87
3006+
resolution: "@react-native/codegen@npm:0.74.87"
3007+
dependencies:
3008+
"@babel/parser": ^7.20.0
3009+
glob: ^7.1.1
3010+
hermes-parser: 0.19.1
3011+
invariant: ^2.2.4
3012+
jscodeshift: ^0.14.0
3013+
mkdirp: ^0.5.1
3014+
nullthrows: ^1.1.1
3015+
peerDependencies:
3016+
"@babel/preset-env": ^7.1.6
3017+
checksum: 587b9eacebf3cc96055c11868ac3cf73be3c135cb15b9bb67d0c7b252ef7d46c13621bffd5cbeb5b1744cd9809e97f86d87cb7ab27d517b3aaefeef07fa70642
3018+
languageName: node
3019+
linkType: hard
3020+
29423021
"@react-native/community-cli-plugin@npm:0.74.86":
29433022
version: 0.74.86
29443023
resolution: "@react-native/community-cli-plugin@npm:0.74.86"

0 commit comments

Comments
 (0)