Skip to content

Commit

Permalink
upgrade Mantine v7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Mar 26, 2024
1 parent 25a3832 commit f26f893
Show file tree
Hide file tree
Showing 4 changed files with 877 additions and 1,062 deletions.
24 changes: 12 additions & 12 deletions apps/mantine-react-table-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"@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.6.2",
"@mantine/core": "7.6.2",
"@mantine/dates": "7.6.2",
"@mantine/hooks": "7.6.2",
"@mantine/modals": "7.6.2",
"@mantine/code-highlight": "7.7.0",
"@mantine/core": "7.7.0",
"@mantine/dates": "7.7.0",
"@mantine/hooks": "7.7.0",
"@mantine/modals": "7.7.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.4",
"@tabler/icons-react": "3.1.0",
"@tanstack/react-query": "^5.28.4",
"@types/mdx": "^2.0.11",
"@tanstack/react-query": "^5.28.8",
"@types/mdx": "^2.0.12",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"export-to-csv": "^1.2.4",
Expand All @@ -42,17 +42,17 @@
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react": "^18.2.71",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"next-plausible": "^3.12.0",
"postcss": "^8.4.37",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"raw-loader": "^4.0.2",
"typescript": "5.4.2"
"typescript": "5.4.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"prettier": "^3.2.5",
"turbo": "^1.12.5"
"turbo": "^1.13.0"
},
"engines": {
"node": ">=16.0.0"
Expand Down
44 changes: 22 additions & 22 deletions packages/mantine-react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,36 +82,36 @@
"@babel/core": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@faker-js/faker": "^8.4.1",
"@mantine/core": "7.6.2",
"@mantine/dates": "7.6.2",
"@mantine/hooks": "7.6.2",
"@mantine/core": "7.7.0",
"@mantine/dates": "7.7.0",
"@mantine/hooks": "7.7.0",
"@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.1",
"@storybook/addon-a11y": "^8.0.2",
"@storybook/addon-essentials": "^8.0.2",
"@storybook/addon-interactions": "^8.0.2",
"@storybook/addon-links": "^8.0.2",
"@storybook/addon-storysource": "^8.0.2",
"@storybook/blocks": "^8.0.2",
"@storybook/preview-api": "^8.0.2",
"@storybook/react": "^8.0.2",
"@storybook/react-vite": "^8.0.2",
"@size-limit/preset-small-lib": "^11.1.2",
"@storybook/addon-a11y": "^8.0.4",
"@storybook/addon-essentials": "^8.0.4",
"@storybook/addon-interactions": "^8.0.4",
"@storybook/addon-links": "^8.0.4",
"@storybook/addon-storysource": "^8.0.4",
"@storybook/blocks": "^8.0.4",
"@storybook/preview-api": "^8.0.4",
"@storybook/react": "^8.0.4",
"@storybook/react-vite": "^8.0.4",
"@storybook/testing-library": "^0.2.2",
"@tabler/icons-react": "3.1.0",
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react": "^18.2.71",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-react": "^4.2.1",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"eslint": "^8.57.0",
"eslint-plugin-perfectionist": "^2.7.0",
"mantine-contextmenu": "^7.6.2",
"postcss": "^8.4.37",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"prop-types": "^15.8.1",
Expand All @@ -124,17 +124,17 @@
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"size-limit": "^11.1.1",
"storybook": "^8.0.2",
"size-limit": "^11.1.2",
"storybook": "^8.0.4",
"storybook-dark-mode": "^4.0.1",
"tslib": "^2.6.2",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.2.2"
"vite": "^5.2.6"
},
"dependencies": {
"@tanstack/match-sorter-utils": "8.11.8",
"@tanstack/react-table": "8.14.0",
"@tanstack/react-table": "8.15.0",
"@tanstack/react-virtual": "3.2.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit f26f893

Please sign in to comment.