Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 3ffe615

Browse files
committed
react-table 8.2.6
1 parent 87f25cc commit 3ffe615

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/jest": "28.1.6",
2626
"@testing-library/jest-dom": "5.16.4",
2727
"@testing-library/react": "13.3.0",
28-
"@types/node": "18.0.6",
28+
"@types/node": "18.6.1",
2929
"@types/react": "18.0.15",
3030
"@types/react-dom": "18.0.6",
3131
"@types/react-color": "3.0.6",
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"@emotion/styled": "11.9.3",
53-
"@mui/material": "5.9.1",
53+
"@mui/material": "5.9.2",
5454
"@mui/icons-material": "5.8.4",
5555
"@popperjs/core": "2.11.5",
5656
"immutability-helper": "3.1.1",
@@ -63,7 +63,7 @@
6363
"react-dom": "18.2.0",
6464
"react-csv": "2.2.2",
6565
"react-popper": "2.3.0",
66-
"@tanstack/react-table": "8.3.3",
66+
"@tanstack/react-table": "8.3.6",
6767
"@tanstack/match-sorter-utils": "8.1.1",
6868
"react-select": "5.4.0",
6969
"react-color": "2.19.3",

src/components/Table.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ export function Table(tableData: TableDataType) {
436436
<div
437437
key={`div-add-row-cell-padding-left`}
438438
className={`${c("td padding-left")}`}
439-
style={{ minWidth: "17rem" }}
440439
>
441440
<Select
442441
styles={CustomTemplateSelectorStyles}

0 commit comments

Comments
 (0)