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

Bumps [react-draggable](https://github.com/mzabriskie/react-draggable) from 4.1.0 to 4.3.1.
- [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.1.0...v4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-04-20 11:20:27 +00:00
committed by GitHub
parent 6354aa4330
commit d826be3f45
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -9415,9 +9415,9 @@
}
},
"react-draggable": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/react-draggable/-/react-draggable-4.2.0.tgz",
"integrity": "sha512-5wFq//gEoeTYprnd4ze8GrFc+Rbnx+9RkOMR3vk4EbWxj02U6L6T3yrlKeiw4X5CtjD2ma2+b3WujghcXNRzkw==",
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/react-draggable/-/react-draggable-4.3.1.tgz",
"integrity": "sha512-m8QeV+eIi7LhD5mXoLqDzLbokc6Ncwa0T34fF6uJzWSs4vc4fdZI/XGqHYoEn91T8S6qO+BSXslONh7Jz9VPQQ==",
"requires": {
"classnames": "^2.2.5",
"prop-types": "^15.6.0"
+1 -1
View File
@@ -12,7 +12,7 @@
"d3-zoom": "^1.8.3",
"easy-peasy": "^3.3.0",
"fast-deep-equal": "^3.1.1",
"react-draggable": "^4.2.0",
"react-draggable": "^4.3.1",
"resize-observer": "^1.0.0",
"scheduler": "^0.19.1"
},