Skip to content

Commit 2b8c355

Browse files
committed
chore(deps): update dependency enzyme to v3.5.0
1 parent 14db76f commit 2b8c355

File tree

2 files changed

+51
-13
lines changed

2 files changed

+51
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"babel-eslint": "8.2.1",
2929
"codecov": "3.0.0",
30-
"enzyme": "3.3.0",
30+
"enzyme": "3.5.0",
3131
"enzyme-adapter-react-16": "1.1.1",
3232
"enzyme-to-json": "3.3.0",
3333
"eslint": "4.15.0",

yarn.lock

Lines changed: 50 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,14 @@ array-unique@^0.2.1:
303303
version "0.2.1"
304304
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
305305

306+
array.prototype.flat@^1.2.1:
307+
version "1.2.1"
308+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
309+
dependencies:
310+
define-properties "^1.1.2"
311+
es-abstract "^1.10.0"
312+
function-bind "^1.1.1"
313+
306314
arrify@^1.0.0, arrify@^1.0.1:
307315
version "1.0.1"
308316
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2347,20 +2355,22 @@ [email protected]:
23472355
dependencies:
23482356
lodash "^4.17.4"
23492357

2350-
enzyme@3.3.0:
2351-
version "3.3.0"
2352-
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3.0.tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479"
2358+
enzyme@3.5.0:
2359+
version "3.5.0"
2360+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.5.0.tgz#fd452a698fd1352c737b641dd3a64e079f42d9d5"
23532361
dependencies:
2362+
array.prototype.flat "^1.2.1"
23542363
cheerio "^1.0.0-rc.2"
2355-
function.prototype.name "^1.0.3"
2356-
has "^1.0.1"
2364+
function.prototype.name "^1.1.0"
2365+
has "^1.0.3"
23572366
is-boolean-object "^1.0.0"
2358-
is-callable "^1.1.3"
2367+
is-callable "^1.1.4"
23592368
is-number-object "^1.0.3"
23602369
is-string "^1.0.4"
23612370
is-subset "^0.1.1"
2362-
lodash "^4.17.4"
2363-
object-inspect "^1.5.0"
2371+
lodash.escape "^4.0.1"
2372+
lodash.isequal "^4.5.0"
2373+
object-inspect "^1.6.0"
23642374
object-is "^1.0.1"
23652375
object.assign "^4.1.0"
23662376
object.entries "^1.0.4"
@@ -2380,6 +2390,16 @@ error-ex@^1.2.0, error-ex@^1.3.1:
23802390
dependencies:
23812391
is-arrayish "^0.2.1"
23822392

2393+
es-abstract@^1.10.0:
2394+
version "1.12.0"
2395+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
2396+
dependencies:
2397+
es-to-primitive "^1.1.1"
2398+
function-bind "^1.1.1"
2399+
has "^1.0.1"
2400+
is-callable "^1.1.3"
2401+
is-regex "^1.0.4"
2402+
23832403
es-abstract@^1.6.1, es-abstract@^1.7.0:
23842404
version "1.10.0"
23852405
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -3182,7 +3202,7 @@ function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
31823202
version "1.1.1"
31833203
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
31843204

3185-
function.prototype.name@^1.0.3:
3205+
function.prototype.name@^1.1.0:
31863206
version "1.1.0"
31873207
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
31883208
dependencies:
@@ -3444,6 +3464,12 @@ has@^1.0.1:
34443464
dependencies:
34453465
function-bind "^1.0.2"
34463466

3467+
has@^1.0.3:
3468+
version "1.0.3"
3469+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3470+
dependencies:
3471+
function-bind "^1.1.1"
3472+
34473473
hash-base@^2.0.0:
34483474
version "2.0.2"
34493475
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -3836,6 +3862,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
38363862
version "1.1.3"
38373863
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
38383864

3865+
is-callable@^1.1.4:
3866+
version "1.1.4"
3867+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
3868+
38393869
is-ci@^1.0.10:
38403870
version "1.1.0"
38413871
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -4709,10 +4739,18 @@ lodash.defaults@^4.2.0:
47094739
version "4.2.0"
47104740
resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"
47114741

4742+
lodash.escape@^4.0.1:
4743+
version "4.0.1"
4744+
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
4745+
47124746
lodash.flattendeep@^4.4.0:
47134747
version "4.4.0"
47144748
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
47154749

4750+
lodash.isequal@^4.5.0:
4751+
version "4.5.0"
4752+
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
4753+
47164754
lodash.memoize@^4.1.2:
47174755
version "4.1.2"
47184756
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -5211,9 +5249,9 @@ object-hash@^1.1.4:
52115249
version "1.2.0"
52125250
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.2.0.tgz#e96af0e96981996a1d47f88ead8f74f1ebc4422b"
52135251

5214-
object-inspect@^1.5.0:
5215-
version "1.5.0"
5216-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.5.0.tgz#9d876c11e40f485c79215670281b767488f9bfe3"
5252+
object-inspect@^1.6.0:
5253+
version "1.6.0"
5254+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
52175255

52185256
object-is@^1.0.1:
52195257
version "1.0.1"

0 commit comments

Comments
 (0)