2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-01-11 13:48:02 +00:00

[ui] Settings fix (#10239)

* Enhance playwright test

* Update zustand

* Fix machine settings

* Fix for PluginSettingList

* Fix user plugin settings

* Fix issue in RelatedModelField

* Enforce values when rebuilding a form

* Update react-hook-form

* Enhanced playwright testing
This commit is contained in:
Oliver
2025-08-28 16:57:02 +10:00
committed by GitHub
parent ccdd6eace3
commit ae16823d5d
8 changed files with 181 additions and 129 deletions

View File

@@ -93,7 +93,7 @@
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-grid-layout": "1.4.4",
"react-hook-form": "^7.54.2",
"react-hook-form": "^7.62.0",
"react-is": "^19.1.1",
"react-router-dom": "^6.26.2",
"react-select": "^5.9.0",
@@ -101,7 +101,7 @@
"react-window": "1.8.11",
"recharts": "^2.15.0",
"styled-components": "^6.1.14",
"zustand": "^5.0.3"
"zustand": "^5.0.8"
},
"devDependencies": {
"@babel/core": "^7.26.10",