From 9c6382fbff834b4a39fcf5c21c02f0dedce49cbb Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 16 May 2026 07:15:11 +0000 Subject: [PATCH] Update mantine version Ref: https://github.com/inventree/InvenTree/pull/11947 --- plugin_creator/frontend.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin_creator/frontend.py b/plugin_creator/frontend.py index b47fec7..91ee1a1 100644 --- a/plugin_creator/frontend.py +++ b/plugin_creator/frontend.py @@ -8,8 +8,8 @@ # Version requirements for core frontend libraries -MIN_REACT_VERSION = "19.1.2" -MIN_MANTINE_VERSION = "8.2.7" +MIN_REACT_VERSION = "19.2.4" +MIN_MANTINE_VERSION = "9.2.1" MIN_LINGUI_VERSION = "5.9.2" MIN_VITE_VERSION = "6.4.2"