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" 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: