Skip to content

Commit

Permalink
Bump react-native-codegen to 0.69.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Rykun committed Aug 24, 2022
1 parent 5d2b4ee commit df3d52b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 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.69.1"
"react-native-codegen": "^0.69.2"
},
"devDependencies": {
"flow-bin": "^0.176.3",
Expand Down Expand Up @@ -189,4 +189,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion packages/react-native-codegen/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-codegen",
"version": "0.69.1",
"version": "0.69.2",
"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 @@ -43,7 +43,7 @@
"mkdirp": "^0.5.1",
"prettier": "^2.4.1",
"react": "18.0.0",
"react-native-codegen": "^0.69.1",
"react-native-codegen": "^0.69.2",
"react-test-renderer": "18.0.0",
"shelljs": "^0.8.5",
"signedsource": "^1.0.0",
Expand Down
18 changes: 4 additions & 14 deletions yarn.lock
Expand Up @@ -6041,20 +6041,10 @@ react-is@^18.0.0:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67"
integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==

react-native-codegen@*:
version "0.69.0"
resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.69.0.tgz#4760dbcbd2e57f4ace003aaab2e19f695a16097c"
integrity sha512-f6wiG3CpF7mU+H7IDMUfItigWDFpah0jKG8Rp5FSz6Xx1wQy1RVVa9a2X9iTG7bE3kUu40nel8ouwHgCO84jMQ==
dependencies:
"@babel/parser" "^7.14.0"
flow-parser "^0.121.0"
jscodeshift "^0.13.1"
nullthrows "^1.1.1"

react-native-codegen@^0.69.1:
version "0.69.1"
resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.69.1.tgz#3632be2f24464e6fad8dd11a25d1b6f3bc2c7d0b"
integrity sha512-TOZEqBarczcyYN3iZE3VpKkooOevaAzBq9n7lU0h9mQUvtRhLVyolc+a5K6cWI0e4v4K69I0MqzjPcPeFKo32Q==
react-native-codegen@*, react-native-codegen@^0.69.2:
version "0.69.2"
resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.69.2.tgz#e33ac3b1486de59ddae687b731ddbfcef8af0e4e"
integrity sha512-yPcgMHD4mqLbckqnWjFBaxomDnBREfRjDi2G/WxNyPBQLD+PXUEmZTkDx6QoOXN+Bl2SkpnNOSsLE2+/RUHoPw==
dependencies:
"@babel/parser" "^7.14.0"
flow-parser "^0.121.0"
Expand Down

0 comments on commit df3d52b

Please sign in to comment.