diff --git a/package.json b/package.json index fa7e00e..ed8101d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qoretechnologies/ts-toolkit", - "version": "0.4.5", + "version": "0.4.6", "description": "Utility library to interact with Qorus Integration Engine & Qore Language", "keywords": [ "qoretechnologies", @@ -61,7 +61,6 @@ "devDependencies": { "@babel/core": "^7.20.2", "@chromatic-com/storybook": "^1", - "@qoretechnologies/reqore": "^0.48.4", "@storybook/addon-actions": "^8.2.7", "@storybook/addon-essentials": "^8.2.7", "@storybook/addon-interactions": "^8.2.7", @@ -80,6 +79,7 @@ "@typescript-eslint/eslint-plugin": "^5.35.1", "@typescript-eslint/parser": "^5.42.1", "chromatic": "^6.12.0", + "colors": "^1.4.0", "dotenv": "^16.0.2", "eslint": "^8.22.0", "eslint-config-airbnb-typescript": "^17.0.0", @@ -105,10 +105,10 @@ "typedoc": "^0.23.10", "typedoc-json-parser": "^7.0.2", "typescript": "^4.7.4", - "webpack-node-externals": "^3.0.0", - "colors": "^1.4.0" + "webpack-node-externals": "^3.0.0" }, "dependencies": { + "@qoretechnologies/reqore": "^0.48.4", "async": "^3.2.4", "cron-validator": "^1.3.1", "js-yaml": "^4.1.0",