ReactTable: upgrades react table to 7.0.0 and typings (#23247)
* Chore: bumps react-table and types * Chore: reverts changes to root package.json * ReactTable: upgrades react-table to 7.0.0 and typings * Refactor: changes after PR comments
Showing
... | ... | @@ -34,7 +34,7 @@ |
"@torkelo/react-select": "3.0.8", | ||
"@types/react-color": "3.0.1", | ||
"@types/react-select": "3.0.8", | ||
"@types/react-table": "7.0.2", | ||
"@types/react-table": "7.0.12", | ||
"@types/slate": "0.47.1", | ||
"@types/slate-react": "0.22.5", | ||
"bizcharts": "^3.5.8", | ||
... | ... | @@ -59,7 +59,7 @@ |
"react-hook-form": "5.0.3", | ||
"react-popper": "1.3.3", | ||
"react-storybook-addon-props-combinations": "1.1.0", | ||
"react-table": "7.0.0-rc.15", | ||
"react-table": "7.0.0", | ||
"react-transition-group": "4.3.0", | ||
"slate": "0.47.8", | ||
"storybook-dark-mode": "0.4.0", | ||
... | ... |
Please
register
or
sign in
to comment