Skip to content

Commit 4aa6dba

Browse files
author
Nikos Vasileiou
authored
Merge pull request #169 from egilkh/infra/angular/add-angular-15
Add angular 15 as peerDependency
2 parents a457e7b + 44966c9 commit 4aa6dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 || ^14.0.0",
21-
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0",
20+
"@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
21+
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
2222
"@transifex/native": "^5.0.0"
2323
}
2424
}

0 commit comments

Comments
 (0)