|
1 | 1 | { |
2 | 2 | "name": "mantine-datatable", |
3 | | - "version": "7.14.5", |
| 3 | + "version": "7.15.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", |
|
71 | 71 | "format": "prettier --write ." |
72 | 72 | }, |
73 | 73 | "devDependencies": { |
74 | | - "@docsearch/react": "^3.8.0", |
75 | | - "@faker-js/faker": "^9.2.0", |
| 74 | + "@docsearch/react": "^3.8.2", |
| 75 | + "@faker-js/faker": "^9.3.0", |
76 | 76 | "@formkit/auto-animate": "^0.8.2", |
77 | 77 | "@hello-pangea/dnd": "^17.0.0", |
78 | | - "@mantine/code-highlight": "^7.14.2", |
79 | | - "@mantine/core": "^7.14.2", |
80 | | - "@mantine/dates": "^7.14.2", |
81 | | - "@mantine/hooks": "^7.14.2", |
82 | | - "@mantine/modals": "^7.14.2", |
83 | | - "@mantine/notifications": "^7.14.2", |
84 | | - "@tabler/icons-react": "^3.22.0", |
85 | | - "@tanstack/react-query": "^5.61.3", |
| 78 | + "@mantine/code-highlight": "^7.15.1", |
| 79 | + "@mantine/core": "^7.15.1", |
| 80 | + "@mantine/dates": "^7.15.1", |
| 81 | + "@mantine/hooks": "^7.15.1", |
| 82 | + "@mantine/modals": "^7.15.1", |
| 83 | + "@mantine/notifications": "^7.15.1", |
| 84 | + "@tabler/icons-react": "^3.26.0", |
| 85 | + "@tanstack/react-query": "^5.62.8", |
86 | 86 | "@types/lodash": "^4.17.13", |
87 | | - "@types/node": "^22.10.0", |
88 | | - "@types/react": "^18.3.12", |
89 | | - "@types/react-dom": "^18.3.1", |
90 | | - "@typescript-eslint/eslint-plugin": "^8.16.0", |
91 | | - "@typescript-eslint/parser": "^8.16.0", |
| 87 | + "@types/node": "^22.10.2", |
| 88 | + "@types/react": "^19.0.2", |
| 89 | + "@types/react-dom": "^19.0.2", |
| 90 | + "@typescript-eslint/eslint-plugin": "^8.18.1", |
| 91 | + "@typescript-eslint/parser": "^8.18.1", |
92 | 92 | "clsx": "^2.1.1", |
93 | 93 | "cssnano": "^7.0.6", |
94 | 94 | "dayjs": "^1.11.13", |
95 | 95 | "eslint": "^8", |
96 | | - "eslint-config-next": "^15.0.3", |
| 96 | + "eslint-config-next": "^15.1.2", |
97 | 97 | "eslint-config-prettier": "^9.1.0", |
98 | 98 | "lodash": "^4.17.21", |
99 | | - "mantine-contextmenu": "^7.14.2", |
100 | | - "next": "^15.0.3", |
| 99 | + "mantine-contextmenu": "^7.15.1", |
| 100 | + "next": "^15.1.2", |
101 | 101 | "postcss": "^8.4.49", |
102 | 102 | "postcss-cli": "^11.0.0", |
103 | 103 | "postcss-import": "^16.1.0", |
104 | 104 | "postcss-preset-mantine": "^1.17.0", |
105 | 105 | "postcss-simple-vars": "^7.0.1", |
106 | | - "prettier": "^3.4.0", |
107 | | - "react": "^18.3.1", |
108 | | - "react-dom": "^18.3.1", |
| 106 | + "prettier": "^3.4.2", |
| 107 | + "react": "^19.0.0", |
| 108 | + "react-dom": "^19.0.0", |
109 | 109 | "sharp": "^0.33.5", |
110 | 110 | "swr": "^2.2.5", |
111 | 111 | "tsup": "^8.3.5", |
|
0 commit comments