Skip to content

Commit

Permalink
chore(deps): update dependency enzyme-adapter-react-16 to v1.10.0 (#183)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| enzyme-adapter-react-16 | devDependencies | minor | `1.9.1` -> `1.10.0` | [homepage](http://airbnb.io/enzyme/), [source](https://togithub.com/airbnb/enzyme) |

---

### Release Notes

<details>
<summary>airbnb/enzyme</summary>

### [`v1.10.0`](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@&#8203;1.9.1...enzyme-adapter-react-16@&#8203;1.10.0)

[Compare Source](https://togithub.com/airbnb/enzyme/compare/enzyme-adapter-react-16@&#8203;1.9.1...enzyme-adapter-react-16@&#8203;1.10.0)

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#Mediatek-Cloud/mcs-ui).
  • Loading branch information
renovate[bot] authored and evenchange4 committed Feb 26, 2019
1 parent f21d1eb commit 006f97d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"codecov": "3.2.0",
"conventional-changelog-cli": "2.0.12",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.9.1",
"enzyme-adapter-react-16": "1.10.0",
"enzyme-to-json": "3.3.5",
"eslint": "5.14.1",
"flow-bin": "0.93.0",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4284,13 +4284,12 @@ entities@^1.1.1, entities@~1.1.1:
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==

enzyme-adapter-react-16@1.9.1:
version "1.9.1"
resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.9.1.tgz#6d49a3a31c3a0fccf527610f31b837e0f307128a"
integrity sha512-Egzogv1y77DUxdnq/CyHxLHaNxmSSKDDSDNNB/EiAXCZVFXdFibaNy2uUuRQ1n24T2m6KH/1Rw16XDRq+1yVEg==
enzyme-adapter-react-16@1.10.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.10.0.tgz#12e5b6f4be84f9a2ef374acc2555f829f351fc6e"
integrity sha512-0QqwEZcBv1xEEla+a3H7FMci+y4ybLia9cZzsdIrId7qcig4MK0kqqf6iiCILH1lsKS6c6AVqL3wGPhCevv5aQ==
dependencies:
enzyme-adapter-utils "^1.10.0"
function.prototype.name "^1.1.0"
object.assign "^4.1.0"
object.values "^1.1.0"
prop-types "^15.6.2"
Expand Down

0 comments on commit 006f97d

Please sign in to comment.