Skip to content

Commit

Permalink
Mantine 7.9 & React 18.3 (#323)
Browse files Browse the repository at this point in the history
* feat: update to Mantine 7.9 and React 18.3

* WIP examples and docs

---------

Co-authored-by: Alessandro Cuppari <[email protected]>
  • Loading branch information
alessandrojcm and alessandro-cuppari authored May 3, 2024
1 parent 522b49b commit d9c0c8e
Show file tree
Hide file tree
Showing 215 changed files with 10,596 additions and 9,978 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@
"start": "vite"
},
"dependencies": {
"@mantine/core": "^7.7.1",
"@mantine/dates": "^7.7.1",
"@mantine/hooks": "^7.7.1",
"@tabler/icons-react": "3.1.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"@mantine/core": "^7.9.0",
"@mantine/dates": "^7.9.0",
"@mantine/hooks": "^7.9.0",
"@tabler/icons-react": "3.3.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"mantine-react-table": "^2.0.0-beta.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.13.0",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.4.3",
"vite": "^5.2.7"
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
}
Loading

0 comments on commit d9c0c8e

Please sign in to comment.