Fix build

This commit is contained in:
Tat Dat Duong
2025-01-29 21:35:36 +01:00
parent 76f50378b0
commit 5f68de44a5
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -28,7 +28,8 @@
"@types/node": "^22.2.0",
"prettier": "^3.3.3",
"tsx": "^4.19.2",
"vitest": "^2.1.8"
"vitest": "^2.1.8",
"typescript": "^5.5.4"
},
"keywords": []
}
+3
View File
@@ -38,6 +38,9 @@ importers:
tsx:
specifier: ^4.19.2
version: 4.19.2
typescript:
specifier: ^5.5.4
version: 5.5.4
vitest:
specifier: ^2.1.8
version: 2.1.8(@types/node@22.10.5)