From dae59df79d9f33747cd3dcb132a77cc3c3f110ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 07:05:27 +0000 Subject: [PATCH] build(deps): bump @mantine/form from 5.10.5 to 6.0.13 Bumps [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/src/mantine-hooks) from 5.10.5 to 6.0.13. - [Release notes](https://github.com/mantinedev/mantine/releases) - [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md) - [Commits](https://github.com/mantinedev/mantine/commits/6.0.13/src/mantine-hooks) --- updated-dependencies: - dependency-name: "@mantine/form" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ui/package.json b/apps/ui/package.json index a337048..3e7f2a2 100644 --- a/apps/ui/package.json +++ b/apps/ui/package.json @@ -16,7 +16,7 @@ "@heroicons/react": "^2.0.13", "@iconscout/react-unicons": "^2.0.2", "@mantine/core": "^5.9.4", - "@mantine/form": "^5.9.4", + "@mantine/form": "^6.0.13", "@mantine/hooks": "^5.9.4", "@tabler/icons": "^2.16.0", "clsx": "^1.2.1",