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

Skip to content

Commit dcd6277

Browse files
renovate-botvinaypuppal
authored andcommitted
Update dependency enzyme to v3.5.0
1 parent 1681b96 commit dcd6277

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
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.4.4",
97+
"enzyme": "3.5.0",
9898
"enzyme-adapter-react-16": "1.3.0",
9999
"enzyme-to-json": "3.3.4",
100100
"eslint-config-prettier": "3.0.1",

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2640,9 +2640,9 @@ [email protected]:
26402640
dependencies:
26412641
lodash "^4.17.4"
26422642

2643-
enzyme@3.4.4:
2644-
version "3.4.4"
2645-
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.4.4.tgz#92c7c6b9e59d4ef0c3d36a75dccc0e41a5c14d21"
2643+
enzyme@3.5.0:
2644+
version "3.5.0"
2645+
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.5.0.tgz#fd452a698fd1352c737b641dd3a64e079f42d9d5"
26462646
dependencies:
26472647
array.prototype.flat "^1.2.1"
26482648
cheerio "^1.0.0-rc.2"
@@ -2653,7 +2653,8 @@ [email protected]:
26532653
is-number-object "^1.0.3"
26542654
is-string "^1.0.4"
26552655
is-subset "^0.1.1"
2656-
lodash "^4.17.4"
2656+
lodash.escape "^4.0.1"
2657+
lodash.isequal "^4.5.0"
26572658
object-inspect "^1.6.0"
26582659
object-is "^1.0.1"
26592660
object.assign "^4.1.0"
@@ -5136,6 +5137,10 @@ lodash.differencewith@~4.5.0:
51365137
version "4.5.0"
51375138
resolved "https://registry.yarnpkg.com/lodash.differencewith/-/lodash.differencewith-4.5.0.tgz#bafafbc918b55154e179176a00bb0aefaac854b7"
51385139

5140+
lodash.escape@^4.0.1:
5141+
version "4.0.1"
5142+
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
5143+
51395144
lodash.flatten@~4.4.0:
51405145
version "4.4.0"
51415146
resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f"

0 commit comments

Comments
 (0)