diff --git a/components/crystallize-cli/package.json b/components/crystallize-cli/package.json index a7d646c..422cdae 100644 --- a/components/crystallize-cli/package.json +++ b/components/crystallize-cli/package.json @@ -1,63 +1,63 @@ { - "name": "@crystallize/cli-next", - "version": "4.11.2", - "description": "Crystallize CLI", - "main": "./build/index.js", - "repository": "https://github.com/CrystallizeAPI/crystallize-cli-next", - "license": "MIT", - "contributors": [ - "Håkon Gullord Krogh ", - "Brendan Goodenough ", - "Sébastien Morel " - ], - "bin": { - "crystallize": "./build/index.js" - }, - "engines": { - "node": ">=16.0" - }, - "type": "module", - "volta": { - "node": "16.17.0", - "yarn": "1.22.19" - }, - "devDependencies": { - "@commitlint/config-conventional": "^17.1.0", - "@commitlint/format": "^17.0.0", - "@commitlint/types": "^17.0.0", - "@tsconfig/node16": "^1.0.3", - "@types/jest": "^29.2.0", - "@types/marked": "^4.0.8", - "@types/marked-terminal": "^3.1.3", - "@types/node": "^18.11.3", - "@types/react": "^17", - "@types/uuid": "^9", - "jest": "^29", - "prettier": "^2.8.3", - "ts-jest": "^29", - "typescript": "^4.9.4" - }, - "scripts": { - "dev": "node -r dotenv/config build/index.js", - "watch": "tsc -W", - "build": "tsc", - "test": "jest --setupFiles dotenv/config", - "bump": "yarn tsc && yarn version --no-git-tag-version --new-version" - }, - "dependencies": { - "@crystallize/import-utilities": "^1.24.3", - "@crystallize/js-api-client": "^1.9.1", - "chalk": "^5.2", - "cli-spinners": "^2.7.0", - "dotenv": "^16.0.3", - "gittar": "^0.1.1", - "ink": "^3.2.0", - "ink-link": "^2.0.1", - "ink-text-input": "^4.0.3", - "marked": "^4.2.12", - "marked-terminal": "^5.1.1", - "meow": "^11", - "react": "^17", - "uuid": "^9" - } + "name": "@crystallize/cli-next", + "version": "4.11.1", + "description": "Crystallize CLI", + "main": "./build/index.js", + "repository": "https://github.com/CrystallizeAPI/crystallize-cli-next", + "license": "MIT", + "contributors": [ + "Håkon Gullord Krogh ", + "Brendan Goodenough ", + "Sébastien Morel " + ], + "bin": { + "crystallize": "./build/index.js" + }, + "engines": { + "node": ">=16.0" + }, + "type": "module", + "volta": { + "node": "16.17.0", + "yarn": "1.22.19" + }, + "devDependencies": { + "@commitlint/config-conventional": "^17.1.0", + "@commitlint/format": "^17.0.0", + "@commitlint/types": "^17.0.0", + "@tsconfig/node16": "^1.0.3", + "@types/jest": "^29.2.0", + "@types/marked": "^4.0.8", + "@types/marked-terminal": "^3.1.3", + "@types/node": "^18.11.3", + "@types/react": "^17", + "@types/uuid": "^9", + "jest": "^29", + "prettier": "^2.8.3", + "ts-jest": "^29", + "typescript": "^4.9.4" + }, + "scripts": { + "dev": "node -r dotenv/config build/index.js", + "watch": "tsc -W", + "build": "tsc", + "test": "jest --setupFiles dotenv/config", + "bump": "yarn tsc && yarn version --no-git-tag-version --new-version" + }, + "dependencies": { + "@crystallize/import-utilities": "^1.24.3", + "@crystallize/js-api-client": "^1.9.1", + "chalk": "^5.2", + "cli-spinners": "^2.7.0", + "dotenv": "^16.0.3", + "gittar": "^0.1.1", + "ink": "^3.2.0", + "ink-link": "^2.0.1", + "ink-text-input": "^4.0.3", + "marked": "^4.2.12", + "marked-terminal": "^5.1.1", + "meow": "^11", + "react": "^17", + "uuid": "^9" + } }