Skip to content

Commit d0b96c8

Browse files
committed
chore(deps): update dependency enzyme to v3.10.0
1 parent f810a1f commit d0b96c8

File tree

2 files changed

+91
-13
lines changed

2 files changed

+91
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"babel-preset-react-app": "3.1.1",
6161
"babel-preset-stage-0": "6.24.1",
6262
"codecov": "3.0.0",
63-
"enzyme": "3.3.0",
63+
"enzyme": "3.10.0",
6464
"enzyme-adapter-react-16": "1.1.1",
6565
"enzyme-to-json": "3.3.1",
6666
"eslint": "4.17.0",

yarn.lock

Lines changed: 90 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,10 @@ array-equal@^1.0.0:
482482
version "1.0.0"
483483
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
484484

485+
array-filter@^1.0.0:
486+
version "1.0.0"
487+
resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-1.0.0.tgz#baf79e62e6ef4c2a4c0b831232daffec251f9d83"
488+
485489
array-find@^1.0.0:
486490
version "1.0.0"
487491
resolved "https://registry.yarnpkg.com/array-find/-/array-find-1.0.0.tgz#6c8e286d11ed768327f8e62ecee87353ca3e78b8"
@@ -511,6 +515,14 @@ array-unique@^0.2.1:
511515
version "0.2.1"
512516
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
513517

518+
array.prototype.flat@^1.2.1:
519+
version "1.2.1"
520+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
521+
dependencies:
522+
define-properties "^1.1.2"
523+
es-abstract "^1.10.0"
524+
function-bind "^1.1.1"
525+
514526
array.prototype.flatmap@^1.2.0:
515527
version "1.2.0"
516528
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.0.tgz#279f7ed4eeb1cedfe5515e92e63cfb40ca15b74b"
@@ -2840,26 +2852,31 @@ enzyme-to-json@3.3.1:
28402852
dependencies:
28412853
lodash "^4.17.4"
28422854

2843-
enzyme@3.3.0:
2844-
version "3.3.0"
2845-
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3.0.tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479"
2855+
enzyme@3.10.0:
2856+
version "3.10.0"
2857+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.10.0.tgz#7218e347c4a7746e133f8e964aada4a3523452f6"
28462858
dependencies:
2859+
array.prototype.flat "^1.2.1"
28472860
cheerio "^1.0.0-rc.2"
2848-
function.prototype.name "^1.0.3"
2849-
has "^1.0.1"
2861+
function.prototype.name "^1.1.0"
2862+
has "^1.0.3"
2863+
html-element-map "^1.0.0"
28502864
is-boolean-object "^1.0.0"
2851-
is-callable "^1.1.3"
2865+
is-callable "^1.1.4"
28522866
is-number-object "^1.0.3"
2867+
is-regex "^1.0.4"
28532868
is-string "^1.0.4"
28542869
is-subset "^0.1.1"
2855-
lodash "^4.17.4"
2856-
object-inspect "^1.5.0"
2870+
lodash.escape "^4.0.1"
2871+
lodash.isequal "^4.5.0"
2872+
object-inspect "^1.6.0"
28572873
object-is "^1.0.1"
28582874
object.assign "^4.1.0"
28592875
object.entries "^1.0.4"
28602876
object.values "^1.0.4"
28612877
raf "^3.4.0"
28622878
rst-selector-parser "^2.2.3"
2879+
string.prototype.trim "^1.1.2"
28632880

28642881
errno@^0.1.3, errno@^0.1.4:
28652882
version "0.1.6"
@@ -2883,6 +2900,17 @@ es-abstract@^1.10.0, es-abstract@^1.4.3, es-abstract@^1.5.1, es-abstract@^1.6.1,
28832900
is-callable "^1.1.3"
28842901
is-regex "^1.0.4"
28852902

2903+
es-abstract@^1.5.0:
2904+
version "1.13.0"
2905+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
2906+
dependencies:
2907+
es-to-primitive "^1.2.0"
2908+
function-bind "^1.1.1"
2909+
has "^1.0.3"
2910+
is-callable "^1.1.4"
2911+
is-regex "^1.0.4"
2912+
object-keys "^1.0.12"
2913+
28862914
es-to-primitive@^1.1.1:
28872915
version "1.1.1"
28882916
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
@@ -2891,6 +2919,14 @@ es-to-primitive@^1.1.1:
28912919
is-date-object "^1.0.1"
28922920
is-symbol "^1.0.1"
28932921

