Skip to content

Commit 2d1d436

Browse files
Update deps (#2447)
1 parent 4aa2d0a commit 2d1d436

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.flowconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ signature-verification-failure=error
2929
implicit-inexact-object=error
3030
ambiguous-object-type=error
3131
uninitialized-instance-property=error
32+
unsafe-addition=error
3233

3334
[options]
3435
include_warnings=true
@@ -39,4 +40,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
3940
suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest
4041

4142
[version]
42-
^0.117.0
43+
^0.118.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"eslint": "6.8.0",
5858
"eslint-plugin-flowtype": "4.6.0",
5959
"eslint-plugin-import": "2.20.1",
60-
"flow-bin": "0.117.0",
60+
"flow-bin": "0.118.0",
6161
"mocha": "7.0.1",
6262
"nyc": "15.0.0",
6363
"prettier": "1.19.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2046,10 +2046,10 @@ flatted@^2.0.0:
20462046
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
20472047
integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==
20482048

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==
20532053

20542054
foreground-child@^2.0.0:
20552055
version "2.0.0"
@@ -3868,9 +3868,9 @@ typescript@^3.7.5:
38683868
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==
38693869

38703870
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==
38743874

38753875
unicode-canonical-property-names-ecmascript@^1.0.4:
38763876
version "1.0.4"

0 commit comments

Comments
 (0)