react_on_rails 6.6.0.alpha.1 → 6.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/.bookignore +0 -1
  3. data/.gitignore +2 -0
  4. data/.travis.yml +3 -3
  5. data/CHANGELOG.md +6 -1
  6. data/CONTRIBUTING.md +15 -35
  7. data/Gemfile +0 -1
  8. data/PROJECTS.md +5 -1
  9. data/README.md +9 -9
  10. data/SUMMARY.md +1 -1
  11. data/app/helpers/react_on_rails_helper.rb +20 -27
  12. data/docs/additional-reading/heroku-deployment.md +1 -1
  13. data/docs/additional-reading/hot-reloading-rails-development.md +4 -4
  14. data/docs/additional-reading/node-dependencies-and-npm.md +8 -18
  15. data/docs/additional-reading/node-server-rendering.md +1 -1
  16. data/docs/additional-reading/rspec-configuration.md +3 -3
  17. data/docs/additional-reading/turbolinks.md +2 -2
  18. data/docs/additional-reading/updating-dependencies.md +4 -6
  19. data/docs/contributor-info/generator-testing.md +1 -1
  20. data/docs/tutorial.md +6 -4
  21. data/lib/generators/USAGE +2 -2
  22. data/lib/generators/react_on_rails/base_generator.rb +2 -2
  23. data/lib/generators/react_on_rails/dev_tests_generator.rb +1 -1
  24. data/lib/generators/react_on_rails/install_generator.rb +3 -3
  25. data/lib/generators/react_on_rails/templates/base/base/Procfile.dev.tt +1 -1
  26. data/lib/generators/react_on_rails/templates/base/base/config/initializers/react_on_rails.rb.tt +3 -3
  27. data/lib/generators/react_on_rails/templates/base/base/package.json.tt +1 -1
  28. data/lib/react_on_rails/test_helper.rb +1 -1
  29. data/lib/react_on_rails/test_helper/node_process_launcher.rb +1 -1
  30. data/lib/react_on_rails/version.rb +1 -1
  31. data/lib/react_on_rails/version_checker.rb +1 -1
  32. data/package.json +13 -13
  33. data/rakelib/dummy_apps.rake +2 -2
  34. data/rakelib/example_type.rb +2 -2
  35. data/rakelib/examples.rake +2 -2
  36. data/rakelib/lint.rake +2 -2
  37. data/rakelib/node_package.rake +1 -1
  38. data/rakelib/release.rake +5 -5
  39. data/rakelib/run_rspec.rake +3 -3
  40. data/react_on_rails.gemspec +0 -2
  41. data/yarn.lock +359 -1066
  42. metadata +4 -19
  43. data/npm-shrinkwrap.json +0 -4177
data/yarn.lock CHANGED
@@ -1,5 +1,7 @@
1
1
  # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
2
  # yarn lockfile v1
3
+
4
+
3
5
  abab@^1.0.0:
4
6
  version "1.0.3"
5
7
  resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.3.tgz#b81de5f7274ec4e756d797cd834f303642724e5d"
@@ -20,18 +22,18 @@ acorn-jsx@^3.0.0, acorn-jsx@^3.0.1:
20
22
  dependencies:
21
23
  acorn "^3.0.4"
22
24
 
25
+ acorn@4.0.4:
26
+ version "4.0.4"
27
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.4.tgz#17a8d6a7a6c4ef538b814ec9abac2779293bf30a"
28
+
23
29
  acorn@^2.1.0, acorn@^2.4.0:
24
30
  version "2.7.0"
25
31
  resolved "https://registry.yarnpkg.com/acorn/-/acorn-2.7.0.tgz#ab6e7d9d886aaca8b085bc3312b79a198433f0e7"
26
32
 
27
- acorn@^3.0.0, acorn@^3.0.4, acorn@^3.1.0:
33
+ acorn@^3.0.0, acorn@^3.0.4:
28
34
  version "3.3.0"
29
35
  resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
30
36
 
31
- acorn@^4.0.1:
32
- version "4.0.3"
33
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.3.tgz#1a3e850b428e73ba6b09d1cc527f5aaad4d03ef1"
34
-
35
37
  agent-base@2:
36
38
  version "2.0.1"
37
39
  resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-2.0.1.tgz#bd8f9e86a8eb221fffa07bd14befd55df142815e"
@@ -58,12 +60,6 @@ align-text@^0.1.1, align-text@^0.1.3:
58
60
  longest "^1.0.1"
59
61
  repeat-string "^1.5.2"
60
62
 
61
- alter@~0.2.0:
62
- version "0.2.0"
63
- resolved "https://registry.yarnpkg.com/alter/-/alter-0.2.0.tgz#c7588808617572034aae62480af26b1d4d1cb3cd"
64
- dependencies:
65
- stable "~0.1.3"
66
-
67
63
  amdefine@>=0.0.4:
68
64
  version "1.0.0"
69
65
  resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.0.tgz#fd17474700cb5cc9c2b709f0be9d23ce3c198c33"
@@ -80,10 +76,6 @@ ansi-styles@^2.2.1:
80
76
  version "2.2.1"
81
77
  resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
82
78
 
83
- ansi-styles@~1.0.0:
84
- version "1.0.0"
85
- resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-1.0.0.tgz#cb102df1c56f5123eab8b67cd7b98027a0279178"
86
-
87
79
  anymatch@^1.3.0:
88
80
  version "1.3.0"
89
81
  resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.0.tgz#a3e52fa39168c825ff57b0248126ce5a8ff95507"
@@ -102,7 +94,7 @@ are-we-there-yet@~1.1.2:
102
94
  delegates "^1.0.0"
103
95
  readable-stream "^2.0.0 || ^1.1.13"
104
96
 
105
- argparse@^1.0.2, argparse@^1.0.7:
97
+ argparse@^1.0.7:
106
98
  version "1.0.9"
107
99
  resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86"
108
100
  dependencies:
@@ -136,6 +128,13 @@ array-unique@^0.2.1:
136
128
  version "0.2.1"
137
129
  resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
138
130
 
131
+ array.prototype.find@^2.0.1:
132
+ version "2.0.3"
133
+ resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.0.3.tgz#08c3ec33e32ec4bab362a2958e686ae92f59271d"
134
+ dependencies:
135
+ define-properties "^1.1.2"
136
+ es-abstract "^1.7.0"
137
+
139
138
  arrify@^1.0.0:
140
139
  version "1.0.1"
141
140
  resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -162,18 +161,6 @@ assert@^1.1.1:
162
161
  dependencies:
163
162
  util "0.10.3"
164
163
 
165
- ast-traverse@~0.1.1:
166
- version "0.1.1"
167
- resolved "https://registry.yarnpkg.com/ast-traverse/-/ast-traverse-0.1.1.tgz#69cf2b8386f19dcda1bb1e05d68fe359d8897de6"
168
-
169
- ast-types@0.8.12:
170
- version "0.8.12"
171
- resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.8.12.tgz#a0d90e4351bb887716c83fd637ebf818af4adfcc"
172
-
173
- ast-types@0.8.15:
174
- version "0.8.15"
175
- resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.8.15.tgz#8eef0827f04dff0ec8857ba925abe3fea6194e52"
176
-
177
164
  async-each@^1.0.0:
178
165
  version "1.0.1"
179
166
  resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d"
@@ -186,7 +173,7 @@ async@^1.3.0:
186
173
  version "1.5.2"
187
174
  resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
188
175
 
189
- async@~0.2.6, async@~0.2.9, async@0.2.x:
176
+ async@~0.2.6:
190
177
  version "0.2.10"
191
178
  resolved "https://registry.yarnpkg.com/async/-/async-0.2.10.tgz#b6bbe0b0674b9d719708ca38de8c237cb526c3d1"
192
179
 
@@ -202,7 +189,7 @@ aws4@^1.2.1:
202
189
  version "1.5.0"
203
190
  resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.5.0.tgz#0a29ffb79c31c9e712eeb087e8e7a64b4a56d755"
204
191
 
205
- babel-cli@^6.16.0:
192
+ babel-cli@^6.18.0:
206
193
  version "6.18.0"
207
194
  resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.18.0.tgz#92117f341add9dead90f6fa7d0a97c0cc08ec186"
208
195
  dependencies:
@@ -223,27 +210,27 @@ babel-cli@^6.16.0:
223
210
  optionalDependencies:
224
211
  chokidar "^1.0.0"
225
212
 
226
- babel-code-frame@^6.16.0:
227
- version "6.16.0"
228
- resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.16.0.tgz#f90e60da0862909d3ce098733b5d3987c97cb8de"
213
+ babel-code-frame@^6.16.0, babel-code-frame@^6.20.0:
214
+ version "6.20.0"
215
+ resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.20.0.tgz#b968f839090f9a8bc6d41938fb96cb84f7387b26"
229
216
  dependencies:
230
217
  chalk "^1.1.0"
231
218
  esutils "^2.0.2"
232
219
  js-tokens "^2.0.0"
233
220
 
234
- babel-core@^6.0.14, babel-core@^6.17.0, babel-core@^6.18.0:
235
- version "6.18.0"
236
- resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.18.0.tgz#bb5ce9bc0a956e6e94e2f12d597abb3b0b330deb"
221
+ babel-core@^6.0.14, babel-core@^6.18.0, babel-core@^6.21.0:
222
+ version "6.21.0"
223
+ resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.21.0.tgz#75525480c21c803f826ef3867d22c19f080a3724"
237
224
  dependencies:
238
- babel-code-frame "^6.16.0"
239
- babel-generator "^6.18.0"
225
+ babel-code-frame "^6.20.0"
226
+ babel-generator "^6.21.0"
240
227
  babel-helpers "^6.16.0"
241
228
  babel-messages "^6.8.0"
242
229
  babel-register "^6.18.0"
243
- babel-runtime "^6.9.1"
230
+ babel-runtime "^6.20.0"
244
231
  babel-template "^6.16.0"
245
- babel-traverse "^6.18.0"
246
- babel-types "^6.18.0"
232
+ babel-traverse "^6.21.0"
233
+ babel-types "^6.21.0"
247
234
  babylon "^6.11.0"
248
235
  convert-source-map "^1.1.0"
249
236
  debug "^2.1.1"
@@ -255,74 +242,23 @@ babel-core@^6.0.14, babel-core@^6.17.0, babel-core@^6.18.0:
255
242
  slash "^1.0.0"
256
243
  source-map "^0.5.0"
257
244
 
258
- babel-core@~5.8.3:
259
- version "5.8.38"
260
- resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-5.8.38.tgz#1fcaee79d7e61b750b00b8e54f6dfc9d0af86558"
261
- dependencies:
262
- babel-plugin-constant-folding "^1.0.1"
263
- babel-plugin-dead-code-elimination "^1.0.2"
264
- babel-plugin-eval "^1.0.1"
265
- babel-plugin-inline-environment-variables "^1.0.1"
266
- babel-plugin-jscript "^1.0.4"
267
- babel-plugin-member-expression-literals "^1.0.1"
268
- babel-plugin-property-literals "^1.0.1"
269
- babel-plugin-proto-to-assign "^1.0.3"
270
- babel-plugin-react-constant-elements "^1.0.3"
271
- babel-plugin-react-display-name "^1.0.3"
272
- babel-plugin-remove-console "^1.0.1"
273
- babel-plugin-remove-debugger "^1.0.1"
274
- babel-plugin-runtime "^1.0.7"
275
- babel-plugin-undeclared-variables-check "^1.0.2"
276
- babel-plugin-undefined-to-void "^1.1.6"
277
- babylon "^5.8.38"
278
- bluebird "^2.9.33"
279
- chalk "^1.0.0"
280
- convert-source-map "^1.1.0"
281
- core-js "^1.0.0"
282
- debug "^2.1.1"
283
- detect-indent "^3.0.0"
284
- esutils "^2.0.0"
285
- fs-readdir-recursive "^0.1.0"
286
- globals "^6.4.0"
287
- home-or-tmp "^1.0.0"
288
- is-integer "^1.0.4"
289
- js-tokens "1.0.1"
290
- json5 "^0.4.0"
291
- lodash "^3.10.0"
292
- minimatch "^2.0.3"
293
- output-file-sync "^1.1.0"
294
- path-exists "^1.0.0"
295
- path-is-absolute "^1.0.0"
296
- private "^0.1.6"
297
- regenerator "0.8.40"
298
- regexpu "^1.3.0"
299
- repeating "^1.1.2"
300
- resolve "^1.1.6"
301
- shebang-regex "^1.0.0"
302
- slash "^1.0.0"
303
- source-map "^0.5.0"
304
- source-map-support "^0.2.10"
305
- to-fast-properties "^1.0.0"
306
- trim-right "^1.0.0"
307
- try-resolve "^1.0.0"
308
-
309
- babel-eslint@^6.1.2:
310
- version "6.1.2"
311
- resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-6.1.2.tgz#5293419fe3672d66598d327da9694567ba6a5f2f"
312
- dependencies:
313
- babel-traverse "^6.0.20"
314
- babel-types "^6.0.19"
315
- babylon "^6.0.18"
316
- lodash.assign "^4.0.0"
317
- lodash.pickby "^4.0.0"
318
-
319
- babel-generator@^6.18.0:
320
- version "6.18.0"
321
- resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.18.0.tgz#e4f104cb3063996d9850556a45aae4a022060a07"
245
+ babel-eslint@^7.1.1:
246
+ version "7.1.1"
247
+ resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-7.1.1.tgz#8a6a884f085aa7060af69cfc77341c2f99370fb2"
248
+ dependencies:
249
+ babel-code-frame "^6.16.0"
250
+ babel-traverse "^6.15.0"
251
+ babel-types "^6.15.0"
252
+ babylon "^6.13.0"
253
+ lodash.pickby "^4.6.0"
254
+
255
+ babel-generator@^6.21.0:
256
+ version "6.21.0"
257
+ resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.21.0.tgz#605f1269c489a1c75deeca7ea16d43d4656c8494"
322
258
  dependencies:
323
259
  babel-messages "^6.8.0"
324
- babel-runtime "^6.9.0"
325
- babel-types "^6.18.0"
260
+ babel-runtime "^6.20.0"
261
+ babel-types "^6.21.0"
326
262
  detect-indent "^4.0.0"
327
263
  jsesc "^1.3.0"
328
264
  lodash "^4.2.0"
@@ -455,16 +391,9 @@ babel-helpers@^6.16.0:
455
391
  babel-runtime "^6.0.0"
456
392
  babel-template "^6.16.0"
457
393
 
458
- babel-jscs@^2.0.0:
459
- version "2.0.5"
460
- resolved "https://registry.yarnpkg.com/babel-jscs/-/babel-jscs-2.0.5.tgz#0a347046b48145acbca56e8c8ed5f736bc54f9d0"
461
- dependencies:
462
- babel-core "~5.8.3"
463
- lodash.assign "^3.2.0"
464
-
465
- babel-loader@^6.2.5:
466
- version "6.2.7"
467
- resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-6.2.7.tgz#16fdbf64328030dc5a606827d389c8b92a2a8032"
394
+ babel-loader@^6.2.10:
395
+ version "6.2.10"
396
+ resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-6.2.10.tgz#adefc2b242320cd5d15e65b31cea0e8b1b02d4b0"
468
397
  dependencies:
469
398
  find-cache-dir "^0.1.1"
470
399
  loader-utils "^0.2.11"
@@ -483,66 +412,12 @@ babel-plugin-check-es2015-constants@^6.3.13:
483
412
  dependencies:
484
413
  babel-runtime "^6.0.0"
485
414
 
