Skip to content

Commit

Permalink
release beta 4
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed May 31, 2024
1 parent c166eea commit 7badb84
Show file tree
Hide file tree
Showing 4 changed files with 8,982 additions and 6,658 deletions.
26 changes: 13 additions & 13 deletions apps/mantine-react-table-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"@faker-js/faker": "^8.4.1",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mantine/code-highlight": "7.9.0",
"@mantine/core": "7.9.0",
"@mantine/dates": "7.9.0",
"@mantine/hooks": "7.9.0",
"@mantine/modals": "7.9.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mantine/code-highlight": "7.10.1",
"@mantine/core": "7.10.1",
"@mantine/dates": "7.10.1",
"@mantine/hooks": "7.10.1",
"@mantine/modals": "7.10.1",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.3",
"@tabler/icons-react": "3.3.0",
"@tanstack/react-query": "^5.32.1",
"@tabler/icons-react": "3.5.0",
"@tanstack/react-query": "^5.40.0",
"@types/mdx": "^2.0.13",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
Expand All @@ -41,12 +41,12 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/node": "^20.13.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "9.1.1",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"eslint": "9.3.0",
"eslint-config-next": "14.2.3",
"next-plausible": "^3.12.0",
"postcss": "^8.4.38",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"engines": {
"node": ">=16.0.0"
},
"packageManager": "pnpm@8.7.6"
"packageManager": "pnpm@9.1.1"
}
60 changes: 30 additions & 30 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.3",
"version": "2.0.0-beta.4",
"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,62 +79,62 @@
"storybook:dev": "storybook dev -p 6007"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/core": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@faker-js/faker": "^8.4.1",
"@mantine/core": "7.9.0",
"@mantine/dates": "7.9.0",
"@mantine/hooks": "7.9.0",
"@mantine/core": "7.10.1",
"@mantine/dates": "7.10.1",
"@mantine/hooks": "7.10.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@size-limit/preset-small-lib": "^11.1.2",
"@storybook/addon-a11y": "^8.0.9",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/addon-storysource": "^8.0.9",
"@storybook/blocks": "^8.0.9",
"@storybook/preview-api": "^8.0.9",
"@storybook/react": "^8.0.9",
"@storybook/react-vite": "^8.0.9",
"@size-limit/preset-small-lib": "^11.1.4",
"@storybook/addon-a11y": "^8.1.5",
"@storybook/addon-essentials": "^8.1.5",
"@storybook/addon-interactions": "^8.1.5",
"@storybook/addon-links": "^8.1.5",
"@storybook/addon-storysource": "^8.1.5",
"@storybook/blocks": "^8.1.5",
"@storybook/preview-api": "^8.1.5",
"@storybook/react": "^8.1.5",
"@storybook/react-vite": "^8.1.5",
"@storybook/testing-library": "^0.2.2",
"@tabler/icons-react": "3.3.0",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@tabler/icons-react": "3.5.0",
"@types/node": "^20.13.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-react": "^4.3.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"eslint": "^9.1.1",
"eslint": "^9.3.0",
"eslint-plugin-perfectionist": "^2.10.0",
"mantine-contextmenu": "^7.9.0",
"mantine-contextmenu": "^7.9.1",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.15.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.17.2",
"rollup": "^4.18.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^6.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.2",
"storybook": "^8.0.9",
"size-limit": "^11.1.4",
"storybook": "^8.1.5",
"storybook-dark-mode": "^4.0.1",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.2.11"
"vite": "^5.2.12"
},
"dependencies": {
"@tanstack/match-sorter-utils": "8.15.1",
"@tanstack/react-table": "8.16.0",
"@tanstack/react-table": "8.17.3",
"@tanstack/react-virtual": "3.5.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 7badb84

Please sign in to comment.