@@ -248,6 +248,14 @@ array-unique@^0.2.1:
248
248
version "0.2.1"
249
249
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
250
250
251
+ array.prototype.flat@^1.2.1 :
252
+ version "1.2.1"
253
+ resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
254
+ dependencies :
255
+ define-properties "^1.1.2"
256
+ es-abstract "^1.10.0"
257
+ function-bind "^1.1.1"
258
+
251
259
arrify@^1.0.0, arrify@^1.0.1 :
252
260
version "1.0.1"
253
261
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2556,20 +2564,29 @@ entities@^1.1.1, entities@~1.1.1:
2556
2564
version "1.1.1"
2557
2565
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0"
2558
2566
2559
- enzyme@3.1 .0 :
2560
- version "3.1 .0"
2561
- resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.1 .0.tgz#d8ca84085790fbcec6ed40badd14478faee4c25a "
2567
+ enzyme@3.7 .0 :
2568
+ version "3.7 .0"
2569
+ resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.7 .0.tgz#9b499e8ca155df44fef64d9f1558961ba1385a46 "
2562
2570
dependencies :
2571
+ array.prototype.flat "^1.2.1"
2563
2572
cheerio "^1.0.0-rc.2"
2564
- function.prototype.name "^1.0.3"
2573
+ function.prototype.name "^1.1.0"
2574
+ has "^1.0.3"
2575
+ is-boolean-object "^1.0.0"
2576
+ is-callable "^1.1.4"
2577
+ is-number-object "^1.0.3"
2578
+ is-string "^1.0.4"
2565
2579
is-subset "^0.1.1"
2566
- lodash "^4.17.4"
2580
+ lodash.escape "^4.0.1"
2581
+ lodash.isequal "^4.5.0"
2582
+ object-inspect "^1.6.0"
2567
2583
object-is "^1.0.1"
2568
- object.assign "^4.0.4 "
2584
+ object.assign "^4.1.0 "
2569
2585
object.entries "^1.0.4"
2570
2586
object.values "^1.0.4"
2571
- raf "^3.3.2"
2572
- rst-selector-parser "^2.2.2"
2587
+ raf "^3.4.0"
2588
+ rst-selector-parser "^2.2.3"
2589
+ string.prototype.trim "^1.1.2"
2573
2590
2574
2591
errno@^0.1.3, errno@^0.1.4 :
2575
2592
version "0.1.4"
@@ -2583,6 +2600,16 @@ error-ex@^1.2.0:
2583
2600
dependencies :
2584
2601
is-arrayish "^0.2.1"
2585
2602
2603
+ es-abstract@^1.10.0, es-abstract@^1.5.0 :
2604
+ version "1.12.0"
2605
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
2606
+ dependencies :
2607
+ es-to-primitive "^1.1.1"
2608
+ function-bind "^1.1.1"
2609
+ has "^1.0.1"
2610
+ is-callable "^1.1.3"
2611
+ is-regex "^1.0.4"
2612
+
2586
2613
es-abstract@^1.4.3, es-abstract@^1.6.1, es-abstract@^1.7.0 :
2587
2614
version "1.9.0"
2588
2615
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.9.0.tgz#690829a07cae36b222e7fd9b75c0d0573eb25227"
@@ -3400,12 +3427,12 @@ function.name-polyfill@^1.0.5:
3400
3427
version "1.0.5"
3401
3428
resolved "https://registry.yarnpkg.com/function.name-polyfill/-/function.name-polyfill-1.0.5.tgz#d349bb4e24a324f08120455ee78a04142b1257bb"
3402
3429
3403
- function.prototype.name@^1.0.3 :
3404
- version "1.0.3 "
3405
- resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.0.3. tgz#0099ae5572e9dd6f03c97d023fd92bcc5e639eac "
3430
+ function.prototype.name@^1.1.0 :
3431
+ version "1.1.0 "
3432
+ resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0. tgz#8bd763cc0af860a859cc5d49384d74b932cd2327 "
3406
3433
dependencies :
3407
3434
define-properties "^1.1.2"
3408
- function-bind "^1.1.0 "
3435
+ function-bind "^1.1.1 "
3409
3436
is-callable "^1.1.3"
3410
3437
3411
3438
functional-red-black-tree@^1.0.1 :
@@ -3645,6 +3672,10 @@ has-flag@^2.0.0:
3645
3672
version "2.0.0"
3646
3673
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
3647
3674
3675
+ has-symbols@^1.0.0 :
3676
+ version "1.0.0"
3677
+ resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
3678
+
3648
3679
has-unicode@^2.0.0 :
3649
3680
version "2.0.1"
3650
3681
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -3655,6 +3686,12 @@ has@^1.0.1:
3655
3686
dependencies :
3656
3687
function-bind "^1.0.2"
3657
3688
3689
+ has@^1.0.3 :
3690
+ version "1.0.3"
3691
+ resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3692
+ dependencies :
3693
+ function-bind "^1.1.1"
3694
+
3658
3695
hash-base@^2.0.0 :
3659
3696
version "2.0.2"
3660
3697
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -4074,6 +4111,10 @@ is-binary-path@^1.0.0:
4074
4111
dependencies :
4075
4112
binary-extensions "^1.0.0"
4076
4113
4114
+ is-boolean-object@^1.0.0 :
4115
+ version "1.0.0"
4116
+ resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.0.0.tgz#98f8b28030684219a95f375cfbd88ce3405dff93"
4117
+
4077
4118
is-buffer@^1.1.4, is-buffer@^1.1.5 :
4078
4119
version "1.1.5"
4079
4120
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.5.tgz#1f3b26ef613b214b88cbca23cc6c01d87961eecc"
@@ -4088,6 +4129,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
4088
4129
version "1.1.3"
4089
4130
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
4090
4131
4132
+ is-callable@^1.1.4 :
4133
+ version "1.1.4"
4134
+ resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
4135
+
4091
4136
is-ci@^1.0.10 :
4092
4137
version "1.0.10"
4093
4138
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e"
@@ -4174,6 +4219,10 @@ is-npm@^1.0.0:
4174
4219
version "1.0.0"
4175
4220
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4"
4176
4221
4222
+ is-number-object@^1.0.3 :
4223
+ version "1.0.3"
4224
+ resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.3.tgz#f265ab89a9f445034ef6aff15a8f00b00f551799"
4225
+
4177
4226
is-number@^2.1.0 :
4178
4227
version "2.1.0"
4179
4228
resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f"
@@ -4260,6 +4309,10 @@ is-stream@^1.0.0, is-stream@^1.0.1, is-stream@^1.1.0:
4260
4309
version "1.1.0"
4261
4310
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
4262
4311
4312
+ is-string@^1.0.4 :
4313
+ version "1.0.4"
4314
+ resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.4.tgz#cc3a9b69857d621e963725a24caeec873b826e64"
4315
+
4263
4316
is-subset@^0.1.1 :
4264
4317
version "0.1.1"
4265
4318
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -5045,12 +5098,13 @@ levn@^0.3.0, levn@~0.3.0:
5045
5098
prelude-ls "~1.1.2"
5046
5099
type-check "~0.3.2"
5047
5100
5048
- lint-staged@4.2.3 :
5049
- version "4.2.3 "
5050
- resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-4.2.3. tgz#5a1f12256af06110b96225f109dbf215009a37a9 "
5101
+ lint-staged@4.3.0 :
5102
+ version "4.3.0 "
5103
+ resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-4.3.0. tgz#ed0779ad9a42c0dc62bb3244e522870b41125879 "
5051
5104
dependencies :
5052
5105
app-root-path "^2.0.0"
5053
5106
chalk "^2.1.0"
5107
+ commander "^2.11.0"
5054
5108
cosmiconfig "^1.1.0"
5055
5109
execa "^0.8.0"
5056
5110
is-glob "^4.0.0"
@@ -5185,6 +5239,10 @@ lodash.defaults@^4.2.0:
5185
5239
version "4.2.0"
5186
5240
resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"
5187
5241
5242
+ lodash.escape@^4.0.1 :
5243
+ version "4.0.1"
5244
+ resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
5245
+
5188
5246
lodash.flattendeep@^4.4.0 :
5189
5247
version "4.4.0"
5190
5248
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
@@ -5193,6 +5251,10 @@ lodash.get@^4.4.2:
5193
5251
version "4.4.2"
5194
5252
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
5195
5253
5254
+ lodash.isequal@^4.5.0 :
5255
+ version "4.5.0"
5256
+ resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
5257
+
5196
5258
lodash.memoize@^4.1.2 :
5197
5259
version "4.1.2"
5198
5260
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -5757,21 +5819,30 @@ object-hash@^1.1.4:
5757
5819
version "1.1.8"
5758
5820
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.1.8.tgz#28a659cf987d96a4dabe7860289f3b5326c4a03c"
5759
5821
5822
+ object-inspect@^1.6.0 :
5823
+ version "1.6.0"
5824
+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
5825
+
5760
5826
object-is@^1.0.1 :
5761
5827
version "1.0.1"
5762
5828
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
5763
5829
5764
- object-keys@^1.0.10, object-keys@^1.0.8 :
5830
+ object-keys@^1.0.11 :
5831
+ version "1.0.12"
5832
+ resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
5833
+
5834
+ object-keys@^1.0.8 :
5765
5835
version "1.0.11"
5766
5836
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
5767
5837
5768
- object.assign@^4.0.4 :
5769
- version "4.0.4 "
5770
- resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.0.4. tgz#b1c9cc044ef1b9fe63606fc141abbb32e14730cc "
5838
+ object.assign@^4.1.0 :
5839
+ version "4.1.0 "
5840
+ resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0. tgz#968bf1100d7956bb3ca086f006f846b3bc4008da "
5771
5841
dependencies :
5772
5842
define-properties "^1.1.2"
5773
- function-bind "^1.1.0"
5774
- object-keys "^1.0.10"
5843
+ function-bind "^1.1.1"
5844
+ has-symbols "^1.0.0"
5845
+ object-keys "^1.0.11"
5775
5846
5776
5847
object.entries@^1.0.4 :
5777
5848
version "1.0.4"
@@ -6622,7 +6693,7 @@ querystringify@~1.0.0:
6622
6693
version "1.0.0"
6623
6694
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-1.0.0.tgz#6286242112c5b712fa654e526652bf6a13ff05cb"
6624
6695
6625
- raf@^3.3.2 :
6696
+ raf@^3.4.0 :
6626
6697
version "3.4.0"
6627
6698
resolved "https://registry.yarnpkg.com/raf/-/raf-3.4.0.tgz#a28876881b4bc2ca9117d4138163ddb80f781575"
6628
6699
dependencies :
@@ -7294,9 +7365,9 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
7294
7365
hash-base "^2.0.0"
7295
7366
inherits "^2.0.1"
7296
7367
7297
- rst-selector-parser@^2.2.2 :
7298
- version "2.2.2 "
7299
- resolved "https://registry.yarnpkg.com/rst-selector-parser/-/rst-selector-parser-2.2.2 .tgz#9927b619bd5af8dc23a76c64caef04edf90d2c65 "
7368
+ rst-selector-parser@^2.2.3 :
7369
+ version "2.2.3 "
7370
+ resolved "https://registry.yarnpkg.com/rst-selector-parser/-/rst-selector-parser-2.2.3 .tgz#81b230ea2fcc6066c89e3472de794285d9b03d91 "
7300
7371
dependencies :
7301
7372
lodash.flattendeep "^4.4.0"
7302
7373
nearley "^2.7.10"
@@ -7741,6 +7812,14 @@ string.prototype.padend@^3.0.0:
7741
7812
es-abstract "^1.4.3"
7742
7813
function-bind "^1.0.2"
7743
7814
7815
+ string.prototype.trim@^1.1.2 :
7816
+ version "1.1.2"
7817
+ resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
7818
+ dependencies :
7819
+ define-properties "^1.1.2"
7820
+ es-abstract "^1.5.0"
7821
+ function-bind "^1.0.2"
7822
+
7744
7823
string_decoder@^0.10.25, string_decoder@~0.10.x :
7745
7824
version "0.10.31"
7746
7825
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
0 commit comments