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.7.3 #468

Merged
merged 1 commit into from
Jan 9, 2025
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 @@ -49,7 +49,7 @@
"@unhead/vue": "1.11.15",
"happy-dom": "13.10.1",
"sass": "1.83.1",
"typescript": "5.7.2",
"typescript": "5.7.3",
"unbuild": "2.0.0",
"vite": "5.4.11",
"vitest": "1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"happy-dom": "13.10.1",
"nuxt": "3.15.1",
"sass": "1.83.1",
"typescript": "5.7.2",
"typescript": "5.7.3",
"unbuild": "2.0.0",
"vite": "5.4.11",
"vitest": "1.6.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,7 @@ __metadata:
happy-dom: "npm:13.10.1"
nuxt: "npm:3.15.1"
sass: "npm:1.83.1"
typescript: "npm:5.7.2"
typescript: "npm:5.7.3"
unbuild: "npm:2.0.0"
vite: "npm:5.4.11"
vitest: "npm:1.6.0"
Expand All @@ -1827,7 +1827,7 @@ __metadata:
"@vueuse/core": "npm:^10.0.0"
happy-dom: "npm:13.10.1"
sass: "npm:1.83.1"
typescript: "npm:5.7.2"
typescript: "npm:5.7.3"
unbuild: "npm:2.0.0"
vite: "npm:5.4.11"
vitest: "npm:1.6.0"
Expand Down Expand Up @@ -7887,23 +7887,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.7.2":
version: 5.7.2
resolution: "typescript@npm:5.7.2"
"typescript@npm:5.7.3":
version: 5.7.3
resolution: "typescript@npm:5.7.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/4caa3904df69db9d4a8bedc31bafc1e19ffb7b24fbde2997a1633ae1398d0de5bdbf8daf602ccf3b23faddf1aeeb9b795223a2ed9c9a4fdcaf07bfde114a401a
checksum: 10/6a7e556de91db3d34dc51cd2600e8e91f4c312acd8e52792f243c7818dfadb27bae677175fad6947f9c81efb6c57eb6b2d0c736f196a6ee2f1f7d57b74fc92fa
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>":
version: 5.7.2
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=d69c25"
"typescript@patch:typescript@npm%3A5.7.3#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=d69c25"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/ff27fc124bceb8969be722baa38af945b2505767cf794de3e2715e58f61b43780284060287d651fcbbdfb6f917f4653b20f4751991f17e0706db389b9bb3f75d
checksum: 10/3ac7b7e3e899273d2fbdce6e24b93d4d53a705ad7a7e4cc83b4c57bcb6d25948abcd2a21994f6b9c73ab03960f395aae95f0458de292a66ce0134233261714c3
languageName: node
linkType: hard

Expand Down
Loading