Skip to content

Commit e2b9f30

Browse files
Merge pull request #88 from inventree/frontend-version-bump
Bump frontend requirements
2 parents a3c17df + 3674496 commit e2b9f30

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugin_creator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
PLUGIN_CREATOR_VERSION = "1.13.3"
3+
PLUGIN_CREATOR_VERSION = "1.13.4"

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)