Skip to content
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"playwright": "^1.55.1",
"prettier": "^3.6.2",
"sinon": "^19.0.2",
"typescript": "^5.6.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.53.1",
"vitest": "^4.1.7"
},
Expand Down
16 changes: 0 additions & 16 deletions via/static/scripts/types/css-custom-highlights.d.ts

This file was deleted.

2 changes: 2 additions & 0 deletions via/static/scripts/video_player/utils/youtube.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/// <reference types="youtube" />

/**
* Load the YouTube IFrame Player API.
*
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9247,23 +9247,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.6.3":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
"typescript@npm:^6.0.3":
version: 6.0.3
resolution: "typescript@npm:6.0.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: ba302f8822777ebefb28b554105f3e074466b671e7444ec6b75dadc008a62f46f373d9e57ceced1c433756d06c8b7dc569a7eefdf3a9573122a49205ff99021a
checksum: c1182dfadf8a8cb22a4e32442715afef1af1b950ae635b1c52c27e0d7fb7a5e2607ed7c7c4079bba4163579250e02445fd8d46b09cbceda71ff72a5b7d69db61
languageName: node
linkType: hard

"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"
"typescript@patch:typescript@^6.0.3#~builtin<compat/typescript>":
version: 6.0.3
resolution: "typescript@patch:typescript@npm%3A6.0.3#~builtin<compat/typescript>::version=6.0.3&hash=14eedb"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: ade87bce2363ee963eed0e4ca8a312ea02c81873ebd53609bc3f6dc0a57f6e61ad7e3fb8cbb7f7ab8b5081cbee801b023f7c4823ee70b1c447eae050e6c7622b
checksum: 8ed159a81ab4901a620c19fda539632cee610f8ec34dde57a3acc6b6df72894ad0b50bdd1946b763313d9b73dedb019d2e81c03eff06c0f2c785cde30a537d15
languageName: node
linkType: hard

Expand Down Expand Up @@ -9458,7 +9458,7 @@ __metadata:
sinon: ^19.0.2
tailwindcss: ^4.1.17
terser: ^5.39.0
typescript: ^5.6.3
typescript: ^6.0.3
typescript-eslint: ^8.53.1
vitest: ^4.1.7
languageName: unknown
Expand Down
Loading