From 4b092f22f7df8ea59f9de894d9f4e672c96faa7f Mon Sep 17 00:00:00 2001 From: vince-fugnitto Date: Tue, 9 Mar 2021 13:53:32 -0500 Subject: [PATCH] terminal: fix 'xterm' search addon The following commit updates the `xterm` addon dependencies so that they are compatible with the `xterm` version. The changes including pinning the xterm version as to not result in future incompatibilities and updating the addon versions to match. Signed-off-by: vince-fugnitto --- packages/terminal/package.json | 6 +++--- yarn.lock | 24 ++++++++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/packages/terminal/package.json b/packages/terminal/package.json index 34b08b96f0ec8..9fedb695ff94f 100644 --- a/packages/terminal/package.json +++ b/packages/terminal/package.json @@ -8,9 +8,9 @@ "@theia/filesystem": "1.11.0", "@theia/process": "1.11.0", "@theia/workspace": "1.11.0", - "xterm": "^4.4.0", - "xterm-addon-fit": "^0.3.0", - "xterm-addon-search": "^0.5.0" + "xterm": "~4.11.0", + "xterm-addon-fit": "0.5.0", + "xterm-addon-search": "0.8.0" }, "publishConfig": { "access": "public" diff --git a/yarn.lock b/yarn.lock index 2b8e609cd8906..a55433fc98527 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14302,20 +14302,20 @@ xtend@~2.1.1: dependencies: object-keys "~0.4.0" -xterm-addon-fit@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/xterm-addon-fit/-/xterm-addon-fit-0.3.0.tgz#341710741027de9d648a9f84415a01ddfdbbe715" - integrity sha512-kvkiqHVrnMXgyCH9Xn0BOBJ7XaWC/4BgpSWQy3SueqximgW630t/QOankgqkvk11iTOCwWdAY9DTyQBXUMN3lw== - -xterm-addon-search@^0.5.0: +xterm-addon-fit@0.5.0: version "0.5.0" - resolved "https://registry.yarnpkg.com/xterm-addon-search/-/xterm-addon-search-0.5.0.tgz#cd3a2f8056084c28e236d4e732da37682010bcc2" - integrity sha512-zLVqVTrg5w2nk9fRj3UuVKCPo/dmFe/cLf3EM9Is5Dm6cgOoXmeo9eq2KgD8A0gquAflTFTf0ya2NaFmShHwyg== + resolved "https://registry.yarnpkg.com/xterm-addon-fit/-/xterm-addon-fit-0.5.0.tgz#2d51b983b786a97dcd6cde805e700c7f913bc596" + integrity sha512-DsS9fqhXHacEmsPxBJZvfj2la30Iz9xk+UKjhQgnYNkrUIN5CYLbw7WEfz117c7+S86S/tpHPfvNxJsF5/G8wQ== + +xterm-addon-search@0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/xterm-addon-search/-/xterm-addon-search-0.8.0.tgz#e33eab918df7eac7e7baf95dd2b3d14133754881" + integrity sha512-MPJGPVPpHRUw9cLIuqQbrVepmENMOybVUSxIALz5h1ryyQBrVqVujq2hL5aroX5/dZJoHx9lGHQTVLQ07SKgKA== -xterm@^4.4.0: - version "4.9.0" - resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.9.0.tgz#7a4c097a433d565339b5533b468bbc60c6c87969" - integrity sha512-wGfqufmioctKr8VkbRuZbVDfjlXWGZZ1PWHy1yqqpGT3Nm6yaJx8lxDbSEBANtgaiVPTcKSp97sxOy5IlpqYfw== +xterm@~4.11.0: + version "4.11.0" + resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.11.0.tgz#d7dabc7af5299579e4663fedf2b3a179af9aaff9" + integrity sha512-NeJH909WTO2vth/ZlC0gkP3AGzupbvVHVlmtrpBw56/sGFXaF9bNdKgqKa3tf8qbGvXMzL2JhCcHVklqFztIRw== y18n@^3.2.1: version "3.2.1"