diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-06-21 12:48:15 +0300 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-06-21 14:10:47 +0300 |
| commit | 27048b9701b458024385cf1cbeab2e15d0dd10f5 (patch) | |
| tree | 634d48eb808e5fb1c36ec51de5f91746d848cd2c /yarn.lock | |
| parent | 7950d83c2d70c72bb08415d8ecf823d85ce7bd35 (diff) | |
| download | mullvadvpn-27048b9701b458024385cf1cbeab2e15d0dd10f5.tar.xz mullvadvpn-27048b9701b458024385cf1cbeab2e15d0dd10f5.zip | |
Add flowtype configuration
Diffstat (limited to 'yarn.lock')
| -rw-r--r-- | yarn.lock | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -2292,6 +2292,12 @@ esdoc@^0.5.2: minimist "1.2.0" taffydb "2.7.2" +eslint-plugin-flowtype@^2.34.0: + version "2.34.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.34.0.tgz#b9875f314652e5081623c9d2b18a346bbb759c09" + dependencies: + lodash "^4.15.0" + eslint-plugin-react@^6.9.0: version "6.10.3" resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.10.3.tgz#c5435beb06774e12c7db2f6abaddcbf900cd3f78" @@ -2583,9 +2589,9 @@ flat-cache@^1.2.1: graceful-fs "^4.1.2" write "^0.2.1" -flow-bin@^0.46.0: - version "0.46.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.46.0.tgz#06ad7fe19dddb1042264438064a2a32fee12b872" +flow-bin@^0.48.0: + version "0.48.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.48.0.tgz#72d075143524358db8901525e3c784dc13a7c7ee" flow-remove-types@^1.1.2: version "1.2.1" @@ -3667,7 +3673,7 @@ lodash@^3.10.1: version "3.10.1" resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" -lodash@^4.0.0, lodash@^4.1.0, lodash@^4.13.1, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0: +lodash@^4.0.0, lodash@^4.1.0, lodash@^4.13.1, lodash@^4.15.0, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0: version "4.17.4" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" @@ -4016,8 +4022,8 @@ npmlog@^4.0.2: set-blocking "~2.0.0" "nseventmonitor@git+https://github.com/pronebird/NSEventMonitor.git": - version "0.0.2" - resolved "git+https://github.com/pronebird/NSEventMonitor.git#f6af316e7a92c1d50872ef3552271fdd4d8d4459" + version "0.0.3" + resolved "git+https://github.com/pronebird/NSEventMonitor.git#2707370d46748c2e4de99f0f762daf6d3b28b431" dependencies: bindings "^1.2.1" |
