Skip to content

Commit

Permalink
Bump react-native-codegen to 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Rykun committed Oct 10, 2022
1 parent 782e0bf commit 40a3ae3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -117,7 +117,7 @@
"use-subscription": ">=1.0.0 <1.6.0",
"whatwg-fetch": "^3.0.0",
"ws": "^6.1.4",
"react-native-codegen": "^0.0.17"
"react-native-codegen": "^0.0.18"
},
"devDependencies": {
"flow-bin": "^0.170.0",
Expand Down Expand Up @@ -177,4 +177,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion packages/react-native-codegen/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-codegen",
"version": "0.0.17",
"version": "0.0.18",
"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 @@ -42,7 +42,7 @@
"mkdirp": "^0.5.1",
"prettier": "^2.4.1",
"react": "17.0.2",
"react-native-codegen": "^0.0.17",
"react-native-codegen": "^0.0.18",
"react-test-renderer": "17.0.2",
"shelljs": "^0.8.4",
"signedsource": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -5915,10 +5915,10 @@ react-native-codegen@*:
jscodeshift "^0.13.1"
nullthrows "^1.1.1"

react-native-codegen@^0.0.17:
version "0.0.17"
resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.0.17.tgz#83fb814d94061cbd46667f510d2ddba35ffb50ac"
integrity sha512-7GIEUmAemH9uWwB6iYXNNsPoPgH06pxzGRmdBzK98TgFBdYJZ7CBuZFPMe4jmHQTPOkQazKZ/w5O6/71JBixmw==
react-native-codegen@^0.0.18:
version "0.0.18"
resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.0.18.tgz#99d6623d65292e8ce3fdb1d133a358caaa2145e7"
integrity sha512-XPI9aVsFy3dvgDZvyGWrFnknNiyb22kg5nHgxa0vjWTH9ENLBgVRZt9A64xHZ8BYihH+gl0p/1JNOCIEUzRPBg==
dependencies:
"@babel/parser" "^7.14.0"
flow-parser "^0.121.0"
Expand Down

0 comments on commit 40a3ae3

Please sign in to comment.