Skip to content

Commit

Permalink
Merge pull request #39 from abarghoud/develop
Browse files Browse the repository at this point in the history
Release v1.8.1
  • Loading branch information
abarghoud authored Jun 23, 2024
2 parents e63de5e + 03c09a7 commit 658413e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/ngx-reactive-form-class-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ngx-reactive-form-class-validator",
"description": "A lightweight library for dynamically validate Angular reactive forms using class-validator library.",
"license": "MIT",
"version": "1.8.0",
"version": "1.8.1",
"keywords": [
"ng",
"angular",
Expand All @@ -24,9 +24,9 @@
},
"homepage": "https://github.com/abarghoud/ngx-reactive-form-class-validator#readme",
"peerDependencies": {
"@angular/common": ">= 2.0.0 <= ^17.0.0",
"@angular/core": ">= 2.0.0 <= ^17.0.0",
"@angular/forms": ">= 2.0.0 <= ^17.0.0",
"@angular/common": ">= 2.0.0 <= ^18.0.0",
"@angular/core": ">= 2.0.0 <= ^18.0.0",
"@angular/forms": ">= 2.0.0 <= ^18.0.0",
"class-validator": "^0.12.2"
}
}

0 comments on commit 658413e

Please # to comment.