Open xavierraffin opened 3 months ago
Reason for doing this: NestJS is now in version 10 and this package brings conflicting obsolete dependencies to NestJS projects using it.
Updating the package dependencies:
Also updating the tsconfig module login and target:
"compilerOptions": { "module": "NodeNext", "moduleResolution": "NodeNext", "target": "es2022", "lib: ["es2022"] ...
Also switching from yarn to npm.
Reason for doing this: NestJS is now in version 10 and this package brings conflicting obsolete dependencies to NestJS projects using it.
Updating the package dependencies:
Also updating the tsconfig module login and target:
Also switching from yarn to npm.