486
- babel-plugin-constant-folding@^1.0.1:
487
- version "1.0.1"
488
- resolved "https://registry.yarnpkg.com/babel-plugin-constant-folding/-/babel-plugin-constant-folding-1.0.1.tgz#8361d364c98e449c3692bdba51eff0844290aa8e"
489
-
490
- babel-plugin-dead-code-elimination@^1.0.2:
491
- version "1.0.2"
492
- resolved "https://registry.yarnpkg.com/babel-plugin-dead-code-elimination/-/babel-plugin-dead-code-elimination-1.0.2.tgz#5f7c451274dcd7cccdbfbb3e0b85dd28121f0f65"
493
-
494
- babel-plugin-eval@^1.0.1:
495
- version "1.0.1"
496
- resolved "https://registry.yarnpkg.com/babel-plugin-eval/-/babel-plugin-eval-1.0.1.tgz#a2faed25ce6be69ade4bfec263f70169195950da"
497
-
498
- babel-plugin-inline-environment-variables@^1.0.1:
499
- version "1.0.1"
500
- resolved "https://registry.yarnpkg.com/babel-plugin-inline-environment-variables/-/babel-plugin-inline-environment-variables-1.0.1.tgz#1f58ce91207ad6a826a8bf645fafe68ff5fe3ffe"
501
-
502
- babel-plugin-jscript@^1.0.4:
503
- version "1.0.4"
504
- resolved "https://registry.yarnpkg.com/babel-plugin-jscript/-/babel-plugin-jscript-1.0.4.tgz#8f342c38276e87a47d5fa0a8bd3d5eb6ccad8fcc"
505
-
506
- babel-plugin-member-expression-literals@^1.0.1:
507
- version "1.0.1"
508
- resolved "https://registry.yarnpkg.com/babel-plugin-member-expression-literals/-/babel-plugin-member-expression-literals-1.0.1.tgz#cc5edb0faa8dc927170e74d6d1c02440021624d3"
509
-
510
- babel-plugin-property-literals@^1.0.1:
511
- version "1.0.1"
512
- resolved "https://registry.yarnpkg.com/babel-plugin-property-literals/-/babel-plugin-property-literals-1.0.1.tgz#0252301900192980b1c118efea48ce93aab83336"
513
-
514
- babel-plugin-proto-to-assign@^1.0.3:
515
- version "1.0.4"
516
- resolved "https://registry.yarnpkg.com/babel-plugin-proto-to-assign/-/babel-plugin-proto-to-assign-1.0.4.tgz#c49e7afd02f577bc4da05ea2df002250cf7cd123"
517
- dependencies:
518
- lodash "^3.9.3"
519
-
520
- babel-plugin-react-constant-elements@^1.0.3:
521
- version "1.0.3"
522
- resolved "https://registry.yarnpkg.com/babel-plugin-react-constant-elements/-/babel-plugin-react-constant-elements-1.0.3.tgz#946736e8378429cbc349dcff62f51c143b34e35a"
523
-
524
- babel-plugin-react-display-name@^1.0.3:
525
- version "1.0.3"
526
- resolved "https://registry.yarnpkg.com/babel-plugin-react-display-name/-/babel-plugin-react-display-name-1.0.3.tgz#754fe38926e8424a4e7b15ab6ea6139dee0514fc"
527
-
528
415
  babel-plugin-react-transform@^2.0.2:
529
416
  version "2.0.2"
530
417
  resolved "https://registry.yarnpkg.com/babel-plugin-react-transform/-/babel-plugin-react-transform-2.0.2.tgz#515bbfa996893981142d90b1f9b1635de2995109"
531
418
  dependencies:
532
419
  lodash "^4.6.1"
533
420
 
534
- babel-plugin-remove-console@^1.0.1:
535
- version "1.0.1"
536
- resolved "https://registry.yarnpkg.com/babel-plugin-remove-console/-/babel-plugin-remove-console-1.0.1.tgz#d8f24556c3a05005d42aaaafd27787f53ff013a7"
537
-
538
- babel-plugin-remove-debugger@^1.0.1:
539
- version "1.0.1"
540
- resolved "https://registry.yarnpkg.com/babel-plugin-remove-debugger/-/babel-plugin-remove-debugger-1.0.1.tgz#fd2ea3cd61a428ad1f3b9c89882ff4293e8c14c7"
541
-
542
- babel-plugin-runtime@^1.0.7:
543
- version "1.0.7"
544
- resolved "https://registry.yarnpkg.com/babel-plugin-runtime/-/babel-plugin-runtime-1.0.7.tgz#bf7c7d966dd56ecd5c17fa1cb253c9acb7e54aaf"
545
-
546
421
  babel-plugin-syntax-async-functions@^6.8.0:
547
422
  version "6.13.0"
548
423
  resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95"
@@ -833,9 +708,9 @@ babel-plugin-transform-export-extensions@^6.3.13:
833
708
  babel-plugin-syntax-export-extensions "^6.8.0"
834
709
  babel-runtime "^6.0.0"
835
710
 
836
- babel-plugin-transform-flow-strip-types@^6.14.0, babel-plugin-transform-flow-strip-types@^6.3.13:
837
- version "6.18.0"
838
- resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-6.18.0.tgz#4d3e642158661e9b40db457c004a30817fa32592"
711
+ babel-plugin-transform-flow-strip-types@^6.21.0, babel-plugin-transform-flow-strip-types@^6.3.13:
712
+ version "6.21.0"
713
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-6.21.0.tgz#2eea3f8b5bb234339b47283feac155cfb237b948"
839
714
  dependencies:
840
715
  babel-plugin-syntax-flow "^6.18.0"
841
716
  babel-runtime "^6.0.0"
@@ -903,16 +778,6 @@ babel-plugin-transform-strict-mode@^6.18.0:
903
778
  babel-runtime "^6.0.0"
904
779
  babel-types "^6.18.0"
905
780
 
906
- babel-plugin-undeclared-variables-check@^1.0.2:
907
- version "1.0.2"
908
- resolved "https://registry.yarnpkg.com/babel-plugin-undeclared-variables-check/-/babel-plugin-undeclared-variables-check-1.0.2.tgz#5cf1aa539d813ff64e99641290af620965f65dee"
909
- dependencies:
910
- leven "^1.0.2"
911
-
912
- babel-plugin-undefined-to-void@^1.1.6:
913
- version "1.1.6"
914
- resolved "https://registry.yarnpkg.com/babel-plugin-undefined-to-void/-/babel-plugin-undefined-to-void-1.1.6.tgz#7f578ef8b78dfae6003385d8417a61eda06e2f81"
915
-
916
781
  babel-polyfill@^6.16.0, babel-polyfill@^6.3.14:
917
782
  version "6.16.0"
918
783
  resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.16.0.tgz#2d45021df87e26a374b6d4d1a9c65964d17f2422"
@@ -921,7 +786,7 @@ babel-polyfill@^6.16.0, babel-polyfill@^6.3.14:
921
786
  core-js "^2.4.0"
922
787
  regenerator-runtime "^0.9.5"
923
788
 
924
- babel-preset-es2015@^6.16.0:
789
+ babel-preset-es2015@^6.18.0:
925
790
  version "6.18.0"
926
791
  resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-6.18.0.tgz#b8c70df84ec948c43dcf2bf770e988eb7da88312"
927
792
  dependencies:
@@ -1009,12 +874,12 @@ babel-register@^6.18.0, babel-register@^6.3.13:
1009
874
  mkdirp "^0.5.1"
1010
875
  source-map-support "^0.4.2"
1011
876
 
1012
- babel-runtime@^6.0.0, babel-runtime@^6.11.6, babel-runtime@^6.9.0, babel-runtime@^6.9.1:
1013
- version "6.18.0"
1014
- resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.18.0.tgz#0f4177ffd98492ef13b9f823e9994a02584c9078"
877
+ babel-runtime@^6.0.0, babel-runtime@^6.11.6, babel-runtime@^6.20.0, babel-runtime@^6.9.0, babel-runtime@^6.9.1:
878
+ version "6.20.0"
879
+ resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.20.0.tgz#87300bdcf4cd770f09bf0048c64204e17806d16f"
1015
880
  dependencies:
1016
881
  core-js "^2.4.0"
1017
- regenerator-runtime "^0.9.5"
882
+ regenerator-runtime "^0.10.0"
1018
883
 
1019
884
  babel-tape-runner@^2.0.1:
1020
885
  version "2.0.1"
@@ -1034,25 +899,25 @@ babel-template@^6.14.0, babel-template@^6.15.0, babel-template@^6.16.0, babel-te
1034
899
  babylon "^6.11.0"
1035
900
  lodash "^4.2.0"
1036
901
 
1037
- babel-traverse@^6.0.20, babel-traverse@^6.16.0, babel-traverse@^6.18.0:
1038
- version "6.18.0"
1039
- resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.18.0.tgz#5aeaa980baed2a07c8c47329cd90c3b90c80f05e"
902
+ babel-traverse@^6.15.0, babel-traverse@^6.16.0, babel-traverse@^6.18.0, babel-traverse@^6.21.0:
903
+ version "6.21.0"
904
+ resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.21.0.tgz#69c6365804f1a4f69eb1213f85b00a818b8c21ad"
1040
905
  dependencies:
1041
- babel-code-frame "^6.16.0"
906
+ babel-code-frame "^6.20.0"
1042
907
  babel-messages "^6.8.0"
1043
- babel-runtime "^6.9.0"
1044
- babel-types "^6.18.0"
908
+ babel-runtime "^6.20.0"
909
+ babel-types "^6.21.0"
1045
910
  babylon "^6.11.0"
1046
911
  debug "^2.2.0"
1047
912
  globals "^9.0.0"
1048
913
  invariant "^2.2.0"
1049
914
  lodash "^4.2.0"
1050
915
 
1051
- babel-types@^6.0.19, babel-types@^6.13.0, babel-types@^6.16.0, babel-types@^6.18.0, babel-types@^6.8.0, babel-types@^6.9.0:
1052
- version "6.18.0"
1053
- resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.18.0.tgz#1f7d5a73474c59eb9151b2417bbff4e4fce7c3f8"
916
+ babel-types@^6.13.0, babel-types@^6.15.0, babel-types@^6.16.0, babel-types@^6.18.0, babel-types@^6.21.0, babel-types@^6.8.0, babel-types@^6.9.0:
917
+ version "6.21.0"
918
+ resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.21.0.tgz#314b92168891ef6d3806b7f7a917fdf87c11a4b2"
1054
919
  dependencies:
1055
- babel-runtime "^6.9.1"
920
+ babel-runtime "^6.20.0"
1056
921
  esutils "^2.0.2"
1057
922
  lodash "^4.2.0"
1058
923
  to-fast-properties "^1.0.1"
@@ -1064,11 +929,7 @@ babelify@^7.3.0:
1064
929
  babel-core "^6.0.14"
1065
930
  object-assign "^4.0.0"
1066
931
 
1067
- babylon@^5.8.38:
1068
- version "5.8.38"
1069
- resolved "https://registry.yarnpkg.com/babylon/-/babylon-5.8.38.tgz#ec9b120b11bf6ccd4173a18bf217e60b79859ffd"
1070
-
1071
- babylon@^6.0.18, babylon@^6.11.0:
932
+ babylon@^6.11.0, babylon@^6.13.0:
1072
933
  version "6.13.1"
1073
934
  resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.13.1.tgz#adca350e088f0467647157652bafead6ddb8dfdb"
1074
935
 
@@ -1080,10 +941,6 @@ base64-js@^1.0.2:
1080
941
  version "1.2.0"
1081
942
  resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.2.0.tgz#a39992d723584811982be5e290bb6a53d86700f1"
1082
943
 
1083
- Base64@~0.2.0:
1084
- version "0.2.1"
1085
- resolved "https://registry.yarnpkg.com/Base64/-/Base64-0.2.1.tgz#ba3a4230708e186705065e66babdd4c35cf60028"
1086
-
1087
944
  bcrypt-pbkdf@^1.0.0:
1088
945
  version "1.0.0"
1089
946
  resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.0.tgz#3ca76b85241c7170bf7d9703e7b9aa74630040d4"
@@ -1110,10 +967,6 @@ blue-tape@^1.0.0:
1110
967
  dependencies:
1111
968
  tape ">=2.0.0 <5.0.0"
1112
969
 
1113
- bluebird@^2.9.33:
1114
- version "2.11.0"
1115
- resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1"
1116
-
1117
970
  boom@2.x.x:
1118
971
  version "2.10.1"
1119
972
  resolved "https://registry.yarnpkg.com/boom/-/boom-2.10.1.tgz#39c8918ceff5799f83f9492a848f625add0c766f"
@@ -1135,11 +988,13 @@ braces@^1.8.2:
1135
988
  preserve "^0.2.0"
1136
989
  repeat-element "^1.1.2"
1137
990
 
1138
- breakable@~1.0.0:
1139
- version "1.0.0"
1140
- resolved "https://registry.yarnpkg.com/breakable/-/breakable-1.0.0.tgz#784a797915a38ead27bad456b5572cb4bbaa78c1"
991
+ browserify-aes@0.4.0:
992
+ version "0.4.0"
993
+ resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-0.4.0.tgz#067149b668df31c4b58533e02d01e806d8608e2c"
994
+ dependencies:
995
+ inherits "^2.0.1"
1141
996
 
1142
- browserify-zlib@~0.1.4:
997
+ browserify-zlib@^0.1.4:
1143
998
  version "0.1.4"
1144
999
  resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.1.4.tgz#bb35f8a519f600e0fa6b8485241c979d0141fb2d"
1145
1000
  dependencies:
@@ -1161,6 +1016,10 @@ builtin-modules@^1.1.1:
1161
1016
  version "1.1.1"
1162
1017
  resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
1163
1018
 
1019
+ builtin-status-codes@^3.0.0:
1020
+ version "3.0.0"
1021
+ resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
1022
+
1164
1023
  caller-path@^0.1.0:
1165
1024
  version "0.1.0"
1166
1025
  resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-0.1.0.tgz#94085ef63581ecd3daa92444a8fe94e82577751f"
@@ -1171,7 +1030,7 @@ callsites@^0.2.0:
1171
1030
  version "0.2.0"
1172
1031
  resolved "https://registry.yarnpkg.com/callsites/-/callsites-0.2.0.tgz#afab96262910a7f33c19a5775825c69f34e350ca"
1173
1032
 
1174
- camelcase@^1.0.2, camelcase@^1.2.1:
1033
+ camelcase@^1.0.2:
1175
1034
  version "1.2.1"
1176
1035
  resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39"
1177
1036
 
@@ -1186,7 +1045,7 @@ center-align@^0.1.1:
1186
1045
  align-text "^0.1.3"
1187
1046
  lazy-cache "^1.0.3"
1188
1047
 
1189
- chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3, chalk@~1.1.0:
1048
+ chalk@1.1.3, chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
1190
1049
  version "1.1.3"
1191
1050
  resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
1192
1051
  dependencies:
@@ -1196,14 +1055,6 @@ chalk@^1.0.0, chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3, chalk@~1.1.0:
1196
1055
  strip-ansi "^3.0.0"
1197
1056
  supports-color "^2.0.0"
1198
1057
 
1199
- chalk@~0.4.0:
1200
- version "0.4.0"
1201
- resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.4.0.tgz#5199a3ddcd0c1efe23bc08c1b027b06176e0c64f"
1202
- dependencies:
1203
- ansi-styles "~1.0.0"
1204
- has-color "~0.1.0"
1205
- strip-ansi "~0.1.0"
1206
-
1207
1058
  chokidar@^1.0.0:
1208
1059
  version "1.6.1"
1209
1060
  resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.6.1.tgz#2f4447ab5e96e50fb3d789fd90d4c72e0e4c70c2"
@@ -1229,12 +1080,6 @@ cli-cursor@^1.0.1:
1229
1080
  dependencies:
1230
1081
  restore-cursor "^1.0.1"
1231
1082
 
1232
- cli-table@~0.3.1:
1233
- version "0.3.1"
1234
- resolved "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.1.tgz#f53b05266a8b1a0b934b3d0821e6e2dc5914ae23"
1235
- dependencies:
1236
- colors "1.0.3"
1237
-
1238
1083
  cli-width@^2.0.0:
1239
1084
  version "2.1.0"
1240
1085
  resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.1.0.tgz#b234ca209b29ef66fc518d9b98d5847b00edf00a"
@@ -1261,50 +1106,22 @@ code-point-at@^1.0.0:
1261
1106
  dependencies:
1262
1107
  number-is-nan "^1.0.0"
1263
1108
 
1264
- colors@0.6.x:
1265
- version "0.6.2"
1266
- resolved "https://registry.yarnpkg.com/colors/-/colors-0.6.2.tgz#2423fe6678ac0c5dae8852e5d0e5be08c997abcc"
1267
-
1268
- colors@1.0.3:
1269
- version "1.0.3"
1270
- resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b"
1271
-
1272
1109
  combined-stream@^1.0.5, combined-stream@~1.0.5:
1273
1110
  version "1.0.5"
1274
1111
  resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.5.tgz#938370a57b4a51dea2c77c15d5c5fdf895164009"
1275
1112
  dependencies:
1276
1113
  delayed-stream "~1.0.0"
1277
1114
 
1278
- commander@^2.5.0, commander@^2.8.1, commander@^2.9.0, commander@~2.9.0:
1115
+ commander@^2.8.1, commander@^2.9.0:
1279
1116
  version "2.9.0"
1280
1117
  resolved "https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4"
1281
1118
  dependencies:
1282
1119
  graceful-readlink ">= 1.0.0"
1283
1120
 
1284
- comment-parser@^0.3.1:
1285
- version "0.3.1"
1286
- resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-0.3.1.tgz#fd657aac8c1492d308c9a6100fc9b49d2435aba1"
1287
- dependencies:
1288
- readable-stream "^2.0.4"
1289
-
1290
1121
  commondir@^1.0.1:
1291
1122
  version "1.0.1"
1292
1123
  resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
1293
1124
 
1294
- commoner@~0.10.3:
1295
- version "0.10.4"
1296
- resolved "https://registry.yarnpkg.com/commoner/-/commoner-0.10.4.tgz#98f3333dd3ad399596bb2d384a783bb7213d68f8"
1297
- dependencies:
1298
- commander "^2.5.0"
1299
- detective "^4.3.1"
1300
- glob "^5.0.15"
1301
- graceful-fs "^4.1.2"
1302
- iconv-lite "^0.4.5"
1303
- mkdirp "^0.5.0"
1304
- private "^0.1.6"
1305
- q "^1.1.2"
1306
- recast "^0.10.0"
1307
-
1308
1125
  concat-map@0.0.1:
