2
0

⬆️ Upgrade dependencies

This commit is contained in:
Baptiste Arnaud
2023-05-02 14:37:34 -04:00
parent d50e280ab3
commit 68a15f5ac1
22 changed files with 3579 additions and 1960 deletions

View File

@@ -1632,7 +1632,15 @@
"type": "string"
},
"value": {
"type": "number"
"anyOf": [
{
"type": "number"
},
{}
]
},
"sendTo": {
"type": "string"
}
},
"additionalProperties": false
@@ -4133,7 +4141,15 @@
"type": "string"
},
"value": {
"type": "number"
"anyOf": [
{
"type": "number"
},
{}
]
},
"sendTo": {
"type": "string"
}
},
"additionalProperties": false