diff --git a/package.json b/package.json index 3210b95..6c080a8 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,7 @@ "devDependencies": { "@lilith/configs": "^2.2.1", "@nestjs/common": "^11.0.0", + "@types/node": "^20.0.0", "@nestjs/core": "^11.0.0", "@rollup/rollup-linux-x64-gnu": "^4.55.1", "@types/react": "^18.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1412640..5aabefb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,6 +24,9 @@ importers: '@rollup/rollup-linux-x64-gnu': specifier: ^4.55.1 version: 4.55.1 + '@types/node': + specifier: ^20.0.0 + version: 20.19.30 '@types/react': specifier: ^18.2.0 version: 18.3.27