feat: radarr edit/create modal/backend functionality

This commit is contained in:
sct
2020-11-02 12:11:28 +00:00
parent e032e385a5
commit c4ac357ef4
14 changed files with 968 additions and 16 deletions

View File

@@ -45,7 +45,8 @@
"uuid": "^8.3.0",
"winston": "^3.3.3",
"xml2js": "^0.4.23",
"yamljs": "^0.3.0"
"yamljs": "^0.3.0",
"yup": "^0.29.3"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
@@ -65,6 +66,7 @@
"@types/uuid": "^8.3.0",
"@types/xml2js": "^0.4.5",
"@types/yamljs": "^0.2.31",
"@types/yup": "^0.29.9",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^3.10.1",
"babel-plugin-react-intl": "^8.2.2",