mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 20:50:09 +00:00
Deploy 0.242.0 to xplat (#45886)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45886 Changelog: [Internal] Reviewed By: gkz Differential Revision: D60688497 fbshipit-source-id: 09c6daeef56e87317cbdb5c9ee0a8bc0828fa4ce
This commit is contained in:
parent
8689aa48bb
commit
fa3f769979
@ -91,4 +91,4 @@ untyped-import
|
||||
untyped-type-import
|
||||
|
||||
[version]
|
||||
^0.241.0
|
||||
^0.242.0
|
||||
|
@ -78,7 +78,7 @@
|
||||
"eslint-plugin-redundant-undefined": "^0.4.0",
|
||||
"eslint-plugin-relay": "^1.8.3",
|
||||
"flow-api-translator": "0.23.0",
|
||||
"flow-bin": "^0.241.0",
|
||||
"flow-bin": "^0.242.0",
|
||||
"glob": "^7.1.1",
|
||||
"hermes-eslint": "0.23.0",
|
||||
"hermes-transform": "0.23.0",
|
||||
|
1
packages/react-native/index.js
vendored
1
packages/react-native/index.js
vendored
@ -60,6 +60,7 @@ import typeof VirtualizedList from './Libraries/Lists/VirtualizedList';
|
||||
import typeof VirtualizedSectionList from './Libraries/Lists/VirtualizedSectionList';
|
||||
import typeof LogBox from './Libraries/LogBox/LogBox';
|
||||
import typeof Modal from './Libraries/Modal/Modal';
|
||||
// $FlowFixMe[invalid-exported-annotation]
|
||||
import typeof NativeDialogManagerAndroid from './Libraries/NativeModules/specs/NativeDialogManagerAndroid';
|
||||
import typeof Networking from './Libraries/Network/RCTNetworking';
|
||||
import typeof * as Systrace from './Libraries/Performance/Systrace';
|
||||
|
@ -4752,10 +4752,10 @@ flow-api-translator@0.23.0:
|
||||
hermes-transform "0.23.0"
|
||||
typescript "5.3.2"
|
||||
|
||||
flow-bin@^0.241.0:
|
||||
version "0.241.0"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.241.0.tgz#5feaa98f6c892b5869ec936b46d6ad6d91b664f9"
|
||||
integrity sha512-R1WROxAuWCOF5gMVqVYbb3iUvqP2OQyaYLSrkUxZrLonvjUJeedGx7nv79tdkoB7eRja3kY+/lQ/nbPtkFsqOA==
|
||||
flow-bin@^0.242.0:
|
||||
version "0.242.1"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.242.1.tgz#e8fb8c51d4870080ab3837ca87f983017e31d7c7"
|
||||
integrity sha512-XVTRMnpie9dwK0Ounf0gj8LiLrEgmiQGUUEfKrS8c3KID3fBbct31KKS7fTbZJaY0VdEUs7k06ipWY5H97Igcw==
|
||||
|
||||
flow-enums-runtime@^0.0.6:
|
||||
version "0.0.6"
|
||||
|
Loading…
Reference in New Issue
Block a user