Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.14.0
22.20.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"test:all": "yarn workspaces foreach -Ap run test:ci",
"lint:all": "yarn workspaces foreach -Ap run lint"
},
"packageManager": "yarn@4.6.0"
"packageManager": "yarn@4.10.3"
}
2 changes: 1 addition & 1 deletion packages/ngx-filesize-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"karma-coverage": "^2.2.0",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"typescript": "~4.8.4"
"typescript": "~4.9.0"
}
}
2 changes: 1 addition & 1 deletion packages/ngx-filesize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"ng-packagr": "^14.2.1",
"rxjs": "^7.8.0",
"tslib": "^2.4.0",
"typescript": "~4.8.4",
"typescript": "~4.9.0",
"zone.js": "~0.15.0"
}
}
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8006,7 +8006,7 @@ __metadata:
ngx-filesize: "workspace:*"
rxjs: "npm:^7.8.0"
tslib: "npm:^2.4.0"
typescript: "npm:~4.8.4"
typescript: "npm:~4.9.0"
zone.js: "npm:~0.15.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -8048,7 +8048,7 @@ __metadata:
ng-packagr: "npm:^14.2.1"
rxjs: "npm:^7.8.0"
tslib: "npm:^2.4.0"
typescript: "npm:~4.8.4"
typescript: "npm:~4.9.0"
zone.js: "npm:~0.15.0"
peerDependencies:
"@angular/common": ">= 14.2.0 < 21.0.0"
Expand Down Expand Up @@ -10932,23 +10932,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:~4.8.4":
version: 4.8.4
resolution: "typescript@npm:4.8.4"
"typescript@npm:~4.9.0":
version: 4.9.5
resolution: "typescript@npm:4.9.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/663bf455b21ac024e719bb8c6a07bcaaa027a9943abfb58a694b59789e7d08578badb5556170267ad480e31786b8b4c8ab3c9c0e597d3b8df39af800e43c6ed5
checksum: 10c0/5f6cad2e728a8a063521328e612d7876e12f0d8a8390d3b3aaa452a6a65e24e9ac8ea22beb72a924fd96ea0a49ea63bb4e251fb922b12eedfb7f7a26475e5c56
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A~4.8.4#optional!builtin<compat/typescript>":
version: 4.8.4
resolution: "typescript@patch:typescript@npm%3A4.8.4#optional!builtin<compat/typescript>::version=4.8.4&hash=1a91c8"
"typescript@patch:typescript@npm%3A~4.9.0#optional!builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#optional!builtin<compat/typescript>::version=4.9.5&hash=289587"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/eecab597a5a8c6e7f14804f1447cfce02e214e32c02efcfe5219c94290e3d572490e8a0d8033fd075ac429d35babf85182541a50c50bfb0c21df33c59fb9bf82
checksum: 10c0/e3333f887c6829dfe0ab6c1dbe0dd1e3e2aeb56c66460cb85c5440c566f900c833d370ca34eb47558c0c69e78ced4bfe09b8f4f98b6de7afed9b84b8d1dd06a1
languageName: node
linkType: hard

Expand Down
Loading