Add react-table package

This commit is contained in:
navaneeth 2021-04-09 08:32:30 +05:30
parent 099637ff5f
commit d53393b73c
2 changed files with 6 additions and 0 deletions

View file

@ -11796,6 +11796,11 @@
"fuse.js": "^3.4.5"
}
},
"react-table": {
"version": "7.6.3",
"resolved": "https://registry.npmjs.org/react-table/-/react-table-7.6.3.tgz",
"integrity": "sha512-hfPF13zDLxPMpLKzIKCE8RZud9T/XrRTsaCIf8zXpWZIZ2juCl7qrGpo3AQw9eAetXV5DP7s2GDm+hht7qq5Dw=="
},
"react-textarea-autosize": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.3.2.tgz",

View file

@ -27,6 +27,7 @@
"react-router-dom": "^5.0.0",
"react-scripts": "3.4.3",
"react-select-search": "^3.0.5",
"react-table": "^7.6.3",
"react-toastify": "^7.0.3",
"rxjs": "^6.3.3",
"yup": "^0.27.0"