Skip to content

Commit

Permalink
!feat: update minimal angular version to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkli committed Jun 11, 2024
1 parent 820e23b commit fa402e4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ Based on [emilkowalski](https://github.com/emilkowalski)'s React [implementation

## Angular compatibility

Make sure you are using Angular v17.3.0 or greater
| ngx-sonner | @angular |
|----------|---------|
| 1.0.0 | ≥17.3.0 |
| 2.0.0 | ≥18.0.0 |

## Quick start

Expand Down
5 changes: 4 additions & 1 deletion libs/ngx-sonner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ Based on [emilkowalski](https://github.com/emilkowalski)'s React [implementation

## Angular compatibility

Make sure you are using Angular v17.3.0 or greater
| ngx-sonner | @angular |
|----------|---------|
| 1.0.0 | ≥17.3.0 |
| 2.0.0 | ≥18.0.0 |

## Quick start

Expand Down
4 changes: 2 additions & 2 deletions libs/ngx-sonner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=17.3.0",
"@angular/core": ">=17.3.0"
"@angular/common": ">=18.0.0",
"@angular/core": ">=18.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit fa402e4

Please sign in to comment.