mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Merge branch 'master' of https://github.com/collinbarrett/FilterLists
This commit is contained in:
commit
56cdf37ae0
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
|
|
@ -4901,9 +4901,9 @@
|
|||
}
|
||||
},
|
||||
"react-table": {
|
||||
"version": "6.8.6",
|
||||
"resolved": "https://registry.npmjs.org/react-table/-/react-table-6.8.6.tgz",
|
||||
"integrity": "sha1-oK2LSDkxkFLVvvwBJgP7Fh5S7eM=",
|
||||
"version": "6.10.0",
|
||||
"resolved": "https://registry.npmjs.org/react-table/-/react-table-6.10.0.tgz",
|
||||
"integrity": "sha512-s/mQLI1+mNvlae45MfAZyZ04YIT3jUzWJqx34s0tfwpDdgJkpeK6vyzwMUkKFCpGODBxpjBOekYZzcEmk+2FiQ==",
|
||||
"requires": {
|
||||
"classnames": "^2.2.5"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,6 +32,6 @@
|
|||
"@types/react-table": "^6.7.18",
|
||||
"moment": "^2.24.0",
|
||||
"popper.js": "^1.14.6",
|
||||
"react-table": "^6.8.6"
|
||||
"react-table": "^6.10.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue