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

@@ -72,7 +72,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"
}
}

View File

@@ -32,7 +32,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.34.0",
"tsx": "4.20.5",
"tsx": "4.20.4",
"typescript": "^5.9.2"
}
}