Skip to content

Commit ed8051d

Browse files
Bump peerDeps to support Angular 20 (#513)
* Support angular20 * bump version
1 parent bbe304a commit ed8051d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/ngx-filesize/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-filesize",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "A filesize.js pipe for Angular",
55
"license": "MIT",
66
"repository": {
@@ -38,8 +38,8 @@
3838
"lint": "ng lint"
3939
},
4040
"peerDependencies": {
41-
"@angular/common": ">= 14.2.0 < 20.0.0",
42-
"@angular/core": ">= 14.2.0 < 20.0.0",
41+
"@angular/common": ">= 14.2.0 < 21.0.0",
42+
"@angular/core": ">= 14.2.0 < 21.0.0",
4343
"filesize": ">= 6.0.0 < 10.0.0"
4444
},
4545
"dependencies": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8051,8 +8051,8 @@ __metadata:
80518051
typescript: "npm:~4.8.4"
80528052
zone.js: "npm:~0.15.0"
80538053
peerDependencies:
8054-
"@angular/common": ">= 14.2.0 < 20.0.0"
8055-
"@angular/core": ">= 14.2.0 < 20.0.0"
8054+
"@angular/common": ">= 14.2.0 < 21.0.0"
8055+
"@angular/core": ">= 14.2.0 < 21.0.0"
80568056
filesize: ">= 6.0.0 < 10.0.0"
80578057
languageName: unknown
80588058
linkType: soft

0 commit comments

Comments
 (0)