1309
1126
  version "0.0.1"
1310
1127
  resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
@@ -1327,9 +1144,9 @@ console-control-strings@^1.0.0, console-control-strings@~1.1.0:
1327
1144
  version "1.1.0"
1328
1145
  resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
1329
1146
 
1330
- constants-browserify@0.0.1:
1331
- version "0.0.1"
1332
- resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-0.0.1.tgz#92577db527ba6c4cf0a4568d84bc031f441e21f2"
1147
+ constants-browserify@^1.0.0:
1148
+ version "1.0.0"
1149
+ resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
1333
1150
 
1334
1151
  contains-path@^0.1.0:
1335
1152
  version "0.1.0"
@@ -1361,15 +1178,16 @@ cryptiles@2.x.x:
1361
1178
  dependencies:
1362
1179
  boom "2.x.x"
1363
1180
 
1364
- crypto-browserify@~3.2.6:
1365
- version "3.2.8"
1366
- resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.2.8.tgz#b9b11dbe6d9651dd882a01e6cc467df718ecf189"
1181
+ crypto-browserify@3.3.0:
1182
+ version "3.3.0"
1183
+ resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.3.0.tgz#b9fc75bb4a0ed61dcf1cd5dae96eb30c9c3e506c"
1367
1184
  dependencies:
1185
+ browserify-aes "0.4.0"
1368
1186
  pbkdf2-compat "2.0.1"
1369
1187
  ripemd160 "0.2.0"
1370
1188
  sha.js "2.2.6"
1371
1189
 
1372
- "cssom@>= 0.3.0 < 0.4.0", cssom@0.3.x:
1190
+ cssom@0.3.x, "cssom@>= 0.3.0 < 0.4.0":
1373
1191
  version "0.3.1"
1374
1192
  resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.1.tgz#c9e37ef2490e64f6d1baa10fda852257082c25d3"
1375
1193
 
@@ -1379,10 +1197,6 @@ crypto-browserify@~3.2.6:
1379
1197
  dependencies:
1380
1198
  cssom "0.3.x"
1381
1199
 
1382
- cycle@1.0.x:
1383
- version "1.0.3"
1384
- resolved "https://registry.yarnpkg.com/cycle/-/cycle-1.0.3.tgz#21e80b2be8580f98b468f379430662b046c34ad2"
1385
-
1386
1200
  d@^0.1.1, d@~0.1.1:
1387
1201
  version "0.1.1"
1388
1202
  resolved "https://registry.yarnpkg.com/d/-/d-0.1.1.tgz#da184c535d18d8ee7ba2aa229b914009fae11309"
@@ -1403,7 +1217,7 @@ date-now@^0.1.4:
1403
1217
  version "0.1.4"
1404
1218
  resolved "https://registry.yarnpkg.com/date-now/-/date-now-0.1.4.tgz#eaf439fd4d4848ad74e5cc7dbef200672b9e345b"
1405
1219
 
1406
- debug@^2.1.1, debug@^2.2.0, debug@~2.2.0, debug@2, debug@2.2.0:
1220
+ debug@2, debug@2.2.0, debug@^2.1.1, debug@^2.2.0, debug@~2.2.0:
1407
1221
  version "2.2.0"
1408
1222
  resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da"
1409
1223
  dependencies:
@@ -1413,7 +1227,7 @@ decamelize@^1.0.0:
1413
1227
  version "1.2.0"
1414
1228
  resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
1415
1229
 
1416
- deep-equal@*, deep-equal@~1.0.1:
1230
+ deep-equal@~1.0.1:
1417
1231
  version "1.0.1"
1418
1232
  resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5"
1419
1233
 
@@ -1432,25 +1246,10 @@ define-properties@^1.1.2:
1432
1246
  foreach "^2.0.5"
1433
1247
  object-keys "^1.0.8"
1434
1248
 
1435
- defined@^1.0.0, defined@~1.0.0:
1249
+ defined@~1.0.0:
1436
1250
  version "1.0.0"
1437
1251
  resolved "https://registry.yarnpkg.com/defined/-/defined-1.0.0.tgz#c98d9bcef75674188e110969151199e39b1fa693"
1438
1252
 
1439
- defs@~1.1.0:
1440
- version "1.1.1"
1441
- resolved "https://registry.yarnpkg.com/defs/-/defs-1.1.1.tgz#b22609f2c7a11ba7a3db116805c139b1caffa9d2"
1442
- dependencies:
1443
- alter "~0.2.0"
1444
- ast-traverse "~0.1.1"
1445
- breakable "~1.0.0"
1446
- esprima-fb "~15001.1001.0-dev-harmony-fb"
1447
- simple-fmt "~0.1.0"
1448
- simple-is "~0.2.0"
1449
- stringmap "~0.2.2"
1450
- stringset "~0.2.1"
1451
- tryor "~0.1.2"
1452
- yargs "~3.27.0"
1453
-
1454
1253
  del@^2.0.2:
1455
1254
  version "2.2.2"
1456
1255
  resolved "https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8"
@@ -1471,48 +1270,19 @@ delegates@^1.0.0:
1471
1270
  version "1.0.0"
1472
1271
  resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
1473
1272
 
1474
- detect-indent@^3.0.0:
1475
- version "3.0.1"
1476
- resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-3.0.1.tgz#9dc5e5ddbceef8325764b9451b02bc6d54084f75"
1477
- dependencies:
1478
- get-stdin "^4.0.1"
1479
- minimist "^1.1.0"
1480
- repeating "^1.1.0"
1481
-
1482
1273
  detect-indent@^4.0.0:
1483
1274
  version "4.0.0"
1484
1275
  resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208"
1485
1276
  dependencies:
1486
1277
  repeating "^2.0.0"
1487
1278
 
1488
- detective@^4.3.1:
1489
- version "4.3.2"
1490
- resolved "https://registry.yarnpkg.com/detective/-/detective-4.3.2.tgz#77697e2e7947ac3fe7c8e26a6d6f115235afa91c"
1491
- dependencies:
1492
- acorn "^3.1.0"
1493
- defined "^1.0.0"
1494
-
1495
- doctrine@^1.2.2:
1279
+ doctrine@1.5.0, doctrine@^1.2.2:
1496
1280
  version "1.5.0"
1497
1281
  resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
1498
1282
  dependencies:
1499
1283
  esutils "^2.0.2"
1500
1284
  isarray "^1.0.0"
1501
1285
 
1502
- doctrine@1.3.x:
1503
- version "1.3.0"
1504
- resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.3.0.tgz#13e75682b55518424276f7c173783456ef913d26"
1505
- dependencies:
1506
- esutils "^2.0.2"
1507
- isarray "^1.0.0"
1508
-
1509
- dom-serializer@0:
1510
- version "0.1.0"
1511
- resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.0.tgz#073c697546ce0780ce23be4a28e293e40bc30c82"
1512
- dependencies:
1513
- domelementtype "~1.1.1"
1514
- entities "~1.1.1"
1515
-
1516
1286
  dom-walk@^0.1.0:
1517
1287
  version "0.1.1"
1518
1288
  resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.1.tgz#672226dc74c8f799ad35307df936aba11acd6018"
@@ -1521,27 +1291,6 @@ domain-browser@^1.1.1:
1521
1291
  version "1.1.7"
1522
1292
  resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.1.7.tgz#867aa4b093faa05f1de08c06f4d7b21fdf8698bc"
1523
1293
 
1524
- domelementtype@~1.1.1:
1525
- version "1.1.3"
1526
- resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.1.3.tgz#bd28773e2642881aec51544924299c5cd822185b"
1527
-
1528
- domelementtype@1:
1529
- version "1.3.0"
1530
- resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.0.tgz#b17aed82e8ab59e52dd9c19b1756e0fc187204c2"
1531
-
1532
- domhandler@2.3:
1533
- version "2.3.0"
1534
- resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.3.0.tgz#2de59a0822d5027fabff6f032c2b25a2a8abe738"
1535
- dependencies:
1536
- domelementtype "1"
1537
-
1538
- domutils@1.5:
1539
- version "1.5.1"
1540
- resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf"
1541
- dependencies:
1542
- dom-serializer "0"
1543
- domelementtype "1"
1544
-
1545
1294
  duplexer@^0.1.1:
1546
1295
  version "0.1.1"
1547
1296
  resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1"
@@ -1570,14 +1319,6 @@ enhanced-resolve@~0.9.0:
1570
1319
  memory-fs "^0.2.0"
1571
1320
  tapable "^0.1.8"
1572
1321
 
1573
- entities@~1.1.1:
1574
- version "1.1.1"
1575
- resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0"
1576
-
1577
- entities@1.0:
1578
- version "1.0.0"
1579
- resolved "https://registry.yarnpkg.com/entities/-/entities-1.0.0.tgz#b2987aa3821347fcde642b24fdfc9e4fb712bf26"
1580
-
1581
1322
  errno@^0.1.3:
1582
1323
  version "0.1.4"
1583
1324
  resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.4.tgz#b896e23a9e5e8ba33871fc996abd3635fc9a1c7d"
@@ -1593,6 +1334,15 @@ es-abstract@^1.5.0:
1593
1334
  is-callable "^1.1.3"
1594
1335
  is-regex "^1.0.3"
1595
1336
 
1337
+ es-abstract@^1.7.0:
1338
+ version "1.7.0"
1339
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.7.0.tgz#dfade774e01bfcd97f96180298c449c8623fb94c"
1340
+ dependencies:
1341
+ es-to-primitive "^1.1.1"
1342
+ function-bind "^1.1.0"
1343
+ is-callable "^1.1.3"
1344
+ is-regex "^1.0.3"
1345
+
1596
1346
  es-to-primitive@^1.1.1:
1597
1347
  version "1.1.1"
1598
1348
  resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
@@ -1637,7 +1387,7 @@ es6-set@~0.1.3:
1637
1387
  es6-symbol "3"
1638
1388
  event-emitter "~0.3.4"
1639
1389
 
1640
- es6-symbol@~3.1, es6-symbol@~3.1.0, es6-symbol@3:
1390
+ es6-symbol@3, es6-symbol@~3.1, es6-symbol@~3.1.0:
1641
1391
  version "3.1.0"
1642
1392
  resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.0.tgz#94481c655e7a7cad82eba832d97d5433496d7ffa"
1643
1393
  dependencies:
@@ -1668,7 +1418,7 @@ escodegen@^1.6.1:
1668
1418
  optionalDependencies:
1669
1419
  source-map "~0.2.0"
1670
1420
 
1671
- escope@^3.2.0, escope@^3.6.0:
1421
+ escope@^3.6.0:
1672
1422
  version "3.6.0"
1673
1423
  resolved "https://registry.yarnpkg.com/escope/-/escope-3.6.0.tgz#e01975e812781a163a6dadfdd80398dc64c889c3"
1674
1424
  dependencies:
@@ -1677,22 +1427,22 @@ escope@^3.2.0, escope@^3.6.0:
1677
1427
  esrecurse "^4.1.0"
1678
1428
  estraverse "^4.1.1"
1679
1429
 
1680
- eslint-config-airbnb-base@^5.0.2:
1681
- version "5.0.3"
1682
- resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-5.0.3.tgz#9714ac35ec2cd7fab0d44d148a9f91db2944074d"
1683
-
1684
- eslint-config-airbnb@^10.0.0:
1430
+ eslint-config-airbnb-base@^10.0.0:
1685
1431
  version "10.0.1"
1686
- resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-10.0.1.tgz#a470108646d6c45e1f639a03f11d504a1aa4aedc"
1432
+ resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-10.0.1.tgz#f17d4e52992c1d45d1b7713efbcd5ecd0e7e0506"
1433
+
1434
+ eslint-config-airbnb@^13.0.0:
1435
+ version "13.0.0"
1436
+ resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-13.0.0.tgz#688d15d3c276c0c753ae538c92a44397d76ae46e"
1687
1437
  dependencies:
1688
- eslint-config-airbnb-base "^5.0.2"
1438
+ eslint-config-airbnb-base "^10.0.0"
1689
1439
 
1690
- eslint-config-shakacode@^6.0.0:
1691
- version "6.0.0"
1692
- resolved "https://registry.yarnpkg.com/eslint-config-shakacode/-/eslint-config-shakacode-6.0.0.tgz#9ddcea624ba5f5dc6d7ae810352064af24b8b72e"
1440
+ eslint-config-shakacode@^13.2.1:
1441
+ version "13.2.1"
1442
+ resolved "https://registry.yarnpkg.com/eslint-config-shakacode/-/eslint-config-shakacode-13.2.1.tgz#93194d101101ede72bc2c7cfbe3214deac1c86c4"
1693
1443
  dependencies:
1694
- babel-eslint "^6.1.2"
1695
- eslint-config-airbnb "^10.0.0"
1444
+ babel-eslint "^7.1.1"
1445
+ eslint-config-airbnb "^13.0.0"
1696
1446
 
1697
1447
  eslint-import-resolver-node@^0.2.0:
1698
1448
  version "0.2.3"
@@ -1702,23 +1452,23 @@ eslint-import-resolver-node@^0.2.0:
1702
1452
  object-assign "^4.0.1"
1703
1453
  resolve "^1.1.6"
1704
1454
 
1705
- eslint-module-utils@^1.0.0:
1706
- version "1.0.0"
1707
- resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-1.0.0.tgz#c4a57fd3a53efd8426cc2d5550aadab9bbd05fd0"
1455
+ eslint-module-utils@^2.0.0:
1456
+ version "2.0.0"
1457
+ resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.0.0.tgz#a6f8c21d901358759cdc35dbac1982ae1ee58bce"
1708
1458
  dependencies:
1709
1459
  debug "2.2.0"
1710
1460
  pkg-dir "^1.0.0"
1711
1461
 
1712
- eslint-plugin-import@^2.0.1:
1713
- version "2.0.1"
1714
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.0.1.tgz#dcfe96357d476b3f822570d42c29bec66f5d9c5c"
1462
+ eslint-plugin-import@^2.1.0:
1463
+ version "2.2.0"
1464
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.2.0.tgz#72ba306fad305d67c4816348a4699a4229ac8b4e"
1715
1465
  dependencies:
1716
1466
  builtin-modules "^1.1.1"
1717
1467
  contains-path "^0.1.0"
1718
1468
  debug "^2.2.0"
1719
- doctrine "1.3.x"
1469
+ doctrine "1.5.0"
1720
1470
  eslint-import-resolver-node "^0.2.0"
1721
- eslint-module-utils "^1.0.0"
1471
+ eslint-module-utils "^2.0.0"
1722
1472
  has "^1.0.1"
1723
1473
  lodash.cond "^4.3.0"
1724
1474
  minimatch "^3.0.3"
@@ -1732,16 +1482,17 @@ eslint-plugin-jsx-a11y@^2.2.3:
1732
1482
  jsx-ast-utils "^1.0.0"
1733
1483
  object-assign "^4.0.1"
1734
1484
 
1735
- eslint-plugin-react@^6.4.1:
1736
- version "6.4.1"
1737
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.4.1.tgz#7d1aade747db15892f71eee1fea4addf97bcfa2b"
1485
+ eslint-plugin-react@^6.6.0:
1486
+ version "6.9.0"
1487
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.9.0.tgz#54c2e9906b76f9d10142030bdc34e9d6840a0bb2"
1738
1488
  dependencies:
1489
+ array.prototype.find "^2.0.1"
1739
1490
  doctrine "^1.2.2"
1740
- jsx-ast-utils "^1.3.1"
1491
+ jsx-ast-utils "^1.3.4"
1741
1492
 
1742
- eslint@^3.8.1:
1743
- version "3.9.0"
1744
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.9.0.tgz#68c8fa86b1e0a3f038040f3b5808b7508c128f8e"
1493
+ eslint@^3.9.1:
1494
+ version "3.15.0"
1495
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.15.0.tgz#bdcc6a6c5ffe08160e7b93c066695362a91e30f2"
1745
1496
  dependencies:
1746
1497
  babel-code-frame "^6.16.0"
1747
1498
  chalk "^1.1.3"
@@ -1749,13 +1500,13 @@ eslint@^3.8.1:
1749
1500
  debug "^2.1.1"
1750
1501
  doctrine "^1.2.2"
1751
1502
  escope "^3.6.0"
1752
- espree "^3.3.1"
1503
+ espree "^3.4.0"
1753
1504
  estraverse "^4.2.0"
1754
1505
  esutils "^2.0.2"
1755
1506
  file-entry-cache "^2.0.0"
1756
1507
  glob "^7.0.3"
1757
- globals "^9.2.0"
1758
- ignore "^3.1.5"
1508
+ globals "^9.14.0"
1509
+ ignore "^3.2.0"
1759
1510
  imurmurhash "^0.1.4"
1760
1511
  inquirer "^0.12.0"
1761
1512
  is-my-json-valid "^2.10.0"
@@ -1773,23 +1524,19 @@ eslint@^3.8.1:
1773
1524
  require-uncached "^1.0.2"
