Skip to content

Commit

Permalink
fix(deps): update mantine monorepo to ^7.11.0 (#719)
Browse files Browse the repository at this point in the history
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
  • Loading branch information
homarr-renovate[bot] committed Jun 26, 2024
1 parent 7a14c25 commit 52e936f
Show file tree
Hide file tree
Showing 8 changed files with 110 additions and 110 deletions.
10 changes: 5 additions & 5 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"@homarr/ui": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0",
"@homarr/widgets": "workspace:^0.1.0",
"@mantine/colors-generator": "^7.10.2",
"@mantine/core": "^7.10.2",
"@mantine/hooks": "^7.10.2",
"@mantine/modals": "^7.10.2",
"@mantine/tiptap": "^7.10.2",
"@mantine/colors-generator": "^7.11.0",
"@mantine/core": "^7.11.0",
"@mantine/hooks": "^7.11.0",
"@mantine/modals": "^7.11.0",
"@mantine/tiptap": "^7.11.0",
"@homarr/server-settings": "workspace:^0.1.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.48.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@mantine/form": "^7.10.2",
"@mantine/form": "^7.11.0",
"@homarr/validation": "workspace:^0.1.0",
"@homarr/translation": "workspace:^0.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/modals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@homarr/ui": "workspace:^0.1.0",
"@homarr/translation": "workspace:^0.1.0",
"react": "^18.3.1",
"@mantine/core": "^7.10.2",
"@mantine/hooks": "^7.10.2"
"@mantine/core": "^7.11.0",
"@mantine/hooks": "^7.11.0"
},
"devDependencies": {
"@homarr/eslint-config": "workspace:^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@mantine/notifications": "^7.10.2",
"@mantine/notifications": "^7.11.0",
"@homarr/ui": "workspace:^0.1.0",
"@tabler/icons-react": "^3.7.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/spotlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"dependencies": {
"@homarr/ui": "workspace:^0.1.0",
"@homarr/translation": "workspace:^0.1.0",
"@mantine/core": "^7.10.2",
"@mantine/hooks": "^7.10.2",
"@mantine/spotlight": "^7.10.2",
"@mantine/core": "^7.11.0",
"@mantine/hooks": "^7.11.0",
"@mantine/spotlight": "^7.11.0",
"@tabler/icons-react": "^3.7.0",
"jotai": "^2.8.3",
"next": "^14.2.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"dependencies": {
"@homarr/log": "workspace:^0.1.0",
"@homarr/translation": "workspace:^0.1.0",
"@mantine/core": "^7.10.2",
"@mantine/dates": "^7.10.2",
"@mantine/hooks": "^7.10.2",
"@mantine/core": "^7.11.0",
"@mantine/dates": "^7.11.0",
"@mantine/hooks": "^7.11.0",
"@tabler/icons-react": "^3.7.0",
"next": "^14.2.4",
"react": "^18.3.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
"@mantine/core": "^7.10.2",
"@mantine/hooks": "^7.11.0",
"@mantine/core": "^7.11.0",
"@tabler/icons-react": "^3.7.0",
"@tiptap/extension-color": "2.4.0",
"@tiptap/extension-highlight": "2.4.0",
Expand Down
186 changes: 93 additions & 93 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 52e936f

Please sign in to comment.