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.6.3 #428

Merged
merged 1 commit into from
Nov 15, 2024
Merged
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/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"tailwindcss": "3.4.15",
"tailwindcss-debug-screens": "2.2.1",
"type-fest": "^4.0.0",
"typescript": "5.5.4"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"true-myth": "^6.2.0",
"turbo": "^1.10.7",
"type-fest": "^4.0.0",
"typescript": "5.5.4"
"typescript": "5.6.3"
},
"author": {
"name": "Davide Modica",
Expand Down
2 changes: 1 addition & 1 deletion packages/focus-trap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"source-map-support": "0.5.21",
"ts-node": "10.9.2",
"type-fest": "^4.0.0",
"typescript": "5.5.4",
"typescript": "5.6.3",
"vite": "^4.3.9",
"vite-plugin-dts": "^3.0.3"
},
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ __metadata:
true-myth: ^6.2.0
ts-node: 10.9.2
type-fest: ^4.0.0
typescript: 5.5.4
typescript: 5.6.3
vite: ^4.3.9
vite-plugin-dts: ^3.0.3
languageName: unknown
Expand Down Expand Up @@ -2984,7 +2984,7 @@ __metadata:
tailwindcss: 3.4.15
tailwindcss-debug-screens: 2.2.1
type-fest: ^4.0.0
typescript: 5.5.4
typescript: 5.6.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3862,7 +3862,7 @@ __metadata:
true-myth: ^6.2.0
turbo: ^1.10.7
type-fest: ^4.0.0
typescript: 5.5.4
typescript: 5.6.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -7997,13 +7997,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.5.4":
version: 5.5.4
resolution: "typescript@npm:5.5.4"
"typescript@npm:5.6.3":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: b309040f3a1cd91c68a5a58af6b9fdd4e849b8c42d837b2c2e73f9a4f96a98c4f1ed398a9aab576ee0a4748f5690cf594e6b99dbe61de7839da748c41e6d6ca8
checksum: ba302f8822777ebefb28b554105f3e074466b671e7444ec6b75dadc008a62f46f373d9e57ceced1c433756d06c8b7dc569a7eefdf3a9573122a49205ff99021a
languageName: node
linkType: hard

Expand All @@ -8017,13 +8017,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@5.5.4#~builtin<compat/typescript>":
version: 5.5.4
resolution: "typescript@patch:typescript@npm%3A5.5.4#~builtin<compat/typescript>::version=5.5.4&hash=14eedb"
"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=14eedb"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: fc52962f31a5bcb716d4213bef516885e4f01f30cea797a831205fc9ef12b405a40561c40eae3127ab85ba1548e7df49df2bcdee6b84a94bfbe3a0d7eff16b14
checksum: ade87bce2363ee963eed0e4ca8a312ea02c81873ebd53609bc3f6dc0a57f6e61ad7e3fb8cbb7f7ab8b5081cbee801b023f7c4823ee70b1c447eae050e6c7622b
languageName: node
linkType: hard

Expand Down
Loading