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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"ts-jest": "29.3.4",
"ts-node": "10.9.2",
"tsx": "4.19.4",
"typescript": "5.6.3",
"typescript": "5.9.3",
"unplugin-swc": "1.5.9",
"vite": "6.3.5",
"vitest": "3.2.4"
Expand Down
26 changes: 23 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4554,7 +4554,7 @@ __metadata:
ts-node: 10.9.2
tslib: 2.8.1
tsx: 4.19.4
typescript: 5.6.3
typescript: 5.9.3
unplugin-swc: 1.5.9
vite: 6.3.5
vitest: 3.2.4
Expand Down Expand Up @@ -22798,7 +22798,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.6.3, typescript@npm:~5.6.2":
"typescript@npm:5.9.3":
version: 5.9.3
resolution: "typescript@npm:5.9.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 0d0ffb84f2cd072c3e164c79a2e5a1a1f4f168e84cb2882ff8967b92afe1def6c2a91f6838fb58b168428f9458c57a2ba06a6737711fdd87a256bbe83e9a217f
languageName: node
linkType: hard

"typescript@npm:~5.6.2":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
bin:
Expand All @@ -22808,7 +22818,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@5.6.3#~builtin<compat/typescript>, typescript@patch:typescript@~5.6.2#~builtin<compat/typescript>":
"typescript@patch:typescript@5.9.3#~builtin<compat/typescript>":
version: 5.9.3
resolution: "typescript@patch:typescript@npm%3A5.9.3#~builtin<compat/typescript>::version=5.9.3&hash=cef18b"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 8bb8d86819ac86a498eada254cad7fb69c5f74778506c700c2a712daeaff21d3a6f51fd0d534fe16903cb010d1b74f89437a3d02d4d0ff5ca2ba9a4660de8497
languageName: node
linkType: hard

"typescript@patch:typescript@~5.6.2#~builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#~builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
bin:
Expand Down
Loading