fix(deps): update mantine monorepo to ^7.8.0 (#343)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2024-04-13 16:04:56 +02:00
committed by GitHub
parent 859fdf4c44
commit 3e3299a358
6 changed files with 76 additions and 76 deletions

View File

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

View File

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

View File

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

View File

@@ -35,8 +35,8 @@
},
"prettier": "@homarr/prettier-config",
"dependencies": {
"@mantine/core": "^7.7.1",
"@mantine/dates": "^7.7.1",
"@mantine/core": "^7.8.0",
"@mantine/dates": "^7.8.0",
"@tabler/icons-react": "^3.2.0",
"mantine-react-table": "2.0.0-beta.1"
}