fix(deps): tsx breaks imports like dns-caching (#3998)

This commit is contained in:
Meier Lukas
2025-09-04 20:07:13 +02:00
committed by GitHub
parent 4e4483c42d
commit 047654351a
6 changed files with 30 additions and 12 deletions

View File

@@ -50,7 +50,7 @@
"esbuild": "^0.25.9",
"eslint": "^9.34.0",
"prettier": "^3.6.2",
"tsx": "4.20.5",
"tsx": "4.20.4",
"typescript": "^5.9.2"
}
}