feat(api): validate plex when settings are saved

This commit is contained in:
sct
2020-09-19 22:13:48 +09:00
parent e0c39aeca1
commit 8f6247d821
7 changed files with 182 additions and 8 deletions

View File

@@ -26,6 +26,7 @@
"lodash": "^4.17.20",
"next": "9.5.3",
"nookies": "^2.4.0",
"plex-api": "^5.3.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-intl": "^5.8.1",
@@ -37,6 +38,8 @@
"swagger-ui-express": "^4.1.4",
"swr": "^0.3.2",
"typeorm": "^0.2.26",
"uuid": "^8.3.0",
"xml2js": "^0.4.23",
"yamljs": "^0.3.0"
},
"devDependencies": {
@@ -54,6 +57,7 @@
"@types/react-toast-notifications": "^2.4.0",
"@types/react-transition-group": "^4.4.0",
"@types/swagger-ui-express": "^4.1.2",
"@types/uuid": "^8.3.0",
"@types/yamljs": "^0.2.31",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^3.10.1",