Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit cb89656

Browse files
committed
Update dependency enzyme to v3.5.1
1 parent d932e14 commit cb89656

File tree

2 files changed

+99
-13
lines changed

2 files changed

+99
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"babel-preset-flow": "6.23.0",
4747
"babel-preset-react": "6.24.1",
4848
"css-loader": "0.28.7",
49-
"enzyme": "3.1.1",
49+
"enzyme": "3.5.1",
5050
"enzyme-adapter-react-16": "1.0.4",
5151
"enzyme-to-json": "3.2.2",
5252
"eslint": "4.11.0",

yarn.lock

Lines changed: 98 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,14 @@ array-unique@^0.2.1:
287287
version "0.2.1"
288288
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
289289

290+
array.prototype.flat@^1.2.1:
291+
version "1.2.1"
292+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
293+
dependencies:
294+
define-properties "^1.1.2"
295+
es-abstract "^1.10.0"
296+
function-bind "^1.1.1"
297+
290298
arrify@^1.0.0, arrify@^1.0.1:
291299
version "1.0.1"
292300
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2032,20 +2040,29 @@ [email protected]:
20322040
dependencies:
20332041
lodash "^4.17.4"
20342042

2035-
enzyme@3.1.1:
2036-
version "3.1.1"
2037-
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.1.1.tgz#c6948dfccd055d75fbd8627ad1c96a024d0e247b"
2043+
enzyme@3.5.1:
2044+
version "3.5.1"
2045+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.5.1.tgz#aad0cbd005fee4cfd800b6451b64112b5374da67"
20382046
dependencies:
2047+
array.prototype.flat "^1.2.1"
20392048
cheerio "^1.0.0-rc.2"
2040-
function.prototype.name "^1.0.3"
2049+
function.prototype.name "^1.1.0"
2050+
has "^1.0.3"
2051+
is-boolean-object "^1.0.0"
2052+
is-callable "^1.1.4"
2053+
is-number-object "^1.0.3"
2054+
is-string "^1.0.4"
20412055
is-subset "^0.1.1"
2042-
lodash "^4.17.4"
2056+
lodash.escape "^4.0.1"
2057+
lodash.isequal "^4.5.0"
2058+
object-inspect "^1.6.0"
20432059
object-is "^1.0.1"
2044-
object.assign "^4.0.4"
2060+
object.assign "^4.1.0"
20452061
object.entries "^1.0.4"
20462062
object.values "^1.0.4"
2047-
raf "^3.3.2"
2063+
raf "^3.4.0"
20482064
rst-selector-parser "^2.2.3"
2065+
string.prototype.trim "^1.1.2"
20492066

20502067
errno@^0.1.3, errno@^0.1.4:
20512068
version "0.1.4"
@@ -2059,6 +2076,16 @@ error-ex@^1.2.0:
20592076
dependencies:
20602077
is-arrayish "^0.2.1"
20612078

2079+
es-abstract@^1.10.0, es-abstract@^1.5.0:
2080+
version "1.12.0"
2081+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
2082+
dependencies:
2083+
es-to-primitive "^1.1.1"
2084+
function-bind "^1.1.1"
2085+
has "^1.0.1"
2086+
is-callable "^1.1.3"
2087+
is-regex "^1.0.4"
2088+
20622089
es-abstract@^1.6.1, es-abstract@^1.7.0:
20632090
version "1.9.0"
20642091
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.9.0.tgz#690829a07cae36b222e7fd9b75c0d0573eb25227"
@@ -2718,12 +2745,12 @@ function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
27182745
version "1.1.1"
27192746
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
27202747

2721-
function.prototype.name@^1.0.3:
2722-
version "1.0.3"
2723-
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.0.3.tgz#0099ae5572e9dd6f03c97d023fd92bcc5e639eac"
2748+
function.prototype.name@^1.1.0:
2749+
version "1.1.0"
2750+
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
27242751
dependencies:
27252752
define-properties "^1.1.2"
2726-
function-bind "^1.1.0"
2753+
function-bind "^1.1.1"
27272754
is-callable "^1.1.3"
27282755

27292756
functional-red-black-tree@^1.0.1:
@@ -2879,6 +2906,10 @@ has-flag@^2.0.0:
28792906
version "2.0.0"
28802907
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
28812908

2909+
has-symbols@^1.0.0:
2910+
version "1.0.0"
2911+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
2912+
28822913
has-unicode@^2.0.0:
28832914
version "2.0.1"
28842915
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -2889,6 +2920,12 @@ has@^1.0.1:
28892920
dependencies:
28902921
function-bind "^1.0.2"
28912922

