Bump react-sortable-hoc from 0.6.8 to 1.10.1

Bumps [react-sortable-hoc](https://github.com/clauderic/react-sortable-hoc) from 0.6.8 to 1.10.1.
- [Release notes](https://github.com/clauderic/react-sortable-hoc/releases)
- [Changelog](https://github.com/clauderic/react-sortable-hoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clauderic/react-sortable-hoc/compare/v0.6.8...v1.10.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-12 05:26:30 +00:00 committed by GitHub
parent 1d41734aa1
commit 7471cf88b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

11
package-lock.json generated
View file

@ -18315,13 +18315,12 @@
} }
}, },
"react-sortable-hoc": { "react-sortable-hoc": {
"version": "0.6.8", "version": "1.10.1",
"resolved": "https://registry.npmjs.org/react-sortable-hoc/-/react-sortable-hoc-0.6.8.tgz", "resolved": "https://registry.npmjs.org/react-sortable-hoc/-/react-sortable-hoc-1.10.1.tgz",
"integrity": "sha512-sUUAtNdV84AKZ2o+F5lVOOFWcyWG6aGDkNFgHoieB1zFLeWLWENkix06asPS4/GhigfuRh06aZix1j3Qx8+NSQ==", "integrity": "sha512-eVyv5rrK6qY9bG60bboRY78In7OpdRRg+hxp4QMLIjC/UJaFSU7exTYd0764GtXvBqh+b+faYGzren5/ffRYKw==",
"requires": { "requires": {
"babel-runtime": "^6.11.6", "@babel/runtime": "^7.2.0",
"invariant": "^2.2.1", "invariant": "^2.2.4",
"lodash": "^4.12.0",
"prop-types": "^15.5.7" "prop-types": "^15.5.7"
} }
}, },

View file

@ -60,7 +60,7 @@
"react-moment": "^0.9.7", "react-moment": "^0.9.7",
"react-router": "^5.0.1", "react-router": "^5.0.1",
"react-router-dom": "^5.0.1", "react-router-dom": "^5.0.1",
"react-sortable-hoc": "^0.6.8", "react-sortable-hoc": "^1.10.1",
"react-sortable-tree": "^2.6.2", "react-sortable-tree": "^2.6.2",
"semver-compare": "^1.0.0", "semver-compare": "^1.0.0",
"slugify": "^1.3.4", "slugify": "^1.3.4",