Skip to content

Commit

Permalink
deps: Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelriosoliveira committed May 3, 2024
1 parent 1f1bca2 commit 1c23493
Show file tree
Hide file tree
Showing 2 changed files with 609 additions and 210 deletions.
24 changes: 12 additions & 12 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,32 @@
},
"dependencies": {
"axios": "^1.6.8",
"axios-cache-interceptor": "^1.5.1",
"axios-cache-interceptor": "^1.5.2",
"celebrate": "^15.0.3",
"cors": "^2.8.5",
"express": "^4.19.2",
"http-status-codes": "^2.3.0",
"mongodb-memory-server": "^9.1.7",
"mongoose": "^8.2.3",
"mongodb-memory-server": "^9.2.0",
"mongoose": "^8.3.3",
"morgan": "^1.10.0",
"pino": "^8.19.0",
"pino": "^9.0.0",
"pino-pretty": "^11.0.0",
"pokenode-ts": "^1.20.0",
"zod": "^3.22.4"
"zod": "^3.23.6"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/node": "^20.11.30",
"@types/node": "^20.12.8",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/coverage-v8": "^1.5.3",
"husky": "^9.0.11",
"supertest": "^6.3.4",
"supertest": "^7.0.0",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vitest": "^1.4.0"
"tsx": "^4.9.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.5.3"
}
}

0 comments on commit 1c23493

Please sign in to comment.