Skip to content

Commit

Permalink
4.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cymkd committed Apr 11, 2023
1 parent af8e84f commit f793bb6
Showing 1 changed file with 61 additions and 61 deletions.
122 changes: 61 additions & 61 deletions components/crystallize-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
{
"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 <[email protected]>",
"Brendan Goodenough <[email protected]>",
"Sébastien Morel <[email protected]>"
],
"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.2",
"description": "Crystallize CLI",
"main": "./build/index.js",
"repository": "https://github.com/CrystallizeAPI/crystallize-cli-next",
"license": "MIT",
"contributors": [
"Håkon Gullord Krogh <[email protected]>",
"Brendan Goodenough <[email protected]>",
"Sébastien Morel <[email protected]>"
],
"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"
}
}

0 comments on commit f793bb6

Please sign in to comment.