Skip to content

Commit

Permalink
deps: Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelriosoliveira committed Dec 26, 2023
1 parent bc8665d commit bc4912b
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 125 deletions.
10 changes: 5 additions & 5 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"axios": "^1.6.2",
"axios-cache-interceptor": "^1.3.3",
"axios-cache-interceptor": "^1.4.0",
"celebrate": "^15.0.3",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
Expand All @@ -34,14 +34,14 @@
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/node": "^20.10.5",
"@types/supertest": "^2.0.16",
"@vitest/coverage-v8": "^1.0.4",
"@types/supertest": "^6.0.1",
"@vitest/coverage-v8": "^1.1.0",
"husky": "^8.0.3",
"supertest": "^6.3.3",
"tsup": "^8.0.1",
"tsx": "^4.6.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.0.4"
"vitest": "^1.1.0"
}
}

0 comments on commit bc4912b

Please sign in to comment.