From 274717e73942821940d0ddae97e32aceb03b1cbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 21:17:54 +0000 Subject: [PATCH] build(deps-dev): update enzyme-to-json requirement from ^1.5.1 to ^2.0.1 Updates the requirements on [enzyme-to-json](https://github.com/adriantoine/enzyme-to-json) to permit the latest version. - [Release notes](https://github.com/adriantoine/enzyme-to-json/releases) - [Changelog](https://github.com/adriantoine/enzyme-to-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/adriantoine/enzyme-to-json/commits/v2.0.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c1c906..d1fd88f 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/react-dom": "16.0.3", "coveralls": "^2.11.15", "enzyme": "^2.8.0", - "enzyme-to-json": "^1.5.1", + "enzyme-to-json": "^2.0.1", "jest": "^20.0.4", "pre-commit": "1.x", "rc-tools": "^6.3.6",