update dependencies

This commit is contained in:
2025-11-28 19:49:30 +01:00
parent a9c4ae446d
commit 62d24417d4
10 changed files with 30229 additions and 14914 deletions

View File

@@ -1,5 +1,5 @@
import { getJestProjects } from '@nx/jest';
import { getJestProjectsAsync } from '@nx/jest';
export default {
projects: getJestProjects(),
};
export default async () => ({
projects: await getJestProjectsAsync(),
});