From 3951e30a4b2dbb31e15369e42963d0ffcedc852f Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 15 Dec 2025 22:03:29 +0000 Subject: [PATCH 1/2] Bump frontend requirements Ref: https://github.com/inventree/InvenTree/pull/11020 --- 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 1401373..b449369 100644 --- a/plugin_creator/frontend.py +++ b/plugin_creator/frontend.py @@ -8,8 +8,8 @@ # Minimum version requirements for core frontend libraries -MIN_REACT_VERSION = "19.1.1" -MIN_MANTINE_VERSION = "8.2.7" +MIN_REACT_VERSION = "19.1.2" +MIN_MANTINE_VERSION = "8.3.10" def frontend_features() -> dict: From 367449684d7f65205ba80e88d4f0b1832195b791 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 15 Dec 2025 22:04:04 +0000 Subject: [PATCH 2/2] Bump version number --- plugin_creator/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_creator/__init__.py b/plugin_creator/__init__.py index 3a7bd51..3dd9760 100644 --- a/plugin_creator/__init__.py +++ b/plugin_creator/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -PLUGIN_CREATOR_VERSION = "1.13.3" +PLUGIN_CREATOR_VERSION = "1.13.4"