From d14e1ad116eeeac379aab9cca594028765b4133d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 23:13:12 +0000 Subject: [PATCH] Bump rdndmb-html5-to-touch from 7.1.3 to 8.0.3 Bumps [rdndmb-html5-to-touch](https://github.com/LouisBrunner/dnd-multi-backend) from 7.1.3 to 8.0.3. - [Release notes](https://github.com/LouisBrunner/dnd-multi-backend/releases) - [Commits](https://github.com/LouisBrunner/dnd-multi-backend/compare/v7.1.3...v8.0.3) --- updated-dependencies: - dependency-name: rdndmb-html5-to-touch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 708da57..04206a5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "history": "5.3.0", "ics": "3.6.3", "moo": "0.5.2", - "rdndmb-html5-to-touch": "8.0.2", + "rdndmb-html5-to-touch": "8.0.3", "react": "17.0.2", "react-datepicker": "6.6.0", "react-dnd": "^15.1.2", diff --git a/yarn.lock b/yarn.lock index efe8d35..5963849 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4189,7 +4189,7 @@ dnd-core@^16.0.1: "@react-dnd/invariant" "^4.0.1" redux "^4.2.0" -dnd-multi-backend@^8.0.2: +dnd-multi-backend@^8.0.2, dnd-multi-backend@^8.0.3: version "8.0.3" resolved "https://registry.yarnpkg.com/dnd-multi-backend/-/dnd-multi-backend-8.0.3.tgz#2cc8121ad2b6e6164e3044be9ffdfe994ab6bdb0" integrity sha512-yFFARotr+OEJk787Fsj+V52pi6j7+Pt/CRp3IR2Ai3fnxA/z6J54T7+gxkXzXu4cvxTNE7NiBzzAaJ2f7JjFTw== @@ -8311,12 +8311,12 @@ raw-body@2.5.2: iconv-lite "0.4.24" unpipe "1.0.0" -rdndmb-html5-to-touch@8.0.2: - version "8.0.2" - resolved "https://registry.yarnpkg.com/rdndmb-html5-to-touch/-/rdndmb-html5-to-touch-8.0.2.tgz#9f3fe6989db11e54dafecc1e8a9bed59b2628d58" - integrity sha512-OH1C7s77DrUVoeUdzjPLKQwCGm7LuSHWVMIkncfOglH4s8caupQPIqQfHqQzd+YrvG7SxlFqTbDjy60DBMJivQ== +rdndmb-html5-to-touch@8.0.3: + version "8.0.3" + resolved "https://registry.yarnpkg.com/rdndmb-html5-to-touch/-/rdndmb-html5-to-touch-8.0.3.tgz#dca0dd429520650a298f961a75dedd63d59808ad" + integrity sha512-VfIbLjlL9NAnZzc2M5fGPCNkDyK12+ahgILGO5RjS7jkgUlxwB0c/XvxVQNfY/2ocg7isTY/G7tqxJk5fSTZAA== dependencies: - dnd-multi-backend "^8.0.2" + dnd-multi-backend "^8.0.3" react-dnd-html5-backend "^16.0.1" react-dnd-touch-backend "^16.0.1"