1774
1525
  shelljs "^0.7.5"
1775
1526
  strip-bom "^3.0.0"
1776
- strip-json-comments "~1.0.1"
1527
+ strip-json-comments "~2.0.1"
1777
1528
  table "^3.7.8"
1778
1529
  text-table "~0.2.0"
1779
1530
  user-home "^2.0.0"
1780
1531
 
1781
- espree@^3.3.1:
1782
- version "3.3.2"
1783
- resolved "https://registry.yarnpkg.com/espree/-/espree-3.3.2.tgz#dbf3fadeb4ecb4d4778303e50103b3d36c88b89c"
1532
+ espree@^3.4.0:
1533
+ version "3.4.0"
1534
+ resolved "https://registry.yarnpkg.com/espree/-/espree-3.4.0.tgz#41656fa5628e042878025ef467e78f125cb86e1d"
1784
1535
  dependencies:
1785
- acorn "^4.0.1"
1536
+ acorn "4.0.4"
1786
1537
  acorn-jsx "^3.0.0"
1787
1538
 
1788
- esprima-fb@~15001.1001.0-dev-harmony-fb:
1789
- version "15001.1001.0-dev-harmony-fb"
1790
- resolved "https://registry.yarnpkg.com/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz#43beb57ec26e8cf237d3dd8b33e42533577f2659"
1791
-
1792
- esprima@^2.6.0, esprima@^2.7.1, esprima@~2.7.0:
1539
+ esprima@^2.6.0, esprima@^2.7.1:
1793
1540
  version "2.7.3"
1794
1541
  resolved "https://registry.yarnpkg.com/esprima/-/esprima-2.7.3.tgz#96e3b70d5779f6ad49cd032673d1c312767ba581"
1795
1542
 
@@ -1804,7 +1551,7 @@ estraverse@^1.9.1:
1804
1551
  version "1.9.3"
1805
1552
  resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-1.9.3.tgz#af67f2dc922582415950926091a4005d29c9bb44"
1806
1553
 
1807
- estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0:
1554
+ estraverse@^4.1.1, estraverse@^4.2.0:
1808
1555
  version "4.2.0"
1809
1556
  resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13"
1810
1557
 
@@ -1831,10 +1578,6 @@ exit-hook@^1.0.0:
1831
1578
  version "1.1.1"
1832
1579
  resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8"
1833
1580
 
1834
- exit@~0.1.2:
1835
- version "0.1.2"
1836
- resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
1837
-
1838
1581
  expand-brackets@^0.1.4:
1839
1582
  version "0.1.5"
1840
1583
  resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807cd733ac5af72411e581d1177b"
@@ -1847,7 +1590,7 @@ expand-range@^1.8.1:
1847
1590
  dependencies:
1848
1591
  fill-range "^2.1.0"
1849
1592
 
1850
- extend@^3.0.0, extend@~3.0.0, extend@3:
1593
+ extend@3, extend@^3.0.0, extend@~3.0.0:
1851
1594
  version "3.0.0"
1852
1595
  resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.0.tgz#5a474353b9f3353ddd8176dfd37b91c83a46f1d4"
1853
1596
 
@@ -1869,15 +1612,11 @@ extsprintf@1.0.2:
1869
1612
  version "1.0.2"
1870
1613
  resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.0.2.tgz#e1080e0658e300b06294990cc70e1502235fd550"
1871
1614
 
1872
- eyes@0.1.x:
1873
- version "0.1.8"
1874
- resolved "https://registry.yarnpkg.com/eyes/-/eyes-0.1.8.tgz#62cf120234c683785d902348a800ef3e0cc20bc0"
1875
-
1876
1615
  fast-levenshtein@~2.0.4:
1877
1616
  version "2.0.5"
1878
1617
  resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.5.tgz#bd33145744519ab1c36c3ee9f31f08e9079b67f2"
1879
1618
 
1880
- fbjs@^0.8.4:
1619
+ fbjs@^0.8.1, fbjs@^0.8.4:
1881
1620
  version "0.8.5"
1882
1621
  resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.5.tgz#f69ba8a876096cb1b9bffe4d7c1e71c19d39d008"
1883
1622
  dependencies:
@@ -1941,9 +1680,9 @@ flat-cache@^1.2.1:
1941
1680
  graceful-fs "^4.1.2"
1942
1681
  write "^0.2.1"
1943
1682
 
1944
- flow-bin@^0.33.0:
1945
- version "0.33.0"
1946
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.33.0.tgz#ef011eace7a6100f1ae08b852db78279032b8750"
1683
+ flow-bin@^0.37.4:
1684
+ version "0.37.4"
1685
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.37.4.tgz#3d8da2ef746e80e730d166e09040f4198969b76b"
1947
1686
 
1948
1687
  follow-redirects@0.0.7:
1949
1688
  version "0.0.7"
@@ -1952,6 +1691,12 @@ follow-redirects@0.0.7:
1952
1691
  debug "^2.2.0"
1953
1692
  stream-consume "^0.1.0"
1954
1693
 
1694
+ for-each@~0.3.2:
1695
+ version "0.3.2"
1696
+ resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.2.tgz#2c40450b9348e97f281322593ba96704b9abd4d4"
1697
+ dependencies:
1698
+ is-function "~1.0.0"
1699
+
1955
1700
  for-in@^0.1.5:
1956
1701
  version "0.1.6"
1957
1702
  resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.6.tgz#c9f96e89bfad18a545af5ec3ed352a1d9e5b4dc8"
@@ -1978,10 +1723,6 @@ form-data@~2.1.1:
1978
1723
  combined-stream "^1.0.5"
1979
1724
  mime-types "^2.1.12"
1980
1725
 
1981
- fs-readdir-recursive@^0.1.0:
1982
- version "0.1.2"
1983
- resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz#315b4fb8c1ca5b8c47defef319d073dad3568059"
1984
-
1985
1726
  fs-readdir-recursive@^1.0.0:
1986
1727
  version "1.0.0"
1987
1728
  resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.0.0.tgz#8cd1745c8b4f8a29c8caec392476921ba195f560"
@@ -2042,23 +1783,20 @@ generate-object-property@^1.1.0:
2042
1783
  dependencies:
2043
1784
  is-property "^1.0.0"
2044
1785
 
2045
- get-stdin@^4.0.1:
2046
- version "4.0.1"
2047
- resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
2048
-
2049
1786
  getpass@^0.1.1:
2050
1787
  version "0.1.6"
2051
1788
  resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.6.tgz#283ffd9fc1256840875311c1b60e8c40187110e6"
2052
1789
  dependencies:
2053
1790
  assert-plus "^1.0.0"
2054
1791
 
2055
- github@^2.4.0:
2056
- version "2.6.0"
2057
- resolved "https://registry.yarnpkg.com/github/-/github-2.6.0.tgz#40cd3414a599f3a63e9d10a246ba858d15b38fcc"
1792
+ github@7.2.0:
1793
+ version "7.2.0"
1794
+ resolved "https://registry.yarnpkg.com/github/-/github-7.2.0.tgz#6d9133479ce67ed1af4997a6b51faeee81bf6059"
2058
1795
  dependencies:
2059
1796
  follow-redirects "0.0.7"
2060
1797
  https-proxy-agent "^1.0.0"
2061
1798
  mime "^1.2.11"
1799
+ netrc "^0.1.4"
2062
1800
 
2063
1801
  glob-base@^0.3.0:
2064
1802
  version "0.3.0"
@@ -2073,19 +1811,20 @@ glob-parent@^2.0.0:
2073
1811
  dependencies:
2074
1812
  is-glob "^2.0.0"
2075
1813
 
2076
- glob@^5.0.1, glob@^5.0.15, glob@^5.0.5:
2077
- version "5.0.15"
2078
- resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1"
1814
+ glob@7.1.1, glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@~7.1.1:
1815
+ version "7.1.1"
1816
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8"
2079
1817
  dependencies:
1818
+ fs.realpath "^1.0.0"
2080
1819
  inflight "^1.0.4"
2081
1820
  inherits "2"
2082
- minimatch "2 || 3"
1821
+ minimatch "^3.0.2"
2083
1822
  once "^1.3.0"
2084
1823
  path-is-absolute "^1.0.0"
2085
1824
 
2086
- glob@^6.0.1:
2087
- version "6.0.4"
2088
- resolved "https://registry.yarnpkg.com/glob/-/glob-6.0.4.tgz#0f08860f6a155127b2fadd4f9ce24b1aab6e4d22"
1825
+ glob@^5.0.5:
1826
+ version "5.0.15"
1827
+ resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1"
2089
1828
  dependencies:
2090
1829
  inflight "^1.0.4"
2091
1830
  inherits "2"
@@ -2093,14 +1832,13 @@ glob@^6.0.1:
2093
1832
  once "^1.3.0"
2094
1833
  path-is-absolute "^1.0.0"
2095
1834
 
2096
- glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@~7.1.0:
2097
- version "7.1.1"
2098
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8"
1835
+ glob@^6.0.1:
1836
+ version "6.0.4"
1837
+ resolved "https://registry.yarnpkg.com/glob/-/glob-6.0.4.tgz#0f08860f6a155127b2fadd4f9ce24b1aab6e4d22"
2099
1838
  dependencies:
2100
- fs.realpath "^1.0.0"
2101
1839
  inflight "^1.0.4"
2102
1840
  inherits "2"
2103
- minimatch "^3.0.2"
1841
+ minimatch "2 || 3"
2104
1842
  once "^1.3.0"
2105
1843
  path-is-absolute "^1.0.0"
2106
1844
 
@@ -2111,13 +1849,9 @@ global@^4.3.0:
2111
1849
  min-document "^2.19.0"
2112
1850
  process "~0.5.1"
2113
1851
 
2114
- globals@^6.4.0:
2115
- version "6.4.1"
2116
- resolved "https://registry.yarnpkg.com/globals/-/globals-6.4.1.tgz#8498032b3b6d1cc81eebc5f79690d8fe29fabf4f"
2117
-
2118
- globals@^9.0.0, globals@^9.2.0:
2119
- version "9.12.0"
2120
- resolved "https://registry.yarnpkg.com/globals/-/globals-9.12.0.tgz#992ce90828c3a55fa8f16fada177adb64664cf9d"
1852
+ globals@^9.0.0, globals@^9.14.0:
1853
+ version "9.14.0"
1854
+ resolved "https://registry.yarnpkg.com/globals/-/globals-9.14.0.tgz#8859936af0038741263053b39d0e76ca241e4034"
2121
1855
 
2122
1856
  globby@^5.0.0:
2123
1857
  version "5.0.0"
@@ -2130,9 +1864,9 @@ globby@^5.0.0:
2130
1864
  pify "^2.0.0"
2131
1865
  pinkie-promise "^2.0.0"
2132
1866
 
2133
- graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.4:
2134
- version "4.1.9"
2135
- resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.9.tgz#baacba37d19d11f9d146d3578bc99958c3787e29"
1867
+ graceful-fs@4.1.10, graceful-fs@^4.1.2, graceful-fs@^4.1.4:
1868
+ version "4.1.10"
1869
+ resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.10.tgz#f2d720c22092f743228775c75e3612632501f131"
2136
1870
 
2137
1871
  "graceful-readlink@>= 1.0.0":
2138
1872
  version "1.0.1"
@@ -2153,7 +1887,7 @@ has-ansi@^2.0.0:
2153
1887
  dependencies:
2154
1888
  ansi-regex "^2.0.0"
2155
1889
 
2156
- has-color@^0.1.7, has-color@~0.1.0:
1890
+ has-color@^0.1.7:
2157
1891
  version "0.1.7"
2158
1892
  resolved "https://registry.yarnpkg.com/has-color/-/has-color-0.1.7.tgz#67144a5260c34fc3cca677d041daf52fe7b78b2f"
2159
1893
 
@@ -2184,13 +1918,6 @@ hoek@2.x.x:
2184
1918
  version "2.16.3"
2185
1919
  resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
2186
1920
 
2187
- home-or-tmp@^1.0.0:
2188
- version "1.0.0"
2189
- resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-1.0.0.tgz#4b9f1e40800c3e50c6c27f781676afcce71f3985"
2190
- dependencies:
2191
- os-tmpdir "^1.0.1"
2192
- user-home "^1.1.1"
2193
-
2194
1921
  home-or-tmp@^2.0.0:
2195
1922
  version "2.0.0"
2196
1923
  resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8"
@@ -2204,23 +1931,6 @@ html-encoding-sniffer@^1.0.1:
2204
1931
  dependencies:
2205
1932
  whatwg-encoding "^1.0.1"
2206
1933
 
2207
- htmlparser2@3.8.3:
2208
- version "3.8.3"
2209
- resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.8.3.tgz#996c28b191516a8be86501a7d79757e5c70c1068"
2210
- dependencies:
2211
- domelementtype "1"
2212
- domhandler "2.3"
2213
- domutils "1.5"
2214
- entities "1.0"
2215
- readable-stream "1.1"
2216
-
2217
- http-browserify@^1.3.2:
2218
- version "1.7.0"
2219
- resolved "https://registry.yarnpkg.com/http-browserify/-/http-browserify-1.7.0.tgz#33795ade72df88acfbfd36773cefeda764735b20"
2220
- dependencies:
2221
- Base64 "~0.2.0"
2222
- inherits "~2.0.1"
2223
-
2224
1934
  http-signature@~1.1.0:
2225
1935
  version "1.1.1"
2226
1936
  resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.1.1.tgz#df72e267066cd0ac67fb76adf8e134a8fbcf91bf"
@@ -2229,9 +1939,9 @@ http-signature@~1.1.0:
2229
1939
  jsprim "^1.2.2"
2230
1940
  sshpk "^1.7.0"
2231
1941
 
2232
- https-browserify@0.0.0:
2233
- version "0.0.0"
2234
- resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-0.0.0.tgz#b3ffdfe734b2a3d4a9efd58e8654c91fce86eafd"
1942
+ https-browserify@0.0.1:
1943
+ version "0.0.1"
1944
+ resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-0.0.1.tgz#3f91365cabe60b77ed0ebba24b454e3e09d95a82"
2235
1945
 
2236
1946
  https-proxy-agent@^1.0.0:
2237
1947
  version "1.0.0"
@@ -2241,11 +1951,7 @@ https-proxy-agent@^1.0.0:
2241
1951
  debug "2"
2242
1952
  extend "3"
2243
1953
 
2244
- i@0.3.x:
2245
- version "0.3.5"
2246
- resolved "https://registry.yarnpkg.com/i/-/i-0.3.5.tgz#1d2b854158ec8169113c6cb7f6b6801e99e211d5"
2247
-
2248
- iconv-lite@^0.4.13, iconv-lite@^0.4.5, iconv-lite@~0.4.13, iconv-lite@0.4.13:
1954
+ iconv-lite@0.4.13, iconv-lite@^0.4.13, iconv-lite@~0.4.13:
2249
1955
  version "0.4.13"
2250
1956
  resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.13.tgz#1f88aba4ab0b1508e8312acc39345f36e992e2f2"
2251
1957
 
@@ -2253,7 +1959,7 @@ ieee754@^1.1.4:
2253
1959
  version "1.1.8"
2254
1960
  resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.8.tgz#be33d40ac10ef1926701f6f08a2d86fbfd1ad3e4"
2255
1961
 
2256
- ignore@^3.1.5:
1962
+ ignore@^3.2.0:
2257
1963
  version "3.2.0"
2258
1964
  resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.2.0.tgz#8d88f03c3002a0ac52114db25d2c673b0bf1e435"
2259
1965
 
@@ -2276,11 +1982,7 @@ inflight@^1.0.4:
2276
1982
  once "^1.3.0"
2277
1983
  wrappy "1"
2278
1984
 
2279
- inherit@^2.2.2:
2280
- version "2.2.6"
2281
- resolved "https://registry.yarnpkg.com/inherit/-/inherit-2.2.6.tgz#f1614b06c8544e8128e4229c86347db73ad9788d"
2282
-
2283
- inherits@^2.0.1, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3, inherits@2:
1985
+ inherits@2, inherits@^2.0.1, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
2284
1986
  version "2.0.3"
2285
1987
  resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
2286
1988
 
@@ -2292,39 +1994,39 @@ ini@~1.3.0:
2292
1994
  version "1.3.4"
2293
1995
  resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e"
2294
1996
 
2295
- inquirer@^0.12.0:
2296
- version "0.12.0"
2297
- resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-0.12.0.tgz#1ef2bfd63504df0bc75785fff8c2c41df12f077e"
1997
+ inquirer@1.2.2:
1998
+ version "1.2.2"
1999
+ resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-1.2.2.tgz#f725c1316f0020e7f3d538c8c5ad0c2732c1c451"
2298
2000
  dependencies:
2299
2001
  ansi-escapes "^1.1.0"
2300
- ansi-regex "^2.0.0"
2301
2002
  chalk "^1.0.0"
2302
2003
  cli-cursor "^1.0.1"
2303
2004
  cli-width "^2.0.0"
