|
1 | 1 | {
|
2 | 2 | "name": "mantine-datatable",
|
3 |
| - "version": "7.8.2", |
| 3 | + "version": "7.9.0", |
4 | 4 | "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",
|
5 | 5 | "keywords": [
|
6 | 6 | "mantine",
|
|
75 | 75 | "@ducanh2912/next-pwa": "^10.2.6",
|
76 | 76 | "@faker-js/faker": "^8.4.1",
|
77 | 77 | "@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", |
86 | 86 | "@types/lodash": "^4.17.0",
|
87 |
| - "@types/node": "^20.12.7", |
| 87 | + "@types/node": "^20.12.8", |
88 | 88 | "@types/react": "^18.3.1",
|
89 | 89 | "@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", |
92 | 92 | "clsx": "^2.1.1",
|
93 | 93 | "cssnano": "^7.0.1",
|
94 | 94 | "dayjs": "^1.11.11",
|
95 | 95 | "eslint": "^8",
|
96 | 96 | "eslint-config-next": "^14.2.3",
|
97 | 97 | "eslint-config-prettier": "^9.1.0",
|
98 | 98 | "lodash": "^4.17.21",
|
99 |
| - "mantine-contextmenu": "^7.8.1", |
| 99 | + "mantine-contextmenu": "^7.9.0", |
100 | 100 | "next": "^14.2.3",
|
101 | 101 | "postcss": "^8.4.38",
|
102 | 102 | "postcss-cli": "^11.0.0",
|
|
0 commit comments