Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Imms <2193314+Tyriar@users.noreply.github.com>2022-07-06 20:04:47 +0300
committerDaniel Imms <2193314+Tyriar@users.noreply.github.com>2022-07-06 20:04:47 +0300
commit7fb7b795f6ef1f19d57a969b8dc131b1639e2c04 (patch)
tree5e8881931082af4a02f1207f6f99e5b8c80f3cdf /package.json
parentcf1b75efbdcde76569cb6ce2c6755061660b945c (diff)
Update xterm
Fixes #152300 Fixes #151225
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 0c567bb015c..03516aa49db 100644
--- a/package.json
+++ b/package.json
@@ -87,12 +87,12 @@
"vscode-proxy-agent": "^0.12.0",
"vscode-regexpp": "^3.1.0",
"vscode-textmate": "7.0.1",
- "xterm": "4.19.0",
- "xterm-addon-search": "0.9.0",
- "xterm-addon-serialize": "0.7.0",
+ "xterm": "4.20.0-beta.5",
+ "xterm-addon-search": "0.10.0-beta.1",
+ "xterm-addon-serialize": "0.8.0-beta.1",
"xterm-addon-unicode11": "0.4.0-beta.3",
- "xterm-addon-webgl": "0.12.0",
- "xterm-headless": "4.19.0",
+ "xterm-addon-webgl": "0.13.0-beta.2",
+ "xterm-headless": "4.20.0-beta.5",
"yauzl": "^2.9.2",
"yazl": "^2.4.3"
},