Skip to content

Commit

Permalink
deps: Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelriosoliveira committed Nov 20, 2023
1 parent cd8d01c commit c830d34
Show file tree
Hide file tree
Showing 2 changed files with 396 additions and 57 deletions.
10 changes: 5 additions & 5 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dotenv": "^16.3.1",
"express": "^4.18.2",
"http-status-codes": "^2.3.0",
"mongodb-memory-server": "^9.0.1",
"mongodb-memory-server": "^9.1.1",
"mongoose": "^8.0.1",
"morgan": "^1.10.0",
"pino": "^8.16.2",
Expand All @@ -33,15 +33,15 @@
"@types/cors": "^2.8.16",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/node": "^20.9.0",
"@types/node": "^20.9.2",
"@types/supertest": "^2.0.16",
"@vitest/coverage-v8": "^0.34.6",
"husky": "^8.0.3",
"supertest": "^6.3.3",
"tsup": "^7.2.0",
"tsx": "^4.1.2",
"tsup": "^8.0.0",
"tsx": "^4.1.4",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vitest": "^0.34.6"
}
}

0 comments on commit c830d34

Please sign in to comment.