Skip to content

Commit

Permalink
Bump to next 14.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
venables committed Dec 16, 2023
1 parent 6f9ce34 commit 5af85c4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
Binary file modified bun.lockb
Binary file not shown.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"type-check": "tsc --noEmit --pretty"
},
"dependencies": {
"@auth/core": "^0.18.3",
"@auth/drizzle-adapter": "0.3.8",
"@auth/core": "^0.18.6",
"@auth/drizzle-adapter": "0.3.11",
"@hookform/resolvers": "^3.3.2",
"@neondatabase/serverless": "^0.6.0",
"@next/mdx": "^14.0.3",
"@next/mdx": "^14.0.4",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
Expand All @@ -35,52 +35,52 @@
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@react-email/components": "0.0.11",
"@react-email/render": "^0.0.9",
"@react-email/components": "0.0.12",
"@react-email/render": "^0.0.10",
"@t3-oss/env-nextjs": "^0.7.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"drizzle-orm": "^0.29.0",
"geist": "^1.1.0",
"lucide-react": "^0.292.0",
"next": "^14.0.3",
"drizzle-orm": "^0.29.1",
"geist": "^1.2.0",
"lucide-react": "^0.298.0",
"next": "^14.0.4",
"next-auth": "5.0.0-beta.3",
"next-themes": "^0.2.1",
"nextjs-google-analytics": "^2.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-hook-form": "^7.49.2",
"resend": "^2.0.0",
"tailwind-merge": "^2.0.0",
"tailwind-merge": "^2.1.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.10",
"@types/jest": "^29.5.11",
"@types/mdx": "^2.0.10",
"@types/node": "^20.9.4",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@vercel/style-guide": "^5.1.0",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.2",
"drizzle-kit": "^0.20.4",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.3",
"drizzle-kit": "^0.20.6",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-plugin-tailwindcss": "^3.13.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-secure-headers": "^2.2.0",
"patch-package": "^8.0.0",
"pg": "^8.11.3",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"postgres": "^3.4.3",
"prettier": "^3.1.0",
"react-email": "^1.9.5",
"tailwindcss": "^3.3.5",
"prettier": "^3.1.1",
"react-email": "^1.10.0",
"tailwindcss": "^3.3.6",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}
File renamed without changes.

1 comment on commit 5af85c4

@vercel
Copy link

@vercel vercel bot commented on 5af85c4 Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.