Skip to content

Commit 98475a9

Browse files
committed
Update deps and changelog
1 parent 6c2e93b commit 98475a9

3 files changed

Lines changed: 698 additions & 728 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Minor versions that are not listed in the changelog are bug fixes and small impr
66
## 8.1.3 (2025-07-21)
77

88
- Enhance column resizing behavior for closed columns - many thanks to [Giovambattista Fazioli](https://github.com/gfazioli) for PR [#711](https://github.com/icflorescu/mantine-datatable/pull/711)
9+
- Update deps to ensure compatibility with Mantine 8.1.3 and Next.js 15.4.x
910

1011
## 8.1.2 (2025-03-24)
1112

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -74,43 +74,43 @@
7474
"@docsearch/css": "^3.9.0",
7575
"@docsearch/react": "^3.9.0",
7676
"@eslint/eslintrc": "^3.3.1",
77-
"@faker-js/faker": "^9.8.0",
77+
"@faker-js/faker": "^9.9.0",
7878
"@formkit/auto-animate": "^0.8.2",
7979
"@hello-pangea/dnd": "^18.0.1",
80-
"@mantine/code-highlight": "^8.1.1",
81-
"@mantine/core": "^8.1.1",
82-
"@mantine/dates": "^8.1.1",
83-
"@mantine/hooks": "^8.1.1",
84-
"@mantine/modals": "^8.1.1",
85-
"@mantine/notifications": "^8.1.1",
86-
"@tabler/icons-react": "^3.34.0",
87-
"@tanstack/react-query": "^5.81.2",
88-
"@types/lodash": "^4.17.18",
89-
"@types/node": "^24.0.3",
80+
"@mantine/code-highlight": "^8.1.3",
81+
"@mantine/core": "^8.1.3",
82+
"@mantine/dates": "^8.1.3",
83+
"@mantine/hooks": "^8.1.3",
84+
"@mantine/modals": "^8.1.3",
85+
"@mantine/notifications": "^8.1.3",
86+
"@tabler/icons-react": "^3.34.1",
87+
"@tanstack/react-query": "^5.83.0",
88+
"@types/lodash": "^4.17.20",
89+
"@types/node": "^24.0.15",
9090
"@types/react": "^19.1.8",
9191
"@types/react-dom": "^19.1.6",
92-
"@typescript-eslint/eslint-plugin": "^8.35.0",
93-
"@typescript-eslint/parser": "^8.35.0",
92+
"@typescript-eslint/eslint-plugin": "^8.37.0",
93+
"@typescript-eslint/parser": "^8.37.0",
9494
"clsx": "^2.1.1",
95-
"cssnano": "^7.0.7",
95+
"cssnano": "^7.1.0",
9696
"dayjs": "^1.11.13",
97-
"eslint": "^9.29.0",
98-
"eslint-config-next": "^15.3.4",
99-
"eslint-config-prettier": "^10.1.5",
97+
"eslint": "^9.31.0",
98+
"eslint-config-next": "^15.4.2",
99+
"eslint-config-prettier": "^10.1.8",
100100
"lodash": "^4.17.21",
101-
"mantine-contextmenu": "^8.1.2",
102-
"next": "^15.3.4",
101+
"mantine-contextmenu": "^8.1.3",
102+
"next": "^15.4.2",
103103
"postcss": "^8.5.6",
104104
"postcss-cli": "^11.0.1",
105105
"postcss-import": "^16.1.1",
106-
"postcss-preset-mantine": "^1.17.0",
106+
"postcss-preset-mantine": "^1.18.0",
107107
"postcss-simple-vars": "^7.0.1",
108-
"prettier": "^3.6.0",
108+
"prettier": "^3.6.2",
109109
"react": "^19.1.0",
110110
"react-dom": "^19.1.0",
111-
"sharp": "^0.34.2",
112-
"shiki": "^3.7.0",
113-
"swr": "^2.3.3",
111+
"sharp": "^0.34.3",
112+
"shiki": "^3.8.1",
113+
"swr": "^2.3.4",
114114
"tsup": "^8.5.0",
115115
"typescript": "^5.8.3"
116116
},

0 commit comments

Comments
 (0)