2005
+ external-editor "^1.1.0"
2304
2006
  figures "^1.3.5"
2305
2007
  lodash "^4.3.0"
2306
- readline2 "^1.0.1"
2307
- run-async "^0.1.0"
2308
- rx-lite "^3.1.2"
2008
+ mute-stream "0.0.6"
2009
+ pinkie-promise "^2.0.0"
2010
+ run-async "^2.2.0"
2011
+ rx "^4.1.0"
2309
2012
  string-width "^1.0.1"
2310
2013
  strip-ansi "^3.0.0"
2311
2014
  through "^2.3.6"
2312
2015
 
2313
- inquirer@^1.0.2:
2314
- version "1.2.2"
2315
- resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-1.2.2.tgz#f725c1316f0020e7f3d538c8c5ad0c2732c1c451"
2016
+ inquirer@^0.12.0:
2017
+ version "0.12.0"
2018
+ resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-0.12.0.tgz#1ef2bfd63504df0bc75785fff8c2c41df12f077e"
2316
2019
  dependencies:
2317
2020
  ansi-escapes "^1.1.0"
2021
+ ansi-regex "^2.0.0"
2318
2022
  chalk "^1.0.0"
2319
2023
  cli-cursor "^1.0.1"
2320
2024
  cli-width "^2.0.0"
2321
- external-editor "^1.1.0"
2322
2025
  figures "^1.3.5"
2323
2026
  lodash "^4.3.0"
2324
- mute-stream "0.0.6"
2325
- pinkie-promise "^2.0.0"
2326
- run-async "^2.2.0"
2327
- rx "^4.1.0"
2027
+ readline2 "^1.0.1"
2028
+ run-async "^0.1.0"
2029
+ rx-lite "^3.1.2"
2328
2030
  string-width "^1.0.1"
2329
2031
  strip-ansi "^3.0.0"
2330
2032
  through "^2.3.6"
@@ -2343,10 +2045,6 @@ invariant@^2.2.0:
2343
2045
  dependencies:
2344
2046
  loose-envify "^1.0.0"
2345
2047
 
2346
- invert-kv@^1.0.0:
2347
- version "1.0.0"
2348
- resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6"
2349
-
2350
2048
  is-binary-path@^1.0.0:
2351
2049
  version "1.0.1"
2352
2050
  resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898"
@@ -2399,18 +2097,16 @@ is-fullwidth-code-point@^2.0.0:
2399
2097
  version "2.0.0"
2400
2098
  resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
2401
2099
 
2100
+ is-function@~1.0.0:
2101
+ version "1.0.1"
2102
+ resolved "https://registry.yarnpkg.com/is-function/-/is-function-1.0.1.tgz#12cfb98b65b57dd3d193a3121f5f6e2f437602b5"
2103
+
2402
2104
  is-glob@^2.0.0, is-glob@^2.0.1:
2403
2105
  version "2.0.1"
2404
2106
  resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
2405
2107
  dependencies:
2406
2108
  is-extglob "^1.0.0"
2407
2109
 
2408
- is-integer@^1.0.4:
2409
- version "1.0.6"
2410
- resolved "https://registry.yarnpkg.com/is-integer/-/is-integer-1.0.6.tgz#5273819fada880d123e1ac00a938e7172dd8d95e"
2411
- dependencies:
2412
- is-finite "^1.0.0"
2413
-
2414
2110
  is-my-json-valid@^2.10.0, is-my-json-valid@^2.12.4:
2415
2111
  version "2.15.0"
2416
2112
  resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.15.0.tgz#936edda3ca3c211fd98f3b2d3e08da43f7b2915b"
@@ -2480,18 +2176,10 @@ is-typedarray@~1.0.0:
2480
2176
  version "1.0.0"
2481
2177
  resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
2482
2178
 
2483
- is-utf8@^0.2.0:
2484
- version "0.2.1"
2485
- resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
2486
-
2487
- isarray@^1.0.0, isarray@~1.0.0, isarray@1.0.0:
2179
+ isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
2488
2180
  version "1.0.0"
2489
2181
  resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
2490
2182
 
2491
- isarray@0.0.1:
2492
- version "0.0.1"
2493
- resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
2494
-
2495
2183
  isobject@^2.0.0:
2496
2184
  version "2.1.0"
2497
2185
  resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89"
@@ -2505,7 +2193,7 @@ isomorphic-fetch@^2.1.1:
2505
2193
  node-fetch "^1.0.1"
2506
2194
  whatwg-fetch ">=0.10.0"
2507
2195
 
2508
- isstream@~0.1.2, isstream@0.1.x:
2196
+ isstream@~0.1.2:
2509
2197
  version "0.1.2"
2510
2198
  resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
2511
2199
 
@@ -2519,10 +2207,6 @@ js-tokens@^2.0.0:
2519
2207
  version "2.0.0"
2520
2208
  resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-2.0.0.tgz#79903f5563ee778cc1162e6dcf1a0027c97f9cb5"
2521
2209
 
2522
- js-tokens@1.0.1:
2523
- version "1.0.1"
2524
- resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-1.0.1.tgz#cc435a5c8b94ad15acb7983140fc80182c89aeae"
2525
-
2526
2210
  js-yaml@^3.5.1:
2527
2211
  version "3.6.1"
2528
2212
  resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.6.1.tgz#6e5fe67d8b205ce4d22fad05b7781e8dadcc4b30"
@@ -2530,71 +2214,13 @@ js-yaml@^3.5.1:
2530
2214
  argparse "^1.0.7"
2531
2215
  esprima "^2.6.0"
2532
2216
 
2533
- js-yaml@~3.4.0:
2534
- version "3.4.6"
2535
- resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.4.6.tgz#6be1b23f6249f53d293370fd4d1aaa63ce1b4eb0"
2536
- dependencies:
2537
- argparse "^1.0.2"
2538
- esprima "^2.6.0"
2539
- inherit "^2.2.2"
2540
-
2541
2217
  jsbn@~0.1.0:
2542
2218
  version "0.1.0"
2543
2219
  resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.0.tgz#650987da0dd74f4ebf5a11377a2aa2d273e97dfd"
2544
2220
 
2545
- jscs-jsdoc@^1.3.1:
2546
- version "1.3.2"
2547
- resolved "https://registry.yarnpkg.com/jscs-jsdoc/-/jscs-jsdoc-1.3.2.tgz#1f2c82b6ab4b97524da958f46b4e562e0305f9a7"
2548
- dependencies:
2549
- comment-parser "^0.3.1"
2550
- jsdoctypeparser "~1.2.0"
2551
-
2552
- jscs-preset-wikimedia@~1.0.0:
2553
- version "1.0.0"
2554
- resolved "https://registry.yarnpkg.com/jscs-preset-wikimedia/-/jscs-preset-wikimedia-1.0.0.tgz#fff563342038fc2e8826b7bb7309c3ae3406fc7e"
2555
-
2556
- jscs@^2.11.0:
2557
- version "2.11.0"
2558
- resolved "https://registry.yarnpkg.com/jscs/-/jscs-2.11.0.tgz#6e11ef0caaa07731f9dcc2b2b27d8ecee1ddbcb6"
2559
- dependencies:
2560
- babel-jscs "^2.0.0"
2561
- chalk "~1.1.0"
2562
- cli-table "~0.3.1"
2563
- commander "~2.9.0"
2564
- escope "^3.2.0"
2565
- esprima "~2.7.0"
2566
- estraverse "^4.1.0"
2567
- exit "~0.1.2"
2568
- glob "^5.0.1"
2569
- htmlparser2 "3.8.3"
2570
- js-yaml "~3.4.0"
2571
- jscs-jsdoc "^1.3.1"
2572
- jscs-preset-wikimedia "~1.0.0"
2573
- jsonlint "~1.6.2"
2574
- lodash "~3.10.0"
2575
- minimatch "~3.0.0"
2576
- natural-compare "~1.2.2"
2577
- pathval "~0.1.1"
2578
- prompt "~0.2.14"
2579
- reserved-words "^0.1.1"
2580
- resolve "^1.1.6"
2581
- strip-bom "^2.0.0"
2582
- strip-json-comments "~1.0.2"
2583
- to-double-quotes "^2.0.0"
2584
- to-single-quotes "^2.0.0"
2585
- vow "~0.4.8"
2586
- vow-fs "~0.3.4"
2587
- xmlbuilder "^3.1.0"
2588
-
2589
- jsdoctypeparser@~1.2.0:
2590
- version "1.2.0"
2591
- resolved "https://registry.yarnpkg.com/jsdoctypeparser/-/jsdoctypeparser-1.2.0.tgz#e7dedc153a11849ffc5141144ae86a7ef0c25392"
2592
- dependencies:
2593
- lodash "^3.7.0"
2594
-
2595
- jsdom@^9.8.0:
2596
- version "9.8.3"
2597
- resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-9.8.3.tgz#fde29c109c32a1131e0b6c65914e64198f97c370"
2221
+ jsdom@^9.9.1:
2222
+ version "9.9.1"
2223
+ resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-9.9.1.tgz#84f3972ad394ab963233af8725211bce4d01bfd5"
2598
2224
  dependencies:
2599
2225
  abab "^1.0.0"
2600
2226
  acorn "^2.4.0"
@@ -2606,7 +2232,7 @@ jsdom@^9.8.0:
2606
2232
  escodegen "^1.6.1"
2607
2233
  html-encoding-sniffer "^1.0.1"
2608
2234
  iconv-lite "^0.4.13"
2609
- nwmatcher ">= 1.3.7 < 2.0.0"
2235
+ nwmatcher ">= 1.3.9 < 2.0.0"
2610
2236
  parse5 "^1.5.1"
2611
2237
  request "^2.55.0"
2612
2238
  sax "^1.1.4"
@@ -2614,7 +2240,7 @@ jsdom@^9.8.0:
2614
2240
  tough-cookie "^2.3.1"
2615
2241
  webidl-conversions "^3.0.1"
2616
2242
  whatwg-encoding "^1.0.1"
2617
- whatwg-url "^3.0.0"
2243
+ whatwg-url "^4.1.0"
2618
2244
  xml-name-validator ">= 2.0.1 < 3.0.0"
2619
2245
 
2620
2246
  jsesc@^1.3.0:
@@ -2639,10 +2265,6 @@ json-stringify-safe@~5.0.1:
2639
2265
  version "5.0.1"
2640
2266
  resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
2641
2267
 
2642
- json5@^0.4.0:
2643
- version "0.4.0"
2644
- resolved "https://registry.yarnpkg.com/json5/-/json5-0.4.0.tgz#054352e4c4c80c86c0923877d449de176a732c8d"
2645
-
2646
2268
  json5@^0.5.0:
2647
2269
  version "0.5.0"
2648
2270
  resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.0.tgz#9b20715b026cbe3778fd769edccd822d8332a5b2"
@@ -2651,13 +2273,6 @@ jsonify@~0.0.0:
2651
2273
  version "0.0.0"
2652
2274
  resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
2653
2275
 
2654
- jsonlint@~1.6.2:
2655
- version "1.6.2"
2656
- resolved "https://registry.yarnpkg.com/jsonlint/-/jsonlint-1.6.2.tgz#5737045085f55eb455c68b1ff4ebc01bd50e8830"
2657
- dependencies:
2658
- JSV ">= 4.0.x"
2659
- nomnom ">= 1.5.x"
2660
-
2661
2276
  jsonpointer@^4.0.0:
2662
2277
  version "4.0.0"
2663
2278
  resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.0.tgz#6661e161d2fc445f19f98430231343722e1fcbd5"
@@ -2670,13 +2285,9 @@ jsprim@^1.2.2:
2670
2285
  json-schema "0.2.3"
2671
2286
  verror "1.3.6"
2672
2287
 
2673
- "JSV@>= 4.0.x":
2674
- version "4.0.2"
2675
- resolved "https://registry.yarnpkg.com/JSV/-/JSV-4.0.2.tgz#d077f6825571f82132f9dffaed587b4029feff57"
2676
-
2677
- jsx-ast-utils@^1.0.0, jsx-ast-utils@^1.3.1:
2678
- version "1.3.3"
2679
- resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.3.3.tgz#ccfdbe0320ba03f7a1fc4e67ceaf7e2cc0169721"
2288
+ jsx-ast-utils@^1.0.0, jsx-ast-utils@^1.3.4:
2289
+ version "1.3.5"
2290
+ resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.3.5.tgz#9ba6297198d9f754594d62e59496ffb923778dd4"
2680
2291
  dependencies:
2681
2292
  acorn-jsx "^3.0.1"
2682
2293
  object-assign "^4.1.0"
@@ -2691,16 +2302,6 @@ lazy-cache@^1.0.3:
2691
2302
  version "1.0.4"
2692
2303
  resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e"
2693
2304
 
2694
- lcid@^1.0.0:
2695
- version "1.0.0"
2696
- resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835"
2697
- dependencies:
2698
- invert-kv "^1.0.0"
2699
-
2700
- leven@^1.0.2:
2701
- version "1.0.2"
2702
- resolved "https://registry.yarnpkg.com/leven/-/leven-1.0.2.tgz#9144b6eebca5f1d0680169f1a6770dcea60b75c3"
2703
-
2704
2305
  levn@^0.3.0, levn@~0.3.0:
2705
2306
  version "0.3.0"
2706
2307
  resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee"
@@ -2721,82 +2322,23 @@ lodash-es@^4.2.1:
2721
2322
  version "4.16.4"
2722
2323
  resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.16.4.tgz#4dc3e2cf33a8c343028aa7f7e06d1c9697042599"
2723
2324
 
2724
- lodash._baseassign@^3.0.0:
2725
- version "3.2.0"
2726
- resolved "https://registry.yarnpkg.com/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz#8c38a099500f215ad09e59f1722fd0c52bfe0a4e"
2727
- dependencies:
2728
- lodash._basecopy "^3.0.0"
2729
- lodash.keys "^3.0.0"
2730
-
2731
- lodash._basecopy@^3.0.0:
2732
- version "3.0.1"
2733
- resolved "https://registry.yarnpkg.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz#8da0e6a876cf344c0ad8a54882111dd3c5c7ca36"
2734
-
2735
- lodash._bindcallback@^3.0.0:
2736
- version "3.0.1"
2737
- resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
2738
-
2739
- lodash._createassigner@^3.0.0:
2740
- version "3.1.1"
2741
- resolved "https://registry.yarnpkg.com/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz#838a5bae2fdaca63ac22dee8e19fa4e6d6970b11"
2742
- dependencies:
2743
- lodash._bindcallback "^3.0.0"
2744
- lodash._isiterateecall "^3.0.0"
2745
- lodash.restparam "^3.0.0"
2746
-
2747
- lodash._getnative@^3.0.0:
2748
- version "3.9.1"
2749
- resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
2750
-
2751
- lodash._isiterateecall@^3.0.0:
2752
- version "3.0.9"
2753
- resolved "https://registry.yarnpkg.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz#5203ad7ba425fae842460e696db9cf3e6aac057c"
2754
-
2755
- lodash.assign@^3.2.0:
2756
- version "3.2.0"
2757
- resolved "https://registry.yarnpkg.com/lodash.assign/-/lodash.assign-3.2.0.tgz#3ce9f0234b4b2223e296b8fa0ac1fee8ebca64fa"
2758
- dependencies:
2759
- lodash._baseassign "^3.0.0"
2760
- lodash._createassigner "^3.0.0"
2761
- lodash.keys "^3.0.0"
2762
-
2763
- lodash.assign@^4.0.0:
2764
- version "4.2.0"
2765
- resolved "https://registry.yarnpkg.com/lodash.assign/-/lodash.assign-4.2.0.tgz#0d99f3ccd7a6d261d19bdaeb9245005d285808e7"
2766
-
2767
2325
  lodash.cond@^4.3.0:
2768
2326
  version "4.5.2"
2769
2327
  resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
2770
2328
 
2771
- lodash.isarguments@^3.0.0:
2772
- version "3.1.0"
2773
- resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a"
2774
-
2775
- lodash.isarray@^3.0.0:
2776
- version "3.0.4"
2777
- resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
2778
-
2779
- lodash.keys@^3.0.0:
2780
- version "3.1.2"
2781
- resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a"
2782
- dependencies:
2783
- lodash._getnative "^3.0.0"
2784
- lodash.isarguments "^3.0.0"
2785
- lodash.isarray "^3.0.0"
2786
-
2787
- lodash.pickby@^4.0.0:
2329
+ lodash.pickby@^4.6.0:
2788
2330
  version "4.6.0"
2789
2331
  resolved "https://registry.yarnpkg.com/lodash.pickby/-/lodash.pickby-4.6.0.tgz#7dea21d8c18d7703a27c704c15d3b84a67e33aff"
2790
2332
 
2791
- lodash.restparam@^3.0.0:
2792
- version "3.6.1"
2793
- resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
2333
+ lodash@4.16.6, lodash@^4.0.0, lodash@^4.3.0:
2334
+ version "4.16.6"
2335
+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.16.6.tgz#d22c9ac660288f3843e16ba7d2b5d06cca27d777"
2794
2336
 
