From f1b6c9c051c7b2d2a2b470db4363e42822511679 Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Sun, 8 Dec 2019 15:59:42 +0100 Subject: [PATCH] Allow xterm upgrades --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 705883753a93..6adcc7bd8fa0 100644 --- a/package.json +++ b/package.json @@ -272,7 +272,7 @@ "stylis": "3.5.4", "uuid": "3.3.3", "webpack-cli": "3.3.10", - "xterm": "~4.2.0", + "xterm": "^4.2.0", "xterm-addon-fit": "^0.3.0", "xterm-addon-ligatures": "^0.2.1", "xterm-addon-search": "^0.4.0",