Skip to content

Commit 51d2fae

Browse files
javier-godoypaodb
authored andcommitted
feat: upgrade to xterm 4.19.0
Close #58
1 parent c34d7b1 commit 51d2fae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/com/flowingcode/vaadin/addons/xterm/XTermBase.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -57,7 +57,7 @@
5757

5858
/** Server-side component for the XTerm component. */
5959
@SuppressWarnings("serial")
60-
@NpmPackage(value = "xterm", version = "4.14.0")
60+
@NpmPackage(value = "xterm", version = "4.19.0")
6161
@JsModule("./fc-xterm/xterm-element.ts")
6262
@CssImport("xterm/css/xterm.css")
6363
public abstract class XTermBase extends Component
@@ -197,7 +197,7 @@ private CompletableFuture<JsonValue> executeJs(boolean hasResult, String express
197197
throw new IllegalStateException("Terminal is not initialized");
198198
}
199199
}
200-
200+
201201
protected void executeJs(String expression, Serializable... parameters) {
202202
if (deferredCommands == null) {
203203
getElement().executeJs(expression, parameters);

0 commit comments

Comments
 (0)