Skip to content

Commit

Permalink
feat: added ForYouFeed component
Browse files Browse the repository at this point in the history
  • Loading branch information
warmachine028 committed Sep 13, 2024
1 parent 1dd375d commit 4a1405b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions client/.npmcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"@tiptap/pm",
"@uploadthing/react",
"arctic",
"prettier",
"prettier-plugin-packagejson",
"prettier-plugin-tailwindcss",
"react-cropper",
Expand Down
Binary file modified client/bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ky": "^1.7.2",
"lucia": "^3.2.0",
"lucide-react": "^0.441.0",
"next": "^15.0.0-canary.152",
"next": "^15.0.0-canary.153",
"next-themes": "^0.3.0",
"react": "^19.0.0-rc-94e652d5-20240912",
"react-cropper": "^2.3.3",
Expand All @@ -42,19 +42,19 @@
"react-intersection-observer": "^9.13.1",
"react-linkify-it": "^1.0.8",
"stream-chat": "^8.40.6",
"stream-chat-react": "^11.23.8",
"stream-chat-react": "^11.23.9",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^6.13.2",
"uploadthing": "^6.13.3",
"zod": "^3.24.0-canary.20240701T200529"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@prisma/extension-optimize": "^1.0.1",
"@types/eslint__js": "^8.42.3",
"@types/eslint-config-prettier": "^6.11.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"eslint": "^9.10.0",
"eslint-config-next": "15.0.0-rc.0",
"eslint-config-prettier": "^9.1.0",
Expand Down

1 comment on commit 4a1405b

@vercel
Copy link

@vercel vercel bot commented on 4a1405b Sep 13, 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.