Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Merge #947
Browse files Browse the repository at this point in the history
947: Update dependency enzyme to v3.10.0 r=rehandalal a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [enzyme](http://airbnb.io/enzyme/) ([source](https://togithub.com/airbnb/enzyme)) | devDependencies | minor | [`3.9.0` -> `3.10.0`](https://renovatebot.com/diffs/npm/enzyme/3.9.0/3.10.0) |


Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot committed Jul 25, 2019
2 parents 48e1ecf + 7f2ce68 commit 5bd8355
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"babel-jest": "24.7.1",
"dotenv": "8.0.0",
"dotenv-expand": "5.1.0",
"enzyme": "3.9.0",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.12.1",
"eslint": "5.16.0",
"eslint-config-prettier": "4.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4037,10 +4037,10 @@ enzyme-adapter-utils@^1.11.0:
prop-types "^15.7.2"
semver "^5.6.0"

enzyme@3.9.0:
version "3.9.0"
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.9.0.tgz#2b491f06ca966eb56b6510068c7894a7e0be3909"
integrity sha512-JqxI2BRFHbmiP7/UFqvsjxTirWoM1HfeaJrmVSZ9a1EADKkZgdPcAuISPMpoUiHlac9J4dYt81MC5BBIrbJGMg==
enzyme@3.10.0:
version "3.10.0"
resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.10.0.tgz#7218e347c4a7746e133f8e964aada4a3523452f6"
integrity sha512-p2yy9Y7t/PFbPoTvrWde7JIYB2ZyGC+NgTNbVEGvZ5/EyoYSr9aG/2rSbVvyNvMHEhw9/dmGUJHWtfQIEiX9pg==
dependencies:
array.prototype.flat "^1.2.1"
cheerio "^1.0.0-rc.2"
Expand Down

0 comments on commit 5bd8355

Please sign in to comment.