Skip to content

Commit

Permalink
chore(deps): upgrade release package.json to depend on Angular 14
Browse files Browse the repository at this point in the history
  • Loading branch information
jnizet committed Jun 3, 2022
1 parent 27959ea commit 903e6c2
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": "7.0.0",
"description": "Simple, consistent validation error messages for your Angular forms",
"peerDependencies": {
"@angular/common": "^13.0.0",
"@angular/core": "^13.0.0",
"@angular/forms": "^13.0.0"
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/forms": "^14.0.0"
},
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 903e6c2

Please sign in to comment.