Skip to content

Commit

Permalink
feat: project completion 🎊🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
warmachine028 committed Nov 26, 2024
1 parent df22147 commit 0aabf54
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
5 changes: 1 addition & 4 deletions client/.npmcheckrc.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"depcheck": {
"ignoreMatches": [
"@tiptap/pm",
"arctic",
"prettier",
"postcss-load-config",
"prettier-plugin-packagejson",
"prettier-plugin-tailwindcss",
"stream-chat-react"
"prettier-plugin-tailwindcss"
]
}
}
Binary file modified client/bun.lockb
Binary file not shown.
25 changes: 13 additions & 12 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@lucia-auth/adapter-prisma": "^4.0.1",
"@neondatabase/serverless": "^0.10.3",
"@neondatabase/serverless": "^0.10.4",
"@node-rs/argon2": "^2.0.0",
"@prisma/adapter-neon": "^5.22.0",
"@prisma/client": "^5.22.0",
Expand All @@ -25,17 +25,18 @@
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.4",
"@tabler/icons-react": "^3.22.0",
"@tanstack/react-query": "^5.61.3",
"@tanstack/react-query-devtools": "^5.61.3",
"@tiptap/extension-placeholder": "^2.10.2",
"@tiptap/pm": "^2.10.2",
"@tiptap/react": "^2.10.2",
"@tiptap/starter-kit": "^2.10.2",
"@tanstack/react-query": "^5.61.4",
"@tanstack/react-query-devtools": "^5.61.4",
"@tiptap/extension-placeholder": "^2.10.3",
"@tiptap/pm": "^2.10.3",
"@tiptap/react": "^2.10.3",
"@tiptap/starter-kit": "^2.10.3",
"@uploadthing/react": "^7.1.1",
"arctic": "^2.3.0",
"babel-plugin-react-compiler": "^19.0.0-beta-63b359f-20241101",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cropperjs": "^1.6.2",
"date-fns": "^4.1.0",
"framer-motion": "^12.0.0-alpha.1",
"ky": "^1.7.2",
Expand All @@ -50,9 +51,9 @@
"react-image-file-resizer": "^0.4.8",
"react-intersection-observer": "^9.13.1",
"react-linkify-it": "^1.0.8",
"stream-chat": "^8.45.1",
"stream-chat": "^8.45.2",
"stream-chat-react": "^12.6.0",
"tailwind-merge": "^2.5.4",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^7.3.0",
"zod": "^3.24.0-canary.20241107T043915"
Expand All @@ -74,8 +75,8 @@
"globals": "^15.12.0",
"jiti": "^2.4.0",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.5",
"prettier": "^3.4.1",
"prettier-plugin-packagejson": "^2.5.6",
"prettier-plugin-tailwindcss": "^0.6.9",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.15",
Expand Down

1 comment on commit 0aabf54

@vercel
Copy link

@vercel vercel bot commented on 0aabf54 Nov 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.