|
1 | 1 | { |
2 | 2 | "name": "mantine-datatable", |
3 | | - "version": "8.1.0", |
| 3 | + "version": "8.1.1", |
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.8.0", |
78 | 78 | "@formkit/auto-animate": "^0.8.2", |
79 | 79 | "@hello-pangea/dnd": "^18.0.1", |
80 | | - "@mantine/code-highlight": "^8.1.0", |
81 | | - "@mantine/core": "^8.1.0", |
82 | | - "@mantine/dates": "^8.1.0", |
83 | | - "@mantine/hooks": "^8.1.0", |
84 | | - "@mantine/modals": "^8.1.0", |
85 | | - "@mantine/notifications": "^8.1.0", |
| 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 | 86 | "@tabler/icons-react": "^3.34.0", |
87 | 87 | "@tanstack/react-query": "^5.80.7", |
88 | 88 | "@types/lodash": "^4.17.17", |
89 | | - "@types/node": "^24.0.1", |
| 89 | + "@types/node": "^24.0.3", |
90 | 90 | "@types/react": "^19.1.8", |
91 | 91 | "@types/react-dom": "^19.1.6", |
92 | 92 | "@typescript-eslint/eslint-plugin": "^8.34.0", |
93 | 93 | "@typescript-eslint/parser": "^8.34.0", |
94 | 94 | "clsx": "^2.1.1", |
95 | 95 | "cssnano": "^7.0.7", |
96 | 96 | "dayjs": "^1.11.13", |
97 | | - "eslint": "^9.28.0", |
| 97 | + "eslint": "^9.29.0", |
98 | 98 | "eslint-config-next": "^15.3.3", |
99 | 99 | "eslint-config-prettier": "^10.1.5", |
100 | 100 | "lodash": "^4.17.21", |
101 | | - "mantine-contextmenu": "^8.1.1", |
| 101 | + "mantine-contextmenu": "^8.1.2", |
102 | 102 | "next": "^15.3.3", |
103 | 103 | "postcss": "^8.5.5", |
104 | 104 | "postcss-cli": "^11.0.1", |
|
0 commit comments