From 4960a52c91826cd706256c9aa4884f915be7adf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 07:11:26 +0000 Subject: [PATCH] build(deps): bump @mantine/core from 5.10.5 to 6.0.6 Bumps [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/src/mantine-core) from 5.10.5 to 6.0.6. - [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.6/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..a8bdced 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.6", "@mantine/form": "^5.9.4", "@mantine/hooks": "^5.9.4", "@tabler/icons": "^1.116.1",