Skip to content

Commit ca1b930

Browse files
author
SoTrx
committed
Fixing CI by ensuring typescript 4.7.3 is installed instead of 4.8.X.
Waiting for news on this microsoft/TypeScript#41044
1 parent 20de457 commit ca1b930

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
@@ -53,7 +53,7 @@
5353
"prettier": "^2.6.2",
5454
"ts-jest": "^28.0.4",
5555
"typedoc": "^0.23.5",
56-
"typescript": "^4.7.3"
56+
"typescript": "4.7.3"
5757
},
5858
"eslintConfig": {
5959
"parser": "@typescript-eslint/parser",

0 commit comments

Comments
 (0)