Skip to content

Commit f6c87dd

Browse files
authored
feat(angular): Add Angular 14 support (#5253)
Add Angular 14 peer dependencies to package.json to make our SDK compatible with the recently released version 14 of Angular
1 parent 2a1689e commit f6c87dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"access": "public"
1616
},
1717
"peerDependencies": {
18-
"@angular/common": "10.x || 11.x || 12.x || 13.x",
19-
"@angular/core": "10.x || 11.x || 12.x || 13.x",
20-
"@angular/router": "10.x || 11.x || 12.x || 13.x",
18+
"@angular/common": "10.x || 11.x || 12.x || 13.x || 14.x",
19+
"@angular/core": "10.x || 11.x || 12.x || 13.x || 14.x",
20+
"@angular/router": "10.x || 11.x || 12.x || 13.x || 14.x",
2121
"rxjs": "^6.5.5 || ^7.x"
2222
},
2323
"dependencies": {

0 commit comments

Comments
 (0)