Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent 5e165e3 commit 9bc8c8f
Show file tree
Hide file tree
Showing 5 changed files with 172 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12.0
22.13.1
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@next-auth/prisma-adapter": "^1.0.7",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@t3-oss/env-nextjs": "^0.11.0",
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.45.2",
"@trpc/react-query": "^10.45.2",
Expand All @@ -39,7 +39,7 @@
"emoji-mart": "^5.6.0",
"hh-mm-ss": "^1.2.0",
"jotai": "^2.8.3",
"next": "14.2.22",
"next": "14.2.23",
"next-auth": "^4.24.7",
"next-intl": "^3.15.0",
"next-safe": "^3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"secretlint": "^9.0.0",
"turbo": "^2.0.3"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].5"
}
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"typescript": "5.7.2"
},
"dependencies": {
"@prisma/client": "6.1.0",
"@prisma/client": "6.3.1",
"server-only": "^0.0.1"
}
}
Loading

0 comments on commit 9bc8c8f

Please sign in to comment.