From ef76de83202c8a26d92d756c43764477f92a6351 Mon Sep 17 00:00:00 2001 From: Reece Date: Thu, 25 Sep 2025 12:31:23 +0100 Subject: [PATCH] Lock mantine package versions --- frontend/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ece2aba60..627af627c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -28,10 +28,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",