Skip to content

Commit 4a349dd

Browse files
authoredJun 26, 2024··
feat: support Angular 18 (#265)
1 parent 46a0851 commit 4a349dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎projects/ngx-sweetalert2/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"tslib": "^2.0.0"
1010
},
1111
"peerDependencies": {
12-
"@angular/common": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
13-
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
12+
"@angular/common": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
13+
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
1414
"sweetalert2": "^11.0.0"
1515
}
1616
}

0 commit comments

Comments
 (0)
Please sign in to comment.