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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user