mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
fix(cli): upgrade to Typescript 5.0.4 (#19090)
This commit is contained in:
parent
ffb0318e4a
commit
b8495e0377
3 changed files with 29 additions and 20 deletions
|
@ -6,5 +6,5 @@ Deno.test(function version() {
|
|||
const pattern = /^\d+\.\d+\.\d+/;
|
||||
assert(pattern.test(Deno.version.deno));
|
||||
assert(pattern.test(Deno.version.v8));
|
||||
assertEquals(Deno.version.typescript, "5.0.3");
|
||||
assertEquals(Deno.version.typescript, "5.0.4");
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue