Skip to content

Commit

Permalink
chore: updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Oct 17, 2024
1 parent 26a105a commit 4e26fb7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
Binary file modified bun.lockb
Binary file not shown.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
}
},
"dependencies": {
"@clerk/nextjs": "^5.7.1",
"@clerk/themes": "^2.1.35",
"@clerk/nextjs": "^5.7.3",
"@clerk/themes": "^2.1.36",
"@hookform/resolvers": "^3.9.0",
"@neondatabase/serverless": "^0.9.5",
"@neondatabase/serverless": "^0.10.1",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-checkbox": "^1.1.2",
Expand All @@ -72,23 +72,23 @@
"@radix-ui/react-tabs": "^1.1.1",
"@react-email/components": "^0.0.25",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query": "^5.59.15",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@upstash/redis": "^1.34.2",
"@upstash/redis": "^1.34.3",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"color": "^4.2.3",
"drizzle-orm": "^0.33.0",
"drizzle-orm": "^0.35.1",
"drizzle-zod": "^0.5.1",
"framer-motion": "^11.11.1",
"framer-motion": "^11.11.9",
"geist": "^1.3.1",
"jiti": "^2.3.1",
"lucide-react": "^0.447.0",
"next": "14.2.14",
"jiti": "^2.3.3",
"lucide-react": "^0.453.0",
"next": "14.2.15",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
"react": "^18.3.1",
Expand All @@ -101,7 +101,7 @@
"slugify": "^1.6.6",
"sonner": "^1.5.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.5.3",
"tailwind-merge": "^2.5.4",
"timeago.js": "^4.0.2",
"use-resize-observer": "^9.1.0",
"usehooks-ts": "^3.1.0",
Expand All @@ -118,43 +118,43 @@
"@eslint/js": "^9.12.0",
"@happy-dom/global-registrator": "^15.7.4",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@next/eslint-plugin-next": "^14.2.14",
"@next/eslint-plugin-next": "^14.2.15",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.15",
"@total-typescript/ts-reset": "^0.6.1",
"@types/bun": "^1.1.10",
"@types/bun": "^1.1.11",
"@types/color": "^3.0.6",
"@types/eslint": "^9.6.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^22.7.4",
"@types/node": "^22.7.6",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"commitizen": "^4.3.1",
"cspell": "^8.14.4",
"drizzle-kit": "^0.24.2",
"cspell": "^8.15.3",
"drizzle-kit": "^0.26.2",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.3.1",
"eslint-plugin-jsdoc": "^50.4.1",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-tailwindcss": "^3.17.4",
"globals": "^15.10.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"globals": "^15.11.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"markdownlint": "^0.35.0",
"markdownlint-cli": "^0.42.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-curly": "^0.2.2",
"prettier-plugin-packagejson": "^2.5.2",
"tailwindcss": "^3.4.13",
"prettier-plugin-curly": "^0.3.1",
"prettier-plugin-packagejson": "^2.5.3",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0"
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0"
},
"trustedDependencies": [
"@clerk/shared",
Expand Down

0 comments on commit 4e26fb7

Please sign in to comment.