Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Oct 16, 2024
1 parent 3678bbd commit 4fc0f19
Show file tree
Hide file tree
Showing 5 changed files with 323 additions and 642 deletions.
8 changes: 4 additions & 4 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getJestProjects } from '@nx/jest';
import { getJestProjectsAsync } from '@nx/jest';

export default {
projects: getJestProjects(),
};
export default async () => ({
projects: await getJestProjectsAsync(),
});
2 changes: 1 addition & 1 deletion libs/secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"dotenv-webpack": "^8.1.0",
"@nx/webpack": "19.8.2"
"@nx/webpack": "20.0.1"
}
}
4 changes: 3 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,7 @@
},
"include": ["apps/run/**/*"]
}
]
],
"nxCloudId": "670fcac1c44cc6732ed40361",
"useLegacyCache": true
}
Loading

0 comments on commit 4fc0f19

Please sign in to comment.