nestjs / typescript-starter

Nest framework TypeScript starter :coffee:
https://nestjs.com
1.89k stars 1.07k forks source link

chore: update package lock #282

Closed SamVerschueren closed 1 year ago

SamVerschueren commented 1 year ago

Hey 👋

I'm working at StackBlitz and I was going through some of the starters. There I noticed that the NestJS starter was broken. The reason is that we automatically load @swc/wasm if we detect the usage of @swc/core. They are released in sync which means the versions between both (should) match.

The version in the package-lock.json was @swc/core@1.3.67, which never got released in @swc/wasm for whatever reason.

By reinstalling the dependencies, it bumps the version to a higher one which does exist.

kamilmysliwiec commented 1 year ago

LGTM