Skip to content

Commit

Permalink
Deploy 0.231.0 to xplat
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/react-native#43475

Changelog: [Internal]

Reviewed By: SamChou19815

Differential Revision: D54886285

fbshipit-source-id: cc4f6eeb7986a25d2bb423dac0b7d1d5a74b9703
  • Loading branch information
pieterv authored and facebook-github-bot committed Mar 14, 2024
1 parent 9151a87 commit d377f72
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ untyped-import
untyped-type-import

[version]
^0.230.0
^0.231.0
2 changes: 0 additions & 2 deletions flow-typed/npm/strip-ansi_v3.x.x.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
* @oncall code_indexing
*/

// $FlowFixMe[unsupported-syntax]
declare module 'strip-ansi' {
declare module.exports: (string: string) => string;
}

// $FlowFixMe[unsupported-syntax]
declare module 'strip-ansi' {
declare export default function stripAnsi(string: string): string;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-relay": "^1.8.3",
"flow-bin": "^0.230.0",
"flow-bin": "^0.231.0",
"glob": "^7.1.1",
"hermes-eslint": "0.20.1",
"invariant": "^2.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export class Runtime {
// Set up Fast Refresh. Adapted from `setUpReactRefresh.js` in React Native.
jest.isolateModules(() => {
// $FlowFixMe[incompatible-type] Not sure why Flow doesn't approve
// $FlowFixMe[prop-missing]
this.React = require('react');

this.#reactRefreshRuntime = require('react-refresh/runtime');
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3392,10 +3392,10 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==

flow-bin@^0.230.0:
version "0.230.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.230.0.tgz#eefb67215270ab144cd1fa0203061d1687d1cfa6"
integrity sha512-Yx/AnKXR+D4Ieb7xlanfe7cNamJEsuXG6RLWCOl7OSzehMDmrZUuGh2Ycvf4tCKdM1nYt2569p3kkNELiBonaw==
flow-bin@^0.231.0:
version "0.231.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.231.0.tgz#b9fde021e60ff6e40e4f0212b6c426fdde798ac7"
integrity sha512-nB5/rH+bUCIAXWagwIEYM0q/2M4mgkD5q16/eZyNx7sfqsmMkZLg0KmPH5hgvzq6PkVoeCoM8sjhPyzLW2wT+w==

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

0 comments on commit d377f72

Please sign in to comment.