chore(deps): bump react-draggable from 4.3.1 to 4.4.2

Bumps [react-draggable](https://github.com/mzabriskie/react-draggable) from 4.3.1 to 4.4.2.
- [Release notes](https://github.com/mzabriskie/react-draggable/releases)
- [Changelog](https://github.com/STRML/react-draggable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mzabriskie/react-draggable/compare/v4.3.1...v4.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-05-18 08:12:30 +00:00
committed by GitHub
parent ebaaf82a45
commit 90db1ca005
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -9576,9 +9576,9 @@
} }
}, },
"react-draggable": { "react-draggable": {
"version": "4.3.1", "version": "4.4.2",
"resolved": "https://registry.npmjs.org/react-draggable/-/react-draggable-4.3.1.tgz", "resolved": "https://registry.npmjs.org/react-draggable/-/react-draggable-4.4.2.tgz",
"integrity": "sha512-m8QeV+eIi7LhD5mXoLqDzLbokc6Ncwa0T34fF6uJzWSs4vc4fdZI/XGqHYoEn91T8S6qO+BSXslONh7Jz9VPQQ==", "integrity": "sha512-zLQs4R4bnBCGnCVTZiD8hPsHtkiJxgMpGDlRESM+EHQo8ysXhKJ2GKdJ8UxxLJdRVceX1j19jy+hQS2wHislPQ==",
"requires": { "requires": {
"classnames": "^2.2.5", "classnames": "^2.2.5",
"prop-types": "^15.6.0" "prop-types": "^15.6.0"
+1 -1
View File
@@ -29,7 +29,7 @@
"d3-zoom": "^1.8.3", "d3-zoom": "^1.8.3",
"easy-peasy": "^3.3.0", "easy-peasy": "^3.3.0",
"fast-deep-equal": "^3.1.1", "fast-deep-equal": "^3.1.1",
"react-draggable": "^4.3.1", "react-draggable": "^4.4.2",
"resize-observer": "^1.0.0" "resize-observer": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {