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

chore(deps): update dependency @types/typescript-3 to v5 #340

Open
wants to merge 1 commit into
base: master
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 @@ -68,7 +68,7 @@
"@types/node": "^22.5.2",
"@types/ts-expose-internals": "npm:[email protected]",
"@types/ts-node": "npm:ts-node@^10.9.2",
"@types/typescript-3": "npm:typescript@3.x",
"@types/typescript-3": "npm:typescript@5.x",
"@types/typescript-4.7": "npm:[email protected]",
"changelogen": "^0.5.5",
"eslint": "9.x",
Expand Down
20 changes: 5 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -388,13 +388,13 @@ __metadata:
languageName: node
linkType: hard

"@types/typescript-3@npm:typescript@3.x":
version: 3.9.10
resolution: "typescript@npm:3.9.10"
"@types/typescript-3@npm:typescript@5.x, typescript@npm:^5.5.4":
version: 5.7.3
resolution: "typescript@npm:5.7.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/863cc06070fa18a0f9c6a83265fb4922a8b51bf6f2c6760fb0b73865305ce617ea4bc6477381f9f4b7c3a8cb4a455b054f5469e6e41307733fe6a2bd9aae82f8
checksum: 10c0/b7580d716cf1824736cc6e628ab4cd8b51877408ba2be0869d2866da35ef8366dd6ae9eb9d0851470a39be17cbd61df1126f9e211d8799d764ea7431d5435afa
languageName: node
linkType: hard

Expand Down Expand Up @@ -2931,7 +2931,7 @@ __metadata:
"@types/node": "npm:^22.5.2"
"@types/ts-expose-internals": "npm:[email protected]"
"@types/ts-node": "npm:ts-node@^10.9.2"
"@types/typescript-3": "npm:typescript@3.x"
"@types/typescript-3": "npm:typescript@5.x"
"@types/typescript-4.7": "npm:[email protected]"
changelogen: "npm:^0.5.5"
eslint: "npm:9.x"
Expand All @@ -2947,16 +2947,6 @@ __metadata:
languageName: unknown
linkType: soft

"typescript@npm:^5.5.4":
version: 5.7.3
resolution: "typescript@npm:5.7.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/b7580d716cf1824736cc6e628ab4cd8b51877408ba2be0869d2866da35ef8366dd6ae9eb9d0851470a39be17cbd61df1126f9e211d8799d764ea7431d5435afa
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.5.4#optional!builtin<compat/typescript>":
version: 5.7.3
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
Expand Down
Loading