Skip to content

Commit

Permalink
upgrade to Mantine v7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Feb 26, 2024
1 parent 7a0f9fc commit 6fc67a6
Show file tree
Hide file tree
Showing 3 changed files with 383 additions and 385 deletions.
20 changes: 10 additions & 10 deletions apps/mantine-react-table-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mantine/code-highlight": "7.5.2",
"@mantine/core": "7.5.2",
"@mantine/dates": "7.5.2",
"@mantine/hooks": "7.5.2",
"@mantine/modals": "7.5.2",
"@mantine/code-highlight": "7.6.0",
"@mantine/core": "7.6.0",
"@mantine/dates": "7.6.0",
"@mantine/hooks": "7.6.0",
"@mantine/modals": "7.6.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.0",
"@tabler/icons-react": "2.47.0",
"@tanstack/react-query": "^5.22.2",
"@tanstack/react-query": "^5.24.1",
"@types/mdx": "^2.0.11",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"export-to-csv": "^1.2.2",
"export-to-csv": "^1.2.3",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"mantine-react-table": "workspace:*",
Expand All @@ -41,12 +41,12 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"next-plausible": "^3.12.0",
"postcss": "^8.4.35",
Expand Down
20 changes: 10 additions & 10 deletions packages/mantine-react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
"@babel/core": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@faker-js/faker": "^8.4.1",
"@mantine/core": "7.5.2",
"@mantine/dates": "7.5.2",
"@mantine/hooks": "7.5.2",
"@mantine/core": "7.6.0",
"@mantine/dates": "7.6.0",
"@mantine/hooks": "7.6.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
Expand All @@ -99,15 +99,15 @@
"@storybook/react-vite": "^7.6.17",
"@storybook/testing-library": "^0.2.2",
"@tabler/icons-react": "2.47.0",
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-plugin-perfectionist": "^2.5.0",
"mantine-contextmenu": "^7.5.0",
"postcss": "^8.4.35",
Expand All @@ -129,17 +129,17 @@
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.1.3"
"vite": "^5.1.4"
},
"dependencies": {
"@tanstack/match-sorter-utils": "8.11.8",
"@tanstack/react-table": "8.12.0",
"@tanstack/react-virtual": "3.1.2"
},
"peerDependencies": {
"@mantine/core": "^7.5",
"@mantine/dates": "^7.5",
"@mantine/hooks": "^7.5",
"@mantine/core": "^7.6",
"@mantine/dates": "^7.6",
"@mantine/hooks": "^7.6",
"@tabler/icons-react": ">=2.23.0",
"clsx": ">=2",
"dayjs": ">=1.11",
Expand Down
Loading

0 comments on commit 6fc67a6

Please sign in to comment.