Skip to content

Commit

Permalink
release beta 7
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Oct 12, 2024
1 parent b02d762 commit f167a89
Show file tree
Hide file tree
Showing 6 changed files with 1,947 additions and 3,800 deletions.
2 changes: 1 addition & 1 deletion apps/mantine-react-table-docs/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
52 changes: 26 additions & 26 deletions apps/mantine-react-table-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,46 +13,46 @@
"sitemap": "pnpm docs:sitemap"
},
"dependencies": {
"@docsearch/js": "3.6.1",
"@faker-js/faker": "^8.4.1",
"@docsearch/js": "3.6.2",
"@faker-js/faker": "^9.0.3",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mantine/code-highlight": "7.11.2",
"@mantine/core": "7.11.2",
"@mantine/dates": "7.11.2",
"@mantine/hooks": "7.11.2",
"@mantine/modals": "7.11.2",
"@mantine/code-highlight": "7.13.2",
"@mantine/core": "7.13.2",
"@mantine/dates": "7.13.2",
"@mantine/hooks": "7.13.2",
"@mantine/modals": "7.13.2",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.5",
"@tabler/icons-react": "3.11.0",
"@tanstack/react-query": "^5.51.5",
"@next/mdx": "^14.2.15",
"@tabler/icons-react": "3.19.0",
"@tanstack/react-query": "^5.59.11",
"@types/mdx": "^2.0.13",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"export-to-csv": "^1.3.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"dayjs": "^1.11.13",
"export-to-csv": "^1.4.0",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.3",
"mantine-react-table": "workspace:*",
"next": "14.2.5",
"next": "14.2.15",
"next-sitemap": "^4.2.3",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "9.7.0",
"eslint-config-next": "14.2.5",
"next-plausible": "^3.12.0",
"postcss": "^8.4.39",
"postcss-preset-mantine": "^1.16.0",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "9.12.0",
"eslint-config-next": "14.2.15",
"next-plausible": "^3.12.2",
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"raw-loader": "^4.0.2",
"typescript": "5.5.3"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"prettier": "^3.3.3",
"turbo": "^2.0.7"
"turbo": "^2.1.3"
},
"engines": {
"node": ">=16.0.0"
Expand Down
82 changes: 41 additions & 41 deletions packages/mantine-react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"license": "MIT",
"name": "mantine-react-table",
"description": "A fully featured Mantine implementation of TanStack React Table V8, written from the ground up in TypeScript.",
Expand Down Expand Up @@ -79,63 +79,63 @@
"storybook:dev": "storybook dev -p 6007"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-react": "^7.24.7",
"@faker-js/faker": "^8.4.1",
"@mantine/core": "7.11.2",
"@mantine/dates": "7.11.2",
"@mantine/hooks": "7.11.2",
"@babel/core": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@faker-js/faker": "^9.0.3",
"@mantine/core": "7.13.2",
"@mantine/dates": "7.13.2",
"@mantine/hooks": "7.13.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^11.1.6",
"@size-limit/preset-small-lib": "^11.1.4",
"@storybook/addon-a11y": "^8.2.4",
"@storybook/addon-essentials": "^8.2.4",
"@storybook/addon-interactions": "^8.2.4",
"@storybook/addon-links": "^8.2.4",
"@storybook/addon-storysource": "^8.2.4",
"@storybook/blocks": "^8.2.4",
"@storybook/preview-api": "^8.2.4",
"@storybook/react": "^8.2.4",
"@storybook/react-vite": "^8.2.4",
"@size-limit/preset-small-lib": "^11.1.6",
"@storybook/addon-a11y": "^8.3.5",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/addon-storysource": "^8.3.5",
"@storybook/blocks": "^8.3.5",
"@storybook/preview-api": "^8.3.5",
"@storybook/react": "^8.3.5",
"@storybook/react-vite": "^8.3.5",
"@storybook/testing-library": "^0.2.2",
"@tabler/icons-react": "3.11.0",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-react": "^4.3.1",
"@tabler/icons-react": "3.19.0",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vitejs/plugin-react": "^4.3.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"eslint": "^9.7.0",
"eslint-plugin-perfectionist": "^2.11.0",
"mantine-contextmenu": "^7.11.2",
"postcss": "^8.4.39",
"postcss-preset-mantine": "^1.16.0",
"dayjs": "^1.11.13",
"eslint": "^9.12.0",
"eslint-plugin-perfectionist": "^3.8.0",
"mantine-contextmenu": "^7.12.2",
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"rollup": "^4.18.1",
"rollup": "^4.24.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-delete": "^2.1.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"size-limit": "^11.1.4",
"storybook": "^8.2.4",
"size-limit": "^11.1.6",
"storybook": "^8.3.5",
"storybook-dark-mode": "^4.0.2",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"tslib": "^2.7.0",
"typescript": "^5.6.3",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.3.4"
"vite": "^5.4.8"
},
"dependencies": {
"@tanstack/match-sorter-utils": "8.15.1",
"@tanstack/react-table": "8.19.3",
"@tanstack/react-virtual": "3.8.3"
"@tanstack/match-sorter-utils": "8.19.4",
"@tanstack/react-table": "8.20.5",
"@tanstack/react-virtual": "3.10.8"
},
"peerDependencies": {
"@mantine/core": "^7.9",
Expand Down
3 changes: 1 addition & 2 deletions packages/mantine-react-table/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ export type MRT_PaginationState = PaginationState;
export type MRT_RowSelectionState = RowSelectionState;
export type MRT_SortingState = SortingState;
export type MRT_Updater<T> = Updater<T>;
export type MRT_VirtualItem<T extends Element = HTMLTableRowElement> =
VirtualItem<T>;
export type MRT_VirtualItem = VirtualItem;
export type MRT_VisibilityState = VisibilityState;

export type MRT_VirtualizerOptions<
Expand Down
Loading

0 comments on commit f167a89

Please sign in to comment.