2795
- lodash@^3.10.0, lodash@^3.5.0, lodash@^3.6.0, lodash@^3.7.0, lodash@^3.9.3, lodash@~3.10.0:
2337
+ lodash@^3.6.0:
2796
2338
  version "3.10.1"
2797
2339
  resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
2798
2340
 
2799
- lodash@^4.0.0, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.6.1:
2341
+ lodash@^4.2.0, lodash@^4.2.1, lodash@^4.6.1:
2800
2342
  version "4.16.4"
2801
2343
  resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.16.4.tgz#01ce306b9bad1319f2a5528674f88297aeb70127"
2802
2344
 
@@ -2859,31 +2401,21 @@ min-document@^2.19.0:
2859
2401
  dependencies:
2860
2402
  dom-walk "^0.1.0"
2861
2403
 
2862
- minimatch@^2.0.3:
2863
- version "2.0.10"
2864
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-2.0.10.tgz#8d087c39c6b38c001b97fca7ce6d0e1e80afbac7"
2865
- dependencies:
2866
- brace-expansion "^1.0.0"
2867
-
2868
- minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@~3.0.0, "minimatch@2 || 3":
2404
+ "minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3:
2869
2405
  version "3.0.3"
2870
2406
  resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774"
2871
2407
  dependencies:
2872
2408
  brace-expansion "^1.0.0"
2873
2409
 
2874
- minimist@^1.1.0, minimist@^1.2.0, minimist@~1.2.0:
2875
- version "1.2.0"
2876
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
2877
-
2878
- minimist@~0.0.1:
2879
- version "0.0.10"
2880
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
2881
-
2882
- minimist@0.0.8:
2410
+ minimist@0.0.8, minimist@~0.0.1:
2883
2411
  version "0.0.8"
2884
2412
  resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
2885
2413
 
2886
- mkdirp@^0.5.0, mkdirp@^0.5.1, "mkdirp@>=0.5 0", mkdirp@~0.5.0, mkdirp@~0.5.1, mkdirp@0.x.x:
2414
+ minimist@1.2.0, minimist@^1.2.0, minimist@~1.2.0:
2415
+ version "1.2.0"
2416
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
2417
+
2418
+ mkdirp@0.5.1, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@~0.5.1:
2887
2419
  version "0.5.1"
2888
2420
  resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
2889
2421
  dependencies:
@@ -2893,14 +2425,14 @@ ms@0.7.1:
2893
2425
  version "0.7.1"
2894
2426
  resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.1.tgz#9cd13c03adbff25b65effde7ce864ee952017098"
2895
2427
 
2896
- mute-stream@~0.0.4, mute-stream@0.0.6:
2897
- version "0.0.6"
2898
- resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.6.tgz#48962b19e169fd1dfc240b3f1e7317627bbc47db"
2899
-
2900
2428
  mute-stream@0.0.5:
2901
2429
  version "0.0.5"
2902
2430
  resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.5.tgz#8fbfabb0a98a253d3184331f9e8deb7372fac6c0"
2903
2431
 
2432
+ mute-stream@0.0.6:
2433
+ version "0.0.6"
2434
+ resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.6.tgz#48962b19e169fd1dfc240b3f1e7317627bbc47db"
2435
+
2904
2436
  nan@^2.3.0:
2905
2437
  version "2.4.0"
2906
2438
  resolved "https://registry.yarnpkg.com/nan/-/nan-2.4.0.tgz#fb3c59d45fe4effe215f0b890f8adf6eb32d2232"
@@ -2909,13 +2441,9 @@ natural-compare@^1.4.0:
2909
2441
  version "1.4.0"
2910
2442
  resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
2911
2443
 
2912
- natural-compare@~1.2.2:
2913
- version "1.2.2"
2914
- resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.2.2.tgz#1f96d60e3141cac1b6d05653ce0daeac763af6aa"
2915
-
2916
- ncp@0.4.x:
2917
- version "0.4.2"
2918
- resolved "https://registry.yarnpkg.com/ncp/-/ncp-0.4.2.tgz#abcc6cbd3ec2ed2a729ff6e7c1fa8f01784a8574"
2444
+ netrc@^0.1.4:
2445
+ version "0.1.4"
2446
+ resolved "https://registry.yarnpkg.com/netrc/-/netrc-0.1.4.tgz#6be94fcaca8d77ade0a9670dc460914c94472444"
2919
2447
 
2920
2448
  node-fetch@^1.0.1:
2921
2449
  version "1.6.3"
@@ -2924,32 +2452,32 @@ node-fetch@^1.0.1:
2924
2452
  encoding "^0.1.11"
2925
2453
  is-stream "^1.0.1"
2926
2454
 
2927
- node-libs-browser@^0.6.0:
2928
- version "0.6.0"
2929
- resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-0.6.0.tgz#244806d44d319e048bc8607b5cc4eaf9a29d2e3c"
2455
+ node-libs-browser@^0.7.0:
2456
+ version "0.7.0"
2457
+ resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-0.7.0.tgz#3e272c0819e308935e26674408d7af0e1491b83b"
2930
2458
  dependencies:
2931
2459
  assert "^1.1.1"
2932
- browserify-zlib "~0.1.4"
2460
+ browserify-zlib "^0.1.4"
2933
2461
  buffer "^4.9.0"
2934
2462
  console-browserify "^1.1.0"
2935
- constants-browserify "0.0.1"
2936
- crypto-browserify "~3.2.6"
2463
+ constants-browserify "^1.0.0"
2464
+ crypto-browserify "3.3.0"
2937
2465
  domain-browser "^1.1.1"
2938
2466
  events "^1.0.0"
2939
- http-browserify "^1.3.2"
2940
- https-browserify "0.0.0"
2941
- os-browserify "~0.1.2"
2467
+ https-browserify "0.0.1"
2468
+ os-browserify "^0.2.0"
2942
2469
  path-browserify "0.0.0"
2943
2470
  process "^0.11.0"
2944
2471
  punycode "^1.2.4"
2945
- querystring-es3 "~0.2.0"
2946
- readable-stream "^1.1.13"
2947
- stream-browserify "^1.0.0"
2948
- string_decoder "~0.10.25"
2949
- timers-browserify "^1.0.1"
2472
+ querystring-es3 "^0.2.0"
2473
+ readable-stream "^2.0.5"
2474
+ stream-browserify "^2.0.1"
2475
+ stream-http "^2.3.1"
2476
+ string_decoder "^0.10.25"
2477
+ timers-browserify "^2.0.2"
2950
2478
  tty-browserify "0.0.0"
2951
- url "~0.10.1"
2952
- util "~0.10.3"
2479
+ url "^0.11.0"
2480
+ util "^0.10.3"
2953
2481
  vm-browserify "0.0.4"
2954
2482
 
2955
2483
  node-pre-gyp@^0.6.29:
@@ -2970,13 +2498,6 @@ node-uuid@~1.4.7:
2970
2498
  version "1.4.7"
2971
2499
  resolved "https://registry.yarnpkg.com/node-uuid/-/node-uuid-1.4.7.tgz#6da5a17668c4b3dd59623bda11cf7fa4c1f60a6f"
2972
2500
 
2973
- "nomnom@>= 1.5.x":
2974
- version "1.8.1"
2975
- resolved "https://registry.yarnpkg.com/nomnom/-/nomnom-1.8.1.tgz#2151f722472ba79e50a76fc125bb8c8f2e4dc2a7"
2976
- dependencies:
2977
- chalk "~0.4.0"
2978
- underscore "~1.6.0"
2979
-
2980
2501
  nopt@~3.0.6:
2981
2502
  version "3.0.6"
2982
2503
  resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9"
@@ -3000,7 +2521,7 @@ number-is-nan@^1.0.0:
3000
2521
  version "1.0.1"
3001
2522
  resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
3002
2523
 
3003
- "nwmatcher@>= 1.3.7 < 2.0.0":
2524
+ "nwmatcher@>= 1.3.9 < 2.0.0":
3004
2525
  version "1.3.9"
3005
2526
  resolved "https://registry.yarnpkg.com/nwmatcher/-/nwmatcher-1.3.9.tgz#8bab486ff7fa3dfd086656bbe8b17116d3692d2a"
3006
2527
 
@@ -3061,20 +2582,14 @@ optionator@^0.8.1, optionator@^0.8.2:
3061
2582
  type-check "~0.3.2"
3062
2583
  wordwrap "~1.0.0"
3063
2584
 
3064
- os-browserify@~0.1.2:
3065
- version "0.1.2"
3066
- resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.1.2.tgz#49ca0293e0b19590a5f5de10c7f265a617d8fe54"
2585
+ os-browserify@^0.2.0:
2586
+ version "0.2.1"
2587
+ resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.2.1.tgz#63fc4ccee5d2d7763d26bbf8601078e6c2e0044f"
3067
2588
 
3068
2589
  os-homedir@^1.0.0:
3069
2590
  version "1.0.2"
3070
2591
  resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
3071
2592
 
3072
- os-locale@^1.4.0:
3073
- version "1.4.0"
3074
- resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-1.4.0.tgz#20f9f17ae29ed345e8bde583b13d2009803c14d9"
3075
- dependencies:
3076
- lcid "^1.0.0"
3077
-
3078
2593
  os-shim@^0.1.2:
3079
2594
  version "0.1.3"
3080
2595
  resolved "https://registry.yarnpkg.com/os-shim/-/os-shim-0.1.3.tgz#6b62c3791cf7909ea35ed46e17658bb417cb3917"
@@ -3108,7 +2623,7 @@ parse-ms@^1.0.0:
3108
2623
  version "1.0.1"
3109
2624
  resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-1.0.1.tgz#56346d4749d78f23430ca0c713850aef91aa361d"
3110
2625
 
3111
- parse-repo@^1.0.1:
2626
+ parse-repo@1.0.1:
3112
2627
  version "1.0.1"
3113
2628
  resolved "https://registry.yarnpkg.com/parse-repo/-/parse-repo-1.0.1.tgz#b8a81ef4746064c7d89dcb60b3c74a9ad6700720"
3114
2629
 
@@ -3120,10 +2635,6 @@ path-browserify@0.0.0:
3120
2635
  version "0.0.0"
3121
2636
  resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.0.tgz#a0b870729aae214005b7d5032ec2cbbb0fb4451a"
3122
2637
 
3123
- path-exists@^1.0.0:
3124
- version "1.0.0"
3125
- resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-1.0.0.tgz#d5a8998eb71ef37a74c34eb0d9eba6e878eea081"
3126
-
3127
2638
  path-exists@^2.0.0:
3128
2639
  version "2.1.0"
3129
2640
  resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b"
@@ -3138,10 +2649,6 @@ path-is-inside@^1.0.1:
3138
2649
  version "1.0.2"
3139
2650
  resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
3140
2651
 
3141
- pathval@~0.1.1:
3142
- version "0.1.1"
3143
- resolved "https://registry.yarnpkg.com/pathval/-/pathval-0.1.1.tgz#08f911cdca9cce5942880da7817bc0b723b66d82"
3144
-
3145
2652
  pbkdf2-compat@2.0.1:
3146
2653
  version "2.0.1"
3147
2654
  resolved "https://registry.yarnpkg.com/pbkdf2-compat/-/pbkdf2-compat-2.0.1.tgz#b6e0c8fa99494d94e0511575802a59a5c142f288"
@@ -3172,14 +2679,6 @@ pkg-up@^1.0.0:
3172
2679
  dependencies:
3173
2680
  find-up "^1.0.0"
3174
2681
 
3175
- pkginfo@0.3.x:
3176
- version "0.3.1"
3177
- resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.3.1.tgz#5b29f6a81f70717142e09e765bbeab97b4f81e21"
3178
-
3179
- pkginfo@0.x.x:
3180
- version "0.4.0"
3181
- resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.4.0.tgz#349dbb7ffd38081fcadc0853df687f0c7744cd65"
3182
-
3183
2682
  plur@^1.0.0:
3184
2683
  version "1.0.0"
3185
2684
  resolved "https://registry.yarnpkg.com/plur/-/plur-1.0.0.tgz#db85c6814f5e5e5a3b49efc28d604fec62975156"
@@ -3212,7 +2711,7 @@ process-nextick-args@~1.0.6:
3212
2711
  version "1.0.7"
3213
2712
  resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3"
3214
2713
 
3215
- process@^0.11.0, process@~0.11.0:
2714
+ process@^0.11.0:
3216
2715
  version "0.11.9"
3217
2716
  resolved "https://registry.yarnpkg.com/process/-/process-0.11.9.tgz#7bd5ad21aa6253e7da8682264f1e11d11c0318c1"
3218
2717
 
@@ -3230,37 +2729,23 @@ promise@^7.1.1:
3230
2729
  dependencies:
3231
2730
  asap "~2.0.3"
3232
2731
 
3233
- prompt@~0.2.14:
3234
- version "0.2.14"
3235
- resolved "https://registry.yarnpkg.com/prompt/-/prompt-0.2.14.tgz#57754f64f543fd7b0845707c818ece618f05ffdc"
3236
- dependencies:
3237
- pkginfo "0.x.x"
3238
- read "1.0.x"
3239
- revalidator "0.1.x"
3240
- utile "0.2.x"
3241
- winston "0.8.x"
3242
-
3243
2732
  prr@~0.0.0:
3244
2733
  version "0.0.0"
3245
2734
  resolved "https://registry.yarnpkg.com/prr/-/prr-0.0.0.tgz#1a84b85908325501411853d0081ee3fa86e2926a"
3246
2735
 
3247
- punycode@^1.2.4, punycode@^1.4.1:
3248
- version "1.4.1"
3249
- resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
3250
-
3251
2736
  punycode@1.3.2:
3252
2737
  version "1.3.2"
3253
2738
  resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"
3254
2739
 
3255
- q@^1.1.2:
2740
+ punycode@^1.2.4, punycode@^1.4.1:
3256
2741
  version "1.4.1"
3257
- resolved "https://registry.yarnpkg.com/q/-/q-1.4.1.tgz#55705bcd93c5f3673530c2c2cbc0c2b3addc286e"
2742
+ resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
3258
2743
 
3259
2744
  qs@~6.3.0:
3260
2745
  version "6.3.0"
3261
2746
  resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.0.tgz#f403b264f23bc01228c74131b407f18d5ea5d442"
3262
2747
 
3263
- querystring-es3@~0.2.0:
2748
+ querystring-es3@^0.2.0:
3264
2749
  version "0.2.1"
3265
2750
  resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73"
3266
2751
 
@@ -3292,9 +2777,13 @@ react-deep-force-update@^1.0.0:
3292
2777
  version "1.0.1"
3293
2778
  resolved "https://registry.yarnpkg.com/react-deep-force-update/-/react-deep-force-update-1.0.1.tgz#f911b5be1d2a6fe387507dd6e9a767aa2924b4c7"
3294
2779
 
3295
- react-dom@^15.3.2:
3296
- version "15.3.2"
3297
- resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-15.3.2.tgz#c46b0aa5380d7b838e7a59c4a7beff2ed315531f"
2780
+ react-dom@^15.4.1:
2781
+ version "15.4.2"
2782
+ resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-15.4.2.tgz#015363f05b0a1fd52ae9efdd3a0060d90695208f"
2783
+ dependencies:
2784
+ fbjs "^0.8.1"
2785
+ loose-envify "^1.1.0"
2786
+ object-assign "^4.1.0"
3298
2787
 
3299
2788
  react-proxy@^1.1.7:
3300
2789
  version "1.1.8"
@@ -3310,34 +2799,18 @@ react-transform-hmr@^1.0.4:
3310
2799
  global "^4.3.0"
3311
2800
  react-proxy "^1.1.7"
3312
2801
 
3313
- react@^15.3.2:
3314
- version "15.3.2"
3315
- resolved "https://registry.yarnpkg.com/react/-/react-15.3.2.tgz#a7bccd2fee8af126b0317e222c28d1d54528d09e"
2802
+ react@^15.4.1:
2803
+ version "15.4.2"
2804
+ resolved "https://registry.yarnpkg.com/react/-/react-15.4.2.tgz#41f7991b26185392ba9bae96c8889e7e018397ef"
3316
2805
  dependencies:
3317
2806
  fbjs "^0.8.4"
3318
2807
  loose-envify "^1.1.0"
3319
2808
  object-assign "^4.1.0"
3320
2809
 
3321
- read@1.0.x:
3322
- version "1.0.7"
3323
- resolved "https://registry.yarnpkg.com/read/-/read-1.0.7.tgz#b3da19bd052431a97671d44a42634adf710b40c4"
3324
- dependencies:
3325
- mute-stream "~0.0.4"
3326
-
3327
- readable-stream@^1.0.27-1, readable-stream@^1.1.13:
3328
- version "1.1.14"
3329
- resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9"
3330
- dependencies:
3331
- core-util-is "~1.0.0"
3332
- inherits "~2.0.1"
3333
- isarray "0.0.1"
3334
- string_decoder "~0.10.x"
3335
-
3336
- readable-stream@^2.0.0, "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.4, readable-stream@~2.1.4:
3337
- version "2.1.5"
3338
- resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.1.5.tgz#66fa8b720e1438b364681f2ad1a63c618448c9d0"
2810
+ readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@~2.0.0:
2811
+ version "2.0.6"
2812
+ resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.0.6.tgz#8f90341e68a53ccc928788dacfcd11b36eb9b78e"
3339
2813
  dependencies:
