|
1 | 1 | {
|
2 | 2 | "name": "mantine-datatable",
|
3 |
| - "version": "7.11.3", |
| 3 | + "version": "7.12.2", |
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",
|
|
76 | 76 | "@faker-js/faker": "^8.4.1",
|
77 | 77 | "@formkit/auto-animate": "^0.8.2",
|
78 | 78 | "@hello-pangea/dnd": "^16.6.0",
|
79 |
| - "@mantine/code-highlight": "^7.11.2", |
80 |
| - "@mantine/core": "^7.11.2", |
81 |
| - "@mantine/dates": "^7.11.2", |
82 |
| - "@mantine/hooks": "^7.11.2", |
83 |
| - "@mantine/modals": "^7.11.2", |
84 |
| - "@mantine/notifications": "^7.11.2", |
85 |
| - "@tabler/icons-react": "^3.11.0", |
86 |
| - "@tanstack/react-query": "^5.51.15", |
| 79 | + "@mantine/code-highlight": "^7.12.2", |
| 80 | + "@mantine/core": "^7.12.2", |
| 81 | + "@mantine/dates": "^7.12.2", |
| 82 | + "@mantine/hooks": "^7.12.2", |
| 83 | + "@mantine/modals": "^7.12.2", |
| 84 | + "@mantine/notifications": "^7.12.2", |
| 85 | + "@tabler/icons-react": "^3.14.0", |
| 86 | + "@tanstack/react-query": "^5.54.1", |
87 | 87 | "@types/lodash": "^4.17.7",
|
88 |
| - "@types/node": "^22.0.0", |
89 |
| - "@types/react": "^18.3.3", |
| 88 | + "@types/node": "^22.5.3", |
| 89 | + "@types/react": "^18.3.5", |
90 | 90 | "@types/react-dom": "^18.3.0",
|
91 |
| - "@typescript-eslint/eslint-plugin": "^7.18.0", |
92 |
| - "@typescript-eslint/parser": "^7.18.0", |
| 91 | + "@typescript-eslint/eslint-plugin": "^8.4.0", |
| 92 | + "@typescript-eslint/parser": "^8.4.0", |
93 | 93 | "clsx": "^2.1.1",
|
94 |
| - "cssnano": "^7.0.4", |
95 |
| - "dayjs": "^1.11.12", |
| 94 | + "cssnano": "^7.0.5", |
| 95 | + "dayjs": "^1.11.13", |
96 | 96 | "eslint": "^8",
|
97 |
| - "eslint-config-next": "^14.2.5", |
| 97 | + "eslint-config-next": "^14.2.7", |
98 | 98 | "eslint-config-prettier": "^9.1.0",
|
99 | 99 | "lodash": "^4.17.21",
|
100 |
| - "mantine-contextmenu": "^7.11.3", |
101 |
| - "next": "^14.2.5", |
102 |
| - "postcss": "^8.4.40", |
| 100 | + "mantine-contextmenu": "^7.12.2", |
| 101 | + "next": "^14.2.7", |
| 102 | + "postcss": "^8.4.44", |
103 | 103 | "postcss-cli": "^11.0.0",
|
104 | 104 | "postcss-import": "^16.1.0",
|
105 | 105 | "postcss-preset-mantine": "^1.17.0",
|
106 | 106 | "postcss-simple-vars": "^7.0.1",
|
107 | 107 | "prettier": "^3.3.3",
|
108 | 108 | "react": "^18.3.1",
|
109 | 109 | "react-dom": "^18.3.1",
|
110 |
| - "sharp": "^0.33.4", |
| 110 | + "sharp": "^0.33.5", |
111 | 111 | "swr": "^2.2.5",
|
112 |
| - "tsup": "^8.2.3", |
| 112 | + "tsup": "^8.2.4", |
113 | 113 | "typescript": "^5.5.4",
|
114 |
| - "webpack": "^5.93.0" |
| 114 | + "webpack": "^5.94.0" |
115 | 115 | },
|
116 | 116 | "peerDependencies": {
|
117 |
| - "@mantine/core": ">=7.8", |
118 |
| - "@mantine/hooks": ">=7.8", |
| 117 | + "@mantine/core": ">=7.11", |
| 118 | + "@mantine/hooks": ">=7.11", |
119 | 119 | "clsx": ">=2",
|
120 | 120 | "react": ">=18.2"
|
121 | 121 | }
|
|
0 commit comments