Skip to content

Commit b276a72

Browse files
authored
Merge pull request #697 from icflorescu/next
Update deps, package version & changelog
2 parents e38290d + 7f197d8 commit b276a72

File tree

3 files changed

+643
-608
lines changed

3 files changed

+643
-608
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.17.1 (2025-03-06)
7+
8+
- Update dev dependencies to ensure compatibility with Mantine 7.17.1 and Next.js 15.2
9+
610
## 7.15.1 (2024-12-20)
711

812
- Fix [#682](https://github.com/icflorescu/mantine-datatable/issues/682) - request to remove CSS source maps from the dist

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantine-datatable",
3-
"version": "7.15.1",
3+
"version": "7.17.1",
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",
@@ -71,45 +71,45 @@
7171
"format": "prettier --write ."
7272
},
7373
"devDependencies": {
74-
"@docsearch/react": "^3.8.2",
75-
"@faker-js/faker": "^9.3.0",
74+
"@docsearch/react": "^3.9.0",
75+
"@faker-js/faker": "^9.5.1",
7676
"@formkit/auto-animate": "^0.8.2",
7777
"@hello-pangea/dnd": "^17.0.0",
78-
"@mantine/code-highlight": "^7.15.1",
79-
"@mantine/core": "^7.15.1",
80-
"@mantine/dates": "^7.15.1",
81-
"@mantine/hooks": "^7.15.1",
82-
"@mantine/modals": "^7.15.1",
83-
"@mantine/notifications": "^7.15.1",
84-
"@tabler/icons-react": "^3.26.0",
85-
"@tanstack/react-query": "^5.62.8",
86-
"@types/lodash": "^4.17.13",
87-
"@types/node": "^22.10.2",
88-
"@types/react": "^19.0.2",
89-
"@types/react-dom": "^19.0.2",
90-
"@typescript-eslint/eslint-plugin": "^8.18.1",
91-
"@typescript-eslint/parser": "^8.18.1",
78+
"@mantine/code-highlight": "^7.17.1",
79+
"@mantine/core": "^7.17.1",
80+
"@mantine/dates": "^7.17.1",
81+
"@mantine/hooks": "^7.17.1",
82+
"@mantine/modals": "^7.17.1",
83+
"@mantine/notifications": "^7.17.1",
84+
"@tabler/icons-react": "^3.31.0",
85+
"@tanstack/react-query": "^5.67.1",
86+
"@types/lodash": "^4.17.16",
87+
"@types/node": "^22.13.9",
88+
"@types/react": "^19.0.10",
89+
"@types/react-dom": "^19.0.4",
90+
"@typescript-eslint/eslint-plugin": "^8.26.0",
91+
"@typescript-eslint/parser": "^8.26.0",
9292
"clsx": "^2.1.1",
9393
"cssnano": "^7.0.6",
9494
"dayjs": "^1.11.13",
9595
"eslint": "^8",
96-
"eslint-config-next": "^15.1.2",
96+
"eslint-config-next": "^15.2.1",
9797
"eslint-config-prettier": "^9.1.0",
9898
"lodash": "^4.17.21",
99-
"mantine-contextmenu": "^7.15.1",
100-
"next": "^15.1.2",
101-
"postcss": "^8.4.49",
99+
"mantine-contextmenu": "^7.17.1",
100+
"next": "^15.2.1",
101+
"postcss": "^8.5.3",
102102
"postcss-cli": "^11.0.0",
103103
"postcss-import": "^16.1.0",
104104
"postcss-preset-mantine": "^1.17.0",
105105
"postcss-simple-vars": "^7.0.1",
106-
"prettier": "^3.4.2",
106+
"prettier": "^3.5.3",
107107
"react": "^19.0.0",
108108
"react-dom": "^19.0.0",
109109
"sharp": "^0.33.5",
110-
"swr": "^2.2.5",
111-
"tsup": "^8.3.5",
112-
"typescript": "^5.7.2"
110+
"swr": "^2.3.2",
111+
"tsup": "^8.4.0",
112+
"typescript": "^5.8.2"
113113
},
114114
"peerDependencies": {
115115
"@mantine/core": ">=7.14",

0 commit comments

Comments
 (0)