chore(deps): bump material-table from 1.62.0 to 1.68.0 (#1841)
* chore(deps): bump material-table from 1.62.0 to 1.68.0 Bumps [material-table](https://github.com/mbrn/material-table) from 1.62.0 to 1.68.0. - [Release notes](https://github.com/mbrn/material-table/releases) - [Commits](https://github.com/mbrn/material-table/compare/v1.62.0...v1.68.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Update Table component for new version of material-table Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Sebastian Qvarfordt <s.qvarfordt@gmail.com>
This commit is contained in:
committed by
GitHub
parent
48896b26f4
commit
f225b094e4
@@ -40,7 +40,7 @@
|
||||
"classnames": "^2.2.6",
|
||||
"clsx": "^1.1.0",
|
||||
"lodash": "^4.17.15",
|
||||
"material-table": "1.62.x",
|
||||
"material-table": "1.68.x",
|
||||
"prop-types": "^15.7.2",
|
||||
"rc-progress": "^3.0.0",
|
||||
"react": "^16.12.0",
|
||||
|
||||
@@ -166,7 +166,7 @@ export function Table<T extends object = {}>({
|
||||
|
||||
const MTColumns = convertColumns(columns, theme);
|
||||
|
||||
const defaultOptions: Options = {
|
||||
const defaultOptions: Options<T> = {
|
||||
headerStyle: {
|
||||
textTransform: 'uppercase',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user