fix(deps): update mantine monorepo to ^7.5.2 (#71)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2024-02-09 22:05:39 +01:00
committed by GitHub
parent 7f4ad88b0f
commit 81e61b4d6b
6 changed files with 84 additions and 94 deletions

View File

@@ -33,6 +33,6 @@
},
"prettier": "@homarr/prettier-config",
"dependencies": {
"@mantine/form": "^7.5.1"
"@mantine/form": "^7.5.2"
}
}

View File

@@ -28,7 +28,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@mantine/notifications": "^7.5.1",
"@mantine/notifications": "^7.5.2",
"@homarr/ui": "workspace:^0.1.0"
},
"eslintConfig": {

View File

@@ -34,6 +34,6 @@
},
"prettier": "@homarr/prettier-config",
"dependencies": {
"@mantine/spotlight": "^7.5.1"
"@mantine/spotlight": "^7.5.2"
}
}

View File

@@ -35,8 +35,8 @@
},
"prettier": "@homarr/prettier-config",
"dependencies": {
"@mantine/core": "^7.5.1",
"@mantine/dates": "^7.5.1",
"@mantine/core": "^7.5.2",
"@mantine/dates": "^7.5.2",
"@tabler/icons-react": "^2.47.0"
}
}