Skip to content

Commit

Permalink
fix: update import-utilities
Browse files Browse the repository at this point in the history
updated import utilities in crystallize-cli
  • Loading branch information
cymkd committed Apr 11, 2023
1 parent 035ed8e commit af8e84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/crystallize-cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit af8e84f

Please sign in to comment.