Skip to content

Commit

Permalink
Bump react-native-codegen to 0.70.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Rykun committed Oct 19, 2022
1 parent c4b094f commit 866021b
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 @@ -128,7 +128,7 @@
"use-sync-external-store": "^1.0.0",
"whatwg-fetch": "^3.0.0",
"ws": "^6.1.4",
"react-native-codegen": "^0.70.5"
"react-native-codegen": "^0.70.6"
},
"devDependencies": {
"flow-bin": "^0.182.0",
Expand Down Expand Up @@ -191,4 +191,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion packages/react-native-codegen/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-codegen",
"version": "0.70.5",
"version": "0.70.6",
"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 @@ -44,7 +44,7 @@
"mkdirp": "^0.5.1",
"prettier": "^2.4.1",
"react": "18.1.0",
"react-native-codegen": "^0.70.5",
"react-native-codegen": "^0.70.6",
"react-test-renderer": "18.1.0",
"shelljs": "^0.8.5",
"signedsource": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -6160,10 +6160,10 @@ react-native-codegen@*:
jscodeshift "^0.13.1"
nullthrows "^1.1.1"

react-native-codegen@^0.70.5:
version "0.70.5"
resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.70.5.tgz#afcfec394fc9357d870452eace5c7550e6ac403f"
integrity sha512-vXqgCWWIWlzsCtwD6hbmwmCleGNJYm+n4xO9VMfzzlF3xt9gjC7/USSMTf/YZlCK/hDwQU412QrNS6A9OH+mag==
react-native-codegen@^0.70.6:
version "0.70.6"
resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.70.6.tgz#2ce17d1faad02ad4562345f8ee7cbe6397eda5cb"
integrity sha512-kdwIhH2hi+cFnG5Nb8Ji2JwmcCxnaOOo9440ov7XDzSvGfmUStnCzl+MCW8jLjqHcE4icT7N9y+xx4f50vfBTw==
dependencies:
"@babel/parser" "^7.14.0"
flow-parser "^0.121.0"
Expand Down

0 comments on commit 866021b

Please sign in to comment.