Skip to content

Commit f167a89

Browse files
committed
release beta 7
1 parent b02d762 commit f167a89

File tree

6 files changed

+1947
-3800
lines changed

6 files changed

+1947
-3800
lines changed

Diff for: apps/mantine-react-table-docs/next-env.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

Diff for: apps/mantine-react-table-docs/package.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -13,46 +13,46 @@
1313
"sitemap": "pnpm docs:sitemap"
1414
},
1515
"dependencies": {
16-
"@docsearch/js": "3.6.1",
17-
"@faker-js/faker": "^8.4.1",
16+
"@docsearch/js": "3.6.2",
17+
"@faker-js/faker": "^9.0.3",
1818
"@fortawesome/fontawesome-svg-core": "^6.6.0",
1919
"@fortawesome/free-solid-svg-icons": "^6.6.0",
2020
"@fortawesome/react-fontawesome": "^0.2.2",
21-
"@mantine/code-highlight": "7.11.2",
22-
"@mantine/core": "7.11.2",
23-
"@mantine/dates": "7.11.2",
24-
"@mantine/hooks": "7.11.2",
25-
"@mantine/modals": "7.11.2",
21+
"@mantine/code-highlight": "7.13.2",
22+
"@mantine/core": "7.13.2",
23+
"@mantine/dates": "7.13.2",
24+
"@mantine/hooks": "7.13.2",
25+
"@mantine/modals": "7.13.2",
2626
"@mdx-js/loader": "^3.0.1",
2727
"@mdx-js/react": "^3.0.1",
28-
"@next/mdx": "^14.2.5",
29-
"@tabler/icons-react": "3.11.0",
30-
"@tanstack/react-query": "^5.51.5",
28+
"@next/mdx": "^14.2.15",
29+
"@tabler/icons-react": "3.19.0",
30+
"@tanstack/react-query": "^5.59.11",
3131
"@types/mdx": "^2.0.13",
3232
"clsx": "^2.1.1",
33-
"dayjs": "^1.11.11",
34-
"export-to-csv": "^1.3.0",
35-
"jspdf": "^2.5.1",
36-
"jspdf-autotable": "^3.8.2",
33+
"dayjs": "^1.11.13",
34+
"export-to-csv": "^1.4.0",
35+
"jspdf": "^2.5.2",
36+
"jspdf-autotable": "^3.8.3",
3737
"mantine-react-table": "workspace:*",
38-
"next": "14.2.5",
38+
"next": "14.2.15",
3939
"next-sitemap": "^4.2.3",
4040
"react": "18.3.1",
4141
"react-dom": "18.3.1"
4242
},
4343
"devDependencies": {
44-
"@types/node": "^20.14.11",
45-
"@types/react": "^18.3.3",
46-
"@types/react-dom": "^18.3.0",
47-
"@typescript-eslint/eslint-plugin": "^7.16.1",
48-
"@typescript-eslint/parser": "^7.16.1",
49-
"eslint": "9.7.0",
50-
"eslint-config-next": "14.2.5",
51-
"next-plausible": "^3.12.0",
52-
"postcss": "^8.4.39",
53-
"postcss-preset-mantine": "^1.16.0",
44+
"@types/node": "^22.7.5",
45+
"@types/react": "^18.3.11",
46+
"@types/react-dom": "^18.3.1",
47+
"@typescript-eslint/eslint-plugin": "^8.8.1",
48+
"@typescript-eslint/parser": "^8.8.1",
49+
"eslint": "9.12.0",
50+
"eslint-config-next": "14.2.15",
51+
"next-plausible": "^3.12.2",
52+
"postcss": "^8.4.47",
53+
"postcss-preset-mantine": "^1.17.0",
5454
"postcss-simple-vars": "^7.0.1",
5555
"raw-loader": "^4.0.2",
56-
"typescript": "5.5.3"
56+
"typescript": "5.6.3"
5757
}
5858
}

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"prettier": "^3.3.3",
31-
"turbo": "^2.0.7"
31+
"turbo": "^2.1.3"
3232
},
3333
"engines": {
3434
"node": ">=16.0.0"

Diff for: packages/mantine-react-table/package.json

+41-41
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0-beta.6",
2+
"version": "2.0.0-beta.7",
33
"license": "MIT",
44
"name": "mantine-react-table",
55
"description": "A fully featured Mantine implementation of TanStack React Table V8, written from the ground up in TypeScript.",
@@ -79,63 +79,63 @@
7979
"storybook:dev": "storybook dev -p 6007"
8080
},
8181
"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",
8888
"@rollup/plugin-babel": "^6.0.4",
89-
"@rollup/plugin-node-resolve": "^15.2.3",
89+
"@rollup/plugin-node-resolve": "^15.3.0",
9090
"@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",
101101
"@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",
109109
"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",
116116
"postcss-simple-vars": "^7.0.1",
117117
"prop-types": "^15.8.1",
118118
"react": "^18.3.1",
119119
"react-dom": "^18.3.1",
120120
"react-is": "^18.3.1",
121-
"rollup": "^4.18.1",
121+
"rollup": "^4.24.0",
122122
"rollup-plugin-copy": "^3.5.0",
123-
"rollup-plugin-delete": "^2.0.0",
123+
"rollup-plugin-delete": "^2.1.0",
124124
"rollup-plugin-dts": "^6.1.1",
125125
"rollup-plugin-peer-deps-external": "^2.2.4",
126126
"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",
129129
"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",
132132
"typescript-plugin-css-modules": "^5.1.0",
133-
"vite": "^5.3.4"
133+
"vite": "^5.4.8"
134134
},
135135
"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"
139139
},
140140
"peerDependencies": {
141141
"@mantine/core": "^7.9",

Diff for: packages/mantine-react-table/src/types.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ export type MRT_PaginationState = PaginationState;
121121
export type MRT_RowSelectionState = RowSelectionState;
122122
export type MRT_SortingState = SortingState;
123123
export type MRT_Updater<T> = Updater<T>;
124-
export type MRT_VirtualItem<T extends Element = HTMLTableRowElement> =
125-
VirtualItem<T>;
124+
export type MRT_VirtualItem = VirtualItem;
126125
export type MRT_VisibilityState = VisibilityState;
127126

128127
export type MRT_VirtualizerOptions<

0 commit comments

Comments
 (0)