File tree 3 files changed +10
-9
lines changed 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ signature-verification-failure=error
29
29
implicit-inexact-object=error
30
30
ambiguous-object-type=error
31
31
uninitialized-instance-property=error
32
+ unsafe-addition=error
32
33
33
34
[options]
34
35
include_warnings=true
@@ -39,4 +40,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
39
40
suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest
40
41
41
42
[version]
42
- ^0.117 .0
43
+ ^0.118 .0
Original file line number Diff line number Diff line change 57
57
"eslint" : " 6.8.0" ,
58
58
"eslint-plugin-flowtype" : " 4.6.0" ,
59
59
"eslint-plugin-import" : " 2.20.1" ,
60
- "flow-bin" : " 0.117 .0" ,
60
+ "flow-bin" : " 0.118 .0" ,
61
61
"mocha" : " 7.0.1" ,
62
62
"nyc" : " 15.0.0" ,
63
63
"prettier" : " 1.19.1" ,
Original file line number Diff line number Diff line change @@ -2046,10 +2046,10 @@ flatted@^2.0.0:
2046
2046
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
2047
2047
integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==
2048
2048
2049
- flow-bin@0.117 .0 :
2050
- version "0.117 .0"
2051
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.117 .0.tgz#2fd331f476dac31f7dae6ac9b557581ebc84e8ad "
2052
- integrity sha512-LwDdiApyQsO26ubieaLBcW//K8QNcFR50FSUUDo5roy+2nsvkfRdJa0Qse2De6/2fwBElLDDrc3rrSzvC3hy2Q ==
2049
+ flow-bin@0.118 .0 :
2050
+ version "0.118 .0"
2051
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.118 .0.tgz#fb706364a58c682d67a2ca7df39396467dc397d1 "
2052
+ integrity sha512-jlbUu0XkbpXeXhan5xyTqVK1jmEKNxE8hpzznI3TThHTr76GiFwK0iRzhDo4KNy+S9h/KxHaqVhTP86vA6wHCg ==
2053
2053
2054
2054
foreground-child@^2.0.0 :
2055
2055
version "2.0.0"
@@ -3868,9 +3868,9 @@ typescript@^3.7.5:
3868
3868
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==
3869
3869
3870
3870
typescript@next :
3871
- version "3.8.0-dev.20200206 "
3872
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.0-dev.20200206 .tgz#4d5c377db14a9f166d172934a4add60a9157881d "
3873
- integrity sha512-wCLl+s+qhZX46hDlYuS9FDAT1J0LgDYRYIPebQWXFuYSyy7eZGUgiISEajSEhEV02+bgwrCiobm/2jgSLTMYxw ==
3871
+ version "3.8.0-dev.20200208 "
3872
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.0-dev.20200208 .tgz#3cd1ee025932c88ff78831f3629e99b1995e1de5 "
3873
+ integrity sha512-/n4f+RIfoHvEmXprHjE7dHzGlDzD0wpqpvHBXBtwaCi1wp8zsGqA07v1UPijR1xBqumO5FFDMEPIuu7fEDJemA ==
3874
3874
3875
3875
unicode-canonical-property-names-ecmascript@^1.0.4 :
3876
3876
version "1.0.4"
You can’t perform that action at this time.
0 commit comments