Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit 195cacc

Browse files
author
Maarten Mensink
committed
update version and peerDependencies
1 parent 16ab3c7 commit 195cacc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects/ng-busy/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-busy",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"description": "Show busy/loading indicators on any promise or subscription",
55
"author": "victos",
66
"license": "MIT",
@@ -29,9 +29,9 @@
2929
"npm": ">= 5.6.0"
3030
},
3131
"peerDependencies": {
32-
"@angular/common": "^11.0.0",
33-
"@angular/core": "^11.0.0",
34-
"@angular/animations": "^11.0.0",
32+
"@angular/common": "^12.0.0",
33+
"@angular/core": "^12.0.0",
34+
"@angular/animations": "^12.0.0",
3535
"rxjs": "^6.6.3"
3636
},
3737
"dependencies": {

0 commit comments

Comments
 (0)