Skip to content

Commit 5b463e5

Browse files
build: bump leftover dependency of typescript
This package json was missed when we recently bumped ts versions.
1 parent 9c7029c commit 5b463e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/content/tutorials/signals/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@angular/build": "^21.0.0-next",
2424
"@angular/cli": "^21.0.0-next",
2525
"@angular/compiler-cli": "^21.0.0-next",
26-
"typescript": "~5.8.2"
26+
"typescript": "~5.9.3"
2727
}
2828
}

0 commit comments

Comments
 (0)