From d9c16a14032ea1d17b755d12127198c8dc7b6d1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 10:15:21 +0000 Subject: [PATCH] chore(deps-dev): bump react-dnd-html5-backend from 8.0.3 to 16.0.1 Bumps [react-dnd-html5-backend](https://github.com/react-dnd/react-dnd) from 8.0.3 to 16.0.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) --- 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 eb697e89..cdc014af 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,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": "^16.0.1", "react-dom": "^16.14.0", "react-redux": "^4.4.10", "redux": "^3.7.2",