|
1 | 1 | { |
2 | 2 | "name": "mantine-datatable", |
3 | | - "version": "8.3.7", |
| 3 | + "version": "8.3.8", |
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", |
|
71 | 71 | "format": "prettier --write ." |
72 | 72 | }, |
73 | 73 | "devDependencies": { |
74 | | - "@docsearch/css": "^4.3.1", |
75 | | - "@docsearch/react": "^4.3.1", |
| 74 | + "@docsearch/css": "^4.3.2", |
| 75 | + "@docsearch/react": "^4.3.2", |
76 | 76 | "@eslint/eslintrc": "^3.3.1", |
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.7", |
81 | | - "@mantine/core": "^8.3.7", |
82 | | - "@mantine/dates": "^8.3.7", |
83 | | - "@mantine/hooks": "^8.3.7", |
84 | | - "@mantine/modals": "^8.3.7", |
85 | | - "@mantine/notifications": "^8.3.7", |
| 80 | + "@mantine/code-highlight": "^8.3.8", |
| 81 | + "@mantine/core": "^8.3.8", |
| 82 | + "@mantine/dates": "^8.3.8", |
| 83 | + "@mantine/hooks": "^8.3.8", |
| 84 | + "@mantine/modals": "^8.3.8", |
| 85 | + "@mantine/notifications": "^8.3.8", |
86 | 86 | "@next/eslint-plugin-next": "^15.5.6", |
87 | 87 | "@tabler/icons-react": "^3.35.0", |
88 | | - "@tanstack/react-query": "^5.90.7", |
| 88 | + "@tanstack/react-query": "^5.90.10", |
89 | 89 | "@types/lodash": "^4.17.20", |
90 | | - "@types/node": "^24.10.0", |
91 | | - "@types/react": "^19.2.2", |
92 | | - "@types/react-dom": "^19.2.2", |
93 | | - "@typescript-eslint/eslint-plugin": "^8.46.3", |
94 | | - "@typescript-eslint/parser": "^8.46.3", |
| 90 | + "@types/node": "^24.10.1", |
| 91 | + "@types/react": "^19.2.5", |
| 92 | + "@types/react-dom": "^19.2.3", |
| 93 | + "@typescript-eslint/eslint-plugin": "^8.46.4", |
| 94 | + "@typescript-eslint/parser": "^8.46.4", |
95 | 95 | "clsx": "^2.1.1", |
96 | 96 | "cssnano": "^7.1.2", |
97 | 97 | "dayjs": "^1.11.19", |
|
100 | 100 | "eslint-config-prettier": "^10.1.8", |
101 | 101 | "eslint-plugin-react-hooks": "^7.0.1", |
102 | 102 | "lodash": "^4.17.21", |
103 | | - "mantine-contextmenu": "^8.3.7", |
| 103 | + "mantine-contextmenu": "^8.3.8", |
104 | 104 | "next": "^15.5.6", |
105 | 105 | "postcss": "^8.5.6", |
106 | 106 | "postcss-cli": "^11.0.1", |
|
113 | 113 | "sharp": "^0.34.5", |
114 | 114 | "shiki": "^3.15.0", |
115 | 115 | "swr": "^2.3.6", |
116 | | - "tsup": "^8.5.0", |
| 116 | + "tsup": "^8.5.1", |
117 | 117 | "typescript": "^5.9.3" |
118 | 118 | }, |
119 | 119 | "peerDependencies": { |
|
0 commit comments