From d3da459c4ccfdcbaffb76bb3282ce73642fdf76e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 07:02:28 +0000 Subject: [PATCH] build(deps): bump @mantine/hooks from 5.10.5 to 6.0.8 Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/src/mantine-hooks) from 5.10.5 to 6.0.8. - [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.8/src/mantine-hooks) --- updated-dependencies: - dependency-name: "@mantine/hooks" 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 0386b8c..fa6e020 100644 --- a/apps/ui/package.json +++ b/apps/ui/package.json @@ -17,7 +17,7 @@ "@iconscout/react-unicons": "^1.1.6", "@mantine/core": "^5.9.4", "@mantine/form": "^5.9.4", - "@mantine/hooks": "^5.9.4", + "@mantine/hooks": "^6.0.8", "@tabler/icons": "^1.116.1", "clsx": "^1.2.1", "formik": "^2.2.9",