Skip to content

Commit

Permalink
chore(updated deps): package upgrades and moved cache env
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathancaleb committed Nov 14, 2024
1 parent d6d7acf commit d9adcf9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Binary file modified bun.lockb
Binary file not shown.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"@clerk/nextjs": "^5.7.5",
"@clerk/themes": "^2.1.41",
"@clerk/themes": "^2.1.43",
"@hookform/resolvers": "^3.9.1",
"@neondatabase/serverless": "^0.9.5",
"@paralleldrive/cuid2": "^2.2.2",
Expand All @@ -65,7 +65,7 @@
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
Expand All @@ -80,14 +80,14 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@upstash/redis": "^1.34.3",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.0.14",
"@vercel/analytics": "^1.4.0",
"@vercel/speed-insights": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"color": "^4.2.3",
"drizzle-orm": "^0.31.4",
"drizzle-zod": "^0.5.1",
"framer-motion": "^11.11.11",
"framer-motion": "^11.11.15",
"geist": "^1.3.1",
"jiti": "^2.4.0",
"lucide-react": "^0.390.0",
Expand All @@ -98,7 +98,7 @@
"react-animate-height": "^3.2.3",
"react-dom": "^18.3.1",
"react-email": "^2.1.6",
"react-hook-form": "^7.53.1",
"react-hook-form": "^7.53.2",
"resend": "^3.5.0",
"server-only": "^0.0.1",
"slugify": "^1.6.6",
Expand All @@ -120,9 +120,9 @@
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@happy-dom/global-registrator": "^14.12.3",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@next/bundle-analyzer": "^14.2.17",
"@next/eslint-plugin-next": "^14.2.17",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@next/bundle-analyzer": "^14.2.18",
"@next/eslint-plugin-next": "^14.2.18",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.15",
Expand All @@ -134,7 +134,7 @@
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"commitizen": "^4.3.1",
"cspell": "^8.15.7",
"cspell": "^8.16.0",
"drizzle-kit": "^0.22.8",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -150,14 +150,14 @@
"lint-staged": "^15.2.10",
"markdownlint": "^0.34.0",
"markdownlint-cli": "^0.41.0",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-curly": "^0.2.2",
"prettier-plugin-packagejson": "^2.5.3",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0"
"typescript-eslint": "^8.14.0"
},
"trustedDependencies": [
"@clerk/shared",
Expand Down

0 comments on commit d9adcf9

Please sign in to comment.