Skip to content

Commit

Permalink
Adding support for Angular 18
Browse files Browse the repository at this point in the history
  • Loading branch information
qwefgh90 committed Jul 6, 2024
1 parent 02496b3 commit 309a8a4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion LICENSE-THIRD-PARTY
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@
│ ├─ url: https://xtermjs.org/
│ ├─ path: D:\workspace\ng-terminal\node_modules\@xterm\addon-web-links
│ └─ licenseFile: D:\workspace\ng-terminal\node_modules\@xterm\addon-web-links\LICENSE
├─ @xterm/xterm@5.4.0
├─ @xterm/xterm@5.5.0
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/xtermjs/xterm.js
│ ├─ path: D:\workspace\ng-terminal\node_modules\@xterm\xterm
Expand Down
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 @@ -37,7 +37,7 @@
"ngx-json-viewer": "^2.4.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"@xterm/xterm": "^5.4.0",
"@xterm/xterm": "^5.5.0",
"@xterm/addon-fit": "^0.9.0",
"zone.js": "~0.11.4",
"@xterm/addon-web-links": "^0.10.0",
Expand Down
14 changes: 7 additions & 7 deletions projects/ng-terminal/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ng-terminal",
"version": "6.1.1",
"description": "NgTerminal is a terminal component on Angular 14 or higher.",
"version": "6.2.0",
"description": "NgTerminal is a terminal component on Angular 16 or higher.",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^17.0.0 || ^16.0.0 || ^15.0.0 || ^14.0.0",
"@angular/core": "^17.0.0 || ^16.0.0 || ^15.0.0 || ^14.0.0"
"@angular/common": "^18.0.0 || ^17.0.0 || ^16.0.0",
"@angular/core": "^18.0.0 || ^17.0.0 || ^16.0.0"
},
"repository": {
"type": "git",
Expand All @@ -24,9 +24,9 @@
"emulator",
"angular",
"xterm",
"angular18",
"angular17",
"angular16",
"angular15",
"angular14",
"xtermjs",
"terminal",
"console",
Expand All @@ -39,7 +39,7 @@
"angular-resizable-element": "^5.0.0",
"@juggle/resize-observer": "^3.4.0",
"@xterm/addon-fit": "^0.9.0",
"@xterm/xterm": "^5.4.0",
"@xterm/xterm": "^5.5.0",
"tslib": "^2.3.0"
}
}

0 comments on commit 309a8a4

Please sign in to comment.