|
1 | 1 | {
|
2 |
| - "version": "2.0.0-beta.6", |
| 2 | + "version": "2.0.0-beta.7", |
3 | 3 | "license": "MIT",
|
4 | 4 | "name": "mantine-react-table",
|
5 | 5 | "description": "A fully featured Mantine implementation of TanStack React Table V8, written from the ground up in TypeScript.",
|
|
79 | 79 | "storybook:dev": "storybook dev -p 6007"
|
80 | 80 | },
|
81 | 81 | "devDependencies": {
|
82 |
| - "@babel/core": "^7.24.9", |
83 |
| - "@babel/preset-react": "^7.24.7", |
84 |
| - "@faker-js/faker": "^8.4.1", |
85 |
| - "@mantine/core": "7.11.2", |
86 |
| - "@mantine/dates": "7.11.2", |
87 |
| - "@mantine/hooks": "7.11.2", |
| 82 | + "@babel/core": "^7.25.8", |
| 83 | + "@babel/preset-react": "^7.25.7", |
| 84 | + "@faker-js/faker": "^9.0.3", |
| 85 | + "@mantine/core": "7.13.2", |
| 86 | + "@mantine/dates": "7.13.2", |
| 87 | + "@mantine/hooks": "7.13.2", |
88 | 88 | "@rollup/plugin-babel": "^6.0.4",
|
89 |
| - "@rollup/plugin-node-resolve": "^15.2.3", |
| 89 | + "@rollup/plugin-node-resolve": "^15.3.0", |
90 | 90 | "@rollup/plugin-typescript": "^11.1.6",
|
91 |
| - "@size-limit/preset-small-lib": "^11.1.4", |
92 |
| - "@storybook/addon-a11y": "^8.2.4", |
93 |
| - "@storybook/addon-essentials": "^8.2.4", |
94 |
| - "@storybook/addon-interactions": "^8.2.4", |
95 |
| - "@storybook/addon-links": "^8.2.4", |
96 |
| - "@storybook/addon-storysource": "^8.2.4", |
97 |
| - "@storybook/blocks": "^8.2.4", |
98 |
| - "@storybook/preview-api": "^8.2.4", |
99 |
| - "@storybook/react": "^8.2.4", |
100 |
| - "@storybook/react-vite": "^8.2.4", |
| 91 | + "@size-limit/preset-small-lib": "^11.1.6", |
| 92 | + "@storybook/addon-a11y": "^8.3.5", |
| 93 | + "@storybook/addon-essentials": "^8.3.5", |
| 94 | + "@storybook/addon-interactions": "^8.3.5", |
| 95 | + "@storybook/addon-links": "^8.3.5", |
| 96 | + "@storybook/addon-storysource": "^8.3.5", |
| 97 | + "@storybook/blocks": "^8.3.5", |
| 98 | + "@storybook/preview-api": "^8.3.5", |
| 99 | + "@storybook/react": "^8.3.5", |
| 100 | + "@storybook/react-vite": "^8.3.5", |
101 | 101 | "@storybook/testing-library": "^0.2.2",
|
102 |
| - "@tabler/icons-react": "3.11.0", |
103 |
| - "@types/node": "^20.14.11", |
104 |
| - "@types/react": "^18.3.3", |
105 |
| - "@types/react-dom": "^18.3.0", |
106 |
| - "@typescript-eslint/eslint-plugin": "^7.16.1", |
107 |
| - "@typescript-eslint/parser": "^7.16.1", |
108 |
| - "@vitejs/plugin-react": "^4.3.1", |
| 102 | + "@tabler/icons-react": "3.19.0", |
| 103 | + "@types/node": "^22.7.5", |
| 104 | + "@types/react": "^18.3.11", |
| 105 | + "@types/react-dom": "^18.3.1", |
| 106 | + "@typescript-eslint/eslint-plugin": "^8.8.1", |
| 107 | + "@typescript-eslint/parser": "^8.8.1", |
| 108 | + "@vitejs/plugin-react": "^4.3.2", |
109 | 109 | "clsx": "^2.1.1",
|
110 |
| - "dayjs": "^1.11.11", |
111 |
| - "eslint": "^9.7.0", |
112 |
| - "eslint-plugin-perfectionist": "^2.11.0", |
113 |
| - "mantine-contextmenu": "^7.11.2", |
114 |
| - "postcss": "^8.4.39", |
115 |
| - "postcss-preset-mantine": "^1.16.0", |
| 110 | + "dayjs": "^1.11.13", |
| 111 | + "eslint": "^9.12.0", |
| 112 | + "eslint-plugin-perfectionist": "^3.8.0", |
| 113 | + "mantine-contextmenu": "^7.12.2", |
| 114 | + "postcss": "^8.4.47", |
| 115 | + "postcss-preset-mantine": "^1.17.0", |
116 | 116 | "postcss-simple-vars": "^7.0.1",
|
117 | 117 | "prop-types": "^15.8.1",
|
118 | 118 | "react": "^18.3.1",
|
119 | 119 | "react-dom": "^18.3.1",
|
120 | 120 | "react-is": "^18.3.1",
|
121 |
| - "rollup": "^4.18.1", |
| 121 | + "rollup": "^4.24.0", |
122 | 122 | "rollup-plugin-copy": "^3.5.0",
|
123 |
| - "rollup-plugin-delete": "^2.0.0", |
| 123 | + "rollup-plugin-delete": "^2.1.0", |
124 | 124 | "rollup-plugin-dts": "^6.1.1",
|
125 | 125 | "rollup-plugin-peer-deps-external": "^2.2.4",
|
126 | 126 | "rollup-plugin-postcss": "^4.0.2",
|
127 |
| - "size-limit": "^11.1.4", |
128 |
| - "storybook": "^8.2.4", |
| 127 | + "size-limit": "^11.1.6", |
| 128 | + "storybook": "^8.3.5", |
129 | 129 | "storybook-dark-mode": "^4.0.2",
|
130 |
| - "tslib": "^2.6.3", |
131 |
| - "typescript": "^5.5.3", |
| 130 | + "tslib": "^2.7.0", |
| 131 | + "typescript": "^5.6.3", |
132 | 132 | "typescript-plugin-css-modules": "^5.1.0",
|
133 |
| - "vite": "^5.3.4" |
| 133 | + "vite": "^5.4.8" |
134 | 134 | },
|
135 | 135 | "dependencies": {
|
136 |
| - "@tanstack/match-sorter-utils": "8.15.1", |
137 |
| - "@tanstack/react-table": "8.19.3", |
138 |
| - "@tanstack/react-virtual": "3.8.3" |
| 136 | + "@tanstack/match-sorter-utils": "8.19.4", |
| 137 | + "@tanstack/react-table": "8.20.5", |
| 138 | + "@tanstack/react-virtual": "3.10.8" |
139 | 139 | },
|
140 | 140 | "peerDependencies": {
|
141 | 141 | "@mantine/core": "^7.9",
|
|
0 commit comments