Skip to content

Commit a3f205a

Browse files
author
Riccardo Cipolleschi
committed
[LOCAL] Bump codegen package
1 parent 4b84888 commit a3f205a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"use-sync-external-store": "^1.0.0",
140140
"whatwg-fetch": "^3.0.0",
141141
"ws": "^6.2.2",
142-
"react-native-codegen": "^0.71.4"
142+
"react-native-codegen": "^0.71.5"
143143
},
144144
"devDependencies": {
145145
"flow-bin": "^0.191.0",

packages/react-native-codegen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-codegen",
3-
"version": "0.71.4",
3+
"version": "0.71.5",
44
"description": "⚛️ Code generation tools for React Native",
55
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-codegen",
66
"repository": {

repo-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"mkdirp": "^0.5.1",
4848
"prettier": "^2.4.1",
4949
"react": "18.2.0",
50-
"react-native-codegen": "^0.71.4",
50+
"react-native-codegen": "^0.71.5",
5151
"react-test-renderer": "18.2.0",
5252
"shelljs": "^0.8.5",
5353
"signedsource": "^1.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6385,10 +6385,10 @@ react-native-codegen@*:
63856385
jscodeshift "^0.13.1"
63866386
nullthrows "^1.1.1"
63876387

6388-
react-native-codegen@^0.71.4:
6389-
version "0.71.4"
6390-
resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.71.4.tgz#082b3d9d137ba2e32da950d07b507753b17dde47"
6391-
integrity sha512-Jazh/tq3kWOthw5zNt52i0C94tSmJroxwb7/EadaThO/rS92RG1/20RfbSvS29CC4CHNjoMgwGJTEWdFQrExQg==
6388+
react-native-codegen@^0.71.5:
6389+
version "0.71.5"
6390+
resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.71.5.tgz#454a42a891cd4ca5fc436440d301044dc1349c14"
6391+
integrity sha512-rfsuc0zkuUuMjFnrT55I1mDZ+pBRp2zAiRwxck3m6qeGJBGK5OV5JH66eDQ4aa+3m0of316CqrJDRzVlYufzIg==
63926392
dependencies:
63936393
"@babel/parser" "^7.14.0"
63946394
flow-parser "^0.185.0"

0 commit comments

Comments
 (0)