Skip to content

Commit

Permalink
Merge pull request #635 from icflorescu/next
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
icflorescu authored Sep 4, 2024
2 parents 86cd06d + f871b31 commit 369b6fd
Show file tree
Hide file tree
Showing 3 changed files with 485 additions and 488 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
The following is a list of notable changes to the Mantine DataTable component.
Minor versions that are not listed in the changelog are bug fixes and small improvements.

## 7.12.2 (2024-09-04)

- Update dev dependencies to ensure compatibility with Mantine 7.12.2

## 7.11.3 (2024-07-30)

- Update dev dependencies
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable",
"version": "7.11.3",
"version": "7.12.2",
"description": "The lightweight, dependency-free, dark-theme aware table component for your Mantine UI data-rich applications, featuring asynchronous data loading support, pagination, intuitive Gmail-style additive batch rows selection, column sorting, custom cell data rendering, row expansion, nesting, context menus, and much more",
"keywords": [
"mantine",
Expand Down Expand Up @@ -76,46 +76,46 @@
"@faker-js/faker": "^8.4.1",
"@formkit/auto-animate": "^0.8.2",
"@hello-pangea/dnd": "^16.6.0",
"@mantine/code-highlight": "^7.11.2",
"@mantine/core": "^7.11.2",
"@mantine/dates": "^7.11.2",
"@mantine/hooks": "^7.11.2",
"@mantine/modals": "^7.11.2",
"@mantine/notifications": "^7.11.2",
"@tabler/icons-react": "^3.11.0",
"@tanstack/react-query": "^5.51.15",
"@mantine/code-highlight": "^7.12.2",
"@mantine/core": "^7.12.2",
"@mantine/dates": "^7.12.2",
"@mantine/hooks": "^7.12.2",
"@mantine/modals": "^7.12.2",
"@mantine/notifications": "^7.12.2",
"@tabler/icons-react": "^3.14.0",
"@tanstack/react-query": "^5.54.1",
"@types/lodash": "^4.17.7",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/node": "^22.5.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"clsx": "^2.1.1",
"cssnano": "^7.0.4",
"dayjs": "^1.11.12",
"cssnano": "^7.0.5",
"dayjs": "^1.11.13",
"eslint": "^8",
"eslint-config-next": "^14.2.5",
"eslint-config-next": "^14.2.7",
"eslint-config-prettier": "^9.1.0",
"lodash": "^4.17.21",
"mantine-contextmenu": "^7.11.3",
"next": "^14.2.5",
"postcss": "^8.4.40",
"mantine-contextmenu": "^7.12.2",
"next": "^14.2.7",
"postcss": "^8.4.44",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.4",
"sharp": "^0.33.5",
"swr": "^2.2.5",
"tsup": "^8.2.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"webpack": "^5.93.0"
"webpack": "^5.94.0"
},
"peerDependencies": {
"@mantine/core": ">=7.8",
"@mantine/hooks": ">=7.8",
"@mantine/core": ">=7.11",
"@mantine/hooks": ">=7.11",
"clsx": ">=2",
"react": ">=18.2"
}
Expand Down
Loading

0 comments on commit 369b6fd

Please sign in to comment.