Skip to content

Commit 369b6fd

Browse files
authored
Merge pull request #635 from icflorescu/next
Update deps
2 parents 86cd06d + f871b31 commit 369b6fd

File tree

3 files changed

+485
-488
lines changed

3 files changed

+485
-488
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
The following is a list of notable changes to the Mantine DataTable component.
44
Minor versions that are not listed in the changelog are bug fixes and small improvements.
55

6+
## 7.12.2 (2024-09-04)
7+
8+
- Update dev dependencies to ensure compatibility with Mantine 7.12.2
9+
610
## 7.11.3 (2024-07-30)
711

812
- Update dev dependencies

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantine-datatable",
3-
"version": "7.11.3",
3+
"version": "7.12.2",
44
"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",
55
"keywords": [
66
"mantine",
@@ -76,46 +76,46 @@
7676
"@faker-js/faker": "^8.4.1",
7777
"@formkit/auto-animate": "^0.8.2",
7878
"@hello-pangea/dnd": "^16.6.0",
79-
"@mantine/code-highlight": "^7.11.2",
80-
"@mantine/core": "^7.11.2",
81-
"@mantine/dates": "^7.11.2",
82-
"@mantine/hooks": "^7.11.2",
83-
"@mantine/modals": "^7.11.2",
84-
"@mantine/notifications": "^7.11.2",
85-
"@tabler/icons-react": "^3.11.0",
86-
"@tanstack/react-query": "^5.51.15",
79+
"@mantine/code-highlight": "^7.12.2",
80+
"@mantine/core": "^7.12.2",
81+
"@mantine/dates": "^7.12.2",
82+
"@mantine/hooks": "^7.12.2",
83+
"@mantine/modals": "^7.12.2",
84+
"@mantine/notifications": "^7.12.2",
85+
"@tabler/icons-react": "^3.14.0",
86+
"@tanstack/react-query": "^5.54.1",
8787
"@types/lodash": "^4.17.7",
88-
"@types/node": "^22.0.0",
89-
"@types/react": "^18.3.3",
88+
"@types/node": "^22.5.3",
89+
"@types/react": "^18.3.5",
9090
"@types/react-dom": "^18.3.0",
91-
"@typescript-eslint/eslint-plugin": "^7.18.0",
92-
"@typescript-eslint/parser": "^7.18.0",
91+
"@typescript-eslint/eslint-plugin": "^8.4.0",
92+
"@typescript-eslint/parser": "^8.4.0",
9393
"clsx": "^2.1.1",
94-
"cssnano": "^7.0.4",
95-
"dayjs": "^1.11.12",
94+
"cssnano": "^7.0.5",
95+
"dayjs": "^1.11.13",
9696
"eslint": "^8",
97-
"eslint-config-next": "^14.2.5",
97+
"eslint-config-next": "^14.2.7",
9898
"eslint-config-prettier": "^9.1.0",
9999
"lodash": "^4.17.21",
100-
"mantine-contextmenu": "^7.11.3",
101-
"next": "^14.2.5",
102-
"postcss": "^8.4.40",
100+
"mantine-contextmenu": "^7.12.2",
101+
"next": "^14.2.7",
102+
"postcss": "^8.4.44",
103103
"postcss-cli": "^11.0.0",
104104
"postcss-import": "^16.1.0",
105105
"postcss-preset-mantine": "^1.17.0",
106106
"postcss-simple-vars": "^7.0.1",
107107
"prettier": "^3.3.3",
108108
"react": "^18.3.1",
109109
"react-dom": "^18.3.1",
110-
"sharp": "^0.33.4",
110+
"sharp": "^0.33.5",
111111
"swr": "^2.2.5",
112-
"tsup": "^8.2.3",
112+
"tsup": "^8.2.4",
113113
"typescript": "^5.5.4",
114-
"webpack": "^5.93.0"
114+
"webpack": "^5.94.0"
115115
},
116116
"peerDependencies": {
117-
"@mantine/core": ">=7.8",
118-
"@mantine/hooks": ">=7.8",
117+
"@mantine/core": ">=7.11",
118+
"@mantine/hooks": ">=7.11",
119119
"clsx": ">=2",
120120
"react": ">=18.2"
121121
}

0 commit comments

Comments
 (0)