Upgrade deps

This commit is contained in:
Gregory Schier
2024-09-06 06:39:57 -07:00
parent af9c5c0294
commit 6ce1369a88
19 changed files with 56 additions and 55 deletions

View File

@@ -3,10 +3,10 @@
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli ./src/index.js"
"build": "yaakcli build ./src/index.js"
},
"dependencies": {
"@yaakapp/api": "^0.1.13",
"@yaakapp/api": "^0.1.14",
"openapi-to-postmanv2": "^4.23.1",
"yaml": "^2.4.2"
},