3340
- buffer-shims "^1.0.0"
3341
2814
  core-util-is "~1.0.0"
3342
2815
  inherits "~2.0.1"
3343
2816
  isarray "~1.0.0"
@@ -3345,10 +2818,11 @@ readable-stream@^2.0.0, "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.
3345
2818
  string_decoder "~0.10.x"
3346
2819
  util-deprecate "~1.0.1"
3347
2820
 
3348
- readable-stream@~2.0.0:
3349
- version "2.0.6"
3350
- resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.0.6.tgz#8f90341e68a53ccc928788dacfcd11b36eb9b78e"
2821
+ "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.1.0, readable-stream@~2.1.4:
2822
+ version "2.1.5"
2823
+ resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.1.5.tgz#66fa8b720e1438b364681f2ad1a63c618448c9d0"
3351
2824
  dependencies:
2825
+ buffer-shims "^1.0.0"
3352
2826
  core-util-is "~1.0.0"
3353
2827
  inherits "~2.0.1"
3354
2828
  isarray "~1.0.0"
@@ -3356,15 +2830,6 @@ readable-stream@~2.0.0:
3356
2830
  string_decoder "~0.10.x"
3357
2831
  util-deprecate "~1.0.1"
3358
2832
 
3359
- readable-stream@1.1:
3360
- version "1.1.13"
3361
- resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.13.tgz#f6eef764f514c89e2b9e23146a75ba106756d23e"
3362
- dependencies:
3363
- core-util-is "~1.0.0"
3364
- inherits "~2.0.1"
3365
- isarray "0.0.1"
3366
- string_decoder "~0.10.x"
3367
-
3368
2833
  readdirp@^2.0.0:
3369
2834
  version "2.1.0"
3370
2835
  resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.1.0.tgz#4ed0ad060df3073300c48440373f72d1cc642d78"
@@ -3382,24 +2847,6 @@ readline2@^1.0.1:
3382
2847
  is-fullwidth-code-point "^1.0.0"
3383
2848
  mute-stream "0.0.5"
3384
2849
 
3385
- recast@^0.10.0, recast@^0.10.10:
3386
- version "0.10.43"
3387
- resolved "https://registry.yarnpkg.com/recast/-/recast-0.10.43.tgz#b95d50f6d60761a5f6252e15d80678168491ce7f"
3388
- dependencies:
3389
- ast-types "0.8.15"
3390
- esprima-fb "~15001.1001.0-dev-harmony-fb"
3391
- private "~0.1.5"
3392
- source-map "~0.5.0"
3393
-
3394
- recast@0.10.33:
3395
- version "0.10.33"
3396
- resolved "https://registry.yarnpkg.com/recast/-/recast-0.10.33.tgz#942808f7aa016f1fa7142c461d7e5704aaa8d697"
3397
- dependencies:
3398
- ast-types "0.8.12"
3399
- esprima-fb "~15001.1001.0-dev-harmony-fb"
3400
- private "~0.1.5"
3401
- source-map "~0.5.0"
3402
-
3403
2850
  rechoir@^0.6.2:
3404
2851
  version "0.6.2"
3405
2852
  resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384"
@@ -3419,21 +2866,14 @@ regenerate@^1.2.1:
3419
2866
  version "1.3.1"
3420
2867
  resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.3.1.tgz#0300203a5d2fdcf89116dce84275d011f5903f33"
3421
2868
 
2869
+ regenerator-runtime@^0.10.0:
2870
+ version "0.10.1"
2871
+ resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.1.tgz#257f41961ce44558b18f7814af48c17559f9faeb"
2872
+
3422
2873
  regenerator-runtime@^0.9.5:
3423
2874
  version "0.9.5"
3424
2875
  resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.9.5.tgz#403d6d40a4bdff9c330dd9392dcbb2d9a8bba1fc"
3425
2876
 
3426
- regenerator@0.8.40:
3427
- version "0.8.40"
3428
- resolved "https://registry.yarnpkg.com/regenerator/-/regenerator-0.8.40.tgz#a0e457c58ebdbae575c9f8cd75127e93756435d8"
3429
- dependencies:
3430
- commoner "~0.10.3"
3431
- defs "~1.1.0"
3432
- esprima-fb "~15001.1001.0-dev-harmony-fb"
3433
- private "~0.1.5"
3434
- recast "0.10.33"
3435
- through "~2.3.8"
3436
-
3437
2877
  regex-cache@^0.4.2:
3438
2878
  version "0.4.3"
3439
2879
  resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.3.tgz#9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145"
@@ -3449,16 +2889,6 @@ regexpu-core@^2.0.0:
3449
2889
  regjsgen "^0.2.0"
3450
2890
  regjsparser "^0.1.4"
3451
2891
 
3452
- regexpu@^1.3.0:
3453
- version "1.3.0"
3454
- resolved "https://registry.yarnpkg.com/regexpu/-/regexpu-1.3.0.tgz#e534dc991a9e5846050c98de6d7dd4a55c9ea16d"
3455
- dependencies:
3456
- esprima "^2.6.0"
3457
- recast "^0.10.10"
3458
- regenerate "^1.2.1"
3459
- regjsgen "^0.2.0"
3460
- regjsparser "^0.1.4"
3461
-
3462
2892
  regjsgen@^0.2.0:
3463
2893
  version "0.2.0"
3464
2894
  resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7"
@@ -3469,22 +2899,22 @@ regjsparser@^0.1.4:
3469
2899
  dependencies:
3470
2900
  jsesc "~0.5.0"
3471
2901
 
3472
- release-it@^2.4.3:
3473
- version "2.4.3"
3474
- resolved "https://registry.yarnpkg.com/release-it/-/release-it-2.4.3.tgz#d82329a7ab3ed6e5a2d618b8608757c66d3e31fb"
3475
- dependencies:
3476
- chalk "^1.1.1"
3477
- github "^2.4.0"
3478
- glob "^7.0.3"
3479
- graceful-fs "^4.1.3"
3480
- inquirer "^1.0.2"
3481
- lodash "^4.6.1"
3482
- minimist "^1.2.0"
3483
- mkdirp "^0.5.1"
3484
- parse-repo "^1.0.1"
3485
- semver "^5.1.0"
3486
- shelljs "^0.7.0"
3487
- when "^3.7.7"
2902
+ release-it@^2.5.3:
2903
+ version "2.5.3"
2904
+ resolved "https://registry.yarnpkg.com/release-it/-/release-it-2.5.3.tgz#653da644c83cf9eebab8cbdc5384222e37b303e0"
2905
+ dependencies:
2906
+ chalk "1.1.3"
2907
+ github "7.2.0"
2908
+ glob "7.1.1"
2909
+ graceful-fs "4.1.10"
2910
+ inquirer "1.2.2"
2911
+ lodash "4.16.6"
2912
+ minimist "1.2.0"
2913
+ mkdirp "0.5.1"
2914
+ parse-repo "1.0.1"
2915
+ semver "5.3.0"
2916
+ shelljs "0.7.5"
2917
+ when "3.7.7"
3488
2918
 
3489
2919
  repeat-element@^1.1.2:
3490
2920
  version "1.1.2"
@@ -3494,12 +2924,6 @@ repeat-string@^1.5.2:
3494
2924
  version "1.6.1"
3495
2925
  resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
3496
2926
 
3497
- repeating@^1.1.0, repeating@^1.1.2:
3498
- version "1.1.3"
3499
- resolved "https://registry.yarnpkg.com/repeating/-/repeating-1.1.3.tgz#3d4114218877537494f97f77f9785fab810fa4ac"
3500
- dependencies:
3501
- is-finite "^1.0.0"
3502
-
3503
2927
  repeating@^2.0.0:
3504
2928
  version "2.0.1"
3505
2929
  resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda"
@@ -3538,10 +2962,6 @@ require-uncached@^1.0.2:
3538
2962
  caller-path "^0.1.0"
3539
2963
  resolve-from "^1.0.0"
3540
2964
 
3541
- reserved-words@^0.1.1:
3542
- version "0.1.1"
3543
- resolved "https://registry.yarnpkg.com/reserved-words/-/reserved-words-0.1.1.tgz#6f7c15e5e5614c50da961630da46addc87c0cef2"
3544
-
3545
2965
  resolve-from@^1.0.0:
3546
2966
  version "1.0.1"
3547
2967
  resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-1.0.1.tgz#26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226"
@@ -3563,17 +2983,13 @@ resumer@~0.0.0:
3563
2983
  dependencies:
3564
2984
  through "~2.3.4"
3565
2985
 
3566
- revalidator@0.1.x:
3567
- version "0.1.8"
3568
- resolved "https://registry.yarnpkg.com/revalidator/-/revalidator-0.1.8.tgz#fece61bfa0c1b52a206bd6b18198184bdd523a3b"
3569
-
3570
2986
  right-align@^0.1.1:
3571
2987
  version "0.1.3"
3572
2988
  resolved "https://registry.yarnpkg.com/right-align/-/right-align-0.1.3.tgz#61339b722fe6a3515689210d24e14c96148613ef"
3573
2989
  dependencies:
3574
2990
  align-text "^0.1.1"
3575
2991
 
3576
- rimraf@^2.2.8, rimraf@~2.5.1, rimraf@~2.5.4, rimraf@2, rimraf@2.x.x:
2992
+ rimraf@2, rimraf@^2.2.8, rimraf@~2.5.1, rimraf@~2.5.4:
3577
2993
  version "2.5.4"
3578
2994
  resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.5.4.tgz#96800093cbf1a0c86bd95b4625467535c29dfa04"
3579
2995
  dependencies:
@@ -3608,7 +3024,7 @@ sax@^1.1.4:
3608
3024
  version "1.2.1"
3609
3025
  resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.1.tgz#7b8e656190b228e81a66aea748480d828cd2d37a"
3610
3026
 
3611
- semver@^5.1.0, semver@~5.3.0:
3027
+ semver@5.3.0, semver@~5.3.0:
3612
3028
  version "5.3.0"
3613
3029
  resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
3614
3030
 
@@ -3624,15 +3040,15 @@ set-immediate-shim@^1.0.1:
3624
3040
  version "1.0.1"
3625
3041
  resolved "https://registry.yarnpkg.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz#4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61"
3626
3042
 
3043
+ setimmediate@^1.0.4:
3044
+ version "1.0.5"
3045
+ resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
3046
+
3627
3047
  sha.js@2.2.6:
3628
3048
  version "2.2.6"
3629
3049
  resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.2.6.tgz#17ddeddc5f722fb66501658895461977867315ba"
3630
3050
 
3631
- shebang-regex@^1.0.0:
3632
- version "1.0.0"
3633
- resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
3634
-
3635
- shelljs@^0.7.0, shelljs@^0.7.5:
3051
+ shelljs@0.7.5, shelljs@^0.7.5:
3636
3052
  version "0.7.5"
3637
3053
  resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.5.tgz#2eef7a50a21e1ccf37da00df767ec69e30ad0675"
3638
3054
  dependencies:
@@ -3644,14 +3060,6 @@ signal-exit@^3.0.0:
3644
3060
  version "3.0.1"
3645
3061
  resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.1.tgz#5a4c884992b63a7acd9badb7894c3ee9cfccad81"
3646
3062
 
3647
- simple-fmt@~0.1.0:
3648
- version "0.1.0"
3649
- resolved "https://registry.yarnpkg.com/simple-fmt/-/simple-fmt-0.1.0.tgz#191bf566a59e6530482cb25ab53b4a8dc85c3a6b"
3650
-
3651
- simple-is@~0.2.0:
3652
- version "0.2.0"
3653
- resolved "https://registry.yarnpkg.com/simple-is/-/simple-is-0.2.0.tgz#2abb75aade39deb5cc815ce10e6191164850baf0"
3654
-
3655
3063
  slash@^1.0.0:
3656
3064
  version "1.0.0"
3657
3065
  resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
@@ -3666,15 +3074,9 @@ sntp@1.x.x:
3666
3074
  dependencies:
3667
3075
  hoek "2.x.x"
3668
3076
 
3669
- source-list-map@~0.1.0:
3670
- version "0.1.6"
3671
- resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-0.1.6.tgz#e1e6f94f0b40c4d28dcf8f5b8766e0e45636877f"
3672
-
3673
- source-map-support@^0.2.10:
3674
- version "0.2.10"
3675
- resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.2.10.tgz#ea5a3900a1c1cb25096a0ae8cc5c2b4b10ded3dc"
3676
- dependencies:
3677
- source-map "0.1.32"
3077
+ source-list-map@~0.1.7:
3078
+ version "0.1.7"
3079
+ resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-0.1.7.tgz#d4b5ce2a46535c72c7e8527c71a77d250618172e"
3678
3080
 
3679
3081
  source-map-support@^0.4.2:
3680
3082
  version "0.4.5"
@@ -3682,7 +3084,7 @@ source-map-support@^0.4.2:
3682
3084
  dependencies:
3683
3085
  source-map "^0.5.3"
3684
3086
 
3685
- source-map@^0.5.0, source-map@^0.5.3, source-map@~0.5.0, source-map@~0.5.1:
3087
+ source-map@^0.5.0, source-map@^0.5.3, source-map@~0.5.1:
3686
3088
  version "0.5.6"
3687
3089
  resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412"
3688
3090
 
@@ -3698,12 +3100,6 @@ source-map@~0.4.1:
3698
3100
  dependencies:
3699
3101
  amdefine ">=0.0.4"
3700
3102
 
3701
- source-map@0.1.32:
3702
- version "0.1.32"
3703
- resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.1.32.tgz#c8b6c167797ba4740a8ea33252162ff08591b266"
3704
- dependencies:
3705
- amdefine ">=0.0.4"
3706
-
3707
3103
  spawn-sync@^1.0.15:
3708
3104
  version "1.0.15"
3709
3105
  resolved "https://registry.yarnpkg.com/spawn-sync/-/spawn-sync-1.0.15.tgz#b00799557eb7fb0c8376c29d44e8a1ea67e57476"
@@ -3736,28 +3132,26 @@ sshpk@^1.7.0:
3736
3132
  jsbn "~0.1.0"
3737
3133
  tweetnacl "~0.14.0"
3738
3134
 
3739
- stable@~0.1.3:
3740
- version "0.1.5"
3741
- resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.5.tgz#08232f60c732e9890784b5bed0734f8b32a887b9"
3742
-
3743
- stack-trace@0.0.x:
3744
- version "0.0.9"
3745
- resolved "https://registry.yarnpkg.com/stack-trace/-/stack-trace-0.0.9.tgz#a8f6eaeca90674c333e7c43953f275b451510695"
3746
-
3747
- stream-browserify@^1.0.0:
3748
- version "1.0.0"
3749
- resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-1.0.0.tgz#bf9b4abfb42b274d751479e44e0ff2656b6f1193"
3135
+ stream-browserify@^2.0.1:
3136
+ version "2.0.1"
3137
+ resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.1.tgz#66266ee5f9bdb9940a4e4514cafb43bb71e5c9db"
3750
3138
  dependencies:
3751
3139
  inherits "~2.0.1"
3752
- readable-stream "^1.0.27-1"
3140
+ readable-stream "^2.0.2"
3753
3141
 
3754
3142
  stream-consume@^0.1.0:
3755
3143
  version "0.1.0"
3756
3144
  resolved "https://registry.yarnpkg.com/stream-consume/-/stream-consume-0.1.0.tgz#a41ead1a6d6081ceb79f65b061901b6d8f3d1d0f"
3757
3145
 
3758
- string_decoder@~0.10.25, string_decoder@~0.10.x:
3759
- version "0.10.31"
3760
- resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
3146
+ stream-http@^2.3.1:
3147
+ version "2.6.0"
3148
+ resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.6.0.tgz#adf3309ced17624ebfb7ef13e6ac4cfe405a8b12"
3149
+ dependencies:
3150
+ builtin-status-codes "^3.0.0"
3151
+ inherits "^2.0.1"
3152
+ readable-stream "^2.1.0"
3153
+ to-arraybuffer "^1.0.0"
3154
+ xtend "^4.0.0"
3761
3155
 
3762
3156
  string-width@^1.0.1:
3763
3157
  version "1.0.2"
@@ -3782,13 +3176,9 @@ string.prototype.trim@~1.1.2:
3782
3176
  es-abstract "^1.5.0"
3783
3177
  function-bind "^1.0.2"
3784
3178
 
