Skip to content

Commit

Permalink
feat: update mantine version to 7.12 (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
fruneen authored Aug 6, 2024
1 parent fc5a8f2 commit 949441e
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 151 deletions.
16 changes: 8 additions & 8 deletions template/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"dependencies": {
"@hookform/resolvers": "3.3.4",
"@mantine/core": "7.11.1",
"@mantine/dates": "7.11.1",
"@mantine/dropzone": "7.11.1",
"@mantine/hooks": "7.11.1",
"@mantine/modals": "7.11.1",
"@mantine/core": "7.12.0",
"@mantine/dates": "7.12.0",
"@mantine/dropzone": "7.12.0",
"@mantine/hooks": "7.12.0",
"@mantine/modals": "7.12.0",
"@mantine/next": "6.0.21",
"@mantine/notifications": "7.11.1",
"@mantine/notifications": "7.12.0",
"@svgr/webpack": "8.1.0",
"@tabler/icons-react": "3.10.0",
"@tanstack/react-query": "5.50.1",
Expand Down Expand Up @@ -59,8 +59,8 @@
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"lint-staged": "15.2.7",
"postcss": "8.4.39",
"postcss-preset-mantine": "1.15.0",
"postcss": "8.4.41",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "7.0.1",
"prettier": "3.3.2",
"prettier-config-custom": "workspace:*",
Expand Down
Loading

0 comments on commit 949441e

Please sign in to comment.