- Upgraded various dependencies across the project, including NestJS packages, Prisma client, and TypeScript for improved performance and features. - Added new script commands for security audits and checks in package.json. - Enhanced pnpm workspace configuration to include only built dependencies for better management. - Refactored test cases to improve type handling and ensure compatibility with updated dependencies. - Cleaned up package.json files across applications to maintain consistency and clarity in dependency management.
6 lines
78 B
YAML
6 lines
78 B
YAML
packages:
|
|
- apps/*
|
|
- packages/*
|
|
|
|
onlyBuiltDependencies: '@prisma/engines'
|