fix: remove qrcode-terminal dependency and update tests

- Remove qrcode-terminal from packages/cli/package.json dependencies
- Remove @types/qrcode-terminal from root package.json devDependencies
- Update QwenOAuthProgress.test.tsx to remove QR code related tests
- Remove qrcode-terminal mock from qwenOAuth2.test.ts

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
xwj02155382 2026-03-12 11:13:23 +08:00
parent 74315a1aa4
commit da7a0e8dbd
4 changed files with 2 additions and 133 deletions

View file

@ -59,7 +59,6 @@
"open": "^10.1.2",
"p-limit": "^7.3.0",
"prompts": "^2.4.2",
"qrcode-terminal": "^0.12.0",
"react": "^19.1.0",
"read-package-up": "^11.0.0",
"shell-quote": "^1.8.3",