|
1 | 1 | { |
2 | 2 | "name": "mantine-datatable", |
3 | | - "version": "8.1.3", |
| 3 | + "version": "8.2.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", |
|
77 | 77 | "@faker-js/faker": "^9.9.0", |
78 | 78 | "@formkit/auto-animate": "^0.8.2", |
79 | 79 | "@hello-pangea/dnd": "^18.0.1", |
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", |
| 80 | + "@mantine/code-highlight": "^8.2.1", |
| 81 | + "@mantine/core": "^8.2.1", |
| 82 | + "@mantine/dates": "^8.2.1", |
| 83 | + "@mantine/hooks": "^8.2.1", |
| 84 | + "@mantine/modals": "^8.2.1", |
| 85 | + "@mantine/notifications": "^8.2.1", |
86 | 86 | "@tabler/icons-react": "^3.34.1", |
87 | 87 | "@tanstack/react-query": "^5.83.0", |
88 | 88 | "@types/lodash": "^4.17.20", |
89 | | - "@types/node": "^24.0.15", |
| 89 | + "@types/node": "^24.1.0", |
90 | 90 | "@types/react": "^19.1.8", |
91 | 91 | "@types/react-dom": "^19.1.6", |
92 | | - "@typescript-eslint/eslint-plugin": "^8.37.0", |
93 | | - "@typescript-eslint/parser": "^8.37.0", |
| 92 | + "@typescript-eslint/eslint-plugin": "^8.38.0", |
| 93 | + "@typescript-eslint/parser": "^8.38.0", |
94 | 94 | "clsx": "^2.1.1", |
95 | 95 | "cssnano": "^7.1.0", |
96 | 96 | "dayjs": "^1.11.13", |
97 | 97 | "eslint": "^9.31.0", |
98 | | - "eslint-config-next": "^15.4.2", |
| 98 | + "eslint-config-next": "^15.4.3", |
99 | 99 | "eslint-config-prettier": "^10.1.8", |
100 | 100 | "lodash": "^4.17.21", |
101 | | - "mantine-contextmenu": "^8.1.3", |
102 | | - "next": "^15.4.2", |
| 101 | + "mantine-contextmenu": "^8.2.0", |
| 102 | + "next": "^15.4.3", |
103 | 103 | "postcss": "^8.5.6", |
104 | 104 | "postcss-cli": "^11.0.1", |
105 | 105 | "postcss-import": "^16.1.1", |
|
0 commit comments