|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@babel/code-frame@7.0.0-beta.36": |
6 | | - version "7.0.0-beta.36" |
7 | | - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.36.tgz#2349d7ec04b3a06945ae173280ef8579b63728e4" |
| 5 | +"@babel/code-frame@7.0.0-beta.42", "@babel/code-frame@^7.0.0-beta.40": |
| 6 | + version "7.0.0-beta.42" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.42.tgz#a9c83233fa7cd06b39dc77adbb908616ff4f1962" |
8 | 8 | dependencies: |
9 | | - chalk "^2.0.0" |
10 | | - esutils "^2.0.2" |
11 | | - js-tokens "^3.0.0" |
| 9 | + "@babel/highlight" "7.0.0-beta.42" |
| 10 | + |
| 11 | +"@babel/generator@7.0.0-beta.42": |
| 12 | + version "7.0.0-beta.42" |
| 13 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.42.tgz#777bb50f39c94a7e57f73202d833141f8159af33" |
| 14 | + dependencies: |
| 15 | + "@babel/types" "7.0.0-beta.42" |
| 16 | + jsesc "^2.5.1" |
| 17 | + lodash "^4.2.0" |
| 18 | + source-map "^0.5.0" |
| 19 | + trim-right "^1.0.1" |
| 20 | + |
| 21 | +"@babel/helper-function-name@7.0.0-beta.42": |
| 22 | + version "7.0.0-beta.42" |
| 23 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.42.tgz#b38b8f4f85168d1812c543dd700b5d549b0c4658" |
| 24 | + dependencies: |
| 25 | + "@babel/helper-get-function-arity" "7.0.0-beta.42" |
| 26 | + "@babel/template" "7.0.0-beta.42" |
| 27 | + "@babel/types" "7.0.0-beta.42" |
| 28 | + |
| 29 | +"@babel/helper-get-function-arity@7.0.0-beta.42": |
| 30 | + version "7.0.0-beta.42" |
| 31 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.42.tgz#ad072e32f912c033053fc80478169aeadc22191e" |
| 32 | + dependencies: |
| 33 | + "@babel/types" "7.0.0-beta.42" |
12 | 34 |
|
13 | | -"@babel/helper-function-name@7.0.0-beta.36": |
14 | | - version "7.0.0-beta.36" |
15 | | - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.36.tgz#366e3bc35147721b69009f803907c4d53212e88d" |
| 35 | +"@babel/helper-split-export-declaration@7.0.0-beta.42": |
| 36 | + version "7.0.0-beta.42" |
| 37 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.42.tgz#0d0d5254220a9cc4e7e226240306b939dc210ee7" |
16 | 38 | dependencies: |
17 | | - "@babel/helper-get-function-arity" "7.0.0-beta.36" |
18 | | - "@babel/template" "7.0.0-beta.36" |
19 | | - "@babel/types" "7.0.0-beta.36" |
| 39 | + "@babel/types" "7.0.0-beta.42" |
20 | 40 |
|
21 | | -"@babel/helper-get-function-arity@7.0.0-beta.36": |
22 | | - version "7.0.0-beta.36" |
23 | | - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.36.tgz#f5383bac9a96b274828b10d98900e84ee43e32b8" |
| 41 | +"@babel/highlight@7.0.0-beta.42": |
| 42 | + version "7.0.0-beta.42" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.42.tgz#a502a1c0d6f99b2b0e81d468a1b0c0e81e3f3623" |
24 | 44 | dependencies: |
25 | | - "@babel/types" "7.0.0-beta.36" |
| 45 | + chalk "^2.0.0" |
| 46 | + esutils "^2.0.2" |
| 47 | + js-tokens "^3.0.0" |
26 | 48 |
|
27 | | -"@babel/template@7.0.0-beta.36": |
28 | | - version "7.0.0-beta.36" |
29 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.36.tgz#02e903de5d68bd7899bce3c5b5447e59529abb00" |
| 49 | +"@babel/template@7.0.0-beta.42": |
| 50 | + version "7.0.0-beta.42" |
| 51 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.42.tgz#7186d4e70d44cdec975049ba0a73bdaf5cdee052" |
30 | 52 | dependencies: |
31 | | - "@babel/code-frame" "7.0.0-beta.36" |
32 | | - "@babel/types" "7.0.0-beta.36" |
33 | | - babylon "7.0.0-beta.36" |
| 53 | + "@babel/code-frame" "7.0.0-beta.42" |
| 54 | + "@babel/types" "7.0.0-beta.42" |
| 55 | + babylon "7.0.0-beta.42" |
34 | 56 | lodash "^4.2.0" |
35 | 57 |
|
36 | | -"@babel/traverse@7.0.0-beta.36": |
37 | | - version "7.0.0-beta.36" |
38 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.36.tgz#1dc6f8750e89b6b979de5fe44aa993b1a2192261" |
| 58 | +"@babel/traverse@^7.0.0-beta.40": |
| 59 | + version "7.0.0-beta.42" |
| 60 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.42.tgz#f4bf4d1e33d41baf45205e2d0463591d57326285" |
39 | 61 | dependencies: |
40 | | - "@babel/code-frame" "7.0.0-beta.36" |
41 | | - "@babel/helper-function-name" "7.0.0-beta.36" |
42 | | - "@babel/types" "7.0.0-beta.36" |
43 | | - babylon "7.0.0-beta.36" |
44 | | - debug "^3.0.1" |
| 62 | + "@babel/code-frame" "7.0.0-beta.42" |
| 63 | + "@babel/generator" "7.0.0-beta.42" |
| 64 | + "@babel/helper-function-name" "7.0.0-beta.42" |
| 65 | + "@babel/helper-split-export-declaration" "7.0.0-beta.42" |
| 66 | + "@babel/types" "7.0.0-beta.42" |
| 67 | + babylon "7.0.0-beta.42" |
| 68 | + debug "^3.1.0" |
45 | 69 | globals "^11.1.0" |
46 | 70 | invariant "^2.2.0" |
47 | 71 | lodash "^4.2.0" |
48 | 72 |
|
49 | | -"@babel/types@7.0.0-beta.36": |
50 | | - version "7.0.0-beta.36" |
51 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.36.tgz#64f2004353de42adb72f9ebb4665fc35b5499d23" |
| 73 | +"@babel/types@7.0.0-beta.42", "@babel/types@^7.0.0-beta.40": |
| 74 | + version "7.0.0-beta.42" |
| 75 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.42.tgz#1e2118767684880f6963801b272fd2b3348efacc" |
52 | 76 | dependencies: |
53 | 77 | esutils "^2.0.2" |
54 | 78 | lodash "^4.2.0" |
@@ -131,20 +155,20 @@ babel-code-frame@^6.22.0: |
131 | 155 | esutils "^2.0.2" |
132 | 156 | js-tokens "^3.0.2" |
133 | 157 |
|
134 | | -babel-eslint@8.2.1: |
135 | | - version "8.2.1" |
136 | | - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.1.tgz#136888f3c109edc65376c23ebf494f36a3e03951" |
| 158 | +babel-eslint@8.2.2: |
| 159 | + version "8.2.2" |
| 160 | + resolved "http://registry.npmjs.org/babel-eslint/-/babel-eslint-8.2.2.tgz#1102273354c6f0b29b4ea28a65f97d122296b68b" |
137 | 161 | dependencies: |
138 | | - "@babel/code-frame" "7.0.0-beta.36" |
139 | | - "@babel/traverse" "7.0.0-beta.36" |
140 | | - "@babel/types" "7.0.0-beta.36" |
141 | | - babylon "7.0.0-beta.36" |
| 162 | + "@babel/code-frame" "^7.0.0-beta.40" |
| 163 | + "@babel/traverse" "^7.0.0-beta.40" |
| 164 | + "@babel/types" "^7.0.0-beta.40" |
| 165 | + babylon "^7.0.0-beta.40" |
142 | 166 | eslint-scope "~3.7.1" |
143 | 167 | eslint-visitor-keys "^1.0.0" |
144 | 168 |
|
145 | | -babylon@7.0.0-beta.36: |
146 | | - version "7.0.0-beta.36" |
147 | | - resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.36.tgz#3a3683ba6a9a1e02b0aa507c8e63435e39305b9e" |
| 169 | +babylon@7.0.0-beta.42, babylon@^7.0.0-beta.40: |
| 170 | + version "7.0.0-beta.42" |
| 171 | + resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.42.tgz#67cfabcd4f3ec82999d29031ccdea89d0ba99657" |
148 | 172 |
|
149 | 173 | balanced-match@^1.0.0: |
150 | 174 | version "1.0.0" |
@@ -255,7 +279,7 @@ debug@^2.6.8, debug@^2.6.9: |
255 | 279 | dependencies: |
256 | 280 | ms "2.0.0" |
257 | 281 |
|
258 | | -debug@^3.0.1, debug@^3.1.0: |
| 282 | +debug@^3.1.0: |
259 | 283 | version "3.1.0" |
260 | 284 | resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" |
261 | 285 | dependencies: |
@@ -714,6 +738,10 @@ js-yaml@^3.9.1: |
714 | 738 | argparse "^1.0.7" |
715 | 739 | esprima "^4.0.0" |
716 | 740 |
|
| 741 | +jsesc@^2.5.1: |
| 742 | + version "2.5.1" |
| 743 | + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.1.tgz#e421a2a8e20d6b0819df28908f782526b96dd1fe" |
| 744 | + |
717 | 745 | json-schema-traverse@^0.3.0: |
718 | 746 | version "0.3.1" |
719 | 747 | resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340" |
@@ -1029,6 +1057,10 @@ slice-ansi@1.0.0: |
1029 | 1057 | dependencies: |
1030 | 1058 | is-fullwidth-code-point "^2.0.0" |
1031 | 1059 |
|
| 1060 | +source-map@^0.5.0: |
| 1061 | + version "0.5.7" |
| 1062 | + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" |
| 1063 | + |
1032 | 1064 | spdx-correct@~1.0.0: |
1033 | 1065 | version "1.0.2" |
1034 | 1066 | resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-1.0.2.tgz#4b3073d933ff51f3912f03ac5519498a4150db40" |
@@ -1119,6 +1151,10 @@ to-fast-properties@^2.0.0: |
1119 | 1151 | version "2.0.0" |
1120 | 1152 | resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" |
1121 | 1153 |
|
| 1154 | +trim-right@^1.0.1: |
| 1155 | + version "1.0.1" |
| 1156 | + resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" |
| 1157 | + |
1122 | 1158 | type-check@~0.3.2: |
1123 | 1159 | version "0.3.2" |
1124 | 1160 | resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" |
|
0 commit comments