Skip to content

Commit

Permalink
Update dependency filesize to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2023
1 parent f485155 commit d79032e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/ngx-filesize-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@angular/core": "^14.2.7",
"@angular/platform-browser": "^14.2.7",
"@angular/platform-browser-dynamic": "^14.2.7",
"filesize": "^9.0.11",
"filesize": "^10.0.0",
"ngx-filesize": "workspace:*",
"rxjs": "~7.8.0",
"tslib": "^2.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ngx-filesize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"peerDependencies": {
"@angular/common": ">= 14.2.0 < 17.0.0",
"@angular/core": ">= 14.2.0 < 17.0.0",
"filesize": ">= 6.0.0 < 10.0.0"
"filesize": "< 11.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand All @@ -63,7 +63,7 @@
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"eslint": "^8.25.0",
"filesize": "^9.0.11",
"filesize": "^10.0.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.2.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5209,10 +5209,10 @@ __metadata:
languageName: node
linkType: hard

"filesize@npm:^9.0.11":
version: 9.0.11
resolution: "filesize@npm:9.0.11"
checksum: 7e8a9f9a4089e3ee29de64c241b50db8db4008351ace959873cb950bac0c2e1e09f4b45f42eaed8acd589a895dde978ed199e7a9982902fa06ca0be48e5ea92d
"filesize@npm:^10.0.0":
version: 10.0.7
resolution: "filesize@npm:10.0.7"
checksum: acabe6ddcf0c06eb86a9b2ac0a93db48d2438037dce4f7ec5cf6ee32284a8d961b1efc251af1c05e7316ccf1e78c68cdc32655511745cc2580f9b8c309b523ce
languageName: node
linkType: hard

Expand Down Expand Up @@ -7292,7 +7292,7 @@ __metadata:
"@angular/platform-browser": ^14.2.7
"@angular/platform-browser-dynamic": ^14.2.7
"@types/jasmine": ~4.3.0
filesize: ^9.0.11
filesize: ^10.0.0
jasmine-core: ~4.6.0
karma: ~6.4.1
karma-chrome-launcher: ~3.2.0
Expand Down Expand Up @@ -7334,7 +7334,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": 6.0.0
"@typescript-eslint/parser": 6.0.0
eslint: ^8.25.0
filesize: ^9.0.11
filesize: ^10.0.0
jasmine-core: ~4.6.0
karma: ~6.4.1
karma-chrome-launcher: ~3.2.0
Expand All @@ -7349,7 +7349,7 @@ __metadata:
peerDependencies:
"@angular/common": ">= 14.2.0 < 17.0.0"
"@angular/core": ">= 14.2.0 < 17.0.0"
filesize: ">= 6.0.0 < 10.0.0"
filesize: < 11.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit d79032e

Please sign in to comment.