mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 00:40:58 +01:00
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:
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
@@ -6,7 +6,8 @@
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"^@homarr/"
|
||||
"^@homarr/",
|
||||
"tsx" // Disabled for now as version 0.14.4 did not work with the current version of homarr. It resulted in a ERR_MODULE_NOT_FOUND error
|
||||
],
|
||||
"enabled": false
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
16
pnpm-lock.yaml
generated
16
pnpm-lock.yaml
generated
@@ -241,9 +241,6 @@ importers:
|
||||
prettier:
|
||||
specifier: ^3.3.1
|
||||
version: 3.3.1
|
||||
tsx:
|
||||
specifier: 4.14.0
|
||||
version: 4.14.0
|
||||
typescript:
|
||||
specifier: ^5.4.5
|
||||
version: 5.4.5
|
||||
@@ -315,8 +312,8 @@ importers:
|
||||
specifier: ^3.3.1
|
||||
version: 3.3.1
|
||||
tsx:
|
||||
specifier: 4.14.0
|
||||
version: 4.14.0
|
||||
specifier: 4.13.3
|
||||
version: 4.13.3
|
||||
typescript:
|
||||
specifier: ^5.4.5
|
||||
version: 5.4.5
|
||||
@@ -350,6 +347,9 @@ importers:
|
||||
dotenv:
|
||||
specifier: ^16.4.5
|
||||
version: 16.4.5
|
||||
tsx:
|
||||
specifier: 4.13.3
|
||||
version: 4.13.3
|
||||
ws:
|
||||
specifier: ^8.17.0
|
||||
version: 8.17.0
|
||||
@@ -5784,8 +5784,8 @@ packages:
|
||||
resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==}
|
||||
engines: {node: '>=0.6.x'}
|
||||
|
||||
tsx@4.14.0:
|
||||
resolution: {integrity: sha512-DsDLlJlusAPyCnz07S4y0gqJoUl8GciBeYcXQd75/5DqkZ4gfjKpvAUFUzmZf62nEotkcqC7JCWrdL8d+PXSng==}
|
||||
tsx@4.13.3:
|
||||
resolution: {integrity: sha512-FTAJJLQCMiIbt78kD5qhLjHIR5NOQDKC63wcdelWRDBE+d1xSrXYhXq4DzejnC2tGhFZHpDy2Ika0Ugf7sK8gA==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
hasBin: true
|
||||
|
||||
@@ -11285,7 +11285,7 @@ snapshots:
|
||||
|
||||
tsscmp@1.0.6: {}
|
||||
|
||||
tsx@4.14.0:
|
||||
tsx@4.13.3:
|
||||
dependencies:
|
||||
esbuild: 0.20.2
|
||||
get-tsconfig: 4.7.5
|
||||
|
||||
Reference in New Issue
Block a user