|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@babel/cli@^7.1.2": |
6 | | - version "7.1.2" |
7 | | - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.1.2.tgz#fc2853ae96824b3779ca85de4fd025ce3cf62a5e" |
8 | | - integrity sha512-K3WDlpBPGpoW11SLKFEBhMsITomPovsrZ/wnM3y+WStbytukDXC0OBic3yQp+j058QUw0+R/jfx2obwp1fOzcA== |
| 5 | +"@babel/cli@^7.1.5": |
| 6 | + version "7.1.5" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.1.5.tgz#4ccf0a8cdabeefdd8ce955384530f050935bc4d7" |
| 8 | + integrity sha512-zbO/DtTnaDappBflIU3zYEgATLToRDmW5uN/EGH1GXaes7ydfjqmAoK++xmJIA+8HfDw7UyPZNdM8fhGhfmMhw== |
9 | 9 | dependencies: |
10 | 10 | commander "^2.8.1" |
11 | 11 | convert-source-map "^1.1.0" |
|
26 | 26 | dependencies: |
27 | 27 | "@babel/highlight" "^7.0.0" |
28 | 28 |
|
29 | | -"@babel/core@^7.1.2": |
30 | | - version "7.1.2" |
31 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.2.tgz#f8d2a9ceb6832887329a7b60f9d035791400ba4e" |
32 | | - integrity sha512-IFeSSnjXdhDaoysIlev//UzHZbdEmm7D0EIH2qtse9xK7mXEZQpYjs2P00XlP1qYsYvid79p+Zgg6tz1mp6iVw== |
| 29 | +"@babel/core@^7.1.5": |
| 30 | + version "7.1.5" |
| 31 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.5.tgz#abb32d7aa247a91756469e788998db6a72b93090" |
| 32 | + integrity sha512-vOyH020C56tQvte++i+rX2yokZcRfbv/kKcw+/BCRw/cK6dvsr47aCzm8oC1XHwMSEWbqrZKzZRLzLnq6SFMsg== |
33 | 33 | dependencies: |
34 | 34 | "@babel/code-frame" "^7.0.0" |
35 | | - "@babel/generator" "^7.1.2" |
36 | | - "@babel/helpers" "^7.1.2" |
37 | | - "@babel/parser" "^7.1.2" |
| 35 | + "@babel/generator" "^7.1.5" |
| 36 | + "@babel/helpers" "^7.1.5" |
| 37 | + "@babel/parser" "^7.1.5" |
38 | 38 | "@babel/template" "^7.1.2" |
39 | | - "@babel/traverse" "^7.1.0" |
40 | | - "@babel/types" "^7.1.2" |
| 39 | + "@babel/traverse" "^7.1.5" |
| 40 | + "@babel/types" "^7.1.5" |
41 | 41 | convert-source-map "^1.1.0" |
42 | 42 | debug "^3.1.0" |
43 | 43 | json5 "^0.5.0" |
|
46 | 46 | semver "^5.4.1" |
47 | 47 | source-map "^0.5.0" |
48 | 48 |
|
49 | | -"@babel/generator@^7.1.2", "@babel/generator@^7.1.3": |
| 49 | +"@babel/generator@^7.1.3": |
50 | 50 | version "7.1.3" |
51 | 51 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.3.tgz#2103ec9c42d9bdad9190a6ad5ff2d456fd7b8673" |
52 | 52 | integrity sha512-ZoCZGcfIJFJuZBqxcY9OjC1KW2lWK64qrX1o4UYL3yshVhwKFYgzpWZ0vvtGMNJdTlvkw0W+HR1VnYN8q3QPFQ== |
|
57 | 57 | source-map "^0.5.0" |
58 | 58 | trim-right "^1.0.1" |
59 | 59 |
|
| 60 | +"@babel/generator@^7.1.5": |
| 61 | + version "7.1.5" |
| 62 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.5.tgz#615f064d13d95f8f9157c7261f68eddf32ec15b3" |
| 63 | + integrity sha512-IO31r62xfMI+wBJVmgx0JR9ZOHty8HkoYpQAjRWUGG9vykBTlGHdArZ8zoFtpUu2gs17K7qTl/TtPpiSi6t+MA== |
| 64 | + dependencies: |
| 65 | + "@babel/types" "^7.1.5" |
| 66 | + jsesc "^2.5.1" |
| 67 | + lodash "^4.17.10" |
| 68 | + source-map "^0.5.0" |
| 69 | + trim-right "^1.0.1" |
| 70 | + |
60 | 71 | "@babel/helper-annotate-as-pure@^7.0.0": |
61 | 72 | version "7.0.0" |
62 | 73 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32" |
|
220 | 231 | "@babel/traverse" "^7.1.0" |
221 | 232 | "@babel/types" "^7.0.0" |
222 | 233 |
|
223 | | -"@babel/helpers@^7.1.2": |
224 | | - version "7.1.2" |
225 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.2.tgz#ab752e8c35ef7d39987df4e8586c63b8846234b5" |
226 | | - integrity sha512-Myc3pUE8eswD73aWcartxB16K6CGmHDv9KxOmD2CeOs/FaEAQodr3VYGmlvOmog60vNQ2w8QbatuahepZwrHiA== |
| 234 | +"@babel/helpers@^7.1.5": |
| 235 | + version "7.1.5" |
| 236 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.5.tgz#68bfc1895d685f2b8f1995e788dbfe1f6ccb1996" |
| 237 | + integrity sha512-2jkcdL02ywNBry1YNFAH/fViq4fXG0vdckHqeJk+75fpQ2OH+Az6076tX/M0835zA45E0Cqa6pV5Kiv9YOqjEg== |
227 | 238 | dependencies: |
228 | 239 | "@babel/template" "^7.1.2" |
229 | | - "@babel/traverse" "^7.1.0" |
230 | | - "@babel/types" "^7.1.2" |
| 240 | + "@babel/traverse" "^7.1.5" |
| 241 | + "@babel/types" "^7.1.5" |
231 | 242 |
|
232 | 243 | "@babel/highlight@^7.0.0": |
233 | 244 | version "7.0.0" |
|
256 | 267 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.3.tgz#2c92469bac2b7fbff810b67fca07bd138b48af77" |
257 | 268 | integrity sha512-gqmspPZOMW3MIRb9HlrnbZHXI1/KHTOroBwN1NcLL6pWxzqzEKGvRTq0W/PxS45OtQGbaFikSQpkS5zbnsQm2w== |
258 | 269 |
|
| 270 | +"@babel/parser@^7.1.5": |
| 271 | + version "7.1.5" |
| 272 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.5.tgz#20b7d5e7e1811ba996f8a868962ea7dd2bfcd2fc" |
| 273 | + integrity sha512-WXKf5K5HT6X0kKiCOezJZFljsfxKV1FpU8Tf1A7ZpGvyd/Q4hlrJm2EwoH2onaUq3O4tLDp+4gk0hHPsMyxmOg== |
| 274 | + |
259 | 275 | "@babel/plugin-proposal-async-generator-functions@^7.1.0": |
260 | 276 | version "7.1.0" |
261 | 277 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.1.0.tgz#41c1a702e10081456e23a7b74d891922dd1bb6ce" |
|
382 | 398 | dependencies: |
383 | 399 | "@babel/helper-plugin-utils" "^7.0.0" |
384 | 400 |
|
385 | | -"@babel/plugin-transform-block-scoping@^7.0.0": |
386 | | - version "7.0.0" |
387 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.0.0.tgz#1745075edffd7cdaf69fab2fb6f9694424b7e9bc" |
388 | | - integrity sha512-GWEMCrmHQcYWISilUrk9GDqH4enf3UmhOEbNbNrlNAX1ssH3MsS1xLOS6rdjRVPgA7XXVPn87tRkdTEoA/dxEg== |
| 401 | +"@babel/plugin-transform-block-scoping@^7.1.5": |
| 402 | + version "7.1.5" |
| 403 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.1.5.tgz#3e8e0bc9a5104519923302a24f748f72f2f61f37" |
| 404 | + integrity sha512-jlYcDrz+5ayWC7mxgpn1Wj8zj0mmjCT2w0mPIMSwO926eXBRxpEgoN/uQVRBfjtr8ayjcmS+xk2G1jaP8JjMJQ== |
389 | 405 | dependencies: |
390 | 406 | "@babel/helper-plugin-utils" "^7.0.0" |
391 | 407 | lodash "^4.17.10" |
|
614 | 630 | core-js "^2.5.7" |
615 | 631 | regenerator-runtime "^0.11.1" |
616 | 632 |
|
617 | | -"@babel/preset-env@^7.1.0": |
618 | | - version "7.1.0" |
619 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.1.0.tgz#e67ea5b0441cfeab1d6f41e9b5c79798800e8d11" |
620 | | - integrity sha512-ZLVSynfAoDHB/34A17/JCZbyrzbQj59QC1Anyueb4Bwjh373nVPq5/HMph0z+tCmcDjXDe+DlKQq9ywQuvWrQg== |
| 633 | +"@babel/preset-env@^7.1.5": |
| 634 | + version "7.1.5" |
| 635 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.1.5.tgz#a28b5482ca8bc2f2d0712234d6c690240b92495d" |
| 636 | + integrity sha512-pQ+2o0YyCp98XG0ODOHJd9z4GsSoV5jicSedRwCrU8uiqcJahwQiOq0asSZEb/m/lwyu6X5INvH/DSiwnQKncw== |
621 | 637 | dependencies: |
622 | 638 | "@babel/helper-module-imports" "^7.0.0" |
623 | 639 | "@babel/helper-plugin-utils" "^7.0.0" |
|
632 | 648 | "@babel/plugin-transform-arrow-functions" "^7.0.0" |
633 | 649 | "@babel/plugin-transform-async-to-generator" "^7.1.0" |
634 | 650 | "@babel/plugin-transform-block-scoped-functions" "^7.0.0" |
635 | | - "@babel/plugin-transform-block-scoping" "^7.0.0" |
| 651 | + "@babel/plugin-transform-block-scoping" "^7.1.5" |
636 | 652 | "@babel/plugin-transform-classes" "^7.1.0" |
637 | 653 | "@babel/plugin-transform-computed-properties" "^7.0.0" |
638 | 654 | "@babel/plugin-transform-destructuring" "^7.0.0" |
|
709 | 725 | globals "^11.1.0" |
710 | 726 | lodash "^4.17.10" |
711 | 727 |
|
| 728 | +"@babel/traverse@^7.1.5": |
| 729 | + version "7.1.5" |
| 730 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.5.tgz#5aafca2039aa058c104cf2bfeb9fc4a857ccbca9" |
| 731 | + integrity sha512-eU6XokWypl0MVJo+MTSPUtlfPePkrqsF26O+l1qFGlCKWwmiYAYy2Sy44Qw8m2u/LbPCsxYt90rghmqhYMGpPA== |
| 732 | + dependencies: |
| 733 | + "@babel/code-frame" "^7.0.0" |
| 734 | + "@babel/generator" "^7.1.5" |
| 735 | + "@babel/helper-function-name" "^7.1.0" |
| 736 | + "@babel/helper-split-export-declaration" "^7.0.0" |
| 737 | + "@babel/parser" "^7.1.5" |
| 738 | + "@babel/types" "^7.1.5" |
| 739 | + debug "^3.1.0" |
| 740 | + globals "^11.1.0" |
| 741 | + lodash "^4.17.10" |
| 742 | + |
712 | 743 | "@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.3": |
713 | 744 | version "7.1.3" |
714 | 745 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.3.tgz#3a767004567060c2f40fca49a304712c525ee37d" |
|
718 | 749 | lodash "^4.17.10" |
719 | 750 | to-fast-properties "^2.0.0" |
720 | 751 |
|
| 752 | +"@babel/types@^7.1.5": |
| 753 | + version "7.1.5" |
| 754 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.5.tgz#12fe64e91a431234b7017b4227a78cc0eec4e081" |
| 755 | + integrity sha512-sJeqa/d9eM/bax8Ivg+fXF7FpN3E/ZmTrWbkk6r+g7biVYfALMnLin4dKijsaqEhpd2xvOGfQTkQkD31YCVV4A== |
| 756 | + dependencies: |
| 757 | + esutils "^2.0.2" |
| 758 | + lodash "^4.17.10" |
| 759 | + to-fast-properties "^2.0.0" |
| 760 | + |
721 | 761 | "@lerna/add@^3.4.1": |
722 | 762 | version "3.4.1" |
723 | 763 | resolved "https://registry.yarnpkg.com/@lerna/add/-/add-3.4.1.tgz#d41068317e30f530df48220d256b5e79690b1877" |
@@ -3016,10 +3056,10 @@ eslint-config-airbnb@^17.1.0: |
3016 | 3056 | object.assign "^4.1.0" |
3017 | 3057 | object.entries "^1.0.4" |
3018 | 3058 |
|
3019 | | -eslint-config-prettier@^3.1.0: |
3020 | | - version "3.1.0" |
3021 | | - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.1.0.tgz#2c26d2cdcfa3a05f0642cd7e6e4ef3316cdabfa2" |
3022 | | - integrity sha512-QYGfmzuc4q4J6XIhlp8vRKdI/fI0tQfQPy1dME3UOLprE+v4ssH/3W9LM2Q7h5qBcy5m0ehCrBDU2YF8q6OY8w== |
| 3059 | +eslint-config-prettier@^3.3.0: |
| 3060 | + version "3.3.0" |
| 3061 | + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.3.0.tgz#41afc8d3b852e757f06274ed6c44ca16f939a57d" |
| 3062 | + integrity sha512-Bc3bh5bAcKNvs3HOpSi6EfGA2IIp7EzWcg2tS4vP7stnXu/J1opihHDM7jI9JCIckyIDTgZLSWn7J3HY0j2JfA== |
3023 | 3063 | dependencies: |
3024 | 3064 | get-stdin "^6.0.0" |
3025 | 3065 |
|
@@ -3111,10 +3151,10 @@ eslint-visitor-keys@^1.0.0: |
3111 | 3151 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" |
3112 | 3152 | integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ== |
3113 | 3153 |
|
3114 | | -eslint@^5.7.0: |
3115 | | - version "5.8.0" |
3116 | | - resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.8.0.tgz#91fbf24f6e0471e8fdf681a4d9dd1b2c9f28309b" |
3117 | | - integrity sha512-Zok6Bru3y2JprqTNm14mgQ15YQu/SMDkWdnmHfFg770DIUlmMFd/gqqzCHekxzjHZJxXv3tmTpH0C1icaYJsRQ== |
| 3154 | +eslint@^5.9.0: |
| 3155 | + version "5.9.0" |
| 3156 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.9.0.tgz#b234b6d15ef84b5849c6de2af43195a2d59d408e" |
| 3157 | + integrity sha512-g4KWpPdqN0nth+goDNICNXGfJF7nNnepthp46CAlJoJtC5K/cLu3NgCM3AHu1CkJ5Hzt9V0Y0PBAO6Ay/gGb+w== |
3118 | 3158 | dependencies: |
3119 | 3159 | "@babel/code-frame" "^7.0.0" |
3120 | 3160 | ajv "^6.5.3" |
@@ -6365,10 +6405,10 @@ preserve@^0.2.0: |
6365 | 6405 | resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" |
6366 | 6406 | integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks= |
6367 | 6407 |
|
6368 | | -prettier@^1.14.3: |
6369 | | - version "1.14.3" |
6370 | | - resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.14.3.tgz#90238dd4c0684b7edce5f83b0fb7328e48bd0895" |
6371 | | - integrity sha512-qZDVnCrnpsRJJq5nSsiHCE3BYMED2OtsI+cmzIzF1QIfqm5ALf8tEJcO27zV1gKNKRPdhjO0dNWnrzssDQ1tFg== |
| 6408 | +prettier@^1.15.2: |
| 6409 | + version "1.15.2" |
| 6410 | + resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.2.tgz#d31abe22afa4351efa14c7f8b94b58bb7452205e" |
| 6411 | + integrity sha512-YgPLFFA0CdKL4Eg2IHtUSjzj/BWgszDHiNQAe0VAIBse34148whfdzLagRL+QiKS+YfK5ftB6X4v/MBw8yCoug== |
6372 | 6412 |
|
6373 | 6413 | pretty-format@^23.6.0: |
6374 | 6414 | version "23.6.0" |
@@ -6549,15 +6589,15 @@ react-is@^16.3.2: |
6549 | 6589 | resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.6.0.tgz#456645144581a6e99f6816ae2bd24ee94bdd0c01" |
6550 | 6590 | integrity sha512-q8U7k0Fi7oxF1HvQgyBjPwDXeMplEsArnKt2iYhuIF86+GBbgLHdAmokL3XUFjTd7Q363OSNG55FOGUdONVn1g== |
6551 | 6591 |
|
6552 | | -react@^16.5.2: |
6553 | | - version "16.6.0" |
6554 | | - resolved "https://registry.yarnpkg.com/react/-/react-16.6.0.tgz#b34761cfaf3e30f5508bc732fb4736730b7da246" |
6555 | | - integrity sha512-zJPnx/jKtuOEXCbQ9BKaxDMxR0001/hzxXwYxG8septeyYGfsgAei6NgfbVgOhbY1WOP2o3VPs/E9HaN+9hV3Q== |
| 6592 | +react@^16.6.3: |
| 6593 | + version "16.6.3" |
| 6594 | + resolved "https://registry.yarnpkg.com/react/-/react-16.6.3.tgz#25d77c91911d6bbdd23db41e70fb094cc1e0871c" |
| 6595 | + integrity sha512-zCvmH2vbEolgKxtqXL2wmGCUxUyNheYn/C+PD1YAjfxHC54+MhdruyhO7QieQrYsYeTxrn93PM2y0jRH1zEExw== |
6556 | 6596 | dependencies: |
6557 | 6597 | loose-envify "^1.1.0" |
6558 | 6598 | object-assign "^4.1.1" |
6559 | 6599 | prop-types "^15.6.2" |
6560 | | - scheduler "^0.10.0" |
| 6600 | + scheduler "^0.11.2" |
6561 | 6601 |
|
6562 | 6602 | read-cmd-shim@^1.0.1: |
6563 | 6603 | version "1.0.1" |
@@ -6984,10 +7024,10 @@ rollup-pluginutils@^2.0.1, rollup-pluginutils@^2.3.0, rollup-pluginutils@^2.3.3: |
6984 | 7024 | estree-walker "^0.5.2" |
6985 | 7025 | micromatch "^2.3.11" |
6986 | 7026 |
|
6987 | | -rollup@^0.66.6: |
6988 | | - version "0.66.6" |
6989 | | - resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.66.6.tgz#ce7d6185beb7acea644ce220c25e71ae03275482" |
6990 | | - integrity sha512-J7/SWanrcb83vfIHqa8+aVVGzy457GcjA6GVZEnD0x2u4OnOd0Q1pCrEoNe8yLwM6z6LZP02zBT2uW0yh5TqOw== |
| 7027 | +rollup@^0.67.1: |
| 7028 | + version "0.67.1" |
| 7029 | + resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.67.1.tgz#4094110c944d3c9e25b5bf196771b51132ec3adb" |
| 7030 | + integrity sha512-BfwL9pw5VyxrAWx/G1tP8epgG+NH4KcR78aoWacV7+dFp1Mj6ynH8QTIC/lDQ3KlwzDakqZmJQ4LQ7TmLg+pBA== |
6991 | 7031 | dependencies: |
6992 | 7032 | "@types/estree" "0.0.39" |
6993 | 7033 | "@types/node" "*" |
@@ -7056,10 +7096,10 @@ sax@^1.2.4: |
7056 | 7096 | resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" |
7057 | 7097 | integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== |
7058 | 7098 |
|
7059 | | -scheduler@^0.10.0: |
7060 | | - version "0.10.0" |
7061 | | - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.10.0.tgz#7988de90fe7edccc774ea175a783e69c40c521e1" |
7062 | | - integrity sha512-+TSTVTCBAA3h8Anei3haDc1IRwMeDmtI/y/o3iBe3Mjl2vwYF9DtPDt929HyRmV/e7au7CLu8sc4C4W0VOs29w== |
| 7099 | +scheduler@^0.11.2: |
| 7100 | + version "0.11.2" |
| 7101 | + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.11.2.tgz#a8db5399d06eba5abac51b705b7151d2319d33d3" |
| 7102 | + integrity sha512-+WCP3s3wOaW4S7C1tl3TEXp4l9lJn0ZK8G3W3WKRWmw77Z2cIFUW2MiNTMHn5sCjxN+t7N43HAOOgMjyAg5hlg== |
7063 | 7103 | dependencies: |
7064 | 7104 | loose-envify "^1.1.0" |
7065 | 7105 | object-assign "^4.1.1" |
|
0 commit comments