|
1 | 1 | {
|
2 | 2 | "name": "mantine-datatable",
|
3 |
| - "version": "7.9.1", |
| 3 | + "version": "7.10.1", |
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 | "@ducanh2912/next-pwa": "^10.2.7",
|
76 | 76 | "@faker-js/faker": "^8.4.1",
|
77 | 77 | "@formkit/auto-animate": "^0.8.2",
|
78 |
| - "@mantine/code-highlight": "^7.9.1", |
79 |
| - "@mantine/core": "^7.9.1", |
80 |
| - "@mantine/dates": "^7.9.1", |
81 |
| - "@mantine/hooks": "^7.9.1", |
82 |
| - "@mantine/modals": "^7.9.1", |
83 |
| - "@mantine/notifications": "^7.9.1", |
84 |
| - "@tabler/icons-react": "^3.3.0", |
85 |
| - "@tanstack/react-query": "^5.35.1", |
86 |
| - "@types/lodash": "^4.17.1", |
87 |
| - "@types/node": "^20.12.11", |
88 |
| - "@types/react": "^18.3.1", |
| 78 | + "@mantine/code-highlight": "^7.10.1", |
| 79 | + "@mantine/core": "^7.10.1", |
| 80 | + "@mantine/dates": "^7.10.1", |
| 81 | + "@mantine/hooks": "^7.10.1", |
| 82 | + "@mantine/modals": "^7.10.1", |
| 83 | + "@mantine/notifications": "^7.10.1", |
| 84 | + "@tabler/icons-react": "^3.5.0", |
| 85 | + "@tanstack/react-query": "^5.40.0", |
| 86 | + "@types/lodash": "^4.17.4", |
| 87 | + "@types/node": "^20.14.0", |
| 88 | + "@types/react": "^18.3.3", |
89 | 89 | "@types/react-dom": "^18.3.0",
|
90 |
| - "@typescript-eslint/eslint-plugin": "^7.8.0", |
91 |
| - "@typescript-eslint/parser": "^7.8.0", |
| 90 | + "@typescript-eslint/eslint-plugin": "^7.12.0", |
| 91 | + "@typescript-eslint/parser": "^7.12.0", |
92 | 92 | "clsx": "^2.1.1",
|
93 | 93 | "cssnano": "^7.0.1",
|
94 | 94 | "dayjs": "^1.11.11",
|
95 | 95 | "eslint": "^8",
|
96 | 96 | "eslint-config-next": "^14.2.3",
|
97 | 97 | "eslint-config-prettier": "^9.1.0",
|
98 | 98 | "lodash": "^4.17.21",
|
99 |
| - "mantine-contextmenu": "^7.9.1", |
| 99 | + "mantine-contextmenu": "^7.10.1", |
100 | 100 | "next": "^14.2.3",
|
101 | 101 | "postcss": "^8.4.38",
|
102 | 102 | "postcss-cli": "^11.0.0",
|
103 | 103 | "postcss-import": "^16.1.0",
|
104 | 104 | "postcss-preset-mantine": "^1.15.0",
|
105 | 105 | "postcss-simple-vars": "^7.0.1",
|
106 |
| - "prettier": "^3.2.5", |
| 106 | + "prettier": "^3.3.0", |
107 | 107 | "react": "^18.3.1",
|
108 | 108 | "react-dom": "^18.3.1",
|
109 |
| - "sharp": "^0.33.3", |
| 109 | + "sharp": "^0.33.4", |
110 | 110 | "swr": "^2.2.5",
|
111 |
| - "tsup": "^8.0.2", |
| 111 | + "tsup": "^8.1.0", |
112 | 112 | "typescript": "^5.4.5",
|
113 | 113 | "webpack": "^5.91.0"
|
114 | 114 | },
|
|
0 commit comments