diff options
| author | Taylor Mullen <[email protected]> | 2025-04-27 13:40:24 -0700 |
|---|---|---|
| committer | N. Taylor Mullen <[email protected]> | 2025-04-27 13:41:21 -0700 |
| commit | c09292efd15f71c5ffbcc3c2131b88061fb28496 (patch) | |
| tree | 5b1b1994b9aa7be66f2f06aefaeb73aec199d7cb /packages | |
| parent | 00840f75a12b2eda6fbc5cdbf3d219365d5c6340 (diff) | |
Cleanup outdated packages in server/cli.
- Found that pre-backend front end split we had a number of packages that we hadn't revisisted. Went through and cleaned them up (i.e. cli needing genai).
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/cli/package.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/cli/package.json b/packages/cli/package.json index ae534ebf..da626ccc 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -27,10 +27,8 @@ ], "dependencies": { "@gemini-code/server": "0.1.0-dev-62cc889.0", - "@google/genai": "^0.8.0", "diff": "^7.0.0", "dotenv": "^16.4.7", - "fast-glob": "^3.3.3", "highlight.js": "^11.11.1", "ink": "^5.2.0", "ink-gradient": "^3.0.0", |
