Skip to content

Commit

Permalink
feat: support Angular 17 (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjra1707 committed Feb 16, 2024
1 parent c934575 commit 46a0851
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": "^14.0.0 || ^15.0.0 || ^16.0.0",
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0",
"@angular/common": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"sweetalert2": "^11.0.0"
}
}

0 comments on commit 46a0851

Please sign in to comment.