Skip to content

Commit 00d8ef9

Browse files
authored
Merge pull request #42 from cloudnc/maxime1992-patch-1
fix(peer-dependency): angular common/core versions were not bumped to 13
2 parents b040fab + 38b8a42 commit 00d8ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/ngx-favicon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ngx-favicon",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "11.1.0",
6-
"@angular/core": "11.1.0"
5+
"@angular/common": "^13.0.0",
6+
"@angular/core": "^13.0.0"
77
}
88
}

0 commit comments

Comments
 (0)