Skip to content

Commit

Permalink
Upgrade typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
ambar committed Apr 13, 2024
1 parent a5d35fa commit 3aa6aca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,6 @@
"recast": "^0.20.5",
"recommended": "^0.0.7",
"shiki": "^1.2.3",
"typescript": "^4.4.3"
"typescript": "^5.4.5"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3903,7 +3903,7 @@ __metadata:
recast: ^0.20.5
recommended: ^0.0.7
shiki: ^1.2.3
typescript: ^4.4.3
typescript: ^5.4.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5196,23 +5196,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^4.4.3":
version: 4.4.4
resolution: "typescript@npm:4.4.4"
"typescript@npm:^5.4.5":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 89ecb8436bb48ef5594d49289f5f89103071716b6e4844278f4fb3362856e31203e187a9c76d205c3f0b674d221a058fd28310dbcbcf5d95e9a57229bb5203f1
checksum: 53c879c6fa1e3bcb194b274d4501ba1985894b2c2692fa079db03c5a5a7140587a1e04e1ba03184605d35f439b40192d9e138eb3279ca8eee313c081c8bcd9b0
languageName: node
linkType: hard

"typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>":
version: 4.4.4
resolution: "typescript@patch:typescript@npm%3A4.4.4#~builtin<compat/typescript>::version=4.4.4&hash=ddd1e8"
"typescript@patch:typescript@^5.4.5#~builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#~builtin<compat/typescript>::version=5.4.5&hash=ddd1e8"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: bd629ad0da4a15d79aaad56baf3ee7d96f6a181760d430ae77f8c5325df7bffd9edee57544a3970e3651e8b796fe03a5838a7eb39c6d46cc3866c0b23d36a0dd
checksum: 2373c693f3b328f3b2387c3efafe6d257b057a142f9a79291854b14ff4d5367d3d730810aee981726b677ae0fd8329b23309da3b6aaab8263dbdccf1da07a3ba
languageName: node
linkType: hard

Expand Down

0 comments on commit 3aa6aca

Please sign in to comment.