Skip to content

Commit b3a96d8

Browse files
committed
chore(package): update 'flow-bin' to version 0.77.0
1 parent 890c05f commit b3a96d8

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.flowconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
[libs]
2+
./flow/decls
13
[options]
24
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectError
35
esproposal.export_star_as=enable
46
[ignore]
57
<PROJECT_ROOT>/lib/.*
68
<PROJECT_ROOT>/module/.*
79
[version]
8-
^0.76.0
10+
^0.77.0

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-plugin-jsx-a11y": "^6.0.3",
5757
"eslint-plugin-react": "^7.9.1",
5858
"flag-icon-css": "^3.0.0",
59-
"flow-bin": "^0.76.0",
59+
"flow-bin": "^0.77.0",
6060
"flow-copy-source": "^2.0.1",
6161
"mkdirp": "^0.5.1",
6262
"nyc": "^12.0.2",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2549,9 +2549,9 @@ flat-cache@^1.2.1:
25492549
graceful-fs "^4.1.2"
25502550
write "^0.2.1"
25512551

2552-
flow-bin@^0.76.0:
2553-
version "0.76.0"
2554-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.76.0.tgz#eb00036991c3abc106743fcbc7ee321f02aa4faa"
2552+
flow-bin@^0.77.0:
2553+
version "0.77.0"
2554+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.77.0.tgz#4e5c93929f289a0c28e08fb361a9734944a11297"
25552555

25562556
flow-copy-source@^2.0.1:
25572557
version "2.0.1"

0 commit comments

Comments
 (0)