Skip to content

Commit 419449d

Browse files
Update Flow (#2785)
1 parent ef0f1ab commit 419449d

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.flowconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ signature-verification-failure=error
2323
implicit-inexact-object=error
2424
ambiguous-object-type=error
2525
uninitialized-instance-property=error
26-
unsafe-addition=error
2726
default-import-access=error
2827
invalid-import-star-use=error
2928
non-const-var-export=error
@@ -40,4 +39,4 @@ experimental.const_params=true
4039
include_warnings=true
4140

4241
[version]
43-
^0.132.0
42+
^0.133.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
@@ -64,7 +64,7 @@
6464
"eslint-plugin-internal-rules": "file:./resources/eslint-internal-rules",
6565
"eslint-plugin-istanbul": "0.1.2",
6666
"eslint-plugin-node": "11.1.0",
67-
"flow-bin": "0.132.0",
67+
"flow-bin": "0.133.0",
6868
"mocha": "8.1.3",
6969
"nyc": "15.1.0",
7070
"prettier": "2.1.1",

0 commit comments

Comments
 (0)