Skip to content

Commit 3bee0d9

Browse files
authoredJul 26, 2024··
fix: Revert ts version (5.5 -> 5.4) (#317)
1 parent 5aad5f1 commit 3bee0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"rimraf": "^5.0.7",
5252
"ts-ignore-import": "^4.0.1",
5353
"type-fest": "^4.21.0",
54-
"typescript": "^5.5.3"
54+
"typescript": "~5.4"
5555
},
5656
"scripts": {
5757
"build": "node scripts/update",

0 commit comments

Comments
 (0)
Please sign in to comment.