Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency typescript to v5 #91

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 @@ -28,7 +28,7 @@
"remark-cli": "11.0.0",
"ts-node": "10.9.2",
"tsheredoc": "1.0.1",
"typescript": "4.9.5",
"typescript": "5.6.3",
"vfile": "5.3.7",
"xo": "0.52.4"
},
Expand Down
26 changes: 23 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ __metadata:
to-vfile: ^7.2.3
ts-node: 10.9.2
tsheredoc: 1.0.1
typescript: 4.9.5
typescript: 5.6.3
unified: ^10.1.2
vfile: 5.3.7
xo: 0.52.4
Expand Down Expand Up @@ -5324,7 +5324,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:4.9.5, typescript@npm:^4.7.3":
"typescript@npm:5.6.3":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: ba302f8822777ebefb28b554105f3e074466b671e7444ec6b75dadc008a62f46f373d9e57ceced1c433756d06c8b7dc569a7eefdf3a9573122a49205ff99021a
languageName: node
linkType: hard

"typescript@npm:^4.7.3":
version: 4.9.5
resolution: "typescript@npm:4.9.5"
bin:
Expand All @@ -5334,7 +5344,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@4.9.5#~builtin<compat/typescript>, typescript@patch:typescript@^4.7.3#~builtin<compat/typescript>":
"typescript@patch:typescript@5.6.3#~builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#~builtin<compat/typescript>::version=5.6.3&hash=e012d7"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: ade87bce2363ee963eed0e4ca8a312ea02c81873ebd53609bc3f6dc0a57f6e61ad7e3fb8cbb7f7ab8b5081cbee801b023f7c4823ee70b1c447eae050e6c7622b
languageName: node
linkType: hard

"typescript@patch:typescript@^4.7.3#~builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=289587"
bin:
Expand Down
Loading