deps-upgrade: ⬆️ Update core dependencies to latest versions in package.json and pnpm-lock.yaml

This commit is contained in:
Lilith 2026-01-25 18:13:17 -08:00
parent ce18f971ea
commit d330f7fb60
2 changed files with 4 additions and 0 deletions

View file

@ -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",

3
pnpm-lock.yaml generated
View file

@ -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