deps-upgrade(backend-api): ⬆️ Update dependencies in backend API to latest compatible versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
bf04207662
commit
effeff0a7c
1 changed files with 3 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
|||
"private": true,
|
||||
"main": "dist/main.js",
|
||||
"scripts": {
|
||||
"build": "nest build",
|
||||
"start": "node dist/main.js",
|
||||
"build": "lixbuild",
|
||||
"start": "nest start",
|
||||
"dev": "nest start --watch",
|
||||
"start:debug": "nest start --debug --watch",
|
||||
"lint": "eslint \"src/**/*.ts\"",
|
||||
|
|
@ -41,6 +41,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@lilith/configs": "^2.2.0",
|
||||
"@lilith/lix-build": "^1.0.4",
|
||||
"@nestjs/cli": "^11.0.16",
|
||||
"@nestjs/schematics": "^11.0.9",
|
||||
"@nestjs/testing": "^11.1.12",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue