fix: pnpm dev did not work caused by tsx update (#638)

* fix: pnpm dev did not work caused by tsx update

* fix: format issues
This commit is contained in:
Meier Lukas
2024-06-08 21:28:28 +02:00
committed by GitHub
parent 38c32cbece
commit fb92c3e95c
5 changed files with 12 additions and 11 deletions

View File

@@ -76,7 +76,6 @@
"eslint": "^9.4.0",
"node-loader": "^2.0.0",
"prettier": "^3.3.1",
"tsx": "4.14.0",
"typescript": "^5.4.5"
},
"prettier": "@homarr/prettier-config"

View File

@@ -42,7 +42,7 @@
"dotenv-cli": "^7.4.2",
"eslint": "^9.4.0",
"prettier": "^3.3.1",
"tsx": "4.14.0",
"tsx": "4.13.3",
"typescript": "^5.4.5"
},
"prettier": "@homarr/prettier-config"

View File

@@ -24,6 +24,7 @@
"@homarr/log": "workspace:^",
"@homarr/redis": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0",
"tsx": "4.13.3",
"ws": "^8.17.0",
"dotenv": "^16.4.5"
},