Skip to content

Commit

Permalink
chore: updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed May 27, 2024
1 parent fe1abd7 commit 9cd959b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
Binary file modified bun.lockb
Binary file not shown.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
}
},
"dependencies": {
"@clerk/nextjs": "^5.0.12",
"@clerk/themes": "^2.1.6",
"@clerk/nextjs": "^5.1.2",
"@clerk/themes": "^2.1.7",
"@hookform/resolvers": "^3.4.2",
"@neondatabase/serverless": "^0.9.3",
"@radix-ui/colors": "^3.0.0",
Expand All @@ -67,17 +67,17 @@
"@react-email/components": "^0.0.19",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.39.0",
"@trpc/client": "^11.0.0-rc.374",
"@trpc/react-query": "^11.0.0-rc.374",
"@trpc/server": "^11.0.0-rc.374",
"@upstash/redis": "^1.31.1",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@upstash/redis": "^1.31.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"drizzle-orm": "^0.30.10",
"drizzle-zod": "^0.5.1",
"geist": "^1.3.0",
"jiti": "^1.21.0",
"lucide-react": "^0.378.0",
"lucide-react": "^0.379.0",
"next": "14.2.3",
"next-themes": "^0.3.0",
"react": "^18.3.1",
Expand All @@ -92,7 +92,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@changesets/cli": "^2.27.2",
"@changesets/cli": "^2.27.3",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
Expand All @@ -103,37 +103,37 @@
"@happy-dom/global-registrator": "^14.11.0",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@next/eslint-plugin-next": "^14.2.3",
"@playwright/test": "^1.44.0",
"@playwright/test": "^1.44.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.13",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@total-typescript/ts-reset": "^0.5.1",
"@types/bun": "^1.1.2",
"@types/bun": "^1.1.3",
"@types/eslint": "^8.56.10",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"commitizen": "^4.3.0",
"cspell": "^8.8.1",
"cspell": "^8.8.3",
"drizzle-kit": "^0.21.4",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.2.5",
"eslint-plugin-jsdoc": "^48.2.6",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-playwright": "^1.6.1",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-regexp": "^2.5.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-security": "^3.0.0",
"eslint-plugin-tailwindcss": "^3.15.2",
"eslint-plugin-tailwindcss": "^3.17.0",
"eslint-plugin-testing-library": "^6.2.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.5",
"markdownlint": "^0.34.0",
"markdownlint-cli": "^0.40.0",
"markdownlint-cli": "^0.41.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-curly": "^0.2.1",
Expand All @@ -142,7 +142,7 @@
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0"
"typescript-eslint": "^7.10.0"
},
"trustedDependencies": [
"@clerk/shared",
Expand Down

0 comments on commit 9cd959b

Please sign in to comment.