Skip to content

Commit 6e56207

Browse files
committed
Updat edeps to ensure compatibility with Mantine 7.9, bump version
1 parent 8fc2b2b commit 6e56207

File tree

2 files changed

+134
-127
lines changed

2 files changed

+134
-127
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantine-datatable",
3-
"version": "7.8.2",
3+
"version": "7.9.0",
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",
@@ -75,28 +75,28 @@
7575
"@ducanh2912/next-pwa": "^10.2.6",
7676
"@faker-js/faker": "^8.4.1",
7777
"@formkit/auto-animate": "^0.8.2",
78-
"@mantine/code-highlight": "^7.8.1",
79-
"@mantine/core": "^7.8.1",
80-
"@mantine/dates": "^7.8.1",
81-
"@mantine/hooks": "^7.8.1",
82-
"@mantine/modals": "^7.8.1",
83-
"@mantine/notifications": "^7.8.1",
84-
"@tabler/icons-react": "^3.2.0",
85-
"@tanstack/react-query": "^5.32.0",
78+
"@mantine/code-highlight": "^7.9.0",
79+
"@mantine/core": "^7.9.0",
80+
"@mantine/dates": "^7.9.0",
81+
"@mantine/hooks": "^7.9.0",
82+
"@mantine/modals": "^7.9.0",
83+
"@mantine/notifications": "^7.9.0",
84+
"@tabler/icons-react": "^3.3.0",
85+
"@tanstack/react-query": "^5.32.1",
8686
"@types/lodash": "^4.17.0",
87-
"@types/node": "^20.12.7",
87+
"@types/node": "^20.12.8",
8888
"@types/react": "^18.3.1",
8989
"@types/react-dom": "^18.3.0",
90-
"@typescript-eslint/eslint-plugin": "^7.7.1",
91-
"@typescript-eslint/parser": "^7.7.1",
90+
"@typescript-eslint/eslint-plugin": "^7.8.0",
91+
"@typescript-eslint/parser": "^7.8.0",
9292
"clsx": "^2.1.1",
9393
"cssnano": "^7.0.1",
9494
"dayjs": "^1.11.11",
9595
"eslint": "^8",
9696
"eslint-config-next": "^14.2.3",
9797
"eslint-config-prettier": "^9.1.0",
9898
"lodash": "^4.17.21",
99-
"mantine-contextmenu": "^7.8.1",
99+
"mantine-contextmenu": "^7.9.0",
100100
"next": "^14.2.3",
101101
"postcss": "^8.4.38",
102102
"postcss-cli": "^11.0.0",

0 commit comments

Comments
 (0)