2922+
es-to-primitive@^1.2.0:
2923+
version "1.2.0"
2924+
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
2925+
dependencies:
2926+
is-callable "^1.1.4"
2927+
is-date-object "^1.0.1"
2928+
is-symbol "^1.0.2"
2929+
28942930
es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14:
28952931
version "0.10.38"
28962932
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.38.tgz#fa7d40d65bbc9bb8a67e1d3f9cc656a00530eed3"
@@ -3569,7 +3605,7 @@ function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
35693605
version "1.1.1"
35703606
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
35713607

3572-
function.prototype.name@^1.0.3, function.prototype.name@^1.1.0:
3608+
function.prototype.name@^1.1.0:
35733609
version "1.1.0"
35743610
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
35753611
dependencies:
@@ -3798,6 +3834,12 @@ has@^1.0.1:
37983834
dependencies:
37993835
function-bind "^1.0.2"
38003836

3837+
has@^1.0.3:
3838+
version "1.0.3"
3839+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3840+
dependencies:
3841+
function-bind "^1.1.1"
3842+
38013843
hash-base@^2.0.0:
38023844
version "2.0.2"
38033845
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -3896,6 +3938,12 @@ html-element-attributes@^1.0.0:
38963938
version "1.3.0"
38973939
resolved "https://registry.yarnpkg.com/html-element-attributes/-/html-element-attributes-1.3.0.tgz#f06ebdfce22de979db82020265cac541fb17d4fc"
38983940

3941+
html-element-map@^1.0.0:
3942+
version "1.0.1"
3943+
resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.0.1.tgz#3c4fcb4874ebddfe4283b51c8994e7713782b592"
3944+
dependencies:
3945+
array-filter "^1.0.0"
3946+
38993947
html-encoding-sniffer@^1.0.2:
39003948
version "1.0.2"
39013949
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"
@@ -4181,6 +4229,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
41814229
version "1.1.3"
41824230
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
41834231

4232+
is-callable@^1.1.4:
4233+
version "1.1.4"
4234+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
4235+
41844236
is-ci@^1.0.10:
41854237
version "1.1.0"
41864238
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -4361,6 +4413,12 @@ is-symbol@^1.0.1:
43614413
version "1.0.1"
43624414
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.1.tgz#3cc59f00025194b6ab2e38dbae6689256b660572"
43634415

4416+
is-symbol@^1.0.2:
4417+
version "1.0.2"
4418+
resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38"
4419+
dependencies:
4420+
has-symbols "^1.0.0"
4421+
43644422
is-typedarray@~1.0.0:
43654423
version "1.0.0"
43664424
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
@@ -5054,6 +5112,10 @@ lodash.debounce@^4.0.8:
50545112
version "4.0.8"
50555113
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
50565114

5115+
lodash.escape@^4.0.1:
5116+
version "4.0.1"
5117+
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
5118+
50575119
lodash.flattendeep@^4.4.0:
50585120
version "4.4.0"
50595121
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
@@ -5066,6 +5128,10 @@ lodash.isarray@^3.0.0:
50665128
version "3.0.4"
50675129
resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
50685130

5131+
lodash.isequal@^4.5.0:
5132+
version "4.5.0"
5133+
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
5134+
50695135
lodash.isplainobject@^4.0.6:
50705136
version "4.0.6"
50715137
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
@@ -5587,9 +5653,9 @@ object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
55875653
version "4.1.1"
55885654
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
55895655

5590-
object-inspect@^1.5.0:
5591-
version "1.5.0"
5592-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.5.0.tgz#9d876c11e40f485c79215670281b767488f9bfe3"
5656+
object-inspect@^1.6.0:
5657+
version "1.6.0"
5658+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
55935659

55945660
object-is@^1.0.1:
55955661
version "1.0.1"
@@ -5599,6 +5665,10 @@ object-keys@^1.0.11, object-keys@^1.0.8:
55995665
version "1.0.11"
56005666
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
56015667

5668+
object-keys@^1.0.12:
5669+
version "1.1.1"
5670+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
5671+
56025672
object-keys@~0.2.0:
56035673
version "0.2.0"
56045674
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.2.0.tgz#cddec02998b091be42bf1035ae32e49f1cb6ea67"
@@ -7377,6 +7447,14 @@ string.prototype.padstart@^3.0.0:
73777447
es-abstract "^1.4.3"
73787448
function-bind "^1.0.2"
73797449

7450+
string.prototype.trim@^1.1.2:
7451+
version "1.1.2"
7452+
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
7453+
dependencies:
7454+
define-properties "^1.1.2"
7455+
es-abstract "^1.5.0"
7456+
function-bind "^1.0.2"
7457+
73807458
string_decoder@^1.0.0, string_decoder@~1.0.3:
73817459
version "1.0.3"
73827460
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab"

0 commit comments

Comments
 (0)