Skip to content

Commit 309a8a4

Browse files
committed
Adding support for Angular 18
1 parent 02496b3 commit 309a8a4

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

LICENSE-THIRD-PARTY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,7 @@
14051405
│ ├─ url: https://xtermjs.org/
14061406
│ ├─ path: D:\workspace\ng-terminal\node_modules\@xterm\addon-web-links
14071407
│ └─ licenseFile: D:\workspace\ng-terminal\node_modules\@xterm\addon-web-links\LICENSE
1408-
├─ @xterm/xterm@5.4.0
1408+
├─ @xterm/xterm@5.5.0
14091409
│ ├─ licenses: MIT
14101410
│ ├─ repository: https://github.com/xtermjs/xterm.js
14111411
│ ├─ path: D:\workspace\ng-terminal\node_modules\@xterm\xterm

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"ngx-json-viewer": "^2.4.0",
3838
"rxjs": "~7.5.0",
3939
"tslib": "^2.3.0",
40-
"@xterm/xterm": "^5.4.0",
40+
"@xterm/xterm": "^5.5.0",
4141
"@xterm/addon-fit": "^0.9.0",
4242
"zone.js": "~0.11.4",
4343
"@xterm/addon-web-links": "^0.10.0",

projects/ng-terminal/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "ng-terminal",
3-
"version": "6.1.1",
4-
"description": "NgTerminal is a terminal component on Angular 14 or higher.",
3+
"version": "6.2.0",
4+
"description": "NgTerminal is a terminal component on Angular 16 or higher.",
55
"license": "MIT",
66
"peerDependencies": {
7-
"@angular/common": "^17.0.0 || ^16.0.0 || ^15.0.0 || ^14.0.0",
8-
"@angular/core": "^17.0.0 || ^16.0.0 || ^15.0.0 || ^14.0.0"
7+
"@angular/common": "^18.0.0 || ^17.0.0 || ^16.0.0",
8+
"@angular/core": "^18.0.0 || ^17.0.0 || ^16.0.0"
99
},
1010
"repository": {
1111
"type": "git",
@@ -24,9 +24,9 @@
2424
"emulator",
2525
"angular",
2626
"xterm",
27+
"angular18",
28+
"angular17",
2729
"angular16",
28-
"angular15",
29-
"angular14",
3030
"xtermjs",
3131
"terminal",
3232
"console",
@@ -39,7 +39,7 @@
3939
"angular-resizable-element": "^5.0.0",
4040
"@juggle/resize-observer": "^3.4.0",
4141
"@xterm/addon-fit": "^0.9.0",
42-
"@xterm/xterm": "^5.4.0",
42+
"@xterm/xterm": "^5.5.0",
4343
"tslib": "^2.3.0"
4444
}
4545
}

0 commit comments

Comments
 (0)