fix(deps): update mantine monorepo to ^7.9.2 (#510)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2024-05-18 15:32:25 +02:00
committed by GitHub
parent dc9a8dd9c6
commit abffc866c0
6 changed files with 86 additions and 86 deletions

View File

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

View File

@@ -28,7 +28,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@mantine/notifications": "^7.9.1",
"@mantine/notifications": "^7.9.2",
"@homarr/ui": "workspace:^0.1.0"
},
"eslintConfig": {

View File

@@ -34,7 +34,7 @@
},
"prettier": "@homarr/prettier-config",
"dependencies": {
"@mantine/spotlight": "^7.9.1",
"@mantine/spotlight": "^7.9.2",
"@homarr/ui": "workspace:^0.1.0",
"@homarr/translation": "workspace:^0.1.0"
}