From 4746d51e4d3d0d43690ce77b6c0b6091270902f1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 21:33:03 +0000 Subject: [PATCH] chore(deps-dev): bump react-dnd-html5-backend from 10.0.2 to 12.1.1 Bumps [react-dnd-html5-backend](https://github.com/react-dnd/react-dnd) from 10.0.2 to 12.1.1. - [Release notes](https://github.com/react-dnd/react-dnd/releases) - [Changelog](https://github.com/react-dnd/react-dnd/blob/main/CHANGELOG.md) - [Commits](https://github.com/react-dnd/react-dnd/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 e44ae644..3fb94958 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "preact-compat": "^3.16.0", "react": "^16.0.0", "react-dnd": "^10.0.0", - "react-dnd-html5-backend": "^10.0.0", + "react-dnd-html5-backend": "^12.1.1", "react-dom": "^16.0.0", "react-router": "^3.0.0", "react-sticky": "^6.0.3",