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:
chetbrinko
2022-04-03 07:46:12 +02:00
committed by GitHub
parent 6ca862be54
commit 6ebf3ddc9e
4 changed files with 102 additions and 39 deletions

View File

@@ -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",