build: update api to fix missing req body

This commit is contained in:
Jovan Krunić
2020-10-23 17:07:16 +02:00
parent c6e1f96f5f
commit 8b7428d5df
2 changed files with 48 additions and 145 deletions

View File

@@ -19,7 +19,7 @@
"push": "git push && git push origin \"v$npm_package_version\""
},
"dependencies": {
"@openstapps/api": "0.22.0",
"@openstapps/api": "0.23.0",
"@openstapps/core": "0.35.0",
"@openstapps/core-tools": "0.14.0",
"@openstapps/logger": "0.5.0",