Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Feb 8, 2024
1 parent 770ff23 commit b644aa6
Show file tree
Hide file tree
Showing 2 changed files with 758 additions and 749 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"update": "npx npm-check-updates -u && pnpm install && npx shadcn-ui@latest add --all --overwrite"
},
"dependencies": {
"@clerk/nextjs": "^4.29.5",
"@clerk/nextjs": "^4.29.6",
"@hookform/resolvers": "^3.3.4",
"@knocklabs/node": "^0.6.1",
"@logtail/next": "^0.1.4",
"@prisma/client": "^5.8.1",
"@prisma/client": "^5.9.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
Expand Down Expand Up @@ -51,10 +51,10 @@
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "0.0.14",
"@react-email/render": "^0.0.12",
"@segment/analytics-next": "^1.63.0",
"@segment/analytics-next": "^1.64.0",
"@segment/analytics-node": "^2.0.0",
"@sentry/nextjs": "^7.100.1",
"@vercel/analytics": "^1.1.2",
"@vercel/analytics": "^1.1.3",
"ai": "^2.2.33",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
Expand All @@ -64,49 +64,49 @@
"copy-to-clipboard": "^3.3.3",
"date-fns": "^3.3.1",
"embla-carousel-react": "8.0.0-rc22",
"geist": "^1.2.1",
"geist": "^1.2.2",
"jsonwebtoken": "^9.0.2",
"lodash.merge": "^4.6.2",
"next": "14.1.0",
"next-contentlayer": "^0.3.4",
"next-secure-headers": "^2.2.0",
"next-themes": "^0.2.1",
"openai": "^4.26.0",
"openai": "^4.26.1",
"react": "18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "18.2.0",
"react-email": "2.0.0",
"react-hook-form": "^7.49.3",
"react-resizable-panels": "^2.0.2",
"react-hook-form": "^7.50.1",
"react-resizable-panels": "^2.0.3",
"react-wrap-balancer": "^1.1.0",
"resend": "^3.1.0",
"server-only": "^0.0.1",
"sonner": "^1.3.1",
"stripe": "^14.13.0",
"svix": "^1.15.0",
"sonner": "^1.4.0",
"stripe": "^14.15.0",
"svix": "^1.17.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3",
"vaul": "^0.8.9",
"vaul": "^0.9.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash.merge": "^4.6.9",
"@types/node": "20.11.14",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"autoprefixer": "^10.4.17",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"eslint-config-harmony": "^3.1.8",
"jest": "^29.7.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"prisma": "^5.9.0",
"stylelint": "^16.2.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prisma": "^5.9.1",
"stylelint": "^16.2.1",
"tailwindcss": "^3.4.1"
},
"prettier": "eslint-config-harmony/prettier",
Expand Down
Loading

0 comments on commit b644aa6

Please sign in to comment.