Skip to content

Commit ec54256

Browse files
committed
Update dependency enzyme to v3.10.0
1 parent 85630e5 commit ec54256

File tree

2 files changed

+134
-14
lines changed

2 files changed

+134
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"babel-preset-stage-1": "6.24.1",
4141
"babel-register": "6.26.0",
4242
"chai": "3.5.0",
43-
"enzyme": "3.2.0",
43+
"enzyme": "3.10.0",
4444
"enzyme-adapter-react-16": "1.1.1",
4545
"jsdom": "9.12.0",
4646
"mocha": "3.5.3",

yarn.lock

Lines changed: 133 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,22 @@ array-equal@^1.0.0:
8080
version "1.0.0"
8181
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
8282

83+
array-filter@^1.0.0:
84+
version "1.0.0"
85+
resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-1.0.0.tgz#baf79e62e6ef4c2a4c0b831232daffec251f9d83"
86+
8387
array-unique@^0.2.1:
8488
version "0.2.1"
8589
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
8690

91+
array.prototype.flat@^1.2.1:
92+
version "1.2.1"
93+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
94+
dependencies:
95+
define-properties "^1.1.2"
96+
es-abstract "^1.10.0"
97+
function-bind "^1.1.1"
98+
8799
asap@~2.0.3:
88100
version "2.0.6"
89101
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
@@ -1117,6 +1129,12 @@ define-properties@^1.1.2:
11171129
foreach "^2.0.5"
11181130
object-keys "^1.0.8"
11191131

1132+
define-properties@^1.1.3:
1133+
version "1.1.3"
1134+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
1135+
dependencies:
1136+
object-keys "^1.0.12"
1137+
11201138
delayed-stream@~1.0.0:
11211139
version "1.0.0"
11221140
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
@@ -1219,21 +1237,46 @@ enzyme-adapter-utils@^1.3.0:
12191237
object.assign "^4.0.4"
12201238
prop-types "^15.6.0"
12211239

1222-
enzyme@3.2.0:
1223-
version "3.2.0"
1224-
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.2.0.tgz#998bdcda0fc71b8764a0017f7cc692c943f54a7a"
1240+
enzyme@3.10.0:
1241+
version "3.10.0"
1242+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.10.0.tgz#7218e347c4a7746e133f8e964aada4a3523452f6"
12251243
dependencies:
1244+
array.prototype.flat "^1.2.1"
12261245
cheerio "^1.0.0-rc.2"
1227-
function.prototype.name "^1.0.3"
1228-
has "^1.0.1"
1246+
function.prototype.name "^1.1.0"
1247+
has "^1.0.3"
1248+
html-element-map "^1.0.0"
1249+
is-boolean-object "^1.0.0"
1250+
is-callable "^1.1.4"
1251+
is-number-object "^1.0.3"
1252+
is-regex "^1.0.4"
1253+
is-string "^1.0.4"
12291254
is-subset "^0.1.1"
1230-
lodash "^4.17.4"
1255+
lodash.escape "^4.0.1"
1256+
lodash.isequal "^4.5.0"
1257+
object-inspect "^1.6.0"
12311258
object-is "^1.0.1"
1232-
object.assign "^4.0.4"
1259+
object.assign "^4.1.0"
12331260
object.entries "^1.0.4"
12341261
object.values "^1.0.4"
12351262
raf "^3.4.0"
12361263
rst-selector-parser "^2.2.3"
1264+
string.prototype.trim "^1.1.2"
1265+
1266+
es-abstract@^1.10.0:
1267+
version "1.14.2"
1268+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.14.2.tgz#7ce108fad83068c8783c3cdf62e504e084d8c497"
1269+
dependencies:
1270+
es-to-primitive "^1.2.0"
1271+
function-bind "^1.1.1"
1272+
has "^1.0.3"
1273+
has-symbols "^1.0.0"
1274+
is-callable "^1.1.4"
1275+
is-regex "^1.0.4"
1276+
object-inspect "^1.6.0"
1277+
object-keys "^1.1.1"
1278+
string.prototype.trimleft "^2.0.0"
1279+
string.prototype.trimright "^2.0.0"
12371280

12381281
es-abstract@^1.5.0, es-abstract@^1.6.1:
12391282
version "1.10.0"
@@ -1253,6 +1296,14 @@ es-to-primitive@^1.1.1:
12531296
is-date-object "^1.0.1"
12541297
is-symbol "^1.0.1"
12551298

1299+
es-to-primitive@^1.2.0:
1300+
version "1.2.0"
1301+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
1302+
dependencies:
1303+
is-callable "^1.1.4"
1304+
is-date-object "^1.0.1"
1305+
is-symbol "^1.0.2"
1306+
12561307
[email protected], escape-string-regexp@^1.0.2:
12571308
version "1.0.5"
12581309
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
@@ -1424,13 +1475,18 @@ function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
14241475
version "1.1.1"
14251476
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
14261477

1427-
function.prototype.name@^1.0.3:
1428-
version "1.0.3"
1429-
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.0.3.tgz#0099ae5572e9dd6f03c97d023fd92bcc5e639eac"
1478+
function.prototype.name@^1.1.0:
1479+
version "1.1.1"
1480+
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.1.tgz#6d252350803085abc2ad423d4fe3be2f9cbda392"
14301481
dependencies:
1431-
define-properties "^1.1.2"
1432-
function-bind "^1.1.0"
1433-
is-callable "^1.1.3"
1482+
define-properties "^1.1.3"
1483+
function-bind "^1.1.1"
1484+
functions-have-names "^1.1.1"
1485+
is-callable "^1.1.4"
1486+
1487+
functions-have-names@^1.1.1:
1488+
version "1.1.1"
1489+
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.1.1.tgz#79d35927f07b8e7103d819fed475b64ccf7225ea"
14341490

