From 23f97029a2f9641d9c13ae4f1c0e33be5486e6a4 Mon Sep 17 00:00:00 2001 From: Reece Date: Thu, 25 Sep 2025 12:26:39 +0100 Subject: [PATCH] Lock mantine version --- frontend/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 0cd9713d0..9e642c609 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,10 +24,10 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@iconify/react": "^6.0.2", - "@mantine/core": "^8.3.1", - "@mantine/dates": "^8.3.1", - "@mantine/dropzone": "^8.3.1", - "@mantine/hooks": "^8.3.1", + "@mantine/core": "8.3.1", + "@mantine/dates": "8.3.1", + "@mantine/dropzone": "8.3.1", + "@mantine/hooks": "8.3.1", "@mui/icons-material": "^7.3.2", "@mui/material": "^7.3.2", "@tailwindcss/postcss": "^4.1.13",