Skip to content

Commit 3a81291

Browse files
committed
chore(deps): update dependency enzyme to v3.8.0
1 parent e5c3f2d commit 3a81291

File tree

2 files changed

+41
-14
lines changed

2 files changed

+41
-14
lines changed

packages/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"babel-jest": "23.4.2",
6969
"babel-plugin-macros": "2.4.0",
7070
"concurrently": "3.6.1",
71-
"enzyme": "3.3.0",
71+
"enzyme": "3.8.0",
7272
"enzyme-adapter-react-16": "1.1.1",
7373
"enzyme-to-json": "3.3.4",
7474
"flow-bin": "0.78.0",

packages/web/yarn.lock

+40-13
Original file line numberDiff line numberDiff line change
@@ -1196,6 +1196,14 @@ array-unique@^0.3.2:
11961196
version "0.3.2"
11971197
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
11981198

1199+
array.prototype.flat@^1.2.1:
1200+
version "1.2.1"
1201+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
1202+
dependencies:
1203+
define-properties "^1.1.2"
1204+
es-abstract "^1.10.0"
1205+
function-bind "^1.1.1"
1206+
11991207
arrify@^1.0.0, arrify@^1.0.1:
12001208
version "1.0.1"
12011209
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2524,26 +2532,29 @@ enzyme-to-json@3.3.4:
25242532
dependencies:
25252533
lodash "^4.17.4"
25262534

2527-
enzyme@3.3.0:
2528-
version "3.3.0"
2529-
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3.0.tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479"
2535+
enzyme@3.8.0:
2536+
version "3.8.0"
2537+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.8.0.tgz#646d2d5d0798cb98fdec39afcee8a53237b47ad5"
25302538
dependencies:
2539+
array.prototype.flat "^1.2.1"
25312540
cheerio "^1.0.0-rc.2"
2532-
function.prototype.name "^1.0.3"
2533-
has "^1.0.1"
2541+
function.prototype.name "^1.1.0"
2542+
has "^1.0.3"
25342543
is-boolean-object "^1.0.0"
2535-
is-callable "^1.1.3"
2544+
is-callable "^1.1.4"
25362545
is-number-object "^1.0.3"
25372546
is-string "^1.0.4"
25382547
is-subset "^0.1.1"
2539-
lodash "^4.17.4"
2540-
object-inspect "^1.5.0"
2548+
lodash.escape "^4.0.1"
2549+
lodash.isequal "^4.5.0"
2550+
object-inspect "^1.6.0"
25412551
object-is "^1.0.1"
25422552
object.assign "^4.1.0"
25432553
object.entries "^1.0.4"
25442554
object.values "^1.0.4"
25452555
raf "^3.4.0"
25462556
rst-selector-parser "^2.2.3"
2557+
string.prototype.trim "^1.1.2"
25472558

25482559
errno@^0.1.2, errno@^0.1.3, errno@~0.1.7:
25492560
version "0.1.7"
@@ -2563,7 +2574,7 @@ error-stack-parser@^2.0.0:
25632574
dependencies:
25642575
stackframe "^1.0.4"
25652576

2566-
es-abstract@^1.5.1, es-abstract@^1.6.1:
2577+
es-abstract@^1.10.0, es-abstract@^1.5.0, es-abstract@^1.5.1, es-abstract@^1.6.1:
25672578
version "1.12.0"
25682579
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
25692580
dependencies:
@@ -3099,7 +3110,7 @@ fsevents@^1.2.2, fsevents@^1.2.3:
30993110
nan "^2.9.2"
31003111
node-pre-gyp "^0.10.0"
31013112

3102-
function-bind@^1.1.0, function-bind@^1.1.1:
3113+
function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
31033114
version "1.1.1"
31043115
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
31053116

@@ -3335,7 +3346,7 @@ has-values@^1.0.0:
33353346
is-number "^3.0.0"
33363347
kind-of "^4.0.0"
33373348

3338-
has@^1.0.1:
3349+
has@^1.0.1, has@^1.0.3:
33393350
version "1.0.3"
33403351
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
33413352
dependencies:
@@ -3638,7 +3649,7 @@ is-builtin-module@^1.0.0:
36383649
dependencies:
36393650
builtin-modules "^1.0.0"
36403651

3641-
is-callable@^1.1.1, is-callable@^1.1.3:
3652+
is-callable@^1.1.1, is-callable@^1.1.3, is-callable@^1.1.4:
36423653
version "1.1.4"
36433654
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
36443655

@@ -4532,10 +4543,18 @@ lodash.debounce@^4.0.8:
45324543
version "4.0.8"
45334544
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
45344545

4546+
lodash.escape@^4.0.1:
4547+
version "4.0.1"
4548+
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
4549+
45354550
lodash.flattendeep@^4.4.0:
45364551
version "4.4.0"
45374552
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
45384553

4554+
lodash.isequal@^4.5.0:
4555+
version "4.5.0"
4556+
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
4557+
45394558
lodash.sortby@^4.7.0:
45404559
version "4.7.0"
45414560
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
@@ -5109,7 +5128,7 @@ object-copy@^0.1.0:
51095128
define-property "^0.2.5"
51105129
kind-of "^3.0.3"
51115130

5112-
object-inspect@^1.5.0:
5131+
object-inspect@^1.5.0, object-inspect@^1.6.0:
51135132
version "1.6.0"
51145133
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
51155134

@@ -6523,6 +6542,14 @@ string-width@^1.0.1:
65236542
is-fullwidth-code-point "^2.0.0"
65246543
strip-ansi "^4.0.0"
65256544

6545+
string.prototype.trim@^1.1.2:
6546+
version "1.1.2"
6547+
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
6548+
dependencies:
6549+
define-properties "^1.1.2"
6550+
es-abstract "^1.5.0"
6551+
function-bind "^1.0.2"
6552+
65266553
string_decoder@^1.0.0, string_decoder@~1.1.1:
65276554
version "1.1.1"
65286555
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"

0 commit comments

Comments
 (0)