From c38339a0bfb1f9bb36bebec052bdfa57892a93ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 10:54:34 +0000 Subject: [PATCH] chore(deps): bump react-movable from 3.3.1 to 3.4.0 Bumps [react-movable](https://github.com/tajo/react-movable) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/tajo/react-movable/releases) - [Changelog](https://github.com/tajo/react-movable/blob/main/CHANGELOG.md) - [Commits](https://github.com/tajo/react-movable/compare/v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: react-movable dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ec7a46329c..1cfb27c9fa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "postcss-loader": "^8.1.1", "postcss-modules-values-replace": "^4.2.0", "postcss-preset-env": "^10.1.3", - "react-movable": "^3.3.1", + "react-movable": "^3.4.0", "react-virtualized": "^9.22.5", "react-waypoint": "^10.3.0", "scrollbar-width": "^3.1.1", @@ -27523,9 +27523,9 @@ "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" }, "node_modules/react-movable": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/react-movable/-/react-movable-3.3.1.tgz", - "integrity": "sha512-dfX15ZlyoefoFs1kqVeLrJoso4eaTEBwP2pyUanDUyNg1Uy+lzxOv0GyNcmHJTZUtLSaNbim8DdekpKALSLKkA==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/react-movable/-/react-movable-3.4.0.tgz", + "integrity": "sha512-u768eHhSymKMIpAaHYakyogGaIe75psVYFQs2ACBjriuCu5oPZznuSqSW+R+8lXKFEJsuPqJjBKdUYe9NZxHjQ==", "peerDependencies": { "react": "*", "react-dom": "*" @@ -53499,9 +53499,9 @@ "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" }, "react-movable": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/react-movable/-/react-movable-3.3.1.tgz", - "integrity": "sha512-dfX15ZlyoefoFs1kqVeLrJoso4eaTEBwP2pyUanDUyNg1Uy+lzxOv0GyNcmHJTZUtLSaNbim8DdekpKALSLKkA==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/react-movable/-/react-movable-3.4.0.tgz", + "integrity": "sha512-u768eHhSymKMIpAaHYakyogGaIe75psVYFQs2ACBjriuCu5oPZznuSqSW+R+8lXKFEJsuPqJjBKdUYe9NZxHjQ==" }, "react-redux": { "version": "9.2.0", diff --git a/package.json b/package.json index 9e86a6386df..b89407ef139 100644 --- a/package.json +++ b/package.json @@ -251,7 +251,7 @@ "postcss-loader": "^8.1.1", "postcss-modules-values-replace": "^4.2.0", "postcss-preset-env": "^10.1.3", - "react-movable": "^3.3.1", + "react-movable": "^3.4.0", "react-virtualized": "^9.22.5", "react-waypoint": "^10.3.0", "scrollbar-width": "^3.1.1",