Skip to content

Commit

Permalink
Merge branch 'v2' into feature/filter-tooltip-value-fn
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Jul 17, 2024
2 parents 3d5386e + 638088e commit 516d7b7
Show file tree
Hide file tree
Showing 244 changed files with 17,880 additions and 19,023 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const columnOptions: ColumnOption[] = [
linkText: 'MRT Editing Docs',
source: 'MRT',
required: false,
type: "'select' | 'text'",
type: "'select' | 'text' | 'multi-select'",
},
{
columnOption: 'enableClickToCopy',
Expand Down
274 changes: 137 additions & 137 deletions apps/mantine-react-table-docs/examples/advanced/sandbox/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"start": "vite"
},
"dependencies": {
"@mantine/core": "^7.10.1",
"@mantine/dates": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@tabler/icons-react": "3.5.0",
"@mantine/core": "^7.11.2",
"@mantine/dates": "^7.11.2",
"@mantine/hooks": "^7.11.2",
"@tabler/icons-react": "3.11.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"mantine-react-table": "^2.0.0-beta.5",
Expand All @@ -23,10 +23,10 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.15.0",
"postcss": "^8.4.39",
"postcss-preset-mantine": "^1.16.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.4.5",
"vite": "^5.2.13"
"typescript": "^5.5.3",
"vite": "^5.3.4"
}
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"start": "vite"
},
"dependencies": {
"@mantine/core": "^7.10.1",
"@mantine/dates": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@tabler/icons-react": "3.5.0",
"@mantine/core": "^7.11.2",
"@mantine/dates": "^7.11.2",
"@mantine/hooks": "^7.11.2",
"@tabler/icons-react": "3.11.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"mantine-react-table": "^2.0.0-beta.5",
Expand All @@ -23,10 +23,10 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.15.0",
"postcss": "^8.4.39",
"postcss-preset-mantine": "^1.16.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.4.5",
"vite": "^5.2.13"
"typescript": "^5.5.3",
"vite": "^5.3.4"
}
}
Loading

0 comments on commit 516d7b7

Please sign in to comment.