From 72dae367941db7c41f2581764a5f7bd371543ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 21:48:19 +0000 Subject: [PATCH] chore(deps-dev): bump react-dnd-html5-backend from 8.0.3 to 16.0.0 Bumps [react-dnd-html5-backend](https://github.com/react-dnd/react-dnd) from 8.0.3 to 16.0.0. - [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...v16.0.0) --- 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 589770bc..de84adfe 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": "^16.0.0", "react-dom": "^16.14.0", "react-redux": "^4.4.10", "react-router": "^3.0.0",