Skip to content

Commit 1f57520

Browse files
fix: rxjs peer dependency version (#56)
1 parent e5825bf commit 1f57520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/angular-reactive-validation/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-reactive-validation",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Reactive Forms validation shouldn't require the developer to write lots of HTML to show validation messages. This library makes it easy.",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
"@angular/common": "^15.0.0",
2323
"@angular/core": "^15.0.0",
2424
"@angular/forms": "^15.0.0",
25-
"rxjs": "^6.6.7"
25+
"rxjs": "^6.5.3 || ^7.4.0"
2626
},
2727
"dependencies": {
2828
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)