Skip to content

Commit

Permalink
Updates xterm-addon-fit to use the new package and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 committed Jul 10, 2024
1 parent 2f0d033 commit 8b9a71e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 21 deletions.
29 changes: 10 additions & 19 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 @@ -38,14 +38,14 @@
"@taiga-ui/layout": "^3.84.0",
"@taiga-ui/styles": "^3.84.0",
"@xterm/xterm": "^5.5.0",
"@xterm/addon-fit": "^0.10.0",
"angular-split": "^17.2.0",
"cancelable-promise": "^4.3.1",
"codemirror": "^6.0.1",
"dm-lezer": "file:dm-lezer",
"rxjs": "~7.8.0",
"thememirror": "^2.0.1",
"tslib": "^2.3.0",
"xterm-addon-fit": "^0.8.0",
"zone.js": "~0.14.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/terminal/terminal.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
ViewChild,
} from '@angular/core';
import { Terminal } from '@xterm/xterm';
import { FitAddon } from 'xterm-addon-fit';
import { FitAddon } from '@xterm/addon-fit';
import { TerminalDimensions } from '../../../vm/emulator.service';

@Component({
Expand Down

0 comments on commit 8b9a71e

Please sign in to comment.