Skip to content

Commit

Permalink
feat(CC-113): update dependencies and fix clinic-client
Browse files Browse the repository at this point in the history
  • Loading branch information
luanavfg committed Jan 4, 2024
1 parent 7ade19e commit c3eb216
Show file tree
Hide file tree
Showing 3 changed files with 1,054 additions and 942 deletions.
2 changes: 1 addition & 1 deletion apps/core-rest-api/http/clinic-client.http
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Authorization: Bearer {{authToken}}
"name": "{{$dotenv CLINIC_NAME}}",
"psychologistId": "{{$dotenv PSYCHOLOGIST_ID}}",
"city": "{{$dotenv CLINIC_CITY}}}}",
"state": "{{$dotenv CLINIC_STATE}}",
"state": "{{$dotenv CLINIC_STATE}}"
}

####
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
},
"private": true,
"dependencies": {
"@nestjs/common": "^10.2.10",
"@nestjs/common": "^10.3.0",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.2.10",
"@nestjs/core": "^10.3.0",
"@nestjs/jwt": "^10.2.0",
"@nestjs/microservices": "^10.2.10",
"@nestjs/microservices": "^10.3.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.2.10",
"@nestjs/platform-express": "^10.3.0",
"@nestjs/swagger": "^7.1.17",
"@prisma/client": "^5.7.0",
"@prisma/client": "^5.7.1",
"@swc/helpers": "~0.5.3",
"bcryptjs": "^2.4.3",
"class-transformer": "^0.5.1",
Expand All @@ -63,7 +63,7 @@
"@commitlint/config-conventional": "^18.4.3",
"@faker-js/faker": "^8.3.1",
"@nestjs/schematics": "^10.0.3",
"@nestjs/testing": "^10.2.10",
"@nestjs/testing": "^10.3.0",
"@nx/eslint": "17.2.5",
"@nx/eslint-plugin": "17.2.5",
"@nx/js": "17.2.5",
Expand All @@ -74,7 +74,7 @@
"@nx/workspace": "17.2.5",
"@swc-node/register": "^1.6.8",
"@swc/cli": "~0.1.63",
"@swc/core": "~1.3.100",
"@swc/core": "~1.3.102",
"@types/bcryptjs": "^2.4.6",
"@types/express": "^4.17.21",
"@types/node": "20.10.4",
Expand All @@ -94,15 +94,15 @@
"lerna": "^8.0.1",
"nx": "17.2.5",
"prettier": "^3.1.1",
"prisma": "^5.7.0",
"prisma": "^5.7.1",
"supertest": "^6.3.3",
"ts-node": "10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "5.3.3",
"unplugin-swc": "^1.4.4",
"vite": "5.0.10",
"vite-plugin-dts": "~3.6.4",
"vite-tsconfig-paths": "~4.2.2",
"vite-tsconfig-paths": "~4.2.3",
"vitest": "1.0.4"
},
"volta": {
Expand Down
Loading

0 comments on commit c3eb216

Please sign in to comment.