This commit is contained in:
Collin M. Barrett 2019-07-26 17:19:21 -05:00
commit 56cdf37ae0
2 changed files with 4 additions and 4 deletions

View file

@ -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"
}

View file

@ -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"
}
}