diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-08-01 21:06:40 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-08-06 17:57:24 +0200 |
| commit | 3a161b24d17be193e10906324306802515c743f4 (patch) | |
| tree | 207cee0463281a25d44087b3d26981e1f8fce6f2 | |
| parent | 83ae95e38026c16703a50a78966d583280010f3d (diff) | |
| download | mullvadvpn-3a161b24d17be193e10906324306802515c743f4.tar.xz mullvadvpn-3a161b24d17be193e10906324306802515c743f4.zip | |
Update flow-bin@0.78 and validated@1.3.0
| -rw-r--r-- | .eslintrc | 2 | ||||
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | yarn.lock | 12 |
3 files changed, 9 insertions, 9 deletions
@@ -38,7 +38,7 @@ "react": { "pragma": "React", "version": "16.2", - "flowVersion": "0.66" + "flowVersion": "0.78" } }, "env": { diff --git a/package.json b/package.json index 5c577d2ccd..442078931c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "redux": "^3.0.0", "redux-thunk": "^2.2.0", "uuid": "^3.0.1", - "validated": "^1.1.0" + "validated": "^1.3.0" }, "optionalDependencies": { "nseventmonitor": "https://github.com/mullvad/NSEventMonitor.git#0.0.9", @@ -62,7 +62,7 @@ "eslint-config-prettier": "^2.9.0", "eslint-plugin-flowtype": "^2.49.3", "eslint-plugin-react": "^7.9.1", - "flow-bin": "^0.66.0", + "flow-bin": "^0.78.0", "flow-typed": "^2.4.0", "mock-socket": "^7.1.0", "npm-run-all": "^4.0.1", @@ -3343,9 +3343,9 @@ flat-cache@^1.2.1: graceful-fs "^4.1.2" write "^0.2.1" -flow-bin@^0.66.0: - version "0.66.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.66.0.tgz#a96dde7015dc3343fd552a7b4963c02be705ca26" +flow-bin@^0.78.0: + version "0.78.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.78.0.tgz#df9fe7f9c9a2dfaff39083949fe2d831b41627b7" flow-typed@^2.4.0: version "2.4.0" @@ -7904,9 +7904,9 @@ validate-npm-package-license@^3.0.1: spdx-correct "^3.0.0" spdx-expression-parse "^3.0.0" -validated@^1.1.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/validated/-/validated-1.2.0.tgz#44ca3791cd5b2fc24433f7d1ae3a8896dfe1aec3" +validated@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/validated/-/validated-1.3.0.tgz#ff12e55853aae400e289e8bd0ca8f5d0c9fe0da4" dependencies: commander "^2.9.0" custom-error-instance "^2.1.1" |
