Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit b1b77b1

Browse files
authored
add typescript 5.3 (#9)
1 parent 2a00609 commit b1b77b1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.changeset/eighty-suns-hide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@effect/dtslint": patch
3+
---
4+
5+
add typescript 5.3

src/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ namespace TypeScriptVersion {
1313
export const shipped = [
1414
"5.0",
1515
"5.1",
16-
"5.2"
16+
"5.2",
17+
"5.3"
1718
] as const
1819
/** Add to this list when a version is available as typescript@next */
19-
export const supported = [...shipped, "5.3"] as const
20+
export const supported = [...shipped, "5.4"] as const
2021

2122
export const latest = supported[supported.length - 1]
2223
}

0 commit comments

Comments
 (0)