Skip to content

Commit

Permalink
fix: require Angular >= 14 in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Oct 1, 2022
1 parent b78deca commit 5b9b615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ngx-sweetalert2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"sweetalert2": "^11.0.0"
}
}

0 comments on commit 5b9b615

Please sign in to comment.