14351491
gauge@~2.7.3:
14361492
version "2.7.4"
@@ -1559,6 +1615,12 @@ has@^1.0.1:
15591615
dependencies:
15601616
function-bind "^1.0.2"
15611617

1618+
has@^1.0.3:
1619+
version "1.0.3"
1620+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
1621+
dependencies:
1622+
function-bind "^1.1.1"
1623+
15621624
[email protected], hawk@~3.1.3:
15631625
version "3.1.3"
15641626
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
@@ -1596,6 +1658,12 @@ home-or-tmp@^2.0.0:
15961658
os-homedir "^1.0.0"
15971659
os-tmpdir "^1.0.1"
15981660

1661+
html-element-map@^1.0.0:
1662+
version "1.1.0"
1663+
resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.1.0.tgz#e5aab9a834caf883b421f8bd9eaedcaac887d63c"
1664+
dependencies:
1665+
array-filter "^1.0.0"
1666+
15991667
html-encoding-sniffer@^1.0.1:
16001668
version "1.0.2"
16011669
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"
@@ -1666,6 +1734,10 @@ is-binary-path@^1.0.0:
16661734
dependencies:
16671735
binary-extensions "^1.0.0"
16681736

1737+
is-boolean-object@^1.0.0:
1738+
version "1.0.0"
1739+
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.0.0.tgz#98f8b28030684219a95f375cfbd88ce3405dff93"
1740+
16691741
is-buffer@^1.1.5:
16701742
version "1.1.6"
16711743
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
@@ -1674,6 +1746,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
16741746
version "1.1.3"
16751747
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
16761748

1749+
is-callable@^1.1.4:
1750+
version "1.1.4"
1751+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
1752+
16771753
is-date-object@^1.0.1:
16781754
version "1.0.1"
16791755
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16"
@@ -1718,6 +1794,10 @@ is-glob@^2.0.0, is-glob@^2.0.1:
17181794
dependencies:
17191795
is-extglob "^1.0.0"
17201796

1797+
is-number-object@^1.0.3:
1798+
version "1.0.3"
1799+
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.3.tgz#f265ab89a9f445034ef6aff15a8f00b00f551799"
1800+
17211801
is-number@^2.1.0:
17221802
version "2.1.0"
17231803
resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f"
@@ -1748,6 +1828,10 @@ is-stream@^1.0.1:
17481828
version "1.1.0"
17491829
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
17501830

1831+
is-string@^1.0.4:
1832+
version "1.0.4"
1833+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.4.tgz#cc3a9b69857d621e963725a24caeec873b826e64"
1834+
17511835
is-subset@^0.1.1:
17521836
version "0.1.1"
17531837
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -1756,6 +1840,12 @@ is-symbol@^1.0.1:
17561840
version "1.0.1"
17571841
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
17581842

1843+
is-symbol@^1.0.2:
1844+
version "1.0.2"
1845+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
1846+
dependencies:
1847+
has-symbols "^1.0.0"
1848+
17591849
is-typedarray@~1.0.0:
17601850
version "1.0.0"
17611851
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -1914,6 +2004,10 @@ [email protected]:
19142004
lodash._basecreate "^3.0.0"
19152005
lodash._isiterateecall "^3.0.0"
19162006

2007+
lodash.escape@^4.0.1:
2008+
version "4.0.1"
2009+
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
2010+
19172011
lodash.flattendeep@^4.4.0:
19182012
version "4.4.0"
19192013
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
@@ -1926,6 +2020,10 @@ lodash.isarray@^3.0.0:
19262020
version "3.0.4"
19272021
resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
19282022

2023+
lodash.isequal@^4.5.0:
2024+
version "4.5.0"
2025+
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
2026+
19292027
lodash.keys@^3.0.0:
19302028
version "3.1.2"
19312029
resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a"
@@ -2108,6 +2206,10 @@ object-assign@^4.1.0, object-assign@^4.1.1:
21082206
version "4.1.1"
21092207
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
21102208

2209+
object-inspect@^1.6.0:
2210+
version "1.6.0"
2211+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
2212+
21112213
object-is@^1.0.1:
21122214
version "1.0.1"
21132215
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
@@ -2116,6 +2218,10 @@ object-keys@^1.0.11, object-keys@^1.0.8:
21162218
version "1.0.11"
21172219
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
21182220

2221+
object-keys@^1.0.12, object-keys@^1.1.1:
2222+
version "1.1.1"
2223+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
2224+
21192225
object.assign@^4.0.4, object.assign@^4.1.0:
21202226
version "4.1.0"
21212227
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
@@ -2592,6 +2698,20 @@ string.prototype.trim@^1.1.2:
25922698
es-abstract "^1.5.0"
25932699
function-bind "^1.0.2"
25942700

2701+
string.prototype.trimleft@^2.0.0:
2702+
version "2.1.0"
2703+
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"
2704+
dependencies:
2705+
define-properties "^1.1.3"
2706+
function-bind "^1.1.1"
2707+
2708+
string.prototype.trimright@^2.0.0:
2709+
version "2.1.0"
2710+
resolved "https://registry.yarnpkg.com/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz#669d164be9df9b6f7559fa8e89945b168a5a6c58"
2711+
dependencies:
2712+
define-properties "^1.1.3"
2713+
function-bind "^1.1.1"
2714+
25952715
string_decoder@~1.0.3:
25962716
version "1.0.3"
25972717
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab"

0 commit comments

Comments
 (0)