Skip to content

Commit e5ae5d4

Browse files
committed
chore(deps): update dependency enzyme to v3.4.0
1 parent e5c3f2d commit e5ae5d4

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
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.4.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

+20-11
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,20 +2532,21 @@ 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.4.0:
2536+
version "3.4.0"
2537+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.4.0.tgz#085c66fe647d8c9c4becd1fee3042c040cda88a6"
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"
25392548
lodash "^4.17.4"
2540-
object-inspect "^1.5.0"
2549+
object-inspect "^1.6.0"
25412550
object-is "^1.0.1"
25422551
object.assign "^4.1.0"
25432552
object.entries "^1.0.4"
@@ -2563,7 +2572,7 @@ error-stack-parser@^2.0.0:
25632572
dependencies:
25642573
stackframe "^1.0.4"
25652574

2566-
es-abstract@^1.5.1, es-abstract@^1.6.1:
2575+
es-abstract@^1.10.0, es-abstract@^1.5.1, es-abstract@^1.6.1:
25672576
version "1.12.0"
25682577
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
25692578
dependencies:
@@ -3335,7 +3344,7 @@ has-values@^1.0.0:
33353344
is-number "^3.0.0"
33363345
kind-of "^4.0.0"
33373346

3338-
has@^1.0.1:
3347+
has@^1.0.1, has@^1.0.3:
33393348
version "1.0.3"
33403349
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
33413350
dependencies:
@@ -3638,7 +3647,7 @@ is-builtin-module@^1.0.0:
36383647
dependencies:
36393648
builtin-modules "^1.0.0"
36403649

3641-
is-callable@^1.1.1, is-callable@^1.1.3:
3650+
is-callable@^1.1.1, is-callable@^1.1.3, is-callable@^1.1.4:
36423651
version "1.1.4"
36433652
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
36443653

@@ -5109,7 +5118,7 @@ object-copy@^0.1.0:
51095118
define-property "^0.2.5"
51105119
kind-of "^3.0.3"
51115120

5112-
object-inspect@^1.5.0:
5121+
object-inspect@^1.5.0, object-inspect@^1.6.0:
51135122
version "1.6.0"
51145123
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
51155124

0 commit comments

Comments
 (0)