Skip to content

Commit 564a043

Browse files
committed
chore: update versions in peerDeps, docs: update readme
1 parent be5ed12 commit 564a043

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,15 @@ https://github.com/ngxpert/hot-toast/assets/6831283/ae718568-d5ea-47bf-a41d-6aab
5656
4.x
5757
</td>
5858
<td>
59-
>= 19
59+
>= 19 < 20
60+
</td>
61+
</tr>
62+
<tr>
63+
<td>
64+
5.x
65+
</td>
66+
<td>
67+
>= 20
6068
</td>
6169
</tr>
6270
</tbody>

projects/ngxpert/hot-toast/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"postbuild": "copyfiles schematics/*/schema.json schematics/*/files/** schematics/collection.json ../../../dist/ngxpert/hot-toast/"
1010
},
1111
"peerDependencies": {
12-
"@angular/common": ">= 19.0.0",
13-
"@angular/core": ">= 19.0.0",
12+
"@angular/common": ">= 20.0.0",
13+
"@angular/core": ">= 20.0.0",
1414
"@ngneat/overview": "6.1.1"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)