fix(deps): update mantine monorepo to ^7.10.2 (#662)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2024-06-13 09:26:34 +00:00
committed by GitHub
parent 37ebcfe318
commit 4e9593b859
8 changed files with 110 additions and 110 deletions

View File

@@ -21,7 +21,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@mantine/form": "^7.10.1",
"@mantine/form": "^7.10.2",
"@homarr/validation": "workspace:^0.1.0",
"@homarr/translation": "workspace:^0.1.0"
},

View File

@@ -24,8 +24,8 @@
"@homarr/ui": "workspace:^0.1.0",
"@homarr/translation": "workspace:^0.1.0",
"react": "^18.3.1",
"@mantine/core": "^7.10.1",
"@mantine/hooks": "^7.10.1"
"@mantine/core": "^7.10.2",
"@mantine/hooks": "^7.10.2"
},
"devDependencies": {
"@homarr/eslint-config": "workspace:^0.2.0",

View File

@@ -22,7 +22,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@mantine/notifications": "^7.10.1",
"@mantine/notifications": "^7.10.2",
"@homarr/ui": "workspace:^0.1.0",
"@tabler/icons-react": "^3.5.0"
},

View File

@@ -24,9 +24,9 @@
"dependencies": {
"@homarr/ui": "workspace:^0.1.0",
"@homarr/translation": "workspace:^0.1.0",
"@mantine/core": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@mantine/spotlight": "^7.10.1",
"@mantine/core": "^7.10.2",
"@mantine/hooks": "^7.10.2",
"@mantine/spotlight": "^7.10.2",
"@tabler/icons-react": "^3.5.0",
"jotai": "^2.8.3",
"next": "^14.2.4",

View File

@@ -24,9 +24,9 @@
"dependencies": {
"@homarr/log": "workspace:^0.1.0",
"@homarr/translation": "workspace:^0.1.0",
"@mantine/core": "^7.10.1",
"@mantine/dates": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@mantine/core": "^7.10.2",
"@mantine/dates": "^7.10.2",
"@mantine/hooks": "^7.10.2",
"@tabler/icons-react": "^3.5.0",
"next": "^14.2.4",
"react": "^18.3.1"

View File

@@ -34,8 +34,8 @@
"@homarr/translation": "workspace:^0.1.0",
"@homarr/ui": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0",
"@mantine/hooks": "^7.10.1",
"@mantine/core": "^7.10.1",
"@mantine/hooks": "^7.10.2",
"@mantine/core": "^7.10.2",
"@tabler/icons-react": "^3.5.0",
"@tiptap/extension-color": "2.4.0",
"@tiptap/extension-highlight": "2.4.0",