Skip to content

Commit d05d269

Browse files
committed
chore(deps): update dependency enzyme to v3.5.0
1 parent 52dce09 commit d05d269

File tree

2 files changed

+96
-26
lines changed

2 files changed

+96
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"babel-preset-react": "6.24.1",
3333
"bundlesize": "0.15.3",
3434
"css-loader": "0.28.7",
35-
"enzyme": "3.1.0",
35+
"enzyme": "3.5.0",
3636
"eslint": "4.9.0",
3737
"eslint-config-prettier": "2.6.0",
3838
"eslint-plugin-prettier": "2.3.1",

yarn.lock

Lines changed: 95 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,14 @@ array-unique@^0.2.1:
248248
version "0.2.1"
249249
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
250250

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+
251259
arrify@^1.0.0, arrify@^1.0.1:
252260
version "1.0.1"
253261
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2556,20 +2564,28 @@ entities@^1.1.1, entities@~1.1.1:
25562564
version "1.1.1"
25572565
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0"
25582566

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.5.0:
2568+
version "3.5.0"
2569+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.5.0.tgz#fd452a698fd1352c737b641dd3a64e079f42d9d5"
25622570
dependencies:
2571+
array.prototype.flat "^1.2.1"
25632572
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"
25652579
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"
25672583
object-is "^1.0.1"
2568-
object.assign "^4.0.4"
2584+
object.assign "^4.1.0"
25692585
object.entries "^1.0.4"
25702586
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"
25732589

25742590
errno@^0.1.3, errno@^0.1.4:
25752591
version "0.1.4"
@@ -2583,6 +2599,16 @@ error-ex@^1.2.0:
25832599
dependencies:
25842600
is-arrayish "^0.2.1"
25852601

2602+
es-abstract@^1.10.0:
2603+
version "1.12.0"
2604+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
2605+
dependencies:
2606+
es-to-primitive "^1.1.1"
2607+
function-bind "^1.1.1"
2608+
has "^1.0.1"
2609+
is-callable "^1.1.3"
2610+
is-regex "^1.0.4"
2611+
25862612
es-abstract@^1.4.3, es-abstract@^1.6.1, es-abstract@^1.7.0:
25872613
version "1.9.0"
25882614
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.9.0.tgz#690829a07cae36b222e7fd9b75c0d0573eb25227"
@@ -3400,12 +3426,12 @@ function.name-polyfill@^1.0.5:
34003426
version "1.0.5"
34013427
resolved "https://registry.yarnpkg.com/function.name-polyfill/-/function.name-polyfill-1.0.5.tgz#d349bb4e24a324f08120455ee78a04142b1257bb"
34023428

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"
3429+
function.prototype.name@^1.1.0:
3430+
version "1.1.0"
3431+
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
34063432
dependencies:
34073433
define-properties "^1.1.2"
3408-
function-bind "^1.1.0"
3434+
function-bind "^1.1.1"
34093435
is-callable "^1.1.3"
34103436

34113437
functional-red-black-tree@^1.0.1:
@@ -3645,6 +3671,10 @@ has-flag@^2.0.0:
36453671
version "2.0.0"
36463672
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
36473673

3674+
has-symbols@^1.0.0:
3675+
version "1.0.0"
3676+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
3677+
36483678
has-unicode@^2.0.0:
36493679
version "2.0.1"
36503680
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -3655,6 +3685,12 @@ has@^1.0.1:
36553685
dependencies:
36563686
function-bind "^1.0.2"
36573687

3688+
has@^1.0.3:
3689+
version "1.0.3"
3690+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3691+
dependencies:
3692+
function-bind "^1.1.1"
3693+
36583694
hash-base@^2.0.0:
36593695
version "2.0.2"
36603696
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -4074,6 +4110,10 @@ is-binary-path@^1.0.0:
40744110
dependencies:
40754111
binary-extensions "^1.0.0"
40764112

4113+
is-boolean-object@^1.0.0:
4114+
version "1.0.0"
4115+
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.0.0.tgz#98f8b28030684219a95f375cfbd88ce3405dff93"
4116+
40774117
is-buffer@^1.1.4, is-buffer@^1.1.5:
40784118
version "1.1.5"
40794119
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.5.tgz#1f3b26ef613b214b88cbca23cc6c01d87961eecc"
@@ -4088,6 +4128,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
40884128
version "1.1.3"
40894129
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
40904130

