|
9 | 9 | dependencies:
|
10 | 10 | "@babel/highlight" "^7.0.0"
|
11 | 11 |
|
12 |
| -"@babel/core@^7.1.6": |
13 |
| - version "7.1.6" |
14 |
| - resolved "https://registry.npmjs.org/@babel/core/-/core-7.1.6.tgz#3733cbee4317429bc87c62b29cf8587dba7baeb3" |
15 |
| - integrity sha512-Hz6PJT6e44iUNpAn8AoyAs6B3bl60g7MJQaI0rZEar6ECzh6+srYO1xlIdssio34mPaUtAb1y+XlkkSJzok3yw== |
| 12 | +"@babel/core@^7.2.2": |
| 13 | + version "7.2.2" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.2.2.tgz#07adba6dde27bb5ad8d8672f15fde3e08184a687" |
| 15 | + integrity sha512-59vB0RWt09cAct5EIe58+NzGP4TFSD3Bz//2/ELy3ZeTeKF6VTD1AXlH8BGGbCX0PuobZBsIzO7IAI9PH67eKw== |
16 | 16 | dependencies:
|
17 | 17 | "@babel/code-frame" "^7.0.0"
|
18 |
| - "@babel/generator" "^7.1.6" |
19 |
| - "@babel/helpers" "^7.1.5" |
20 |
| - "@babel/parser" "^7.1.6" |
21 |
| - "@babel/template" "^7.1.2" |
22 |
| - "@babel/traverse" "^7.1.6" |
23 |
| - "@babel/types" "^7.1.6" |
| 18 | + "@babel/generator" "^7.2.2" |
| 19 | + "@babel/helpers" "^7.2.0" |
| 20 | + "@babel/parser" "^7.2.2" |
| 21 | + "@babel/template" "^7.2.2" |
| 22 | + "@babel/traverse" "^7.2.2" |
| 23 | + "@babel/types" "^7.2.2" |
24 | 24 | convert-source-map "^1.1.0"
|
25 | 25 | debug "^4.1.0"
|
26 | 26 | json5 "^2.1.0"
|
|
40 | 40 | source-map "^0.5.0"
|
41 | 41 | trim-right "^1.0.1"
|
42 | 42 |
|
| 43 | +"@babel/generator@^7.2.2": |
| 44 | + version "7.2.2" |
| 45 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.2.2.tgz#18c816c70962640eab42fe8cae5f3947a5c65ccc" |
| 46 | + integrity sha512-I4o675J/iS8k+P38dvJ3IBGqObLXyQLTxtrR4u9cSUJOURvafeEWb/pFMOTwtNrmq73mJzyF6ueTbO1BtN0Zeg== |
| 47 | + dependencies: |
| 48 | + "@babel/types" "^7.2.2" |
| 49 | + jsesc "^2.5.1" |
| 50 | + lodash "^4.17.10" |
| 51 | + source-map "^0.5.0" |
| 52 | + trim-right "^1.0.1" |
| 53 | + |
43 | 54 | "@babel/helper-function-name@^7.1.0":
|
44 | 55 | version "7.1.0"
|
45 | 56 | resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
|
|
63 | 74 | dependencies:
|
64 | 75 | "@babel/types" "^7.0.0"
|
65 | 76 |
|
66 |
| -"@babel/helpers@^7.1.5": |
67 |
| - version "7.1.5" |
68 |
| - resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.1.5.tgz#68bfc1895d685f2b8f1995e788dbfe1f6ccb1996" |
69 |
| - integrity sha512-2jkcdL02ywNBry1YNFAH/fViq4fXG0vdckHqeJk+75fpQ2OH+Az6076tX/M0835zA45E0Cqa6pV5Kiv9YOqjEg== |
| 77 | +"@babel/helpers@^7.2.0": |
| 78 | + version "7.2.0" |
| 79 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.2.0.tgz#8335f3140f3144270dc63c4732a4f8b0a50b7a21" |
| 80 | + integrity sha512-Fr07N+ea0dMcMN8nFpuK6dUIT7/ivt9yKQdEEnjVS83tG2pHwPi03gYmk/tyuwONnZ+sY+GFFPlWGgCtW1hF9A== |
70 | 81 | dependencies:
|
71 | 82 | "@babel/template" "^7.1.2"
|
72 | 83 | "@babel/traverse" "^7.1.5"
|
73 |
| - "@babel/types" "^7.1.5" |
| 84 | + "@babel/types" "^7.2.0" |
74 | 85 |
|
75 | 86 | "@babel/highlight@^7.0.0":
|
76 | 87 | version "7.0.0"
|
|
86 | 97 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.1.6.tgz#16e97aca1ec1062324a01c5a6a7d0df8dd189854"
|
87 | 98 | integrity sha512-dWP6LJm9nKT6ALaa+bnL247GHHMWir3vSlZ2+IHgHgktZQx0L3Uvq2uAWcuzIe+fujRsYWBW2q622C5UvGK9iQ==
|
88 | 99 |
|
| 100 | +"@babel/parser@^7.2.2": |
| 101 | + version "7.2.2" |
| 102 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.2.tgz#37ebdbc88a2e1ebc6c8dd3d35ea9436e3e39e477" |
| 103 | + integrity sha512-UNTmQ5cSLDeBGBl+s7JeowkqIHgmFAGBnLDdIzFmUNSuS5JF0XBcN59jsh/vJO/YjfsBqMxhMjoFGmNExmf0FA== |
| 104 | + |
89 | 105 | "@babel/runtime@^7.1.2":
|
90 | 106 | version "7.1.5"
|
91 | 107 | resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.1.5.tgz#4170907641cf1f61508f563ece3725150cc6fe39"
|
|
102 | 118 | "@babel/parser" "^7.1.2"
|
103 | 119 | "@babel/types" "^7.1.2"
|
104 | 120 |
|
105 |
| -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.1.6": |
| 121 | +"@babel/template@^7.2.2": |
| 122 | + version "7.2.2" |
| 123 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.2.2.tgz#005b3fdf0ed96e88041330379e0da9a708eb2907" |
| 124 | + integrity sha512-zRL0IMM02AUDwghf5LMSSDEz7sBCO2YnNmpg3uWTZj/v1rcG2BmQUvaGU8GhU8BvfMh1k2KIAYZ7Ji9KXPUg7g== |
| 125 | + dependencies: |
| 126 | + "@babel/code-frame" "^7.0.0" |
| 127 | + "@babel/parser" "^7.2.2" |
| 128 | + "@babel/types" "^7.2.2" |
| 129 | + |
| 130 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.5": |
106 | 131 | version "7.1.6"
|
107 | 132 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.1.6.tgz#c8db9963ab4ce5b894222435482bd8ea854b7b5c"
|
108 | 133 | integrity sha512-CXedit6GpISz3sC2k2FsGCUpOhUqKdyL0lqNrImQojagnUMXf8hex4AxYFRuMkNGcvJX5QAFGzB5WJQmSv8SiQ==
|
|
117 | 142 | globals "^11.1.0"
|
118 | 143 | lodash "^4.17.10"
|
119 | 144 |
|
120 |
| -"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.5", "@babel/types@^7.1.6": |
| 145 | +"@babel/traverse@^7.2.2": |
| 146 | + version "7.2.2" |
| 147 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.2.2.tgz#961039de1f9bcb946d807efe2dba9c92e859d188" |
| 148 | + integrity sha512-E5Bn9FSwHpSkUhthw/XEuvFZxIgrqb9M8cX8j5EUQtrUG5DQUy6bFyl7G7iQ1D1Czudor+xkmp81JbLVVM0Sjg== |
| 149 | + dependencies: |
| 150 | + "@babel/code-frame" "^7.0.0" |
| 151 | + "@babel/generator" "^7.2.2" |
| 152 | + "@babel/helper-function-name" "^7.1.0" |
| 153 | + "@babel/helper-split-export-declaration" "^7.0.0" |
| 154 | + "@babel/parser" "^7.2.2" |
| 155 | + "@babel/types" "^7.2.2" |
| 156 | + debug "^4.1.0" |
| 157 | + globals "^11.1.0" |
| 158 | + lodash "^4.17.10" |
| 159 | + |
| 160 | +"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.6": |
121 | 161 | version "7.1.6"
|
122 | 162 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.1.6.tgz#0adb330c3a281348a190263aceb540e10f04bcce"
|
123 | 163 | integrity sha512-DMiUzlY9DSjVsOylJssxLHSgj6tWM9PRFJOGW/RaOglVOK9nzTxoOMfTfRQXGUCUQ/HmlG2efwC+XqUEJ5ay4w==
|
|
126 | 166 | lodash "^4.17.10"
|
127 | 167 | to-fast-properties "^2.0.0"
|
128 | 168 |
|
| 169 | +"@babel/types@^7.2.0", "@babel/types@^7.2.2": |
| 170 | + version "7.2.2" |
| 171 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.2.2.tgz#44e10fc24e33af524488b716cdaee5360ea8ed1e" |
| 172 | + integrity sha512-fKCuD6UFUMkR541eDWL+2ih/xFZBXPOg/7EQFeTluMDebfqR4jrpaCjLhkWlQS4hT6nRa2PMEgXKbRB5/H2fpg== |
| 173 | + dependencies: |
| 174 | + esutils "^2.0.2" |
| 175 | + lodash "^4.17.10" |
| 176 | + to-fast-properties "^2.0.0" |
| 177 | + |
129 | 178 | abab@^2.0.0:
|
130 | 179 | version "2.0.0"
|
131 | 180 | resolved "https://registry.npmjs.org/abab/-/abab-2.0.0.tgz#aba0ab4c5eee2d4c79d3487d85450fb2376ebb0f"
|
|
0 commit comments