From 61e476d2b23228abbd9eeb355e0055b2de9289f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 21:44:38 +0000 Subject: [PATCH] chore(deps-dev): bump react-dnd from 10.0.2 to 16.0.1 Bumps [react-dnd](https://github.com/react-dnd/react-dnd) from 10.0.2 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 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..26699568 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": "^16.0.1", "react-dnd-html5-backend": "^10.0.0", "react-dom": "^16.0.0", "react-router": "^3.0.0",