From 7ef1fd3e5038a8d9139054c9fa91029d802ee6b6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 21:13:48 +0000 Subject: [PATCH] chore(deps-dev): bump react-dnd from 10.0.2 to 14.0.1 Bumps [react-dnd](https://github.com/react-dnd/react-dnd) from 10.0.2 to 14.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/compare/v10.0.2...v14.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e44ae644..a8afc4cb 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "preact": "^8.2.1", "preact-compat": "^3.16.0", "react": "^16.0.0", - "react-dnd": "^10.0.0", + "react-dnd": "^14.0.1", "react-dnd-html5-backend": "^10.0.0", "react-dom": "^16.0.0", "react-router": "^3.0.0",