|
1 | 1 | { |
2 | 2 | "name": "mantine-datatable", |
3 | | - "version": "8.3.9", |
| 3 | + "version": "8.3.10", |
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": "^10.1.0", |
78 | 78 | "@formkit/auto-animate": "^0.9.0", |
79 | 79 | "@hello-pangea/dnd": "^18.0.1", |
80 | | - "@mantine/code-highlight": "^8.3.9", |
81 | | - "@mantine/core": "^8.3.9", |
82 | | - "@mantine/dates": "^8.3.9", |
83 | | - "@mantine/hooks": "^8.3.9", |
84 | | - "@mantine/modals": "^8.3.9", |
85 | | - "@mantine/notifications": "^8.3.9", |
86 | | - "@next/eslint-plugin-next": "^15.5.7", |
87 | | - "@tabler/icons-react": "^3.35.0", |
| 80 | + "@mantine/code-highlight": "^8.3.10", |
| 81 | + "@mantine/core": "^8.3.10", |
| 82 | + "@mantine/dates": "^8.3.10", |
| 83 | + "@mantine/hooks": "^8.3.10", |
| 84 | + "@mantine/modals": "^8.3.10", |
| 85 | + "@mantine/notifications": "^8.3.10", |
| 86 | + "@next/eslint-plugin-next": "^15.5.9", |
| 87 | + "@tabler/icons-react": "^3.36.0", |
88 | 88 | "@tanstack/react-query": "^5.90.12", |
89 | 89 | "@types/lodash": "^4.17.21", |
90 | | - "@types/node": "^24.10.1", |
| 90 | + "@types/node": "^25.0.2", |
91 | 91 | "@types/react": "^19.2.7", |
92 | 92 | "@types/react-dom": "^19.2.3", |
93 | | - "@typescript-eslint/eslint-plugin": "^8.48.1", |
94 | | - "@typescript-eslint/parser": "^8.48.1", |
| 93 | + "@typescript-eslint/eslint-plugin": "^8.49.0", |
| 94 | + "@typescript-eslint/parser": "^8.49.0", |
95 | 95 | "clsx": "^2.1.1", |
96 | 96 | "cssnano": "^7.1.2", |
97 | 97 | "dayjs": "^1.11.19", |
98 | | - "eslint": "^9.39.1", |
99 | | - "eslint-config-next": "^15.5.7", |
| 98 | + "eslint": "^9.39.2", |
| 99 | + "eslint-config-next": "^15.5.9", |
100 | 100 | "eslint-config-prettier": "^10.1.8", |
101 | 101 | "eslint-plugin-react-hooks": "^7.0.1", |
102 | 102 | "lodash": "^4.17.21", |
103 | 103 | "mantine-contextmenu": "^8.3.11", |
104 | | - "next": "^15.5.7", |
| 104 | + "next": "^15.5.9", |
105 | 105 | "postcss": "^8.5.6", |
106 | 106 | "postcss-cli": "^11.0.1", |
107 | 107 | "postcss-import": "^16.1.1", |
108 | 108 | "postcss-preset-mantine": "^1.18.0", |
109 | 109 | "postcss-simple-vars": "^7.0.1", |
110 | 110 | "prettier": "^3.7.4", |
111 | | - "react": "^19.2.1", |
112 | | - "react-dom": "^19.2.1", |
| 111 | + "react": "^19.2.3", |
| 112 | + "react-dom": "^19.2.3", |
113 | 113 | "sharp": "^0.34.5", |
114 | | - "shiki": "^3.19.0", |
| 114 | + "shiki": "^3.20.0", |
115 | 115 | "swr": "^2.3.7", |
116 | 116 | "tsup": "^8.5.1", |
117 | 117 | "typescript": "^5.9.3" |
|
0 commit comments