From 86a430d498164a3103a6da5a1cea929dd162dca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 21:55:45 +0000 Subject: [PATCH] chore(deps-dev): bump react-dnd-html5-backend from 8.0.3 to 15.1.2 Bumps [react-dnd-html5-backend](https://github.com/react-dnd/react-dnd) from 8.0.3 to 15.1.2. - [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/compare/v8.0.3...v15.1.2) --- updated-dependencies: - dependency-name: react-dnd-html5-backend dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9960e7ec..489849a3 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "prettier": "^2.1.2", "react": "^16.14.0", "react-dnd": "^8.0.3", - "react-dnd-html5-backend": "^8.0.3", + "react-dnd-html5-backend": "^15.1.2", "react-dom": "^16.14.0", "react-redux": "^4.4.10", "react-router": "^3.0.0",