Skip to content

Commit

Permalink
Deploy 0.213.1 to xplat
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/relay#4391

X-link: facebook/react-native#38605

Changelog: [Internal]

Reviewed By: samwgoldman

Differential Revision: D47744471

fbshipit-source-id: 8e2e2e55610020cc6b85cd73d0221bf23c4b7c3b
  • Loading branch information
SamChou19815 authored and facebook-github-bot committed Jul 25, 2023
1 parent ab518d5 commit 12c88a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
6 changes: 2 additions & 4 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ emoji=true
format.bracket_spacing=false

munge_underscores=true
conditional_type=true
mapped_type=true
type_guards=true
experimental.global_find_ref=true

module.name_mapper='\(metro-[^/]*\)' -> '<PROJECT_ROOT>/packages/\1/src/index.js'

Expand Down Expand Up @@ -43,4 +41,4 @@ untyped-import
untyped-type-import

[version]
^0.213.0
^0.213.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-relay": "^1.8.3",
"flow-bin": "^0.213.0",
"flow-bin": "^0.213.1",
"glob": "^7.1.1",
"hermes-eslint": "0.14.0",
"invariant": "^2.2.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3074,10 +3074,10 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==

flow-bin@^0.213.0:
version "0.213.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.213.0.tgz#02a85537cce3ea1f61bff77e7995a49a1db2e963"
integrity sha512-adGcPA3jiz3l0MM4zHVxVUgatvYsDowjT7cje7AvY38z/M0HO2YKcGLRp2xeqbigCgaqXEV6V3/1TaRDVjR++A==
flow-bin@^0.213.1:
version "0.213.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.213.1.tgz#194a3b17aa19d6fb8319bc5e067b8fdd93cc0449"
integrity sha512-ptyG+RmHbWx9KEElAdxdLOrZ/qKc3m/aIB6VG0ExH7BEuJ2ruK5rdUfzuC329b9QFtbawjpW2jLGeiFHBdmBvQ==

for-in@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit 12c88a0

Please sign in to comment.