diff --git a/examples/github-roast/package.json b/examples/github-roast/package.json index 656fbde..4fc4833 100644 --- a/examples/github-roast/package.json +++ b/examples/github-roast/package.json @@ -10,14 +10,14 @@ "start:node": "node dist/main.js" }, "dependencies": { - "@leanmcp/auth": "^0.4.0", - "@leanmcp/core": "^0.3.16", - "@leanmcp/ui": "*", + "@leanmcp/auth": "^0.4.5", + "@leanmcp/core": "^0.4.7", + "@leanmcp/ui": "^0.3.8", "dotenv": "^17.2.3", "openai": "^4.20.0" }, "devDependencies": { - "@leanmcp/cli": "^0.4.0", + "@leanmcp/cli": "^0.5.5", "@types/node": "^20.0.0", "@types/react": "^18.0.0", "tsx": "^4.20.3", diff --git a/packages/cli/package.json b/packages/cli/package.json index 6ae4eea..683a32e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@leanmcp/cli", - "version": "0.5.5", + "version": "0.5.6", "description": "Command-line interface for scaffolding LeanMCP projects", "bin": { "leanmcp": "bin/leanmcp.js"