From 19f39a3dd827c1eaad119d44e837555b4e87c12b Mon Sep 17 00:00:00 2001 From: Amar kumar singh Date: Mon, 4 Dec 2023 12:59:03 +0530 Subject: [PATCH] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4717a0d..61c2707 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "@ostro/console", - "version": "1.0.3", + "version": "1.0.4", "description": "Command module for OstroJS", "main": "application.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@ostro/support": "^1.0.7", - "@ostro/contracts": "^1.0.0", + "@ostro/support": "^1.0.11", + "@ostro/contracts": "^1.0.1", "commander": "^8.0.0", "string-argv": "^0.3.1", "lodash": "^4.17.21"