|
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"
|
|
243 | 254 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.3.tgz#2c92469bac2b7fbff810b67fca07bd138b48af77"
|
244 | 255 | integrity sha512-gqmspPZOMW3MIRb9HlrnbZHXI1/KHTOroBwN1NcLL6pWxzqzEKGvRTq0W/PxS45OtQGbaFikSQpkS5zbnsQm2w==
|
245 | 256 |
|
| 257 | +"@babel/parser@^7.1.5": |
| 258 | + version "7.1.5" |
| 259 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.5.tgz#20b7d5e7e1811ba996f8a868962ea7dd2bfcd2fc" |
| 260 | + integrity sha512-WXKf5K5HT6X0kKiCOezJZFljsfxKV1FpU8Tf1A7ZpGvyd/Q4hlrJm2EwoH2onaUq3O4tLDp+4gk0hHPsMyxmOg== |
| 261 | + |
246 | 262 | "@babel/plugin-proposal-async-generator-functions@^7.1.0":
|
247 | 263 | version "7.1.0"
|
248 | 264 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.1.0.tgz#41c1a702e10081456e23a7b74d891922dd1bb6ce"
|
|
362 | 378 | dependencies:
|
363 | 379 | "@babel/helper-plugin-utils" "^7.0.0"
|
364 | 380 |
|
365 |
| -"@babel/plugin-transform-block-scoping@^7.0.0": |
366 |
| - version "7.0.0" |
367 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.0.0.tgz#1745075edffd7cdaf69fab2fb6f9694424b7e9bc" |
368 |
| - integrity sha512-GWEMCrmHQcYWISilUrk9GDqH4enf3UmhOEbNbNrlNAX1ssH3MsS1xLOS6rdjRVPgA7XXVPn87tRkdTEoA/dxEg== |
| 381 | +"@babel/plugin-transform-block-scoping@^7.1.5": |
| 382 | + version "7.1.5" |
| 383 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.1.5.tgz#3e8e0bc9a5104519923302a24f748f72f2f61f37" |
| 384 | + integrity sha512-jlYcDrz+5ayWC7mxgpn1Wj8zj0mmjCT2w0mPIMSwO926eXBRxpEgoN/uQVRBfjtr8ayjcmS+xk2G1jaP8JjMJQ== |
369 | 385 | dependencies:
|
370 | 386 | "@babel/helper-plugin-utils" "^7.0.0"
|
371 | 387 | lodash "^4.17.10"
|
|
586 | 602 | "@babel/helper-regex" "^7.0.0"
|
587 | 603 | regexpu-core "^4.1.3"
|
588 | 604 |
|
589 |
| -"@babel/preset-env@^7.1.0": |
590 |
| - version "7.1.0" |
591 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.1.0.tgz#e67ea5b0441cfeab1d6f41e9b5c79798800e8d11" |
592 |
| - integrity sha512-ZLVSynfAoDHB/34A17/JCZbyrzbQj59QC1Anyueb4Bwjh373nVPq5/HMph0z+tCmcDjXDe+DlKQq9ywQuvWrQg== |
| 605 | +"@babel/preset-env@^7.1.5": |
| 606 | + version "7.1.5" |
| 607 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.1.5.tgz#a28b5482ca8bc2f2d0712234d6c690240b92495d" |
| 608 | + integrity sha512-pQ+2o0YyCp98XG0ODOHJd9z4GsSoV5jicSedRwCrU8uiqcJahwQiOq0asSZEb/m/lwyu6X5INvH/DSiwnQKncw== |
593 | 609 | dependencies:
|
594 | 610 | "@babel/helper-module-imports" "^7.0.0"
|
595 | 611 | "@babel/helper-plugin-utils" "^7.0.0"
|
|
604 | 620 | "@babel/plugin-transform-arrow-functions" "^7.0.0"
|
605 | 621 | "@babel/plugin-transform-async-to-generator" "^7.1.0"
|
606 | 622 | "@babel/plugin-transform-block-scoped-functions" "^7.0.0"
|
607 |
| - "@babel/plugin-transform-block-scoping" "^7.0.0" |
| 623 | + "@babel/plugin-transform-block-scoping" "^7.1.5" |
608 | 624 | "@babel/plugin-transform-classes" "^7.1.0"
|
609 | 625 | "@babel/plugin-transform-computed-properties" "^7.0.0"
|
610 | 626 | "@babel/plugin-transform-destructuring" "^7.0.0"
|
|
668 | 684 | globals "^11.1.0"
|
669 | 685 | lodash "^4.17.10"
|
670 | 686 |
|
| 687 | +"@babel/traverse@^7.1.5": |
| 688 | + version "7.1.5" |
| 689 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.5.tgz#5aafca2039aa058c104cf2bfeb9fc4a857ccbca9" |
| 690 | + integrity sha512-eU6XokWypl0MVJo+MTSPUtlfPePkrqsF26O+l1qFGlCKWwmiYAYy2Sy44Qw8m2u/LbPCsxYt90rghmqhYMGpPA== |
| 691 | + dependencies: |
| 692 | + "@babel/code-frame" "^7.0.0" |
| 693 | + "@babel/generator" "^7.1.5" |
| 694 | + "@babel/helper-function-name" "^7.1.0" |
| 695 | + "@babel/helper-split-export-declaration" "^7.0.0" |
| 696 | + "@babel/parser" "^7.1.5" |
| 697 | + "@babel/types" "^7.1.5" |
| 698 | + debug "^3.1.0" |
| 699 | + globals "^11.1.0" |
| 700 | + lodash "^4.17.10" |
| 701 | + |
671 | 702 | "@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.3":
|
672 | 703 | version "7.1.3"
|
673 | 704 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.3.tgz#3a767004567060c2f40fca49a304712c525ee37d"
|
|
677 | 708 | lodash "^4.17.10"
|
678 | 709 | to-fast-properties "^2.0.0"
|
679 | 710 |
|
| 711 | +"@babel/types@^7.1.5": |
| 712 | + version "7.1.5" |
| 713 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.5.tgz#12fe64e91a431234b7017b4227a78cc0eec4e081" |
| 714 | + integrity sha512-sJeqa/d9eM/bax8Ivg+fXF7FpN3E/ZmTrWbkk6r+g7biVYfALMnLin4dKijsaqEhpd2xvOGfQTkQkD31YCVV4A== |
| 715 | + dependencies: |
| 716 | + esutils "^2.0.2" |
| 717 | + lodash "^4.17.10" |
| 718 | + to-fast-properties "^2.0.0" |
| 719 | + |
680 | 720 | "@sindresorhus/is@^0.7.0":
|
681 | 721 | version "0.7.0"
|
682 | 722 | resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd"
|
@@ -2333,10 +2373,10 @@ eslint-config-airbnb-base@^13.1.0:
|
2333 | 2373 | object.assign "^4.1.0"
|
2334 | 2374 | object.entries "^1.0.4"
|
2335 | 2375 |
|
2336 |
| -eslint-config-prettier@^3.1.0: |
2337 |
| - version "3.1.0" |
2338 |
| - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.1.0.tgz#2c26d2cdcfa3a05f0642cd7e6e4ef3316cdabfa2" |
2339 |
| - integrity sha512-QYGfmzuc4q4J6XIhlp8vRKdI/fI0tQfQPy1dME3UOLprE+v4ssH/3W9LM2Q7h5qBcy5m0ehCrBDU2YF8q6OY8w== |
| 2376 | +eslint-config-prettier@^3.3.0: |
| 2377 | + version "3.3.0" |
| 2378 | + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.3.0.tgz#41afc8d3b852e757f06274ed6c44ca16f939a57d" |
| 2379 | + integrity sha512-Bc3bh5bAcKNvs3HOpSi6EfGA2IIp7EzWcg2tS4vP7stnXu/J1opihHDM7jI9JCIckyIDTgZLSWn7J3HY0j2JfA== |
2340 | 2380 | dependencies:
|
2341 | 2381 | get-stdin "^6.0.0"
|
2342 | 2382 |
|
@@ -2403,10 +2443,10 @@ eslint-visitor-keys@^1.0.0:
|
2403 | 2443 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
|
2404 | 2444 | integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
|
2405 | 2445 |
|
2406 |
| -eslint@^5.7.0: |
2407 |
| - version "5.7.0" |
2408 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.7.0.tgz#55c326d6fb2ad45fcbd0ce17c3846f025d1d819c" |
2409 |
| - integrity sha512-zYCeFQahsxffGl87U2aJ7DPyH8CbWgxBC213Y8+TCanhUTf2gEvfq3EKpHmEcozTLyPmGe9LZdMAwC/CpJBM5A== |
| 2446 | +eslint@^5.9.0: |
| 2447 | + version "5.9.0" |
| 2448 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.9.0.tgz#b234b6d15ef84b5849c6de2af43195a2d59d408e" |
| 2449 | + integrity sha512-g4KWpPdqN0nth+goDNICNXGfJF7nNnepthp46CAlJoJtC5K/cLu3NgCM3AHu1CkJ5Hzt9V0Y0PBAO6Ay/gGb+w== |
2410 | 2450 | dependencies:
|
2411 | 2451 | "@babel/code-frame" "^7.0.0"
|
2412 | 2452 | ajv "^6.5.3"
|
@@ -3087,10 +3127,10 @@ graphql-tag@^2.9.2:
|
3087 | 3127 | resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.0.tgz#87da024be863e357551b2b8700e496ee2d4353ae"
|
3088 | 3128 | integrity sha512-9FD6cw976TLLf9WYIUPCaaTpniawIjHWZSwIRZSjrfufJamcXbVVYfN2TWvJYbw0Xf2JjYbl1/f2+wDnBVw3/w==
|
3089 | 3129 |
|
3090 |
| -graphql-tools@^4.0.1: |
3091 |
| - version "4.0.1" |
3092 |
| - resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.1.tgz#c995a4e25c2967d108c975e508322d12969c8c0e" |
3093 |
| - integrity sha512-yyUTS875FLt9RgTFZ8XbOvJE7iFkNdmUDhHNgAcJnCrS9dwmbfVYGEQ00u0UGyQF0zvuI7QzRh5TqbnO7ueLxw== |
| 3130 | +graphql-tools@^4.0.3: |
| 3131 | + version "4.0.3" |
| 3132 | + resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.3.tgz#23b5cb52c519212b1b2e4630a361464396ad264b" |
| 3133 | + integrity sha512-NNZM0WSnVLX1zIMUxu7SjzLZ4prCp15N5L2T2ro02OVyydZ0fuCnZYRnx/yK9xjGWbZA0Q58yEO//Bv/psJWrg== |
3094 | 3134 | dependencies:
|
3095 | 3135 | apollo-link "^1.2.3"
|
3096 | 3136 | apollo-utilities "^1.0.1"
|
@@ -5252,10 +5292,10 @@ preserve@^0.2.0:
|
5252 | 5292 | resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
|
5253 | 5293 | integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=
|
5254 | 5294 |
|
5255 |
| -prettier@^1.12.1: |
5256 |
| - version "1.14.3" |
5257 |
| - resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.14.3.tgz#90238dd4c0684b7edce5f83b0fb7328e48bd0895" |
5258 |
| - integrity sha512-qZDVnCrnpsRJJq5nSsiHCE3BYMED2OtsI+cmzIzF1QIfqm5ALf8tEJcO27zV1gKNKRPdhjO0dNWnrzssDQ1tFg== |
| 5295 | +prettier@^1.15.2: |
| 5296 | + version "1.15.2" |
| 5297 | + resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.2.tgz#d31abe22afa4351efa14c7f8b94b58bb7452205e" |
| 5298 | + integrity sha512-YgPLFFA0CdKL4Eg2IHtUSjzj/BWgszDHiNQAe0VAIBse34148whfdzLagRL+QiKS+YfK5ftB6X4v/MBw8yCoug== |
5259 | 5299 |
|
5260 | 5300 | pretty-format@^23.6.0:
|
5261 | 5301 | version "23.6.0"
|
@@ -5760,10 +5800,10 @@ rollup-pluginutils@^2.0.1, rollup-pluginutils@^2.3.0, rollup-pluginutils@^2.3.1,
|
5760 | 5800 | estree-walker "^0.5.2"
|
5761 | 5801 | micromatch "^2.3.11"
|
5762 | 5802 |
|
5763 |
| -rollup@^0.66.6: |
5764 |
| - version "0.66.6" |
5765 |
| - resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.66.6.tgz#ce7d6185beb7acea644ce220c25e71ae03275482" |
5766 |
| - integrity sha512-J7/SWanrcb83vfIHqa8+aVVGzy457GcjA6GVZEnD0x2u4OnOd0Q1pCrEoNe8yLwM6z6LZP02zBT2uW0yh5TqOw== |
| 5803 | +rollup@^0.67.1: |
| 5804 | + version "0.67.1" |
| 5805 | + resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.67.1.tgz#4094110c944d3c9e25b5bf196771b51132ec3adb" |
| 5806 | + integrity sha512-BfwL9pw5VyxrAWx/G1tP8epgG+NH4KcR78aoWacV7+dFp1Mj6ynH8QTIC/lDQ3KlwzDakqZmJQ4LQ7TmLg+pBA== |
5767 | 5807 | dependencies:
|
5768 | 5808 | "@types/estree" "0.0.39"
|
5769 | 5809 | "@types/node" "*"
|
|
0 commit comments