|
1 | 1 | { |
2 | 2 | "name": "mantine-datatable", |
3 | | - "version": "8.2.0", |
| 3 | + "version": "8.3.6", |
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", |
|
75 | 75 | "@docsearch/react": "^3.9.0", |
76 | 76 | "@eslint/eslintrc": "^3.3.1", |
77 | 77 | "@faker-js/faker": "^9.9.0", |
78 | | - "@formkit/auto-animate": "^0.8.2", |
| 78 | + "@formkit/auto-animate": "^0.9.0", |
79 | 79 | "@hello-pangea/dnd": "^18.0.1", |
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", |
| 80 | + "@mantine/code-highlight": "^8.3.6", |
| 81 | + "@mantine/core": "^8.3.6", |
| 82 | + "@mantine/dates": "^8.3.6", |
| 83 | + "@mantine/hooks": "^8.3.6", |
| 84 | + "@mantine/modals": "^8.3.6", |
| 85 | + "@mantine/notifications": "^8.3.6", |
| 86 | + "@tabler/icons-react": "^3.35.0", |
| 87 | + "@tanstack/react-query": "^5.90.7", |
88 | 88 | "@types/lodash": "^4.17.20", |
89 | | - "@types/node": "^24.1.0", |
90 | | - "@types/react": "^19.1.8", |
91 | | - "@types/react-dom": "^19.1.6", |
92 | | - "@typescript-eslint/eslint-plugin": "^8.38.0", |
93 | | - "@typescript-eslint/parser": "^8.38.0", |
| 89 | + "@types/node": "^24.10.0", |
| 90 | + "@types/react": "^19.2.2", |
| 91 | + "@types/react-dom": "^19.2.2", |
| 92 | + "@typescript-eslint/eslint-plugin": "^8.46.3", |
| 93 | + "@typescript-eslint/parser": "^8.46.3", |
94 | 94 | "clsx": "^2.1.1", |
95 | | - "cssnano": "^7.1.0", |
96 | | - "dayjs": "^1.11.13", |
97 | | - "eslint": "^9.31.0", |
98 | | - "eslint-config-next": "^15.4.3", |
| 95 | + "cssnano": "^7.1.2", |
| 96 | + "dayjs": "^1.11.19", |
| 97 | + "eslint": "^9.39.1", |
| 98 | + "eslint-config-next": "^15.5.6", |
99 | 99 | "eslint-config-prettier": "^10.1.8", |
100 | 100 | "lodash": "^4.17.21", |
101 | | - "mantine-contextmenu": "^8.2.0", |
102 | | - "next": "^15.4.3", |
| 101 | + "mantine-contextmenu": "^8.3.6", |
| 102 | + "next": "^15.5.6", |
103 | 103 | "postcss": "^8.5.6", |
104 | 104 | "postcss-cli": "^11.0.1", |
105 | 105 | "postcss-import": "^16.1.1", |
106 | 106 | "postcss-preset-mantine": "^1.18.0", |
107 | 107 | "postcss-simple-vars": "^7.0.1", |
108 | 108 | "prettier": "^3.6.2", |
109 | | - "react": "^19.1.0", |
110 | | - "react-dom": "^19.1.0", |
111 | | - "sharp": "^0.34.3", |
112 | | - "shiki": "^3.8.1", |
113 | | - "swr": "^2.3.4", |
| 109 | + "react": "^19.2.0", |
| 110 | + "react-dom": "^19.2.0", |
| 111 | + "sharp": "^0.34.5", |
| 112 | + "shiki": "^3.15.0", |
| 113 | + "swr": "^2.3.6", |
114 | 114 | "tsup": "^8.5.0", |
115 | | - "typescript": "^5.8.3" |
| 115 | + "typescript": "^5.9.3" |
116 | 116 | }, |
117 | 117 | "peerDependencies": { |
118 | | - "@mantine/core": ">=8.1", |
119 | | - "@mantine/hooks": ">=8.1", |
| 118 | + "@mantine/core": ">=8.3", |
| 119 | + "@mantine/hooks": ">=8.3", |
120 | 120 | "clsx": ">=2", |
121 | 121 | "react": ">=19", |
122 | 122 | "react-dom": ">=19" |
|
0 commit comments