summaryrefslogtreecommitdiff
path: root/packages/cli/package.json
diff options
context:
space:
mode:
authorEddie Santos <[email protected]>2025-06-30 20:03:16 -0700
committerGitHub <[email protected]>2025-07-01 03:03:16 +0000
commite5b1208bd8842d6517b5033a1fa20dd900bc2134 (patch)
tree0b6368a35f326d4d6c6360e3d51f250b4436964b /packages/cli/package.json
parente10c208fbe076333ea82ec96d7f54f756992864c (diff)
update check + tests (#2772)
Diffstat (limited to 'packages/cli/package.json')
-rw-r--r--packages/cli/package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/cli/package.json b/packages/cli/package.json
index 0f4aa06d..ade14e16 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -41,9 +41,9 @@
"ink": "^6.0.1",
"ink-big-text": "^2.0.0",
"ink-gradient": "^3.0.0",
+ "ink-link": "^4.1.0",
"ink-select-input": "^6.2.0",
"ink-spinner": "^5.0.0",
- "ink-link": "^4.1.0",
"ink-text-input": "^6.0.0",
"lowlight": "^3.3.0",
"mime-types": "^2.1.4",
@@ -58,20 +58,21 @@
"yargs": "^17.7.2"
},
"devDependencies": {
- "@testing-library/react": "^16.3.0",
"@babel/runtime": "^7.27.6",
+ "@testing-library/react": "^16.3.0",
"@types/command-exists": "^1.2.3",
"@types/diff": "^7.0.2",
"@types/dotenv": "^6.1.1",
"@types/node": "^20.11.24",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
+ "@types/semver": "^7.7.0",
"@types/shell-quote": "^1.7.5",
"@types/yargs": "^17.0.32",
"ink-testing-library": "^4.0.0",
"jsdom": "^26.1.0",
- "react-dom": "^19.1.0",
"pretty-format": "^30.0.2",
+ "react-dom": "^19.1.0",
"typescript": "^5.3.3",
"vitest": "^3.1.1"
},