Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nimarion committed Oct 23, 2024
1 parent 3a3f30e commit 74cdd1c
Show file tree
Hide file tree
Showing 5 changed files with 261 additions and 278 deletions.
28 changes: 14 additions & 14 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,35 @@
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
},
"dependencies": {
"@nestjs/common": "^10.4.4",
"@nestjs/core": "^10.4.4",
"@nestjs/event-emitter": "^2.0.4",
"@nestjs/common": "^10.4.6",
"@nestjs/core": "^10.4.6",
"@nestjs/event-emitter": "^2.1.1",
"@nestjs/mapped-types": "*",
"@nestjs/platform-express": "^10.4.4",
"@nestjs/platform-socket.io": "^10.4.4",
"@nestjs/platform-express": "^10.4.6",
"@nestjs/platform-socket.io": "^10.4.6",
"@nestjs/serve-static": "^4.0.2",
"@nestjs/swagger": "^7.4.2",
"@nestjs/websockets": "^10.4.4",
"@prisma/client": "^5.20.0",
"@nestjs/websockets": "^10.4.6",
"@prisma/client": "^5.21.1",
"chokidar": "^4.0.1",
"class-transformer": "^0.5.1",
"csvtojson": "^2.0.10",
"exifr": "^7.1.3",
"image-size": "^1.1.1",
"ipx": "^3.0.1",
"prisma": "^5.20.0",
"prisma": "^5.21.1",
"rxjs": "^7.8.1",
"socket.io": "^4.8.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.1.4",
"@nestjs/schematics": "^10.2.2",
"@types/express": "^5.0.0",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^9.12.0",
"@types/node": "^22.7.9",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
Expand All @@ -54,5 +54,5 @@
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.3"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}
Loading

0 comments on commit 74cdd1c

Please sign in to comment.