3785
- stringmap@~0.2.2:
3786
- version "0.2.2"
3787
- resolved "https://registry.yarnpkg.com/stringmap/-/stringmap-0.2.2.tgz#556c137b258f942b8776f5b2ef582aa069d7d1b1"
3788
-
3789
- stringset@~0.2.1:
3790
- version "0.2.1"
3791
- resolved "https://registry.yarnpkg.com/stringset/-/stringset-0.2.1.tgz#ef259c4e349344377fcd1c913dd2e848c9c042b5"
3179
+ string_decoder@^0.10.25, string_decoder@~0.10.x:
3180
+ version "0.10.31"
3181
+ resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
3792
3182
 
3793
3183
  stringstream@~0.0.4:
3794
3184
  version "0.0.5"
@@ -3800,24 +3190,18 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1:
3800
3190
  dependencies:
3801
3191
  ansi-regex "^2.0.0"
3802
3192
 
3803
- strip-ansi@~0.1.0:
3804
- version "0.1.1"
3805
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-0.1.1.tgz#39e8a98d044d150660abe4a6808acf70bb7bc991"
3806
-
3807
- strip-bom@^2.0.0:
3808
- version "2.0.0"
3809
- resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
3810
- dependencies:
3811
- is-utf8 "^0.2.0"
3812
-
3813
3193
  strip-bom@^3.0.0:
3814
3194
  version "3.0.0"
3815
3195
  resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
3816
3196
 
3817
- strip-json-comments@~1.0.1, strip-json-comments@~1.0.2, strip-json-comments@~1.0.4:
3197
+ strip-json-comments@~1.0.4:
3818
3198
  version "1.0.4"
3819
3199
  resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-1.0.4.tgz#1e15fbcac97d3ee99bf2d73b4c656b082bbafb91"
3820
3200
 
3201
+ strip-json-comments@~2.0.1:
3202
+ version "2.0.1"
3203
+ resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
3204
+
3821
3205
  supports-color@^2.0.0:
3822
3206
  version "2.0.0"
3823
3207
  resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
@@ -3873,14 +3257,15 @@ tapable@^0.1.8, tapable@~0.1.8:
3873
3257
  version "0.1.10"
3874
3258
  resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.1.10.tgz#29c35707c2b70e50d07482b5d202e8ed446dafd4"
3875
3259
 
3876
- tape@^4.6.2, "tape@>=2.0.0 <5.0.0":
3877
- version "4.6.2"
3878
- resolved "https://registry.yarnpkg.com/tape/-/tape-4.6.2.tgz#19b3d874508485a1dc30fb30fe2a7d9be2c28b78"
3260
+ "tape@>=2.0.0 <5.0.0", tape@^4.6.3:
3261
+ version "4.6.3"
3262
+ resolved "https://registry.yarnpkg.com/tape/-/tape-4.6.3.tgz#637e77581e9ab2ce17577e9bd4ce4f575806d8b6"
3879
3263
  dependencies:
3880
3264
  deep-equal "~1.0.1"
3881
3265
  defined "~1.0.0"
3266
+ for-each "~0.3.2"
3882
3267
  function-bind "~1.1.0"
3883
- glob "~7.1.0"
3268
+ glob "~7.1.1"
3884
3269
  has "~1.0.1"
3885
3270
  inherits "~2.0.3"
3886
3271
  minimist "~1.2.0"
@@ -3915,10 +3300,6 @@ text-table@~0.2.0:
3915
3300
  version "0.2.0"
3916
3301
  resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
3917
3302
 
3918
- through@^2.3.6, through@~2.3.4, through@~2.3.8, through@2:
3919
- version "2.3.8"
3920
- resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
3921
-
3922
3303
  through2@^2.0.0:
3923
3304
  version "2.0.1"
3924
3305
  resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.1.tgz#384e75314d49f32de12eebb8136b8eb6b5d59da9"
@@ -3926,11 +3307,15 @@ through2@^2.0.0:
3926
3307
  readable-stream "~2.0.0"
3927
3308
  xtend "~4.0.0"
3928
3309
 
3929
- timers-browserify@^1.0.1:
3930
- version "1.4.2"
3931
- resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-1.4.2.tgz#c9c58b575be8407375cb5e2462dacee74359f41d"
3310
+ through@2, through@^2.3.6, through@~2.3.4, through@~2.3.8:
3311
+ version "2.3.8"
3312
+ resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
3313
+
3314
+ timers-browserify@^2.0.2:
3315
+ version "2.0.2"
3316
+ resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.2.tgz#ab4883cf597dcd50af211349a00fbca56ac86b86"
3932
3317
  dependencies:
3933
- process "~0.11.0"
3318
+ setimmediate "^1.0.4"
3934
3319
 
3935
3320
  tmp@^0.0.29:
3936
3321
  version "0.0.29"
@@ -3938,18 +3323,14 @@ tmp@^0.0.29:
3938
3323
  dependencies:
3939
3324
  os-tmpdir "~1.0.1"
3940
3325
 
3941
- to-double-quotes@^2.0.0:
3942
- version "2.0.0"
3943
- resolved "https://registry.yarnpkg.com/to-double-quotes/-/to-double-quotes-2.0.0.tgz#aaf231d6fa948949f819301bbab4484d8588e4a7"
3326
+ to-arraybuffer@^1.0.0:
3327
+ version "1.0.1"
3328
+ resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43"
3944
3329
 
3945
- to-fast-properties@^1.0.0, to-fast-properties@^1.0.1:
3330
+ to-fast-properties@^1.0.1:
3946
3331
  version "1.0.2"
3947
3332
  resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.2.tgz#f3f5c0c3ba7299a7ef99427e44633257ade43320"
3948
3333
 
3949
- to-single-quotes@^2.0.0:
3950
- version "2.0.1"
3951
- resolved "https://registry.yarnpkg.com/to-single-quotes/-/to-single-quotes-2.0.1.tgz#7cc29151f0f5f2c41946f119f5932fe554170125"
3952
-
3953
3334
  tough-cookie@^2.3.1, tough-cookie@~2.3.0:
3954
3335
  version "2.3.2"
3955
3336
  resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.2.tgz#f081f76e4c85720e6c37a5faced737150d84072a"
@@ -3960,26 +3341,14 @@ tr46@~0.0.3:
3960
3341
  version "0.0.3"
3961
3342
  resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
3962
3343
 
3963
- trim-right@^1.0.0:
3964
- version "1.0.1"
3965
- resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
3966
-
3967
3344
  trim@0.0.1:
3968
3345
  version "0.0.1"
3969
3346
  resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd"
3970
3347
 
3971
- try-resolve@^1.0.0:
3972
- version "1.0.1"
3973
- resolved "https://registry.yarnpkg.com/try-resolve/-/try-resolve-1.0.1.tgz#cfde6fabd72d63e5797cfaab873abbe8e700e912"
3974
-
3975
3348
  tryit@^1.0.1:
3976
3349
  version "1.0.3"
3977
3350
  resolved "https://registry.yarnpkg.com/tryit/-/tryit-1.0.3.tgz#393be730a9446fd1ead6da59a014308f36c289cb"
3978
3351
 
3979
- tryor@~0.1.2:
3980
- version "0.1.2"
3981
- resolved "https://registry.yarnpkg.com/tryor/-/tryor-0.1.2.tgz#8145e4ca7caff40acde3ccf946e8b8bb75b4172b"
3982
-
3983
3352
  tty-browserify@0.0.0:
3984
3353
  version "0.0.0"
3985
3354
  resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
@@ -4023,13 +3392,9 @@ uid-number@~0.0.6:
4023
3392
  version "0.0.6"
4024
3393
  resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81"
4025
3394
 
4026
- underscore@~1.6.0:
4027
- version "1.6.0"
4028
- resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.6.0.tgz#8b38b10cacdef63337b8b24e4ff86d45aea529a8"
4029
-
4030
- url@~0.10.1:
4031
- version "0.10.3"
4032
- resolved "https://registry.yarnpkg.com/url/-/url-0.10.3.tgz#021e4d9c7705f21bbf37d03ceb58767402774c64"
3395
+ url@^0.11.0:
3396
+ version "0.11.0"
3397
+ resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"
4033
3398
  dependencies:
4034
3399
  punycode "1.3.2"
4035
3400
  querystring "0.2.0"
@@ -4048,27 +3413,12 @@ util-deprecate@~1.0.1:
4048
3413
  version "1.0.2"
4049
3414
  resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
4050
3415
 
4051
- util@~0.10.3, util@0.10.3:
3416
+ util@0.10.3, util@^0.10.3:
4052
3417
  version "0.10.3"
4053
3418
  resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9"
4054
3419
  dependencies:
4055
3420
  inherits "2.0.1"
4056
3421
 
4057
- utile@0.2.x:
4058
- version "0.2.1"
4059
- resolved "https://registry.yarnpkg.com/utile/-/utile-0.2.1.tgz#930c88e99098d6220834c356cbd9a770522d90d7"
4060
- dependencies:
4061
- async "~0.2.9"
4062
- deep-equal "*"
4063
- i "0.3.x"
4064
- mkdirp "0.x.x"
4065
- ncp "0.4.x"
4066
- rimraf "2.x.x"
4067
-
4068
- uuid@^2.0.2:
4069
- version "2.0.3"
4070
- resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a"
4071
-
4072
3422
  v8flags@^2.0.10:
4073
3423
  version "2.0.11"
4074
3424
  resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-2.0.11.tgz#bca8f30f0d6d60612cc2c00641e6962d42ae6881"
@@ -4087,25 +3437,6 @@ vm-browserify@0.0.4:
4087
3437
  dependencies:
4088
3438
  indexof "0.0.1"
4089
3439
 
4090
- vow-fs@~0.3.4:
4091
- version "0.3.6"
4092
- resolved "https://registry.yarnpkg.com/vow-fs/-/vow-fs-0.3.6.tgz#2d4c59be22e2bf2618ddf597ab4baa923be7200d"
4093
- dependencies:
4094
- glob "^7.0.5"
4095
- uuid "^2.0.2"
4096
- vow "^0.4.7"
4097
- vow-queue "^0.4.1"
4098
-
4099
- vow-queue@^0.4.1:
4100
- version "0.4.2"
4101
- resolved "https://registry.yarnpkg.com/vow-queue/-/vow-queue-0.4.2.tgz#e7fe17160e15c7c4184d1b666a9bc64e18e30184"
4102
- dependencies:
4103
- vow "~0.4.0"
4104
-
4105
- vow@^0.4.7, vow@~0.4.0, vow@~0.4.8:
4106
- version "0.4.12"
4107
- resolved "https://registry.yarnpkg.com/vow/-/vow-0.4.12.tgz#da472cc60cf3b08147556c0f370f2c805ae4b449"
4108
-
4109
3440
  watchpack@^0.2.1:
4110
3441
  version "0.2.9"
4111
3442
  resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-0.2.9.tgz#62eaa4ab5e5ba35fdfc018275626e3c0f5e3fb0b"
@@ -4118,16 +3449,16 @@ webidl-conversions@^3.0.0, webidl-conversions@^3.0.1:
4118
3449
  version "3.0.1"
4119
3450
  resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
4120
3451
 
4121
- webpack-core@~0.6.0:
4122
- version "0.6.8"
4123
- resolved "https://registry.yarnpkg.com/webpack-core/-/webpack-core-0.6.8.tgz#edf9135de00a6a3c26dd0f14b208af0aa4af8d0a"
3452
+ webpack-core@~0.6.9:
3453
+ version "0.6.9"
3454
+ resolved "https://registry.yarnpkg.com/webpack-core/-/webpack-core-0.6.9.tgz#fc571588c8558da77be9efb6debdc5a3b172bdc2"
4124
3455
  dependencies:
4125
- source-list-map "~0.1.0"
3456
+ source-list-map "~0.1.7"
4126
3457
  source-map "~0.4.1"
4127
3458
 
4128
- webpack@^1.13.2:
4129
- version "1.13.3"
4130
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-1.13.3.tgz#e79c46fe5a37c5ca70084ba0894c595cdcb42815"
3459
+ webpack@^1.14.0:
3460
+ version "1.14.0"
3461
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-1.14.0.tgz#54f1ffb92051a328a5b2057d6ae33c289462c823"
4131
3462
  dependencies:
4132
3463
  acorn "^3.0.0"
4133
3464
  async "^1.3.0"
@@ -4137,13 +3468,13 @@ webpack@^1.13.2:
4137
3468
  loader-utils "^0.2.11"
4138
3469
  memory-fs "~0.3.0"
4139
3470
  mkdirp "~0.5.0"
4140
- node-libs-browser "^0.6.0"
3471
+ node-libs-browser "^0.7.0"
4141
3472
  optimist "~0.6.0"
4142
3473
  supports-color "^3.1.0"
4143
3474
  tapable "~0.1.8"
4144
3475
  uglify-js "~2.7.3"
4145
3476
  watchpack "^0.2.1"
4146
- webpack-core "~0.6.0"
3477
+ webpack-core "~0.6.9"
4147
3478
 
4148
3479
  whatwg-encoding@^1.0.1:
4149
3480
  version "1.0.1"
@@ -4155,14 +3486,14 @@ whatwg-fetch@>=0.10.0:
4155
3486
  version "1.0.0"
4156
3487
  resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-1.0.0.tgz#01c2ac4df40e236aaa18480e3be74bd5c8eb798e"
4157
3488
 
4158
- whatwg-url@^3.0.0:
4159
- version "3.0.0"
4160
- resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-3.0.0.tgz#b9033c50c7ce763e91d78777ce825a6d7f56dac5"
3489
+ whatwg-url@^4.1.0:
3490
+ version "4.2.0"
3491
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-4.2.0.tgz#abf1a3f5ff4bc2005b3f0c2119382631789d8e44"
4161
3492
  dependencies:
4162
3493
  tr46 "~0.0.3"
4163
3494
  webidl-conversions "^3.0.0"
4164
3495
 
4165
- when@^3.7.7:
3496
+ when@3.7.7:
4166
3497
  version "3.7.7"
4167
3498
  resolved "https://registry.yarnpkg.com/when/-/when-3.7.7.tgz#aba03fc3bb736d6c88b091d013d8a8e590d84718"
4168
3499
 
@@ -4172,25 +3503,13 @@ wide-align@^1.1.0:
4172
3503
  dependencies:
4173
3504
  string-width "^1.0.1"
4174
3505
 
4175
- window-size@^0.1.2:
4176
- version "0.1.4"
4177
- resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.4.tgz#f8e1aa1ee5a53ec5bf151ffa09742a6ad7697876"
4178
-
4179
3506
  window-size@0.1.0:
4180
3507
  version "0.1.0"
4181
3508
  resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d"
4182
3509
 
4183
- winston@0.8.x:
4184
- version "0.8.3"
4185
- resolved "https://registry.yarnpkg.com/winston/-/winston-0.8.3.tgz#64b6abf4cd01adcaefd5009393b1d8e8bec19db0"
4186
- dependencies:
4187
- async "0.2.x"
4188
- colors "0.6.x"
4189
- cycle "1.0.x"
4190
- eyes "0.1.x"
4191
- isstream "0.1.x"
4192
- pkginfo "0.3.x"
4193
- stack-trace "0.0.x"
3510
+ wordwrap@0.0.2:
3511
+ version "0.0.2"
3512
+ resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f"
4194
3513
 
4195
3514
  wordwrap@~0.0.2:
4196
3515
  version "0.0.3"
@@ -4200,10 +3519,6 @@ wordwrap@~1.0.0:
4200
3519
  version "1.0.0"
4201
3520
  resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
4202
3521
 
4203
- wordwrap@0.0.2:
4204
- version "0.0.2"
4205
- resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f"
4206
-
4207
3522
  wrappy@1:
4208
3523
  version "1.0.2"
4209
3524
  resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
@@ -4218,20 +3533,10 @@ write@^0.2.1:
4218
3533
  version "2.0.1"
4219
3534
  resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-2.0.1.tgz#4d8b8f1eccd3419aa362061becef515e1e559635"
4220
3535
 
4221
- xmlbuilder@^3.1.0:
4222
- version "3.1.0"
4223
- resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-3.1.0.tgz#2c86888f2d4eade850fa38ca7f7223f7209516e1"
4224
- dependencies:
4225
- lodash "^3.5.0"
4226
-
4227
3536
  xtend@^4.0.0, xtend@~4.0.0:
4228
3537
  version "4.0.1"
4229
3538
  resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"
4230
3539
 
4231
- y18n@^3.2.0:
4232
- version "3.2.1"
4233
- resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41"
4234
-
4235
3540
  yargs@~3.10.0:
4236
3541
  version "3.10.0"
4237
3542
  resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1"
@@ -4240,15 +3545,3 @@ yargs@~3.10.0:
4240
3545
  cliui "^2.1.0"
4241
3546
  decamelize "^1.0.0"
4242
3547
  window-size "0.1.0"
4243
-
4244
- yargs@~3.27.0:
4245
- version "3.27.0"
4246
- resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.27.0.tgz#21205469316e939131d59f2da0c6d7f98221ea40"
4247
- dependencies:
4248
- camelcase "^1.2.1"
4249
- cliui "^2.1.0"
4250
- decamelize "^1.0.0"
4251
- os-locale "^1.4.0"
4252
- window-size "^0.1.2"
4253
- y18n "^3.2.0"
4254
-