Skip to content

Commit

Permalink
Update flow-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
dddlr committed Sep 11, 2023
1 parent bbb706f commit ae83924
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ packages/.*/*.js.flow
.*/node_modules/.*

[lints]
deprecated-utility=warn
unnecessary-optional-chain=warn
implicit-inexact-object=error
untyped-type-import=error
Expand All @@ -20,7 +19,6 @@ exact_by_default=true

[strict]
deprecated-type
deprecated-utility
nonstrict-import
sketchy-null
unclear-type
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"eslint-plugin-json-files": "^2.2.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"flow-bin": "^0.183.0",
"flow-bin": "^0.216.1",
"flowgen": "^1.21.0",
"husky": "^4.3.8",
"jest": "^29.4.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8965,10 +8965,10 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469"
integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==

flow-bin@^0.183.0:
version "0.183.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.183.0.tgz#17f37c94edd04b705a897b5890dd6cdc02e0c94e"
integrity sha512-7IJHUnMPYgNEZU8t9M4vJII/G+fJft9C/INm2+HRSXx5KDF2j+vD2iap6+Yg2FWgXTnNLUvk7kr1QdO5Fk/8/Q==
flow-bin@^0.216.1:
version "0.216.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.216.1.tgz#c370af830e46645087a2aea4056507cc44acc031"
integrity sha512-mdhkQiSSZ/nyPq/pmk2tdbV3btYTlTYqBT/96nSSTGQmvTWQ0no9XMLZ/SygNafL4PPerfkpwQwprA1M35+9Bg==

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

0 comments on commit ae83924

Please sign in to comment.