Skip to content

Commit

Permalink
Deploy 0.130.0 to Xplat
Browse files Browse the repository at this point in the history
Summary:
bypass-lint
allow-large-files

Changelog: [Internal]

Reviewed By: dsainati1

Differential Revision: D22734783

fbshipit-source-id: e2f115153afb9c17a327bb87d3953903098871ba
  • Loading branch information
gkz authored and facebook-github-bot committed Jul 25, 2020
1 parent eddf90f commit 7204a58
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ untyped-import
untyped-type-import

[version]
^0.129.0
^0.130.0
2 changes: 1 addition & 1 deletion .flowconfig.android
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ untyped-import
untyped-type-import

[version]
^0.129.0
^0.130.0
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
"react": "0.0.0-experimental-aae83a4b9"
},
"dependencies": {
"@react-native-community/cli": "^4.10.0",
"@react-native-community/cli-platform-android": "^4.10.0",
"@react-native-community/cli-platform-ios": "^4.10.0",
"@react-native-community/cli": "^4.10.0",
"@react-native/assets": "1.0.0",
"@react-native/polyfills": "1.0.0",
"@react-native/normalize-color": "1.0.0",
Expand Down Expand Up @@ -141,15 +141,15 @@
"eslint-plugin-react-hooks": "^4.0.7",
"eslint-plugin-react-native": "3.8.1",
"eslint-plugin-relay": "1.7.1",
"flow-bin": "^0.129.0",
"flow-bin": "^0.130.0",
"jest": "^26.0.1",
"jest-junit": "^10.0.0",
"jscodeshift": "^0.9.0",
"mkdirp": "^0.5.1",
"prettier": "1.19.1",
"react": "0.0.0-experimental-aae83a4b9",
"react-test-renderer": "0.0.0-experimental-aae83a4b9",
"react-shallow-renderer": "16.13.1",
"react-test-renderer": "0.0.0-experimental-aae83a4b9",
"shelljs": "^0.7.8",
"signedsource": "^1.0.0",
"ws": "^6.1.4",
Expand Down
2 changes: 1 addition & 1 deletion template/_flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ untyped-import
untyped-type-import

[version]
^0.129.0
^0.130.0
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3279,10 +3279,10 @@ flatted@^2.0.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==

flow-bin@^0.129.0:
version "0.129.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.129.0.tgz#50294d6e335dd97d095c27b096ea0b94c2415d55"
integrity sha512-WLXOj09oCK6nODVKM5uxvAzBpxXeI304E60tELMeQd/TJsyfbykNCZ+e4xml9eUOyoac9nDL3YrJpPZMzq0tMA==
flow-bin@^0.130.0:
version "0.130.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.130.0.tgz#e25eaf891af96da371ff6a9fa99d709f24ce9252"
integrity sha512-1TSLwCPXvKPwiae7Fh+dpipCzwlHQ1UcBHfCpQImz+hsxYIUWkLWJWEm34bY6I7dSM4ekSiVeP02BhzVJGwtpw==

flow-parser@0.*:
version "0.89.0"
Expand Down

0 comments on commit 7204a58

Please sign in to comment.