update @types/react-table

This commit is contained in:
Collin Barrett 2018-03-25 16:50:30 -05:00
parent 12e0075ae7
commit 475645f240
2 changed files with 4 additions and 4 deletions

View file

@ -62,9 +62,9 @@
}
},
"@types/react-table": {
"version": "6.7.7",
"resolved": "https://registry.npmjs.org/@types/react-table/-/react-table-6.7.7.tgz",
"integrity": "sha1-8PghyrjW4/X416CxBQP/RYYmsTk=",
"version": "6.7.8",
"resolved": "https://registry.npmjs.org/@types/react-table/-/react-table-6.7.8.tgz",
"integrity": "sha512-KTjOKCWLaQKxPhBcnrwQvneKRfIdzzPlZFVFOND+w9ISImLE1vx7i5JG5COqwUOIGAvgIeiK3YgQD9Delf1Jzg==",
"requires": {
"@types/react": "16.0.41"
}

View file

@ -32,7 +32,7 @@
"webpack-hot-middleware": "^2.21.2"
},
"dependencies": {
"@types/react-table": "^6.7.7",
"@types/react-table": "^6.7.8",
"react-table": "^6.8.0"
}
}