Skip to content

Commit

Permalink
[LOCAL] Bump codegen package
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo Cipolleschi committed Feb 13, 2023
1 parent 4b84888 commit a3f205a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -139,7 +139,7 @@
"use-sync-external-store": "^1.0.0",
"whatwg-fetch": "^3.0.0",
"ws": "^6.2.2",
"react-native-codegen": "^0.71.4"
"react-native-codegen": "^0.71.5"
},
"devDependencies": {
"flow-bin": "^0.191.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-codegen/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-codegen",
"version": "0.71.4",
"version": "0.71.5",
"description": "⚛️ Code generation tools for React Native",
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-codegen",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion repo-config/package.json
Expand Up @@ -47,7 +47,7 @@
"mkdirp": "^0.5.1",
"prettier": "^2.4.1",
"react": "18.2.0",
"react-native-codegen": "^0.71.4",
"react-native-codegen": "^0.71.5",
"react-test-renderer": "18.2.0",
"shelljs": "^0.8.5",
"signedsource": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -6385,10 +6385,10 @@ react-native-codegen@*:
jscodeshift "^0.13.1"
nullthrows "^1.1.1"

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

0 comments on commit a3f205a

Please sign in to comment.