Bump @types/react-sortable-hoc from 0.6.6 to 0.7.1
Bumps [@types/react-sortable-hoc](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-sortable-hoc) from 0.6.6 to 0.7.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-sortable-hoc) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
1d41734aa1
commit
e08758f761
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -3283,12 +3283,12 @@
|
|||
}
|
||||
},
|
||||
"@types/react-sortable-hoc": {
|
||||
"version": "0.6.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-sortable-hoc/-/react-sortable-hoc-0.6.6.tgz",
|
||||
"integrity": "sha512-fo5hG+Y3Hgvl8m0B+PSLRgicTLc5ujfn7Y5NSpuVAhPa2jcmNQSIWUZvZGtqvNaOuC2ogVUdFVtRkmVFQ/4u6Q==",
|
||||
"version": "0.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-sortable-hoc/-/react-sortable-hoc-0.7.1.tgz",
|
||||
"integrity": "sha512-K27j2M0yzi8F1E/UylqImXbGrIh0L6eu31U905gzZpEImJpBUHkmMWWJCO1Aehw31PMV8I1Pqt9LkCbNF685DA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/react": "*"
|
||||
"react-sortable-hoc": "*"
|
||||
}
|
||||
},
|
||||
"@types/react-sortable-tree": {
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
"@types/react-helmet": "^5.0.8",
|
||||
"@types/react-infinite-scroller": "^1.2.1",
|
||||
"@types/react-router-dom": "^4.3.4",
|
||||
"@types/react-sortable-hoc": "^0.6.5",
|
||||
"@types/react-sortable-hoc": "^0.7.1",
|
||||
"@types/react-sortable-tree": "^0.3.6",
|
||||
"@types/react-test-renderer": "^16.8.2",
|
||||
"@types/semver-compare": "^1.0.1",
|
||||
|
|
Loading…
Reference in a new issue