Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump NestJS version and swicth from yarn to npm #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xavierraffin
Copy link

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:

  • nestJS 10
  • ioredis 5
  • typescript 5
  • eslint 7
  • rxjs 7
  • uuid 10

Also updating the tsconfig module login and target:

  "compilerOptions": {
    "module": "NodeNext",
    "moduleResolution": "NodeNext",
    "target": "es2022",
    "lib: ["es2022"]
     ...

Also switching from yarn to npm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant