mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Add support for the Handy APIv2 (#2193)
* Add support for the Handy APIv2 Docs: https://staging.handyfeeling.com/api/handy/v2/docs/ Update axios to 0.24.0 due to a security update * Upgrade to thehandy 1.0.3 * Use local copy of uploadCsv Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
"@types/react-select": "^4.0.8",
|
||||
"ansi-regex": "^5.0.1",
|
||||
"apollo-upload-client": "^14.1.3",
|
||||
"axios": "0.21.2",
|
||||
"axios": "0.24.0",
|
||||
"base64-blob": "^1.4.1",
|
||||
"bootstrap": "^4.6.0",
|
||||
"classnames": "^2.2.6",
|
||||
@@ -68,7 +68,7 @@
|
||||
"sass": "^1.32.5",
|
||||
"string.prototype.replaceall": "^1.0.4",
|
||||
"subscriptions-transport-ws": "^0.9.18",
|
||||
"thehandy": "^0.2.7",
|
||||
"thehandy": "^1.0.3",
|
||||
"universal-cookie": "^4.0.4",
|
||||
"video.js": "^7.17.0",
|
||||
"videojs-landscape-fullscreen": "^11.33.0",
|
||||
|
||||
Reference in New Issue
Block a user