mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
strip escape characters when pasting. (#386)
This commit is contained in:
parent
1728bf3f44
commit
8b959c2060
4 changed files with 19 additions and 3 deletions
|
|
@ -43,8 +43,9 @@
|
|||
"react": "^18.3.1",
|
||||
"read-package-up": "^11.0.0",
|
||||
"shell-quote": "^1.8.2",
|
||||
"yargs": "^17.7.2",
|
||||
"string-width": "^7.1.0"
|
||||
"string-width": "^7.1.0",
|
||||
"strip-ansi": "^7.1.0",
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/react": "^14.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue