Skip to content

Commit b52bc4a

Browse files
committed
release new version 5.7.0. support Angular16
1 parent 38f9ef4 commit b52bc4a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

LICENSE-THIRD-PARTY

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@
168168
│ ├─ repository: https://github.com/babel/babel
169169
│ ├─ publisher: The Babel Team
170170
│ ├─ url: https://babel.dev/team
171-
│ ├─ path: D:\workspace\ng-terminal\node_modules\@babel\helper-create-class-features-plugin\node_modules\@babel\helper-annotate-as-pure
172-
│ └─ licenseFile: D:\workspace\ng-terminal\node_modules\@babel\helper-create-class-features-plugin\node_modules\@babel\helper-annotate-as-pure\LICENSE
171+
│ ├─ path: D:\workspace\ng-terminal\node_modules\@babel\helper-remap-async-to-generator\node_modules\@babel\helper-annotate-as-pure
172+
│ └─ licenseFile: D:\workspace\ng-terminal\node_modules\@babel\helper-remap-async-to-generator\node_modules\@babel\helper-annotate-as-pure\LICENSE
173173
├─ @babel/[email protected]
174174
│ ├─ licenses: MIT
175175
│ ├─ repository: https://github.com/babel/babel
@@ -5648,8 +5648,8 @@
56485648
│ ├─ licenses: ISC
56495649
│ ├─ repository: https://github.com/alexeyraspopov/picocolors
56505650
│ ├─ publisher: Alexey Raspopov
5651-
│ ├─ path: D:\workspace\ng-terminal\node_modules\postcss-color-functional-notation\node_modules\picocolors
5652-
│ └─ licenseFile: D:\workspace\ng-terminal\node_modules\postcss-color-functional-notation\node_modules\picocolors\LICENSE
5651+
│ ├─ path: D:\workspace\ng-terminal\node_modules\postcss-attribute-case-insensitive\node_modules\picocolors
5652+
│ └─ licenseFile: D:\workspace\ng-terminal\node_modules\postcss-attribute-case-insensitive\node_modules\picocolors\LICENSE
56535653
56545654
│ ├─ licenses: ISC
56555655
│ ├─ repository: https://github.com/alexeyraspopov/picocolors
@@ -6219,8 +6219,8 @@
62196219
│ ├─ repository: https://github.com/postcss/postcss
62206220
│ ├─ publisher: Andrey Sitnik
62216221
│ ├─ email: [email protected]
6222-
│ ├─ path: D:\workspace\ng-terminal\node_modules\postcss-color-functional-notation\node_modules\postcss
6223-
│ └─ licenseFile: D:\workspace\ng-terminal\node_modules\postcss-color-functional-notation\node_modules\postcss\LICENSE
6222+
│ ├─ path: D:\workspace\ng-terminal\node_modules\postcss-attribute-case-insensitive\node_modules\postcss
6223+
│ └─ licenseFile: D:\workspace\ng-terminal\node_modules\postcss-attribute-case-insensitive\node_modules\postcss\LICENSE
62246224
62256225
│ ├─ licenses: MIT
62266226
│ ├─ repository: https://github.com/postcss/postcss
@@ -7279,8 +7279,8 @@
72797279
│ ├─ publisher: Sindre Sorhus
72807280
│ ├─ email: [email protected]
72817281
│ ├─ url: sindresorhus.com
7282-
│ ├─ path: D:\workspace\ng-terminal\node_modules\protractor\node_modules\strip-ansi
7283-
│ └─ licenseFile: D:\workspace\ng-terminal\node_modules\protractor\node_modules\strip-ansi\license
7282+
│ ├─ path: D:\workspace\ng-terminal\node_modules\webpack-dev-server\node_modules\strip-ansi
7283+
│ └─ licenseFile: D:\workspace\ng-terminal\node_modules\webpack-dev-server\node_modules\strip-ansi\license
72847284
72857285
│ ├─ licenses: MIT
72867286
│ ├─ repository: https://github.com/chalk/strip-ansi

projects/ng-terminal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-terminal",
3-
"version": "5.6.0",
3+
"version": "5.7.0",
44
"description": "NgTerminal is a terminal component on Angular 12 or higher.",
55
"license": "MIT",
66
"peerDependencies": {

0 commit comments

Comments
 (0)