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 17, 2024
1 parent 712450a commit 4c9abf8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"severity": "warn"
}
],
"eslint.experimental.useFlatConfig": true,
"eslint.useFlatConfig": true,

// Tailwind
"files.associations": {
Expand Down
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ words:
- ixahmedxii
- jiti
- lockb
- esbenp
- lucide
- mitigations
- neondatabase
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"db:up": "drizzle-kit up",
"dev": "next dev",
"dev": "next dev --turbo",
"email:dev": "SKIP_ENV_VALIDATION=true email dev --port 3001 --dir src/emails/templates",
"format": "pnpm format:write",
"format:check": "prettier \"**/*\" --ignore-unknown --list-different",
Expand Down Expand Up @@ -54,7 +54,7 @@
}
},
"dependencies": {
"@clerk/nextjs": "^5.1.4",
"@clerk/nextjs": "^5.1.5",
"@clerk/themes": "^2.1.9",
"@hookform/resolvers": "^3.6.0",
"@neondatabase/serverless": "^0.9.3",
Expand All @@ -67,28 +67,28 @@
"@radix-ui/react-slot": "^1.0.2",
"@react-email/components": "^0.0.19",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query": "^5.45.1",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@upstash/redis": "^1.31.3",
"@upstash/redis": "^1.31.5",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.11",
"@vercel/speed-insights": "^1.0.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"drizzle-orm": "^0.31.2",
"drizzle-zod": "^0.5.1",
"geist": "^1.3.0",
"jiti": "^1.21.3",
"lucide-react": "^0.390.0",
"next": "14.2.3",
"jiti": "^1.21.6",
"lucide-react": "^0.395.0",
"next": "14.2.4",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-email": "^2.1.4",
"react-hook-form": "^7.51.5",
"resend": "^3.2.0",
"react-hook-form": "^7.52.0",
"resend": "^3.3.0",
"server-only": "^0.0.1",
"sonner": "^1.5.0",
"superjson": "^2.2.1",
Expand All @@ -101,42 +101,42 @@
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@eslint/compat": "^1.0.3",
"@eslint/compat": "^1.1.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.4.0",
"@eslint/js": "^9.5.0",
"@happy-dom/global-registrator": "^14.12.0",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@next/bundle-analyzer": "^14.2.3",
"@next/eslint-plugin-next": "^14.2.3",
"@next/bundle-analyzer": "^14.2.4",
"@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.3",
"@types/bun": "^1.1.4",
"@types/eslint": "^8.56.10",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"commitizen": "^4.3.0",
"cspell": "^8.8.4",
"drizzle-kit": "^0.22.6",
"eslint": "^9.4.0",
"drizzle-kit": "^0.22.7",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.2.9",
"eslint-plugin-jsdoc": "^48.2.12",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-security": "^3.0.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-tailwindcss": "^3.17.3",
"globals": "^15.4.0",
"globals": "^15.6.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"lint-staged": "^15.2.7",
"markdownlint": "^0.34.0",
"markdownlint-cli": "^0.41.0",
"postcss": "^8.4.38",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"prettier-plugin-curly": "^0.2.1",
"prettier-plugin-packagejson": "^2.5.0",
"tailwindcss": "^3.4.4",
Expand Down

0 comments on commit 4c9abf8

Please sign in to comment.