From 0646a09d15e7e5b41accdc8ce02e6311fa3b5971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 21 Jan 2019 15:21:09 +0000 Subject: [PATCH] Update react-beautiful-dnd requirement from ^9.0.0 to ^10.0.3 Updates the requirements on [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd) to permit the latest version. - [Release notes](https://github.com/atlassian/react-beautiful-dnd/releases) - [Changelog](https://github.com/atlassian/react-beautiful-dnd/blob/master/CHANGELOG.md) - [Commits](https://github.com/atlassian/react-beautiful-dnd/commits/v10.0.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2637dc3744..5714228be2 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "numeral": "^2.0.6", "pitchfork-bnm": "^1.0.3", "react": "^16.3.2", - "react-beautiful-dnd": "^9.0.0", + "react-beautiful-dnd": "^10.0.3", "react-dom": "^16.3.2", "react-image-smooth-loading": "^2.0.0", "react-router-transition": "^1.2.1",