Skip to content

Commit cd8cc94

Browse files
committed
fix: peer dependencies for angular and fast-deep-equal
1 parent 335ae02 commit cd8cc94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects/ngx-sub-form/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"tslib": "^2.0.0"
77
},
88
"peerDependencies": {
9-
"fast-deep-equal": "^3.0.1",
10-
"@angular/common": ">= 10 < 13",
11-
"@angular/core": ">= 10 < 13",
12-
"@angular/forms": ">= 10 < 13",
9+
"fast-deep-equal": "^3.1.1",
10+
"@angular/common": "^13.1.1",
11+
"@angular/core": "^13.1.1",
12+
"@angular/forms": "^13.1.1",
1313
"ngx-observable-lifecycle": "^2.2.1",
1414
"rxjs": "^6.5.4 || ^7.4.0",
1515
"tsdef": "0.0.13"

0 commit comments

Comments
 (0)