|
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", |
|
74 | 74 | "@docsearch/css": "^3.9.0", |
75 | 75 | "@docsearch/react": "^3.9.0", |
76 | 76 | "@eslint/eslintrc": "^3.3.1", |
77 | | - "@faker-js/faker": "^9.8.0", |
| 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.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 | | - "@tabler/icons-react": "^3.34.0", |
87 | | - "@tanstack/react-query": "^5.81.2", |
88 | | - "@types/lodash": "^4.17.18", |
89 | | - "@types/node": "^24.0.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 | + "@tabler/icons-react": "^3.34.1", |
| 87 | + "@tanstack/react-query": "^5.83.0", |
| 88 | + "@types/lodash": "^4.17.20", |
| 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.35.0", |
93 | | - "@typescript-eslint/parser": "^8.35.0", |
| 92 | + "@typescript-eslint/eslint-plugin": "^8.38.0", |
| 93 | + "@typescript-eslint/parser": "^8.38.0", |
94 | 94 | "clsx": "^2.1.1", |
95 | | - "cssnano": "^7.0.7", |
| 95 | + "cssnano": "^7.1.0", |
96 | 96 | "dayjs": "^1.11.13", |
97 | | - "eslint": "^9.29.0", |
98 | | - "eslint-config-next": "^15.3.4", |
99 | | - "eslint-config-prettier": "^10.1.5", |
| 97 | + "eslint": "^9.31.0", |
| 98 | + "eslint-config-next": "^15.4.3", |
| 99 | + "eslint-config-prettier": "^10.1.8", |
100 | 100 | "lodash": "^4.17.21", |
101 | | - "mantine-contextmenu": "^8.1.2", |
102 | | - "next": "^15.3.4", |
| 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", |
106 | | - "postcss-preset-mantine": "^1.17.0", |
| 106 | + "postcss-preset-mantine": "^1.18.0", |
107 | 107 | "postcss-simple-vars": "^7.0.1", |
108 | | - "prettier": "^3.6.0", |
| 108 | + "prettier": "^3.6.2", |
109 | 109 | "react": "^19.1.0", |
110 | 110 | "react-dom": "^19.1.0", |
111 | | - "sharp": "^0.34.2", |
112 | | - "shiki": "^3.7.0", |
113 | | - "swr": "^2.3.3", |
| 111 | + "sharp": "^0.34.3", |
| 112 | + "shiki": "^3.8.1", |
| 113 | + "swr": "^2.3.4", |
114 | 114 | "tsup": "^8.5.0", |
115 | 115 | "typescript": "^5.8.3" |
116 | 116 | }, |
|
0 commit comments