Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5308ccc

Browse files
renovate-botvinaypuppal
authored andcommitted
Update dependency enzyme to v3.4.0
1 parent af9ed29 commit 5308ccc

File tree

2 files changed

+35
-12
lines changed

2 files changed

+35
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"babel-plugin-lodash": "3.3.4",
9595
"cross-env": "5.2.0",
9696
"doctoc": "1.3.1",
97-
"enzyme": "3.3.0",
97+
"enzyme": "3.4.0",
9898
"enzyme-adapter-react-16": "1.2.0",
9999
"enzyme-to-json": "3.3.4",
100100
"eslint-config-prettier": "2.9.0",

yarn.lock

Lines changed: 34 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,14 @@ array-unique@^0.3.2:
10221022
version "0.3.2"
10231023
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
10241024

1025+
array.prototype.flat@^1.2.1:
1026+
version "1.2.1"
1027+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.1.tgz#812db8f02cad24d3fab65dd67eabe3b8903494a4"
1028+
dependencies:
1029+
define-properties "^1.1.2"
1030+
es-abstract "^1.10.0"
1031+
function-bind "^1.1.1"
1032+
10251033
arrify@^1.0.0, arrify@^1.0.1:
10261034
version "1.0.1"
10271035
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2637,20 +2645,21 @@ [email protected]:
26372645
dependencies:
26382646
lodash "^4.17.4"
26392647

2640-
enzyme@3.3.0:
2641-
version "3.3.0"
2642-
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.3.0.tgz#0971abd167f2d4bf3f5bd508229e1c4b6dc50479"
2648+
enzyme@3.4.0:
2649+
version "3.4.0"
2650+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.4.0.tgz#085c66fe647d8c9c4becd1fee3042c040cda88a6"
26432651
dependencies:
2652+
array.prototype.flat "^1.2.1"
26442653
cheerio "^1.0.0-rc.2"
2645-
function.prototype.name "^1.0.3"
2646-
has "^1.0.1"
2654+
function.prototype.name "^1.1.0"
2655+
has "^1.0.3"
26472656
is-boolean-object "^1.0.0"
2648-
is-callable "^1.1.3"
2657+
is-callable "^1.1.4"
26492658
is-number-object "^1.0.3"
26502659
is-string "^1.0.4"
26512660
is-subset "^0.1.1"
26522661
lodash "^4.17.4"
2653-
object-inspect "^1.5.0"
2662+
object-inspect "^1.6.0"
26542663
object-is "^1.0.1"
26552664
object.assign "^4.1.0"
26562665
object.entries "^1.0.4"
@@ -2682,6 +2691,16 @@ error-stack-parser@^2.0.0:
26822691
dependencies:
26832692
stackframe "^1.0.3"
26842693

2694+
es-abstract@^1.10.0:
2695+
version "1.12.0"
2696+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
2697+
dependencies:
2698+
es-to-primitive "^1.1.1"
2699+
function-bind "^1.1.1"
2700+
has "^1.0.1"
2701+
is-callable "^1.1.3"
2702+
is-regex "^1.0.4"
2703+
26852704
es-abstract@^1.5.1, es-abstract@^1.6.1, es-abstract@^1.7.0:
26862705
version "1.10.0"
26872706
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
@@ -3455,7 +3474,7 @@ function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
34553474
version "1.1.1"
34563475
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
34573476

3458-
function.prototype.name@^1.0.3, function.prototype.name@^1.1.0:
3477+
function.prototype.name@^1.1.0:
34593478
version "1.1.0"
34603479
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.0.tgz#8bd763cc0af860a859cc5d49384d74b932cd2327"
34613480
dependencies:
@@ -4094,6 +4113,10 @@ is-callable@^1.1.1, is-callable@^1.1.3:
40944113
version "1.1.3"
40954114
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.3.tgz#86eb75392805ddc33af71c92a0eedf74ee7604b2"
40964115

4116+
is-callable@^1.1.4:
4117+
version "1.1.4"
4118+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
4119+
40974120
is-ci@^1.0.10:
40984121
version "1.1.0"
40994122
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.1.0.tgz#247e4162e7860cebbdaf30b774d6b0ac7dcfe7a5"
@@ -5864,9 +5887,9 @@ object-copy@^0.1.0:
58645887
define-property "^0.2.5"
58655888
kind-of "^3.0.3"
58665889

5867-
object-inspect@^1.5.0:
5868-
version "1.5.0"
5869-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.5.0.tgz#9d876c11e40f485c79215670281b767488f9bfe3"
5890+
object-inspect@^1.6.0:
5891+
version "1.6.0"
5892+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.6.0.tgz#c70b6cbf72f274aab4c34c0c82f5167bf82cf15b"
58705893

58715894
object-is@^1.0.1:
58725895
version "1.0.1"

0 commit comments

Comments
 (0)