From 82d9be75b7d49cb7afdb0f0e3a2d2bc76f7189e1 Mon Sep 17 00:00:00 2001 From: Erik Vroon Date: Tue, 27 Feb 2024 16:51:47 +0100 Subject: [PATCH] Bump Mantine to 7.6.0 --- frontend/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 3e47cf5d9..4d0d6743e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,14 +21,14 @@ "@emotion/server": "^11.11.0", "@hcaptcha/react-hcaptcha": "^1.10.1", "@hello-pangea/dnd": "^16.5.0", - "@mantine/core": "7.4.1", - "@mantine/dates": "7.5.2", - "@mantine/dropzone": "7.4.1", - "@mantine/form": "7.5.1", - "@mantine/hooks": "7.4.1", + "@mantine/core": "7.6.0", + "@mantine/dates": "7.6.0", + "@mantine/dropzone": "7.6.0", + "@mantine/form": "7.6.0", + "@mantine/hooks": "7.6.0", "@mantine/next": "^6.0.21", - "@mantine/notifications": "7.5.1", - "@mantine/spotlight": "7.4.1", + "@mantine/notifications": "7.6.0", + "@mantine/spotlight": "7.6.0", "@next/bundle-analyzer": "^14.1.0", "@react-icons/all-files": "^4.1.0", "@tabler/icons-react": "^2.47.0",