Skip to content

Commit

Permalink
updated xterm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jul 26, 2023
1 parent 0b400fc commit 97dc817
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"rxjs": "~7.5.7",
"semver": "^7.3.7",
"tslib": "^2.5.0",
"xterm": "^5.1.0",
"xterm": "^5.2.1",
"xterm-addon-fit": "^0.7.0",
"xterm-addon-web-links": "^0.8.0",
"zone.js": "~0.11.4"
Expand Down
1 change: 0 additions & 1 deletion src/app/terminal/pty/pty.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {ITerminalDimensions} from "xterm-addon-fit";
import {RemoteShellService, ShellObservable, ShellToken} from "../../core/services/remote-shell.service";
import {AppWebLinksAddon} from "../../shared/xterm/web-links";
import {TERMINAL_CONFIG} from "../../shared/xterm/config";
import {NgbNav} from "@ng-bootstrap/ng-bootstrap";
import {ITerminalComponent} from "../terminal.component";

@Component({
Expand Down

0 comments on commit 97dc817

Please sign in to comment.