Skip to content

Commit 522b8b5

Browse files
Relaxed angular version constraints in runtime-angular (#358)
Co-authored-by: Colin Laws <[email protected]>
1 parent 8a523a7 commit 522b8b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/runtime-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
},
3333
"private": false,
3434
"peerDependencies": {
35-
"@angular/common": "8 - 13",
36-
"@angular/core": "8 - 13",
35+
"@angular/common": "8 - 14",
36+
"@angular/core": "8 - 14",
3737
"@protobuf-ts/runtime": "2.7.0",
3838
"@protobuf-ts/runtime-rpc": "2.7.0",
3939
"@protobuf-ts/twirp-transport": "2.7.0",

0 commit comments

Comments
 (0)