Skip to content

Commit

Permalink
feat: update lobby
Browse files Browse the repository at this point in the history
  • Loading branch information
sadmann7 committed Apr 26, 2024
1 parent 30c2742 commit cbb94f4
Show file tree
Hide file tree
Showing 9 changed files with 1,564 additions and 1,187 deletions.
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"unlighthouse": "pnpm dlx unlighthouse --site https://skateshop.sadmn.com"
},
"dependencies": {
"@clerk/nextjs": "^5.0.1",
"@clerk/themes": "^2.0.0",
"@clerk/nextjs": "^5.0.2",
"@clerk/themes": "^2.0.1",
"@hookform/resolvers": "^3.3.4",
"@loglib/tracker": "^0.8.0",
"@radix-ui/react-accordion": "^1.1.2",
Expand Down Expand Up @@ -60,8 +60,8 @@
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/react-table": "^8.16.0",
"@tremor/react": "^3.16.1",
"@uploadthing/react": "^6.4.4",
"ai": "^3.0.29",
"@uploadthing/react": "^6.5.0",
"ai": "^3.0.33",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
Expand All @@ -70,18 +70,19 @@
"drizzle-orm": "^0.30.9",
"embla-carousel-react": "8.0.2",
"framer-motion": "^11.1.7",
"geist": "^1.3.0",
"input-otp": "^1.2.4",
"nanoid": "^5.0.7",
"next": "14.3.0-canary.20",
"next": "14.3.0-canary.25",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.3.0",
"openai": "^4.38.3",
"openai": "^4.38.5",
"pg": "^8.11.5",
"postgres": "^3.4.4",
"react": "18.2.0",
"react": "18.3.0",
"react-cropper": "^2.3.3",
"react-day-picker": "^8.10.1",
"react-dom": "18.2.0",
"react-dom": "18.3.0",
"react-dropzone": "^14.2.3",
"react-email": "^2.1.1",
"react-hook-form": "^7.51.3",
Expand All @@ -94,31 +95,31 @@
"resend": "^3.2.0",
"server-only": "^0.0.1",
"sonner": "^1.4.41",
"stripe": "^15.3.0",
"stripe": "^15.4.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^6.9.0",
"uploadthing": "^6.10.0",
"vaul": "^0.9.0",
"zod": "^3.23.4"
},
"devDependencies": {
"@clerk/types": "^4.0.0",
"@clerk/types": "^4.1.0",
"@faker-js/faker": "^8.4.1",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@tailwindcss/typography": "^0.5.12",
"@total-typescript/ts-reset": "^0.5.1",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.11",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.1",
"drizzle-kit": "^0.20.17",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.2",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"postcss": "^8.4.38",
Expand All @@ -135,7 +136,7 @@
"rimraf": "^5.0.5",
"shiki": "^1.3.0",
"tailwindcss": "^3.4.3",
"tsx": "^4.7.2",
"tsx": "^4.7.3",
"typescript": "^5.4.5",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0"
Expand Down

0 comments on commit cbb94f4

Please sign in to comment.