From 8f806fd32a3f22c59ee06a3cfd33d15b4b65ad52 Mon Sep 17 00:00:00 2001 From: Robert Jandow Date: Sun, 26 May 2024 12:15:00 +0200 Subject: [PATCH] Trigger client build manually --- client/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/client/package.json b/client/package.json index 16c6fa9a..4c0363bb 100644 --- a/client/package.json +++ b/client/package.json @@ -11,13 +11,13 @@ }, "dependencies": { "@formkit/auto-animate": "^0.8.2", - "@mantine/core": "^7.9.2", - "@mantine/dates": "^7.9.1", - "@mantine/dropzone": "^7.9.1", - "@mantine/form": "^7.9.1", - "@mantine/hooks": "^7.9.1", - "@mantine/notifications": "^7.9.1", - "@mantine/tiptap": "^7.9.2", + "@mantine/core": "^7.10.0", + "@mantine/dates": "^7.10.0", + "@mantine/dropzone": "^7.10.0", + "@mantine/form": "^7.10.0", + "@mantine/hooks": "^7.10.0", + "@mantine/notifications": "^7.10.0", + "@mantine/tiptap": "^7.10.0", "@tabler/icons-react": "^3.3.0", "@tanstack/react-query": "^5.37.1", "@tanstack/react-query-devtools": "^5.37.1",