Skip to content

Commit

Permalink
fix: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
davipatricio committed Sep 1, 2024
1 parent 9582ae9 commit 9588289
Show file tree
Hide file tree
Showing 2 changed files with 263 additions and 261 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
},
"dependencies": {
"@fastify/cors": "^9.0.1",
"@prisma/client": "^5.17.0",
"argon2": "^0.40.3",
"@prisma/client": "^5.19.0",
"argon2": "^0.41.1",
"fastify": "^4.28.1",
"fastify-type-provider-zod": "^2.0.0",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^22.0.2",
"husky": "^9.1.4",
"prisma": "^5.17.0",
"tsup": "^8.2.3",
"@types/node": "^22.5.1",
"husky": "^9.1.5",
"prisma": "^5.19.0",
"tsup": "^8.2.4",
"typescript": "5.6.0-dev.20240801",
"zod": "3.24.0-canary.20240523T174819"
},
Expand Down
Loading

0 comments on commit 9588289

Please sign in to comment.