Skip to content

Commit

Permalink
deps: Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelriosoliveira committed Feb 12, 2024
1 parent 8c93e90 commit e5f6253
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 278 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 @@
"express": "^4.18.2",
"http-status-codes": "^2.3.0",
"mongodb-memory-server": "^9.1.6",
"mongoose": "^8.1.1",
"mongoose": "^8.1.2",
"morgan": "^1.10.0",
"pino": "^8.18.0",
"pino-pretty": "^10.3.1",
Expand All @@ -32,15 +32,15 @@
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/node": "^20.11.16",
"@types/node": "^20.11.17",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^1.2.2",
"husky": "^9.0.10",
"supertest": "^6.3.4",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite": "^5.1.1",
"vitest": "^1.2.2"
}
}

0 comments on commit e5f6253

Please sign in to comment.