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 23, 2023
1 parent 0f69d08 commit 11dacab
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 76 deletions.
22 changes: 11 additions & 11 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@
},
"dependencies": {
"axios": "^1.5.1",
"axios-cache-interceptor": "^1.3.1",
"axios-cache-interceptor": "^1.3.2",
"celebrate": "^15.0.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"http-status-codes": "^2.3.0",
"mongodb-memory-server": "^9.0.0",
"mongoose": "^7.6.1",
"mongodb-memory-server": "^9.0.1",
"mongoose": "^7.6.3",
"morgan": "^1.10.0",
"pino": "^8.16.0",
"pino": "^8.16.1",
"pino-pretty": "^10.2.3",
"pokenode-ts": "^1.20.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/cors": "^2.8.14",
"@types/express": "^4.17.18",
"@types/morgan": "^1.9.6",
"@types/node": "^20.8.4",
"@types/supertest": "^2.0.14",
"@types/cors": "^2.8.15",
"@types/express": "^4.17.20",
"@types/morgan": "^1.9.7",
"@types/node": "^20.8.7",
"@types/supertest": "^2.0.15",
"@vitest/coverage-v8": "^0.34.6",
"husky": "^8.0.3",
"supertest": "^6.3.3",
"tsup": "^7.2.0",
"tsx": "^3.13.0",
"tsx": "^3.14.0",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vitest": "^0.34.6"
}
}
130 changes: 65 additions & 65 deletions packages/server/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 11dacab

@vercel
Copy link

@vercel vercel bot commented on 11dacab Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.