Skip to content

Commit b699f23

Browse files
committed
feat: add Typescript v[4.9.5 ; 5.1.6] support
1 parent 25f17c0 commit b699f23

17 files changed

Lines changed: 1910 additions & 1659 deletions

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"jsdom": "^20.0.0",
7373
"standard-changelog": "^2.0.27",
7474
"ts-node": "^10.9.1",
75-
"typescript": "^4.9.4",
75+
"typescript": "^5.1.6",
7676
"typescript-3-4-1": "npm:[email protected]",
7777
"typescript-3-5-1": "npm:[email protected]",
7878
"typescript-3-6-2": "npm:[email protected]",
@@ -87,7 +87,14 @@
8787
"typescript-4-5-4": "npm:[email protected]",
8888
"typescript-4-6-4": "npm:[email protected]",
8989
"typescript-4-7-2": "npm:[email protected]",
90-
"typescript-4-8-2": "npm:[email protected]"
90+
"typescript-4-8-2": "npm:[email protected]",
91+
"typescript-4-9-4": "npm:[email protected]",
92+
"typescript-4-9-5": "npm:[email protected]",
93+
"typescript-5-0-3": "npm:[email protected]",
94+
"typescript-5-0-4": "npm:[email protected]",
95+
"typescript-5-1-3": "npm:[email protected]",
96+
"typescript-5-1-5": "npm:[email protected]",
97+
"typescript-5-1-6": "npm:[email protected]"
9198
},
9299
"dependencies": {
93100
"ansi-colors": "^4.1.3",

0 commit comments

Comments
 (0)