|
1 | 1 | { |
2 | 2 | "name": "mantine-datatable", |
3 | | - "version": "8.3.11", |
| 3 | + "version": "8.3.13", |
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": "^4.4.0", |
75 | 75 | "@docsearch/react": "^4.4.0", |
76 | 76 | "@eslint/eslintrc": "^3.3.3", |
77 | | - "@faker-js/faker": "^10.1.0", |
| 77 | + "@faker-js/faker": "^10.2.0", |
78 | 78 | "@formkit/auto-animate": "^0.9.0", |
79 | 79 | "@hello-pangea/dnd": "^18.0.1", |
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", |
| 80 | + "@mantine/code-highlight": "^8.3.13", |
| 81 | + "@mantine/core": "^8.3.13", |
| 82 | + "@mantine/dates": "^8.3.13", |
| 83 | + "@mantine/hooks": "^8.3.13", |
| 84 | + "@mantine/modals": "^8.3.13", |
| 85 | + "@mantine/notifications": "^8.3.13", |
86 | 86 | "@next/eslint-plugin-next": "^15.5.9", |
87 | | - "@tabler/icons-react": "^3.36.0", |
88 | | - "@tanstack/react-query": "^5.90.13", |
89 | | - "@types/lodash": "^4.17.21", |
90 | | - "@types/node": "^25.0.3", |
91 | | - "@types/react": "^19.2.7", |
| 87 | + "@tabler/icons-react": "^3.36.1", |
| 88 | + "@tanstack/react-query": "^5.90.19", |
| 89 | + "@types/lodash": "^4.17.23", |
| 90 | + "@types/node": "^25.0.9", |
| 91 | + "@types/react": "^19.2.8", |
92 | 92 | "@types/react-dom": "^19.2.3", |
93 | | - "@typescript-eslint/eslint-plugin": "^8.50.1", |
94 | | - "@typescript-eslint/parser": "^8.50.1", |
| 93 | + "@typescript-eslint/eslint-plugin": "^8.53.1", |
| 94 | + "@typescript-eslint/parser": "^8.53.1", |
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.11", |
| 103 | + "mantine-contextmenu": "^8.3.13", |
104 | 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 | | - "prettier": "^3.7.4", |
| 110 | + "prettier": "^3.8.0", |
111 | 111 | "react": "^19.2.3", |
112 | 112 | "react-dom": "^19.2.3", |
113 | 113 | "sharp": "^0.34.5", |
114 | | - "shiki": "^3.20.0", |
| 114 | + "shiki": "^3.21.0", |
115 | 115 | "swr": "^2.3.8", |
116 | 116 | "tsup": "^8.5.1", |
117 | 117 | "typescript": "^5.9.3" |
|
0 commit comments