Skip to content

Commit 1dce947

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

File tree

2 files changed

+105
-26
lines changed

2 files changed

+105
-26
lines changed

package.json

+1-1
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.6.0",
3636
"eslint": "4.9.0",
3737
"eslint-config-prettier": "2.6.0",
3838
"eslint-plugin-prettier": "2.3.1",

yarn.lock

+104-25
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,29 @@ 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.6.0:
2568+
version "3.6.0"
2569+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.6.0.tgz#d213f280a258f61e901bc663d4cc2d6fd9a9dec8"
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"
2589+
string.prototype.trim "^1.1.2"
25732590

25742591
errno@^0.1.3, errno@^0.1.4:
25752592
version "0.1.4"
@@ -2583,6 +2600,16 @@ error-ex@^1.2.0:
25832600
dependencies:
25842601
is-arrayish "^0.2.1"
25852602

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+
25862613
es-abstract@^1.4.3, es-abstract@^1.6.1, es-abstract@^1.7.0:
25872614
version "1.9.0"
25882615
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.9.0.tgz#690829a07cae36b222e7fd9b75c0d0573eb25227"
@@ -3400,12 +3427,12 @@ function.name-polyfill@^1.0.5:
34003427
version "1.0.5"
34013428
resolved "https://registry.yarnpkg.com/function.name-polyfill/-/function.name-polyfill-1.0.5.tgz#d349bb4e24a324f08120455ee78a04142b1257bb"
34023429

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"
34063433
dependencies:
34073434
define-properties "^1.1.2"
3408-
function-bind "^1.1.0"
3435+
function-bind "^1.1.1"
34093436
is-callable "^1.1.3"
34103437

34113438
functional-red-black-tree@^1.0.1:
@@ -3645,6 +3672,10 @@ has-flag@^2.0.0:
36453672
version "2.0.0"
36463673
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
36473674

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+
36483679
has-unicode@^2.0.0:
36493680
version "2.0.1"
36503681
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -3655,6 +3686,12 @@ has@^1.0.1:
36553686
dependencies:
36563687
function-bind "^1.0.2"
36573688

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+
36583695
hash-base@^2.0.0:
36593696
version "2.0.2"
36603697
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -4074,6 +4111,10 @@ is-binary-path@^1.0.0:
40744111
dependencies:
40754112
binary-extensions "^1.0.0"
40764113

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+
40774118
is-buffer@^1.1.4, is-buffer@^1.1.5:
40784119
version "1.1.5"
40794120
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:
40884129
version "1.1.3"
40894130
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
40904131

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+
40914136
is-ci@^1.0.10:
40924137
version "1.0.10"
40934138
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e"
@@ -4174,6 +4219,10 @@ is-npm@^1.0.0:
41744219
version "1.0.0"
41754220
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4"
41764221

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+
41774226
is-number@^2.1.0:
41784227
version "2.1.0"
41794228
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:
42604309
version "1.1.0"
42614310
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
42624311

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+
42634316
is-subset@^0.1.1:
42644317
version "0.1.1"
42654318
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:
50455098
prelude-ls "~1.1.2"
50465099
type-check "~0.3.2"
50475100

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"
50515104
dependencies:
50525105
app-root-path "^2.0.0"
50535106
chalk "^2.1.0"
5107+
commander "^2.11.0"
50545108
cosmiconfig "^1.1.0"
50555109
execa "^0.8.0"
50565110
is-glob "^4.0.0"
@@ -5185,6 +5239,10 @@ lodash.defaults@^4.2.0:
51855239
version "4.2.0"
51865240
resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"
51875241

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+
51885246
lodash.flattendeep@^4.4.0:
51895247
version "4.4.0"
51905248
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
@@ -5193,6 +5251,10 @@ lodash.get@^4.4.2:
51935251
version "4.4.2"
51945252
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
51955253

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+
51965258
lodash.memoize@^4.1.2:
51975259
version "4.1.2"
51985260
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -5757,21 +5819,30 @@ object-hash@^1.1.4:
57575819
version "1.1.8"
57585820
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.1.8.tgz#28a659cf987d96a4dabe7860289f3b5326c4a03c"
57595821

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+
57605826
object-is@^1.0.1:
57615827
version "1.0.1"
57625828
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6"
57635829

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:
57655835
version "1.0.11"
57665836
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
57675837

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"
57715841
dependencies:
57725842
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"
57755846

57765847
object.entries@^1.0.4:
57775848
version "1.0.4"
@@ -6622,7 +6693,7 @@ querystringify@~1.0.0:
66226693
version "1.0.0"
66236694
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-1.0.0.tgz#6286242112c5b712fa654e526652bf6a13ff05cb"
66246695

6625-
raf@^3.3.2:
6696+
raf@^3.4.0:
66266697
version "3.4.0"
66276698
resolved "https://registry.yarnpkg.com/raf/-/raf-3.4.0.tgz#a28876881b4bc2ca9117d4138163ddb80f781575"
66286699
dependencies:
@@ -7294,9 +7365,9 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
72947365
hash-base "^2.0.0"
72957366
inherits "^2.0.1"
72967367

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"
73007371
dependencies:
73017372
lodash.flattendeep "^4.4.0"
73027373
nearley "^2.7.10"
@@ -7741,6 +7812,14 @@ string.prototype.padend@^3.0.0:
77417812
es-abstract "^1.4.3"
77427813
function-bind "^1.0.2"
77437814

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+
77447823
string_decoder@^0.10.25, string_decoder@~0.10.x:
77457824
version "0.10.31"
77467825
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"

0 commit comments

Comments
 (0)