From 83c7724b3dada3c8c5c245ad8e84082dfa5b020a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:53:47 +0000 Subject: [PATCH] chore(deps-dev): bump react-dnd-html5-backend from 2.6.0 to 16.0.1 Bumps [react-dnd-html5-backend](https://github.com/react-dnd/react-dnd) from 2.6.0 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-version: 16.0.1 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 2b04b45..77b1fed 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "rc-tooltip": "^6.2.0", "react": "^16.0.0", "react-dnd": "^2.5.4", - "react-dnd-html5-backend": "^2.5.4", + "react-dnd-html5-backend": "^16.0.1", "react-dom": "^16.0.0", "react-resizable": "^3.0.5", "react-virtualized": "^9.12.0",