4131+
is-callable@^1.1.4:
4132+
version "1.1.4"
4133+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
4134+
40914135
is-ci@^1.0.10:
40924136
version "1.0.10"
40934137
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e"
@@ -4174,6 +4218,10 @@ is-npm@^1.0.0:
41744218
version "1.0.0"
41754219
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4"
41764220

4221+
is-number-object@^1.0.3:
4222+
version "1.0.3"
4223+
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.3.tgz#f265ab89a9f445034ef6aff15a8f00b00f551799"
4224+
41774225
is-number@^2.1.0:
41784226
version "2.1.0"
41794227
resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f"
@@ -4260,6 +4308,10 @@ is-stream@^1.0.0, is-stream@^1.0.1, is-stream@^1.1.0:
42604308
version "1.1.0"
42614309
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
42624310

4311+
is-string@^1.0.4:
4312+
version "1.0.4"
4313+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.4.tgz#cc3a9b69857d621e963725a24caeec873b826e64"
4314+
42634315
is-subset@^0.1.1:
42644316
version "0.1.1"
42654317
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -5045,12 +5097,13 @@ levn@^0.3.0, levn@~0.3.0:
50455097
prelude-ls "~1.1.2"
50465098
type-check "~0.3.2"
50475099

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"
5100+
lint-staged@4.3.0:
5101+
version "4.3.0"
5102+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-4.3.0.tgz#ed0779ad9a42c0dc62bb3244e522870b41125879"
50515103
dependencies:
50525104
app-root-path "^2.0.0"
50535105
chalk "^2.1.0"
5106+
commander "^2.11.0"
50545107
cosmiconfig "^1.1.0"
50555108
execa "^0.8.0"
50565109
is-glob "^4.0.0"
@@ -5185,6 +5238,10 @@ lodash.defaults@^4.2.0:
51855238
version "4.2.0"
51865239
resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"
51875240

5241+
lodash.escape@^4.0.1:
5242+
version "4.0.1"
5243+
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
5244+
51885245
lodash.flattendeep@^4.4.0:
51895246
version "4.4.0"
51905247
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
@@ -5193,6 +5250,10 @@ lodash.get@^4.4.2:
51935250
version "4.4.2"
51945251
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
51955252

5253+
lodash.isequal@^4.5.0:
5254+
version "4.5.0"
5255+
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
5256+
51965257
lodash.memoize@^4.1.2:
51975258
version "4.1.2"
51985259
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -5757,21 +5818,30 @@ object-hash@^1.1.4:
57575818
version "1.1.8"
57585819
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.1.8.tgz#28a659cf987d96a4dabe7860289f3b5326c4a03c"
57595820

5821+
object-inspect@^1.6.0:
5822+
version "1.6.0"
5823+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
5824+
57605825
object-is@^1.0.1:
57615826
version "1.0.1"
57625827
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
57635828

5764-
object-keys@^1.0.10, object-keys@^1.0.8:
5829+
object-keys@^1.0.11:
5830+
version "1.0.12"
5831+
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
5832+
5833+
object-keys@^1.0.8:
57655834
version "1.0.11"
57665835
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
57675836

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"
5837+
object.assign@^4.1.0:
5838+
version "4.1.0"
5839+
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
57715840
dependencies:
57725841
define-properties "^1.1.2"
5773-
function-bind "^1.1.0"
5774-
object-keys "^1.0.10"
5842+
function-bind "^1.1.1"
5843+
has-symbols "^1.0.0"
5844+
object-keys "^1.0.11"
57755845

57765846
object.entries@^1.0.4:
57775847
version "1.0.4"
@@ -6622,7 +6692,7 @@ querystringify@~1.0.0:
66226692
version "1.0.0"
66236693
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-1.0.0.tgz#6286242112c5b712fa654e526652bf6a13ff05cb"
66246694

6625-
raf@^3.3.2:
6695+
raf@^3.4.0:
66266696
version "3.4.0"
66276697
resolved "https://registry.yarnpkg.com/raf/-/raf-3.4.0.tgz#a28876881b4bc2ca9117d4138163ddb80f781575"
66286698
dependencies:
@@ -7294,9 +7364,9 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
72947364
hash-base "^2.0.0"
72957365
inherits "^2.0.1"
72967366

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"
7367+
rst-selector-parser@^2.2.3:
7368+
version "2.2.3"
7369+
resolved "https://registry.yarnpkg.com/rst-selector-parser/-/rst-selector-parser-2.2.3.tgz#81b230ea2fcc6066c89e3472de794285d9b03d91"
73007370
dependencies:
73017371
lodash.flattendeep "^4.4.0"
73027372
nearley "^2.7.10"

0 commit comments

Comments
 (0)