Skip to content

Commit e109ef1

Browse files
committed
fix: downgrade flow to 0.141.0
1 parent fc4f66a commit e109ef1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[version]
2-
^0.131.0
2+
^0.141.0
33

44
[ignore]
55
<PROJECT_ROOT>/_book/.*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"eslint-plugin-jsx-a11y": "6.5.1",
8888
"eslint-plugin-prettier": "3.4.1",
8989
"eslint-plugin-react": "7.27.0",
90-
"flow-bin": "0.165.0",
90+
"flow-bin": "0.141.0",
9191
"gitbook-cli": "daern91/gitbook-cli",
9292
"gitbook-plugin-anchorjs": "2.1.0",
9393
"gitbook-plugin-edit-link": "2.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6999,10 +6999,10 @@ flatted@^3.1.0:
69996999
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.4.tgz#28d9969ea90661b5134259f312ab6aa7929ac5e2"
70007000
integrity sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==
70017001

7002-
flow-bin@0.165.0:
7003-
version "0.165.0"
7004-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.165.0.tgz#e0bca35901761acdab3ad179697d34a0ca1541ba"
7005-
integrity sha512-1X9b2NA7SOdXyhCniIg6ViiA02FGspmLuqu5Ti0NsWDKmquRccgpoQ3Vob5EC5gRpnuuwlqdfFlLOvlnsecgVg==
7002+
flow-bin@0.141.0:
7003+
version "0.141.0"
7004+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.141.0.tgz#f9e33ad29392824823c97b6db7de5ab972c7f872"
7005+
integrity sha512-NxaECTjIWfs2Y91GuA1PlgPd5uCulZcqR9wiXRg6n7/AbmvVetM2ewoGxCKxJm7wIml3f0/5KXIZvZa/3msqXg==
70067006

70077007
flow-bin@^0.63.1:
70087008
version "0.63.1"

0 commit comments

Comments
 (0)