Skip to content

Commit

Permalink
fix: typeerrors
Browse files Browse the repository at this point in the history
  • Loading branch information
sadmann7 committed Apr 10, 2024
1 parent 680766e commit 70e0357
Show file tree
Hide file tree
Showing 73 changed files with 3,662 additions and 3,059 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
NEXT_PUBLIC_APP_URL="http://localhost:3000"

# Database
DATABASE_URL="mysql://YOUR_POSTGRESSQL_URL_HERE"
DATABASE_URL="postgres://YOUR_POSTGRESSQL_URL"

# Clerk Auth
# pk_test, and sk_test are development keys
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ yarn-error.log*
.vercel

# typescript
.contentlayer
*.tsbuildinfo
.contentlayer
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ node_modules
.next
build
.contentlayer
pnpm-lock.yaml
pnpm-lock.yaml
12 changes: 0 additions & 12 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,13 @@ const nextConfig = {
pageExtensions: ["tsx", "mdx", "ts", "js"],
images: {
remotePatterns: [
{
protocol: "https",
hostname: "uploadthing.com",
},
{
protocol: "https",
hostname: "utfs.io",
},
{
protocol: "https",
hostname: "loremflickr.com",
},
],
unoptimized: true,
},
experimental: {
// ppr: true,
esmExternals: "loose",
},
// Already doing linting and typechecking as separate tasks in CI
eslint: { ignoreDuringBuilds: true },
typescript: { ignoreBuildErrors: true },
Expand Down
96 changes: 48 additions & 48 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": "^4.29.9",
"@clerk/themes": "^1.7.9",
"@clerk/nextjs": "^4.29.12",
"@clerk/themes": "^1.7.12",
"@hookform/resolvers": "^3.3.4",
"@loglib/tracker": "^0.8.0",
"@radix-ui/react-accordion": "^1.1.2",
Expand All @@ -52,85 +52,85 @@
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "^0.0.15",
"@react-email/tailwind": "0.0.14",
"@stripe/react-stripe-js": "^2.5.1",
"@stripe/stripe-js": "^3.0.7",
"@react-email/components": "^0.0.16",
"@react-email/tailwind": "0.0.15",
"@stripe/react-stripe-js": "^2.7.0",
"@stripe/stripe-js": "^3.3.0",
"@t3-oss/env-nextjs": "^0.9.2",
"@tanstack/match-sorter-utils": "^8.11.8",
"@tanstack/react-table": "^8.13.2",
"@tremor/react": "^3.14.1",
"@uploadthing/react": "^6.3.4",
"ai": "^3.0.7",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/react-table": "^8.15.3",
"@tremor/react": "^3.15.0",
"@uploadthing/react": "^6.4.4",
"ai": "^3.0.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"contentlayer": "^0.3.4",
"date-fns": "^3.3.1",
"drizzle-orm": "^0.30.1",
"embla-carousel-react": "8.0.0",
"framer-motion": "^11.0.8",
"nanoid": "^5.0.6",
"next": "14.1.3",
"date-fns": "^3.6.0",
"drizzle-orm": "^0.30.7",
"embla-carousel-react": "8.0.1",
"framer-motion": "^11.0.25",
"nanoid": "^5.0.7",
"next": "14.1.4",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.2.1",
"openai": "^4.28.4",
"pg": "^8.11.3",
"postgres": "^3.4.3",
"next-themes": "^0.3.0",
"openai": "^4.33.0",
"pg": "^8.11.5",
"postgres": "^3.4.4",
"react": "18.2.0",
"react-cropper": "^2.3.3",
"react-day-picker": "^8.10.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-email": "^2.1.0",
"react-hook-form": "^7.51.0",
"react-intersection-observer": "^9.8.1",
"react-email": "^2.1.1",
"react-hook-form": "^7.51.2",
"react-intersection-observer": "^9.8.2",
"react-markdown": "^9.0.1",
"react-medium-image-zoom": "^5.1.10",
"react-medium-image-zoom": "^5.2.0",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"remark-gfm": "^4.0.0",
"resend": "^3.2.0",
"server-only": "^0.0.1",
"sonner": "^1.4.3",
"stripe": "^14.20.0",
"tailwind-merge": "^2.2.1",
"sonner": "^1.4.41",
"stripe": "^14.25.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^6.5.2",
"uploadthing": "^6.9.0",
"vaul": "^0.9.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@clerk/types": "^3.62.1",
"@clerk/types": "^3.63.1",
"@faker-js/faker": "^8.4.1",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@tailwindcss/typography": "^0.5.10",
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@tailwindcss/typography": "^0.5.12",
"@types/eslint": "^8.56.7",
"@types/node": "^20.12.7",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/react-syntax-highlighter": "^15.5.11",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"autoprefixer": "^10.4.18",
"dotenv-cli": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.1",
"drizzle-kit": "^0.20.14",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.14.3",
"postcss": "^8.4.35",
"eslint-plugin-tailwindcss": "^3.15.1",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"prettier-plugin-tailwindcss": "^0.5.13",
"rehype-autolink-headings": "^7.1.0",
"rehype-code-titles": "^1.2.0",
"rehype-pretty-code": "^0.13.0",
"rehype-pretty-code": "^0.13.1",
"rehype-slug": "^6.0.0",
"remark-code-import": "^1.2.0",
"remark-math": "^6.0.0",
"tailwindcss": "^3.4.1",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"tailwindcss": "^3.4.3",
"tsx": "^4.7.2",
"typescript": "^5.4.4",
"unist-util-visit": "^5.0.0"
},
"overrides": {
Expand Down
Loading

0 comments on commit 70e0357

Please sign in to comment.