Skip to content

Commit

Permalink
deps: Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelriosoliveira committed Oct 16, 2024
1 parent 3c231f1 commit 4e1999e
Show file tree
Hide file tree
Showing 2 changed files with 2,151 additions and 2,570 deletions.
32 changes: 16 additions & 16 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,33 @@
"test:cov:staged": "vitest related --run --coverage"
},
"dependencies": {
"axios": "^1.7.4",
"axios-cache-interceptor": "^1.5.3",
"axios": "^1.7.7",
"axios-cache-interceptor": "^1.6.0",
"celebrate": "^15.0.3",
"cors": "^2.8.5",
"express": "^4.19.2",
"express": "^4.21.1",
"http-status-codes": "^2.3.0",
"mongodb-memory-server": "^10.0.0",
"mongoose": "^8.5.3",
"mongodb-memory-server": "^10.1.2",
"mongoose": "^8.7.1",
"morgan": "^1.10.0",
"pino": "^9.3.2",
"pino-pretty": "^11.2.2",
"pino": "^9.5.0",
"pino-pretty": "^11.3.0",
"pokenode-ts": "^1.20.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/morgan": "^1.9.9",
"@types/node": "^22.3.0",
"@types/node": "^22.7.5",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^2.0.5",
"husky": "^9.1.4",
"@vitest/coverage-v8": "^2.1.3",
"husky": "^9.1.6",
"supertest": "^7.0.0",
"tsup": "^8.2.4",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vitest": "^2.0.5"
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vitest": "^2.1.3"
}
}
Loading

0 comments on commit 4e1999e

Please sign in to comment.