Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugin_creator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

PLUGIN_CREATOR_VERSION = "1.13.3"
PLUGIN_CREATOR_VERSION = "1.13.4"
4 changes: 2 additions & 2 deletions plugin_creator/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down