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 typescript to v5.4.5 - autoclosed #178

Closed
wants to merge 1 commit into from
Closed
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 apps/push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jest": "29.5.0",
"npm-run-all": "4.1.5",
"ts-node": "10.9.1",
"typescript": "5.0.3"
"typescript": "5.4.5"
},
"dependencies": {
"@aspida/fetch": "1.11.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "5.0.3"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion apps/video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jest": "29.5.0",
"npm-run-all": "4.1.5",
"ts-node": "10.9.1",
"typescript": "5.0.3"
"typescript": "5.4.5"
},
"dependencies": {
"@aspida/fetch": "1.11.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"jest-environment-jsdom": "29.5.0",
"npm-run-all": "4.1.5",
"ts-node": "10.9.1",
"typescript": "5.0.3"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/api-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"eslint-plugin-aspida": "0.1.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.7",
"typescript": "5.0.3"
"typescript": "5.4.5"
}
}
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5055,7 +5055,7 @@ __metadata:
eslint-plugin-aspida: 0.1.0
npm-run-all: 4.1.5
prettier: 2.8.7
typescript: 5.0.3
typescript: 5.4.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -10968,7 +10968,7 @@ __metadata:
koa-logger: 3.2.1
npm-run-all: 4.1.5
ts-node: 10.9.1
typescript: 5.0.3
typescript: 5.4.5
ws: 8.13.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -11641,7 +11641,7 @@ __metadata:
ts-jest: 29.1.0
ts-node: 10.9.1
ts-node-dev: 2.0.0
typescript: 5.0.3
typescript: 5.4.5
ws: 8.13.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -12810,23 +12810,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.0.3":
version: 5.0.3
resolution: "typescript@npm:5.0.3"
"typescript@npm:5.4.5":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 3cce0576d218cb4277ff8b6adfef1a706e9114a98b4261a38ad658a7642f1b274a8396394f6cbff8c0ba852996d7ed2e233e9b8431d5d55ac7c2f6fea645af02
checksum: 53c879c6fa1e3bcb194b274d4501ba1985894b2c2692fa079db03c5a5a7140587a1e04e1ba03184605d35f439b40192d9e138eb3279ca8eee313c081c8bcd9b0
languageName: node
linkType: hard

"typescript@patch:typescript@5.0.3#~builtin<compat/typescript>":
version: 5.0.3
resolution: "typescript@patch:typescript@npm%3A5.0.3#~builtin<compat/typescript>::version=5.0.3&hash=85af82"
"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=85af82"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 5580367025ff7ee1f2a61e5affdbddccfe6e893bc662aa33fefdbf12de7e493173fa7d47475e9e15121828691004c4ed13bcd115e57866baed97b54c60954e1c
checksum: 2373c693f3b328f3b2387c3efafe6d257b057a142f9a79291854b14ff4d5367d3d730810aee981726b677ae0fd8329b23309da3b6aaab8263dbdccf1da07a3ba
languageName: node
linkType: hard

Expand Down Expand Up @@ -13043,7 +13043,7 @@ __metadata:
koa-logger: 3.2.1
npm-run-all: 4.1.5
ts-node: 10.9.1
typescript: 5.0.3
typescript: 5.4.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -13113,7 +13113,7 @@ __metadata:
react-use: 17.4.0
swr: 2.1.2
ts-node: 10.9.1
typescript: 5.0.3
typescript: 5.4.5
languageName: unknown
linkType: soft

Expand Down
Loading