Skip to content

Commit

Permalink
fix: 🐛 resolve version conflict issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Hung Pham committed May 25, 2023
1 parent 2fba6ea commit 29f4021
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions projects/ngx-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
"author": "truonghungit@gmail.com",
"homepage": "https://github.com/truonghungit/ngx-validator#readme",
"peerDependencies": {
"@angular/common": "^15.2.0",
"@angular/core": "^15.2.0"
"@angular/animations": "^15.0.0 || ^16.0.0",
"@angular/core": "^15.0.0 || ^16.0.0",
"@angular/common": "^15.0.0 || ^16.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 29f4021

Please sign in to comment.