From 45fb51219cd7362c8f48e4e7bd245dd4e51f6d8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 21:42:58 +0000 Subject: [PATCH] chore(deps-dev): bump react-dnd from 10.0.2 to 15.1.2 Bumps [react-dnd](https://github.com/react-dnd/react-dnd) from 10.0.2 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/v10.0.2...v15.1.2) --- updated-dependencies: - dependency-name: react-dnd 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 d8346391..502e701c 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "preact": "^8.2.1", "preact-compat": "^3.16.0", "react": "^16.0.0", - "react-dnd": "^10.0.0", + "react-dnd": "^15.1.2", "react-dnd-html5-backend": "^10.0.0", "react-dom": "^16.0.0", "react-router": "^3.0.0",