Skip to content

Commit

Permalink
chore: change dependencies version in the lib's package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jnizet committed May 26, 2024
1 parent 9a190fe commit cd4fa6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/ngx-valdemort/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "11.0.0",
"description": "Simple, consistent validation error messages for your Angular forms",
"peerDependencies": {
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/forms": "^17.0.0"
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0"
},
"license": "MIT",
"repository": {
Expand Down

0 comments on commit cd4fa6f

Please sign in to comment.