Skip to content

Commit

Permalink
chore: updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jun 25, 2024
1 parent 6560776 commit 79eb8db
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
Binary file modified bun.lockb
Binary file not shown.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,25 +54,25 @@
}
},
"dependencies": {
"@clerk/nextjs": "^5.1.5",
"@clerk/themes": "^2.1.9",
"@clerk/nextjs": "^5.1.6",
"@clerk/themes": "^2.1.10",
"@hookform/resolvers": "^3.6.0",
"@neondatabase/serverless": "^0.9.3",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-checkbox": "^1.1.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@react-email/components": "^0.0.19",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.45.1",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@upstash/redis": "^1.31.5",
"@upstash/redis": "^1.31.6",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"class-variance-authority": "^0.7.0",
Expand All @@ -81,7 +81,7 @@
"drizzle-zod": "^0.5.1",
"geist": "^1.3.0",
"jiti": "^1.21.6",
"lucide-react": "^0.395.0",
"lucide-react": "^0.396.0",
"next": "14.2.4",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
Expand All @@ -97,39 +97,39 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@changesets/cli": "^2.27.6",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@eslint/compat": "^1.1.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.5.0",
"@happy-dom/global-registrator": "^14.12.0",
"@happy-dom/global-registrator": "^14.12.3",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@next/eslint-plugin-next": "^14.2.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.13",
"@total-typescript/ts-reset": "^0.5.1",
"@types/bun": "^1.1.4",
"@types/bun": "^1.1.5",
"@types/eslint": "^8.56.10",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.14.2",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"commitizen": "^4.3.0",
"cspell": "^8.8.4",
"cspell": "^8.9.1",
"drizzle-kit": "^0.22.7",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.2.12",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-jsdoc": "^48.4.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-tailwindcss": "^3.17.3",
"eslint-plugin-tailwindcss": "^3.17.4",
"globals": "^15.6.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
Expand All @@ -141,7 +141,7 @@
"prettier-plugin-packagejson": "^2.5.0",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"typescript-eslint": "^8.0.0-alpha.20"
},
"trustedDependencies": [
Expand Down

0 comments on commit 79eb8db

Please sign in to comment.