Skip to content

Commit

Permalink
fix(deps): update mantine monorepo to ^7.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
homarr-renovate[bot] authored Nov 12, 2024
1 parent f220bb6 commit 3b3582c
Show file tree
Hide file tree
Showing 9 changed files with 116 additions and 116 deletions.
10 changes: 5 additions & 5 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"@homarr/ui": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0",
"@homarr/widgets": "workspace:^0.1.0",
"@mantine/colors-generator": "^7.13.5",
"@mantine/core": "^7.13.5",
"@mantine/hooks": "^7.13.5",
"@mantine/modals": "^7.13.5",
"@mantine/tiptap": "^7.13.5",
"@mantine/colors-generator": "^7.14.0",
"@mantine/core": "^7.14.0",
"@mantine/hooks": "^7.14.0",
"@mantine/modals": "^7.14.0",
"@mantine/tiptap": "^7.14.0",
"@million/lint": "1.0.12",
"@t3-oss/env-nextjs": "^0.11.1",
"@tabler/icons-react": "^3.21.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 @@ -24,7 +24,7 @@
"dependencies": {
"@homarr/translation": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0",
"@mantine/form": "^7.13.5"
"@mantine/form": "^7.14.0"
},
"devDependencies": {
"@homarr/eslint-config": "workspace:^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/modals-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@homarr/translation": "workspace:^0.1.0",
"@homarr/ui": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0",
"@mantine/core": "^7.13.5",
"@mantine/core": "^7.14.0",
"@tabler/icons-react": "^3.21.0",
"dayjs": "^1.11.13",
"next": "^14.2.17",
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 @@
"dependencies": {
"@homarr/translation": "workspace:^0.1.0",
"@homarr/ui": "workspace:^0.1.0",
"@mantine/core": "^7.13.5",
"@mantine/hooks": "^7.13.5",
"@mantine/core": "^7.14.0",
"@mantine/hooks": "^7.14.0",
"react": "^18.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prettier": "@homarr/prettier-config",
"dependencies": {
"@homarr/ui": "workspace:^0.1.0",
"@mantine/notifications": "^7.13.5",
"@mantine/notifications": "^7.14.0",
"@tabler/icons-react": "^3.21.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/spotlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@homarr/modals-collection": "workspace:^0.1.0",
"@homarr/translation": "workspace:^0.1.0",
"@homarr/ui": "workspace:^0.1.0",
"@mantine/core": "^7.13.5",
"@mantine/hooks": "^7.13.5",
"@mantine/spotlight": "^7.13.5",
"@mantine/core": "^7.14.0",
"@mantine/hooks": "^7.14.0",
"@mantine/spotlight": "^7.14.0",
"@tabler/icons-react": "^3.21.0",
"jotai": "^2.10.2",
"next": "^14.2.17",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@homarr/log": "workspace:^0.1.0",
"@homarr/translation": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0",
"@mantine/core": "^7.13.5",
"@mantine/dates": "^7.13.5",
"@mantine/hooks": "^7.13.5",
"@mantine/core": "^7.14.0",
"@mantine/dates": "^7.14.0",
"@mantine/hooks": "^7.14.0",
"@tabler/icons-react": "^3.21.0",
"mantine-react-table": "2.0.0-beta.7",
"next": "^14.2.17",
Expand Down
4 changes: 2 additions & 2 deletions packages/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@homarr/translation": "workspace:^0.1.0",
"@homarr/ui": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0",
"@mantine/core": "^7.13.5",
"@mantine/hooks": "^7.13.5",
"@mantine/core": "^7.14.0",
"@mantine/hooks": "^7.14.0",
"@tabler/icons-react": "^3.21.0",
"@tiptap/extension-color": "2.9.1",
"@tiptap/extension-highlight": "2.9.1",
Expand Down
196 changes: 98 additions & 98 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 3b3582c

Please sign in to comment.