Skip to content

Commit

Permalink
fix(deps): update mantine monorepo to ^7.13.4 (#1364)
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] authored Oct 23, 2024
1 parent c37a0e3 commit f55b813
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.3",
"@mantine/core": "^7.13.3",
"@mantine/hooks": "^7.13.3",
"@mantine/modals": "^7.13.3",
"@mantine/tiptap": "^7.13.3",
"@mantine/colors-generator": "^7.13.4",
"@mantine/core": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"@mantine/modals": "^7.13.4",
"@mantine/tiptap": "^7.13.4",
"@million/lint": "1.0.11",
"@t3-oss/env-nextjs": "^0.11.1",
"@tabler/icons-react": "^3.20.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.3"
"@mantine/form": "^7.13.4"
},
"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.3",
"@mantine/core": "^7.13.4",
"@tabler/icons-react": "^3.20.0",
"dayjs": "^1.11.13",
"next": "^14.2.16",
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.3",
"@mantine/hooks": "^7.13.3",
"@mantine/core": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"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.3",
"@mantine/notifications": "^7.13.4",
"@tabler/icons-react": "^3.20.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 @@ -30,9 +30,9 @@
"@homarr/modals-collection": "workspace:^0.1.0",
"@homarr/translation": "workspace:^0.1.0",
"@homarr/ui": "workspace:^0.1.0",
"@mantine/core": "^7.13.3",
"@mantine/hooks": "^7.13.3",
"@mantine/spotlight": "^7.13.3",
"@mantine/core": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"@mantine/spotlight": "^7.13.4",
"@tabler/icons-react": "^3.20.0",
"jotai": "^2.10.1",
"next": "^14.2.16",
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.3",
"@mantine/dates": "^7.13.3",
"@mantine/hooks": "^7.13.3",
"@mantine/core": "^7.13.4",
"@mantine/dates": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"@tabler/icons-react": "^3.20.0",
"mantine-react-table": "2.0.0-beta.7",
"next": "^14.2.16",
Expand Down
4 changes: 2 additions & 2 deletions packages/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@homarr/translation": "workspace:^0.1.0",
"@homarr/ui": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0",
"@mantine/core": "^7.13.3",
"@mantine/hooks": "^7.13.3",
"@mantine/core": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"@tabler/icons-react": "^3.20.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 f55b813

Please sign in to comment.