-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency enzyme to v3.7.0
- Loading branch information
1 parent
b89bb6b
commit 70bfe64
Showing
2 changed files
with
81 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -992,6 +992,14 @@ array-unique@^0.2.1: | |
version "0.2.1" | ||
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53" | ||
|
||
array.prototype.flat@^1.2.1: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4" | ||
dependencies: | ||
define-properties "^1.1.2" | ||
es-abstract "^1.10.0" | ||
function-bind "^1.1.1" | ||
|
||
arrify@^1.0.0, arrify@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" | ||
|
@@ -3024,21 +3032,29 @@ [email protected]: | |
dependencies: | ||
lodash "^4.17.4" | ||
|
||
enzyme@3.2.0: | ||
version "3.2.0" | ||
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.2.0.tgz#998bdcda0fc71b8764a0017f7cc692c943f54a7a" | ||
enzyme@3.7.0: | ||
version "3.7.0" | ||
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.7.0.tgz#9b499e8ca155df44fef64d9f1558961ba1385a46" | ||
dependencies: | ||
array.prototype.flat "^1.2.1" | ||
cheerio "^1.0.0-rc.2" | ||
function.prototype.name "^1.0.3" | ||
has "^1.0.1" | ||
function.prototype.name "^1.1.0" | ||
has "^1.0.3" | ||
is-boolean-object "^1.0.0" | ||
is-callable "^1.1.4" | ||
is-number-object "^1.0.3" | ||
is-string "^1.0.4" | ||
is-subset "^0.1.1" | ||
lodash "^4.17.4" | ||
lodash.escape "^4.0.1" | ||
lodash.isequal "^4.5.0" | ||
object-inspect "^1.6.0" | ||
object-is "^1.0.1" | ||
object.assign "^4.0.4" | ||
object.assign "^4.1.0" | ||
object.entries "^1.0.4" | ||
object.values "^1.0.4" | ||
raf "^3.4.0" | ||
rst-selector-parser "^2.2.3" | ||
string.prototype.trim "^1.1.2" | ||
|
||
errno@^0.1.2, errno@^0.1.3: | ||
version "0.1.6" | ||
|
@@ -3064,6 +3080,16 @@ error-stack-parser@^2.0.0: | |
dependencies: | ||
stackframe "^1.0.3" | ||
|
||
es-abstract@^1.10.0, es-abstract@^1.5.0: | ||
version "1.12.0" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165" | ||
dependencies: | ||
es-to-primitive "^1.1.1" | ||
function-bind "^1.1.1" | ||
has "^1.0.1" | ||
is-callable "^1.1.3" | ||
is-regex "^1.0.4" | ||
|
||
es-abstract@^1.5.1, es-abstract@^1.6.1, es-abstract@^1.7.0: | ||
version "1.10.0" | ||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864" | ||
|
@@ -3830,12 +3856,12 @@ function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1: | |
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" | ||
|
||
function.prototype.name@^1.0.3: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.0.3.tgz#0099ae5572e9dd6f03c97d023fd92bcc5e639eac" | ||
function.prototype.name@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327" | ||
dependencies: | ||
define-properties "^1.1.2" | ||
function-bind "^1.1.0" | ||
function-bind "^1.1.1" | ||
is-callable "^1.1.3" | ||
|
||
functional-red-black-tree@^1.0.1: | ||
|
@@ -4372,6 +4398,12 @@ has@^1.0.1: | |
dependencies: | ||
function-bind "^1.0.2" | ||
|
||
has@^1.0.3: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" | ||
dependencies: | ||
function-bind "^1.1.1" | ||
|
||
hash-base@^2.0.0: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1" | ||
|
@@ -4683,6 +4715,10 @@ is-binary-path@^1.0.0: | |
dependencies: | ||
binary-extensions "^1.0.0" | ||
|
||
is-boolean-object@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.0.0.tgz#98f8b28030684219a95f375cfbd88ce3405dff93" | ||
|
||
is-buffer@^1.1.5: | ||
version "1.1.6" | ||
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" | ||
|
@@ -4697,6 +4733,10 @@ is-callable@^1.1.1, is-callable@^1.1.3: | |
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2" | ||
|
||
is-callable@^1.1.4: | ||
version "1.1.4" | ||
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75" | ||
|
||
is-ci@^1.0.10: | ||
version "1.0.10" | ||
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e" | ||
|
@@ -4777,6 +4817,10 @@ is-npm@^1.0.0: | |
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4" | ||
|
||
is-number-object@^1.0.3: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.3.tgz#f265ab89a9f445034ef6aff15a8f00b00f551799" | ||
|
||
is-number@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f" | ||
|
@@ -4871,6 +4915,10 @@ is-stream@^1.0.0, is-stream@^1.0.1, is-stream@^1.1.0: | |
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" | ||
|
||
is-string@^1.0.4: | ||
version "1.0.4" | ||
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.4.tgz#cc3a9b69857d621e963725a24caeec873b826e64" | ||
|
||
is-subset@^0.1.1: | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6" | ||
|
@@ -5675,6 +5723,10 @@ lodash.cond@^4.3.0: | |
version "4.5.2" | ||
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5" | ||
|
||
lodash.escape@^4.0.1: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98" | ||
|
||
lodash.flattendeep@^4.4.0: | ||
version "4.4.0" | ||
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2" | ||
|
@@ -5699,6 +5751,10 @@ lodash.isboolean@^3.0.3: | |
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6" | ||
|
||
lodash.isequal@^4.5.0: | ||
version "4.5.0" | ||
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0" | ||
|
||
lodash.isinteger@^4.0.4: | ||
version "4.0.4" | ||
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343" | ||
|
@@ -6360,6 +6416,10 @@ object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1 | |
version "4.1.1" | ||
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" | ||
|
||
object-inspect@^1.6.0: | ||
version "1.6.0" | ||
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b" | ||
|
||
object-is@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.0.1.tgz#0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6" | ||
|
@@ -6380,7 +6440,7 @@ object-path@^0.11.4: | |
version "0.11.4" | ||
resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.4.tgz#370ae752fbf37de3ea70a861c23bba8915691949" | ||
|
||
object.assign@^4.0.4: | ||
object.assign@^4.0.4, object.assign@^4.1.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da" | ||
dependencies: | ||
|
@@ -7985,6 +8045,14 @@ string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1: | |
is-fullwidth-code-point "^2.0.0" | ||
strip-ansi "^4.0.0" | ||
|
||
string.prototype.trim@^1.1.2: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea" | ||
dependencies: | ||
define-properties "^1.1.2" | ||
es-abstract "^1.5.0" | ||
function-bind "^1.0.2" | ||
|
||
string_decoder@^1.0.0, string_decoder@~1.0.3: | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab" | ||
|