Skip to content

Commit

Permalink
fix: use latest versions to fix ssr bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
OrJDev committed Mar 16, 2024
1 parent c30ca44 commit c890f64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-bugs-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-jd-app": patch
---

fix: use latest versions to fix ssr bugs
6 changes: 3 additions & 3 deletions src/helpers/packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ const packages = {
// prisma
"@prisma/client": "^5.10.2",
// trpc
"@tanstack/solid-query": "^5.27.5",
"@tanstack/solid-query": "^5.28.5",
"@trpc/client": "^10.45.1",
"@trpc/server": "^10.45.1",
"@solid-mediakit/trpc": "^3.0.0",
"@solid-mediakit/trpc": "^3.0.1",
// next auth
"@solid-mediakit/auth": "^2.0.2",
"@solid-mediakit/auth": "^2.0.3",
"@auth/core": "0.15.0",
"@auth/prisma-adapter": "^1.0.1",
// upstash ratelimit
Expand Down

0 comments on commit c890f64

Please sign in to comment.