2923+
has@^1.0.3:
2924+
version "1.0.3"
2925+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2926+
dependencies:
2927+
function-bind "^1.1.1"
2928+
28922929
hash-base@^2.0.0:
28932930
version "2.0.2"
28942931
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -3178,6 +3215,10 @@ is-binary-path@^1.0.0:
31783215
dependencies:
31793216
binary-extensions "^1.0.0"
31803217

3218+
is-boolean-object@^1.0.0:
3219+
version "1.0.0"
3220+
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.0.0.tgz#98f8b28030684219a95f375cfbd88ce3405dff93"
3221+
31813222
is-buffer@^1.0.2, is-buffer@^1.1.5:
31823223
version "1.1.6"
31833224
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
@@ -3192,6 +3233,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
31923233
version "1.1.3"
31933234
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
31943235

3236+
is-callable@^1.1.4:
3237+
version "1.1.4"
3238+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
3239+
31953240
is-ci@^1.0.10:
31963241
version "1.0.10"
31973242
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e"
@@ -3252,6 +3297,10 @@ is-glob@^3.1.0:
32523297
dependencies:
32533298
is-extglob "^2.1.0"
32543299

3300+
is-number-object@^1.0.3:
3301+
version "1.0.3"
3302+
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.3.tgz#f265ab89a9f445034ef6aff15a8f00b00f551799"
3303+
32553304
is-number@^2.1.0:
32563305
version "2.1.0"
32573306
resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f"
@@ -3318,6 +3367,10 @@ is-stream@^1.0.1, is-stream@^1.1.0:
33183367
version "1.1.0"
33193368
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
33203369

3370+
is-string@^1.0.4:
3371+
version "1.0.4"
3372+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.4.tgz#cc3a9b69857d621e963725a24caeec873b826e64"
3373+
33213374
is-subset@^0.1.1:
33223375
version "0.1.1"
33233376
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -3877,10 +3930,18 @@ lodash.cond@^4.3.0:
38773930
version "4.5.2"
38783931
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
38793932

3933+
lodash.escape@^4.0.1:
3934+
version "4.0.1"
3935+
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
3936+
38803937
lodash.flattendeep@^4.4.0:
38813938
version "4.4.0"
38823939
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
38833940

3941+
lodash.isequal@^4.5.0:
3942+
version "4.5.0"
3943+
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
3944+
38843945
lodash.memoize@^4.1.2:
38853946
version "4.1.2"
38863947
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -4290,6 +4351,10 @@ object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
42904351
version "4.1.1"
42914352
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
42924353

4354+
object-inspect@^1.6.0:
4355+
version "1.6.0"
4356+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
4357+
42934358
object-is@^1.0.1:
42944359
version "1.0.1"
42954360
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
@@ -4298,6 +4363,10 @@ object-keys@^1.0.10, object-keys@^1.0.8:
42984363
version "1.0.11"
42994364
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
43004365

4366+
object-keys@^1.0.11:
4367+
version "1.0.12"
4368+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
4369+
43014370
object.assign@^4.0.4:
43024371
version "4.0.4"
43034372
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.0.4.tgz#b1c9cc044ef1b9fe63606fc141abbb32e14730cc"
@@ -4306,6 +4375,15 @@ object.assign@^4.0.4:
43064375
function-bind "^1.1.0"
43074376
object-keys "^1.0.10"
43084377

4378+
object.assign@^4.1.0:
4379+
version "4.1.0"
4380+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
4381+
dependencies:
4382+
define-properties "^1.1.2"
4383+
function-bind "^1.1.1"
4384+
has-symbols "^1.0.0"
4385+
object-keys "^1.0.11"
4386+
43094387
object.entries@^1.0.4:
43104388
version "1.0.4"
43114389
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.0.4.tgz#1bf9a4dd2288f5b33f3a993d257661f05d161a5f"
@@ -4967,7 +5045,7 @@ querystringify@~1.0.0:
49675045
version "1.0.0"
49685046
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-1.0.0.tgz#6286242112c5b712fa654e526652bf6a13ff05cb"
49695047

4970-
[email protected], raf@^3.3.2:
5048+
[email protected], raf@^3.4.0:
49715049
version "3.4.0"
49725050
resolved "https://registry.yarnpkg.com/raf/-/raf-3.4.0.tgz#a28876881b4bc2ca9117d4138163ddb80f781575"
49735051
dependencies:
@@ -5692,6 +5770,14 @@ string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
56925770
is-fullwidth-code-point "^2.0.0"
56935771
strip-ansi "^4.0.0"
56945772

5773+
string.prototype.trim@^1.1.2:
5774+
version "1.1.2"
5775+
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
5776+
dependencies:
5777+
define-properties "^1.1.2"
5778+
es-abstract "^1.5.0"
5779+
function-bind "^1.0.2"
5780+
56955781
string_decoder@^0.10.25:
56965782
version "0.10.31"
56975783
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"

0 commit comments

Comments
 (0)