Added esbuild as dev dependency

This commit is contained in:
Umar Adilov 2026-01-16 23:51:40 +05:00
parent 6ac7efd3ae
commit 507b345fab
2 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,7 @@
"@types/express": "^5.0.6", "@types/express": "^5.0.6",
"@types/node": "^24.10.1", "@types/node": "^24.10.1",
"concurrently": "^9.2.1", "concurrently": "^9.2.1",
"esbuild": "^0.27.2",
"tsx": "^4.21.0", "tsx": "^4.21.0",
"typescript": "~5.9.3" "typescript": "~5.9.3"
} }

View File

@ -166,6 +166,9 @@ importers:
concurrently: concurrently:
specifier: ^9.2.1 specifier: ^9.2.1
version: 9.2.1 version: 9.2.1
esbuild:
specifier: ^0.27.2
version: 0.27.2
tsx: tsx:
specifier: ^4.21.0 specifier: ^4.21.0
version: 4.21.0 version: 4.21.0