Skip to content

Commit 05c1f8f

Browse files
committed
feat: bump angular min supported version to v20
1 parent bfd6e7c commit 05c1f8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/angular-toaster/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"growl"
2929
],
3030
"peerDependencies": {
31-
"@angular/common": "^18.0.0",
32-
"@angular/core": "^18.0.0",
31+
"@angular/common": "^20.0.0",
32+
"@angular/core": "^20.0.0",
3333
"rxjs": "^7.4.0"
3434
},
3535
"dependencies": {

0 commit comments

Comments
 (0)