fix: Remove version override (#67)

* 🐛 remove version override

* fix: configuration userid error
This commit is contained in:
Tagaishi
2024-02-07 21:24:50 +01:00
committed by GitHub
parent 91812531b4
commit 55ec60041a
3 changed files with 190 additions and 146 deletions

View File

@@ -35,10 +35,5 @@
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.2"
},
"pnpm": {
"overrides": {
"@auth/core": "0.18.0"
}
},
"prettier": "@homarr/prettier-config"
}