Skip to content

Commit 1c21f1a

Browse files
Merge pull request #151 from transifex/add-angular-14-support
Add angular 14 support in package dependencies
2 parents 468c075 + 29cde60 commit 1c21f1a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/angular/projects/tx-native-angular-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If you are upgrading from the `1.x.x` version, please read this [migration guide
6767

6868
# Requirements
6969

70-
Angular 12 or 13 is required. If you are using Angular 11, please use the `1.x.x` version of
70+
Angular 12, 13 or 14 is required. If you are using Angular 11, please use the `1.x.x` version of
7171
Transifex Native related packages. Other Angular versions are not officially supported at the moment.
7272

7373
# Installation

packages/angular/projects/tx-native-angular-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"repository": "git://github.com/transifex/transifex-javascript.git",
1818
"license": "Apache-2.0",
1919
"peerDependencies": {
20-
"@angular/common": "^12.0.0 || ^13.0.0",
21-
"@angular/core": "^12.0.0 || ^13.0.0",
20+
"@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0",
21+
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0",
2222
"@transifex/native": "^4.0.0"
2323
}
2424
}

0 commit comments

Comments
 (0)