From af8e84f7199f3abaa47d6b657dd357d1df9992d3 Mon Sep 17 00:00:00 2001 From: Veljko Simakovic Date: Tue, 11 Apr 2023 18:47:49 +0200 Subject: [PATCH] fix: update import-utilities updated import utilities in crystallize-cli --- components/crystallize-cli/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/crystallize-cli/package.json b/components/crystallize-cli/package.json index 9762910..422cdae 100644 --- a/components/crystallize-cli/package.json +++ b/components/crystallize-cli/package.json @@ -1,6 +1,6 @@ { "name": "@crystallize/cli-next", - "version": "4.11.0", + "version": "4.11.1", "description": "Crystallize CLI", "main": "./build/index.js", "repository": "https://github.com/CrystallizeAPI/crystallize-cli-next", @@ -45,7 +45,7 @@ "bump": "yarn tsc && yarn version --no-git-tag-version --new-version" }, "dependencies": { - "@crystallize/import-utilities": "^1.19.4", + "@crystallize/import-utilities": "^1.24.3", "@crystallize/js-api-client": "^1.9.1", "chalk": "^5.2", "cli-spinners": "^2.7.0",