fix(deps): downgrade to next 15.1.7 cause of turbopack crash with 15.2.0 and above (#2438)

This commit is contained in:
Meier Lukas
2025-02-27 20:45:22 +01:00
committed by GitHub
parent add91701de
commit fdd91f585d
14 changed files with 125 additions and 125 deletions

View File

@@ -6,9 +6,9 @@
matchPackagePatterns: ["^@homarr/"],
enabled: false,
},
// Disable Dockerode updates see https://github.com/apocas/dockerode/issues/787
// 15.2.0 crashes with turbopack error (panic)
{
matchPackagePatterns: ["^dockerode$"],
matchPackagePatterns: ["^next$", "^@next/eslint-plugin-next$"],
enabled: false,
},
{