Skip to content

Commit

Permalink
[enzyme,enzyme-adapter-react-16] [deps] update enzyme-shallow-equal
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 19, 2019
1 parent 4aab4b8 commit 9ab3fa1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/enzyme-adapter-react-16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"license": "MIT",
"dependencies": {
"enzyme-adapter-utils": "^1.13.0",
"enzyme-shallow-equal": "^1.0.0",
"enzyme-shallow-equal": "^1.0.1",
"has": "^1.0.3",
"object.assign": "^4.1.0",
"object.values": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/enzyme-test-suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"enzyme": "^3.9.0",
"enzyme-adapter-react-helper": "^1.3.6",
"enzyme-adapter-utils": "^1.12.1",
"enzyme-shallow-equal": "^1.0.0",
"enzyme-shallow-equal": "^1.0.1",
"html-element-map": "^1.0.1",
"jsdom": "^6.5.1",
"lodash.isequal": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/enzyme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"array.prototype.flat": "^1.2.3",
"cheerio": "^1.0.0-rc.3",
"enzyme-shallow-equal": "^1.0.0",
"enzyme-shallow-equal": "^1.0.1",
"function.prototype.name": "^1.1.2",
"has": "^1.0.3",
"html-element-map": "^1.2.0",
Expand Down

0 comments on commit 9ab3fa1

Please sign in to comment.