Skip to content

Commit 3951e30

Browse files
Bump frontend requirements
Ref: inventree/InvenTree#11020
1 parent a3c17df commit 3951e30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin_creator/frontend.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99

1010
# Minimum version requirements for core frontend libraries
11-
MIN_REACT_VERSION = "19.1.1"
12-
MIN_MANTINE_VERSION = "8.2.7"
11+
MIN_REACT_VERSION = "19.1.2"
12+
MIN_MANTINE_VERSION = "8.3.10"
1313

1414

1515
def frontend_features() -> dict:

0 commit comments

Comments
 (0)