chore: improve importing of some packages (#647)

* chore: improve importing of some packages

* fix: not same version for all dependencies

* fix: lint and format issue
This commit is contained in:
Meier Lukas
2024-06-10 21:26:39 +02:00
committed by GitHub
parent c627384c4b
commit 9cab001451
23 changed files with 242 additions and 119 deletions

View File

@@ -20,19 +20,19 @@
"format": "prettier --check . --ignore-path ../../.gitignore",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"dependencies": {
"@umami/node": "^0.3.0",
"superjson": "2.2.1",
"@homarr/db": "workspace:^0.1.0",
"@homarr/eslint-config": "workspace:^0.2.0",
"@homarr/log": "workspace:^0.1.0",
"@homarr/server-settings": "workspace:^0.1.0"
},
"devDependencies": {
"@homarr/eslint-config": "workspace:^0.2.0",
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/server-settings": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.4.0",
"typescript": "^5.4.5"
},
"prettier": "@homarr/prettier-config",
"dependencies": {
"@umami/node": "^0.3.0",
"superjson": "2.2.1"
}
"prettier": "@homarr/prettier-config"
}