From 7a0ada9571770197588fb4b459f9d178ee3c309a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 08:17:04 -0500 Subject: [PATCH] Bump @types/react-beautiful-dnd from 13.1.2 to 13.1.3 (#6737) * Bump @types/react-beautiful-dnd from 13.1.2 to 13.1.3 Bumps [@types/react-beautiful-dnd](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-beautiful-dnd) from 13.1.2 to 13.1.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-beautiful-dnd) --- updated-dependencies: - dependency-name: "@types/react-beautiful-dnd" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Fix type error Signed-off-by: Sebastian Malton Signed-off-by: dependabot[bot] Signed-off-by: Sebastian Malton Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastian Malton --- package.json | 2 +- src/renderer/components/hotbar/hotbar-menu.tsx | 13 ++++++++----- yarn.lock | 8 ++++---- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index f9418ad93d..eac4829181 100644 --- a/package.json +++ b/package.json @@ -324,7 +324,7 @@ "@types/proper-lockfile": "^4.1.2", "@types/randomcolor": "^0.5.7", "@types/react": "^17.0.45", - "@types/react-beautiful-dnd": "^13.1.2", + "@types/react-beautiful-dnd": "^13.1.3", "@types/react-dom": "^17.0.16", "@types/react-router": "^5.1.19", "@types/react-router-dom": "^5.3.3", diff --git a/src/renderer/components/hotbar/hotbar-menu.tsx b/src/renderer/components/hotbar/hotbar-menu.tsx index 05e11bf659..53191c2d87 100644 --- a/src/renderer/components/hotbar/hotbar-menu.tsx +++ b/src/renderer/components/hotbar/hotbar-menu.tsx @@ -89,7 +89,7 @@ class NonInjectedHotbarMenu extends React.Component {item && ( diff --git a/yarn.lock b/yarn.lock index 1b64b3754d..d4803588ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2403,10 +2403,10 @@ resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc" integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== -"@types/react-beautiful-dnd@^13.1.2": - version "13.1.2" - resolved "https://registry.yarnpkg.com/@types/react-beautiful-dnd/-/react-beautiful-dnd-13.1.2.tgz#510405abb09f493afdfd898bf83995dc6385c130" - integrity sha512-+OvPkB8CdE/bGdXKyIhc/Lm2U7UAYCCJgsqmopFmh9gbAudmslkI8eOrPDjg4JhwSE6wytz4a3/wRjKtovHVJg== +"@types/react-beautiful-dnd@^13.1.3": + version "13.1.3" + resolved "https://registry.yarnpkg.com/@types/react-beautiful-dnd/-/react-beautiful-dnd-13.1.3.tgz#9812f6086c4b77ce08c83120788d92084a26db0f" + integrity sha512-BNdmvONKtsrZq3AGrujECQrIn8cDT+fZsxBLXuX3YWY/nHfZinUFx4W88eS0rkcXzuLbXpKOsu/1WCMPMLEpPg== dependencies: "@types/react" "*"