Skip to content

Commit 91f1429

Browse files
Update TypeScript version to 5.9.2
1 parent 2d1366d commit 91f1429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"moment": "^2.19.3",
2424
"sinon": "^2.3.2",
2525
"sinon-chai": "^2.10.0",
26-
"typescript": "^4.0.0"
26+
"typescript": "^5.9.2"
2727
},
2828
"scripts": {
2929
"lint": "if [ `node --version | cut -d'.' -f1 | cut -c 2` -ge \"8\" ]; then eslint . --fix; else echo \"eslint is not available for node < 8.0\"; fi",

0 commit comments

Comments
 (0)