Skip to content

Commit

Permalink
fix[UPDATE]: Bumped up packages
Browse files Browse the repository at this point in the history
  • Loading branch information
parazeeknova committed Oct 9, 2024
1 parent fd2fa18 commit b9542bb
Show file tree
Hide file tree
Showing 7 changed files with 176 additions and 217 deletions.
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query-devtools": "^5.59.0",
"@tanstack/react-query": "^5.59.6",
"@tanstack/react-query-devtools": "^5.59.6",
"@tiptap/extension-placeholder": "^2.8.0",
"@tiptap/react": "^2.8.0",
"@tiptap/starter-kit": "^2.8.0",
Expand All @@ -38,14 +38,14 @@
"clsx": "^2.1.1",
"cn": "^0.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.11.4",
"framer-motion": "^11.11.7",
"ky": "^1.7.2",
"lucia": "^3.2.1",
"lucide-react": "^0.447.0",
"next": "15.0.0-rc.0",
"next-themes": "^0.3.0",
"react": "19.0.0-rc-459fd418-20241001",
"react-dom": "19.0.0-rc.0",
"react-dom": "19.0.0-rc-459fd418-20241001",
"react-hook-form": "^7.53.0",
"react-intersection-observer": "^9.13.1",
"tailwind-merge": "^2.5.3",
Expand All @@ -60,6 +60,6 @@
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@biomejs/biome": "^1.9.3",
"husky": "^9.1.6",
"turbo": "^2.1.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"packageManager": "pnpm@9.11.0",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/auth.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { PrismaAdapter } from "@lucia-auth/adapter-prisma";
import prisma from "@zephyr/db/prisma";
import { prisma } from "@zephyr/db/prisma";
import { Lucia, type Session, type User } from "lucia";
import { cookies } from "next/headers";
import { cache } from "react";
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@zephyr/config": "workspace:*",
"react": "19.0.0-rc-459fd418-20241001",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@zephyr/config": "workspace:*",
"prisma": "^5.20.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "^18.3.0",
"@zephyr/config": "workspace:*",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
373 changes: 166 additions & 207 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit b9542bb

Please sign in to comment.