Skip to content

Commit

Permalink
fix: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davipatricio committed Aug 2, 2024
1 parent 5969d31 commit 9582ae9
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 117 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@fastify/cors": "^9.0.1",
"@prisma/client": "^5.16.2",
"@prisma/client": "^5.17.0",
"argon2": "^0.40.3",
"fastify": "^4.28.1",
"fastify-type-provider-zod": "^2.0.0",
Expand All @@ -28,10 +28,10 @@
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.14.10",
"husky": "^9.0.11",
"prisma": "^5.16.2",
"tsup": "^8.1.0",
"@types/node": "^22.0.2",
"husky": "^9.1.4",
"prisma": "^5.17.0",
"tsup": "^8.2.3",
"typescript": "5.6.0-dev.20240801",
"zod": "3.24.0-canary.20240523T174819"
},
Expand Down
Loading

0 comments on commit 9582ae9

Please sign in to comment.