fix(deps): update mantine monorepo to ^7.6.2 (#221)

* fix(deps): update mantine monorepo to ^7.6.2

* fix: lint issue as use-element-size ref is typed correctly again

* fix: remove unnecessary type convertion

---------

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
homarr-renovate[bot]
2024-03-13 08:29:05 +01:00
committed by GitHub
parent b63b2c8e90
commit fc29db0151
7 changed files with 109 additions and 100 deletions

View File

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

View File

@@ -28,7 +28,7 @@
"typescript": "^5.4.2"
},
"dependencies": {
"@mantine/notifications": "^7.6.1",
"@mantine/notifications": "^7.6.2",
"@homarr/ui": "workspace:^0.1.0"
},
"eslintConfig": {

View File

@@ -34,7 +34,7 @@
},
"prettier": "@homarr/prettier-config",
"dependencies": {
"@mantine/spotlight": "^7.6.1",
"@mantine/spotlight": "^7.6.2",
"@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.6.1",
"@mantine/dates": "^7.6.1",
"@mantine/core": "^7.6.2",
"@mantine/dates": "^7.6.2",
"@tabler/icons-react": "^3.0.1",
"mantine-react-table": "2.0.0-beta.0"
}