mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Update xterm.js
- Bump copyright year xtermjs/xterm.js#4176 - Share texture atlas cache code between webgl and canvas renderers xtermjs/xterm.js#4170 - Add willReadFrequently to canvas renderer too xtermjs/xterm.js#4169 - Ensure texture atlas comparison uses rgba not object xtermjs/xterm.js#4168 - Create new event with emitter object to simplify code xtermjs/xterm.js#4166 - Define all events and emitters consistently xtermjs/xterm.js#4165 - Inline dirty row service into input handler xtermjs/xterm.js#4163 - Move w objects to $ prefix variables xtermjs/xterm.js#4162 Fixes #158984 Fixes #158874
This commit is contained in:
@@ -24,13 +24,13 @@
|
||||
"vscode-proxy-agent": "^0.12.0",
|
||||
"vscode-regexpp": "^3.1.0",
|
||||
"vscode-textmate": "7.0.1",
|
||||
"xterm": "5.1.0-beta.15",
|
||||
"xterm-addon-canvas": "0.3.0-beta.1",
|
||||
"xterm-addon-search": "0.11.0-beta.1",
|
||||
"xterm": "5.1.0-beta.23",
|
||||
"xterm-addon-canvas": "0.3.0-beta.7",
|
||||
"xterm-addon-search": "0.11.0-beta.2",
|
||||
"xterm-addon-serialize": "0.9.0-beta.2",
|
||||
"xterm-addon-unicode11": "0.5.0-beta.1",
|
||||
"xterm-addon-webgl": "0.14.0-beta.8",
|
||||
"xterm-headless": "5.1.0-beta.15",
|
||||
"xterm-addon-webgl": "0.14.0-beta.15",
|
||||
"xterm-headless": "5.1.0-beta.23",
|
||||
"yauzl": "^2.9.2",
|
||||
"yazl": "^2.4.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user