mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Form-related fixes, improvements and refactoring (#4283)
* Fix another validateDOMNesting error * Fix React.forwardRef error * Fix encoding_image intl message * Return null instead of undefined from RatingSystem * DurationInput tweaks * DateInput tweaks, remove unused utils functions * Refactor and deduplicate edit form rendering * Improve/fix yup validation
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
"classnames": "^2.3.2",
|
||||
"flag-icons": "^6.6.6",
|
||||
"flexbin": "^0.2.0",
|
||||
"formik": "^2.2.9",
|
||||
"formik": "^2.4.5",
|
||||
"graphql": "^16.8.1",
|
||||
"graphql-tag": "^2.12.6",
|
||||
"graphql-ws": "^5.11.3",
|
||||
@@ -74,7 +74,7 @@
|
||||
"videojs-seek-buttons": "^3.0.1",
|
||||
"videojs-vr": "^2.0.0",
|
||||
"videojs-vtt.js": "^0.15.4",
|
||||
"yup": "^1.0.0"
|
||||
"yup": "^1.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.12",
|
||||
|
||||
Reference in New Issue
Block a user