From 1afde6ebcbd5bfaf811d5771291853a0cc3e271d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 07:03:29 +0000 Subject: [PATCH] build(deps): bump @mantine/core from 5.10.5 to 6.0.8 Bumps [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/src/mantine-core) 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-core) --- updated-dependencies: - dependency-name: "@mantine/core" 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..95cf7e8 100644 --- a/apps/ui/package.json +++ b/apps/ui/package.json @@ -15,7 +15,7 @@ "@headlessui/react": "^1.7.5", "@heroicons/react": "^2.0.13", "@iconscout/react-unicons": "^1.1.6", - "@mantine/core": "^5.9.4", + "@mantine/core": "^6.0.8", "@mantine/form": "^5.9.4", "@mantine/hooks": "^5.9.4", "@tabler/icons": "^1.116.1",