|
1 | 1 | {
|
2 | 2 | "name": "mantine-datatable",
|
3 |
| - "version": "7.11.2", |
| 3 | + "version": "7.11.3", |
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/react": "^3.6.0", |
75 |
| - "@ducanh2912/next-pwa": "^10.2.7", |
| 74 | + "@docsearch/react": "^3.6.1", |
| 75 | + "@ducanh2912/next-pwa": "^10.2.8", |
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.1", |
80 |
| - "@mantine/core": "^7.11.1", |
81 |
| - "@mantine/dates": "^7.11.1", |
82 |
| - "@mantine/hooks": "^7.11.1", |
83 |
| - "@mantine/modals": "^7.11.1", |
84 |
| - "@mantine/notifications": "^7.11.1", |
85 |
| - "@tabler/icons-react": "^3.10.0", |
86 |
| - "@tanstack/react-query": "^5.50.1", |
87 |
| - "@types/lodash": "^4.17.6", |
88 |
| - "@types/node": "^20.14.10", |
| 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", |
| 87 | + "@types/lodash": "^4.17.7", |
| 88 | + "@types/node": "^22.0.0", |
89 | 89 | "@types/react": "^18.3.3",
|
90 | 90 | "@types/react-dom": "^18.3.0",
|
91 |
| - "@typescript-eslint/eslint-plugin": "^7.16.0", |
92 |
| - "@typescript-eslint/parser": "^7.16.0", |
| 91 | + "@typescript-eslint/eslint-plugin": "^7.18.0", |
| 92 | + "@typescript-eslint/parser": "^7.18.0", |
93 | 93 | "clsx": "^2.1.1",
|
94 | 94 | "cssnano": "^7.0.4",
|
95 |
| - "dayjs": "^1.11.11", |
| 95 | + "dayjs": "^1.11.12", |
96 | 96 | "eslint": "^8",
|
97 |
| - "eslint-config-next": "^14.2.4", |
| 97 | + "eslint-config-next": "^14.2.5", |
98 | 98 | "eslint-config-prettier": "^9.1.0",
|
99 | 99 | "lodash": "^4.17.21",
|
100 |
| - "mantine-contextmenu": "^7.11.2", |
101 |
| - "next": "^14.2.4", |
102 |
| - "postcss": "^8.4.39", |
| 100 | + "mantine-contextmenu": "^7.11.3", |
| 101 | + "next": "^14.2.5", |
| 102 | + "postcss": "^8.4.40", |
103 | 103 | "postcss-cli": "^11.0.0",
|
104 | 104 | "postcss-import": "^16.1.0",
|
105 |
| - "postcss-preset-mantine": "^1.15.0", |
| 105 | + "postcss-preset-mantine": "^1.17.0", |
106 | 106 | "postcss-simple-vars": "^7.0.1",
|
107 |
| - "prettier": "^3.3.2", |
| 107 | + "prettier": "^3.3.3", |
108 | 108 | "react": "^18.3.1",
|
109 | 109 | "react-dom": "^18.3.1",
|
110 | 110 | "sharp": "^0.33.4",
|
111 | 111 | "swr": "^2.2.5",
|
112 |
| - "tsup": "^8.1.0", |
113 |
| - "typescript": "^5.5.3", |
114 |
| - "webpack": "^5.92.1" |
| 112 | + "tsup": "^8.2.3", |
| 113 | + "typescript": "^5.5.4", |
| 114 | + "webpack": "^5.93.0" |
115 | 115 | },
|
116 | 116 | "peerDependencies": {
|
117 | 117 | "@mantine/core": ">=7.8",
|
|
0 commit comments