mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
update @types/react-table
This commit is contained in:
parent
12e0075ae7
commit
475645f240
2 changed files with 4 additions and 4 deletions
6
src/FilterLists.Web/npm-shrinkwrap.json
generated
6
src/FilterLists.Web/npm-shrinkwrap.json
generated
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue