From fd89debe01734a53f3fac6d571c2795ab20aac42 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:34:08 +0000 Subject: [PATCH] build(deps): update dom-scroll-into-view requirement from 1.x to 2.x 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 8ce66e33..985203ea 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "async-validator": "~1.11.3", "babel-runtime": "6.x", "create-react-class": "^15.5.3", - "dom-scroll-into-view": "1.x", + "dom-scroll-into-view": "2.x", "hoist-non-react-statics": "^3.3.0", "lodash": "^4.17.4", "warning": "^4.0.3"