Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nimarion committed Feb 6, 2025
1 parent 0e64bca commit 44039ee
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 249 deletions.
24 changes: 12 additions & 12 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
},
"dependencies": {
"@nestjs/common": "^11.0.6",
"@nestjs/core": "^11.0.6",
"@nestjs/common": "^11.0.8",
"@nestjs/core": "^11.0.8",
"@nestjs/event-emitter": "^3.0.0",
"@nestjs/mapped-types": "*",
"@nestjs/platform-express": "^11.0.6",
"@nestjs/platform-socket.io": "^11.0.6",
"@nestjs/serve-static": "^5.0.1",
"@nestjs/platform-express": "^11.0.8",
"@nestjs/platform-socket.io": "^11.0.8",
"@nestjs/serve-static": "^5.0.2",
"@nestjs/swagger": "^11.0.3",
"@nestjs/websockets": "^11.0.6",
"@prisma/client": "^6.3.0",
"@nestjs/websockets": "^11.0.8",
"@prisma/client": "^6.3.1",
"chokidar": "^4.0.3",
"class-transformer": "^0.5.1",
"csvtojson": "^2.0.10",
"exifr": "^7.1.3",
"image-size": "^1.2.0",
"ipx": "^3.0.1",
"prisma": "^6.3.0",
"prisma": "^6.3.1",
"rxjs": "^7.8.1",
"socket.io": "^4.8.1",
"zod": "^3.24.1"
Expand All @@ -41,9 +41,9 @@
"@nestjs/cli": "^11.0.2",
"@nestjs/schematics": "^11.0.0",
"@types/express": "^5.0.0",
"@types/node": "^22.12.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@types/node": "^22.13.1",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
Expand All @@ -54,5 +54,5 @@
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@9.15.4"
"packageManager": "pnpm@10.2.1"
}
Loading

0 comments on commit 44039ee

Please sign in to comment.