From baf4e191d1db3abd2ff26f362d598f938a0d6d0d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 21:18:48 +0000 Subject: [PATCH] Update dom-scroll-into-view requirement from ^1.2.0 to ^2.0.0 Updates the requirements on [dom-scroll-into-view](https://github.com/yiminghe/dom-scroll-into-view) to permit the latest version. - [Release notes](https://github.com/yiminghe/dom-scroll-into-view/releases) - [Changelog](https://github.com/yiminghe/dom-scroll-into-view/blob/master/HISTORY.md) - [Commits](https://github.com/yiminghe/dom-scroll-into-view/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a185d0..9d6eba2 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "dependencies": { "babel-runtime": "^6.23.0", "classnames": "^2.2.5", - "dom-scroll-into-view": "^1.2.0", + "dom-scroll-into-view": "^2.0.0", "draft-js": "~0.10.0", "immutable": "~3.7.4", "prop-types": "^15.5.8",