swallow ligature related font parsing errors - fixes #4840

This commit is contained in:
Eugene Pankov
2021-11-06 22:42:49 +01:00
parent 2c342a7d44
commit 6b93c2609e
2 changed files with 10 additions and 15 deletions

View File

@@ -23,10 +23,9 @@
"cli-spinner": "^0.2.10",
"dataurl": "0.1.0",
"hexer": "^1.5.0",
"opentype.js": "^1.3.4",
"ps-node": "^0.1.6",
"runes": "^0.4.2",
"xterm": "npm:@tabby-gang/xterm@^4.15.0",
"xterm": "npm:@tabby-gang/xterm@^4.15.1-beta.1",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-ligatures": "^0.5.0",
"xterm-addon-search": "^0.8.1",
@@ -35,6 +34,9 @@
"xterm-addon-webgl": "^0.11.3",
"zmodem.js": "^0.1.9"
},
"resolutions": {
"**/opentype.js": "^1.3.4"
},
"peerDependencies": {
"@angular/animations": "^9.1.9",
"@angular/common": "^9.1.11",