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

6
package-lock.json generated
View File

@@ -9576,9 +9576,9 @@
}
},
"react-draggable": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/react-draggable/-/react-draggable-4.3.1.tgz",
"integrity": "sha512-m8QeV+eIi7LhD5mXoLqDzLbokc6Ncwa0T34fF6uJzWSs4vc4fdZI/XGqHYoEn91T8S6qO+BSXslONh7Jz9VPQQ==",
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/react-draggable/-/react-draggable-4.4.2.tgz",
"integrity": "sha512-zLQs4R4bnBCGnCVTZiD8hPsHtkiJxgMpGDlRESM+EHQo8ysXhKJ2GKdJ8UxxLJdRVceX1j19jy+hQS2wHislPQ==",
"requires": {
"classnames": "^2.2.5",
"prop-types": "^15.6.0"

View File

@@ -29,7 +29,7 @@
"d3-zoom": "^1.8.3",
"easy-peasy": "^3.3.0",
"fast-deep-equal": "^3.1.1",
"react-draggable": "^4.3.1",
"react-draggable": "^4.4.2",
"resize-observer": "^1.0.0"
},
"devDependencies": {