diff --git a/bun.lockb b/bun.lockb index 39a714d..a735b7b 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/content/blogs/drizzle-turso-nextjs.mdx b/content/blogs/drizzle-turso-nextjs.mdx index b41bbeb..e885a19 100644 --- a/content/blogs/drizzle-turso-nextjs.mdx +++ b/content/blogs/drizzle-turso-nextjs.mdx @@ -224,7 +224,7 @@ Congratulations! You've successfully integrated Drizzle ORM and Turso into your ## Links - [Github](https://github.com/patelvivekdev/drizzle-turso-nextjs) -- [Live Link JWT Sessions](https://drizzle-turso-nextjs.vercel.app) +- [Live Link](https://drizzle-turso-nextjs.vercel.app) - [Drizzle](https://drizzle.team) - [Turso](https://turso.dev) - [NextJs](https://nextjs.org) diff --git a/package.json b/package.json index dd8bb15..8690fd3 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ }, "dependencies": { "@fec/remark-a11y-emoji": "^4.0.2", - "@next/bundle-analyzer": "15.0.0-canary.56", - "@next/eslint-plugin-next": "15.0.0-canary.56", + "@next/bundle-analyzer": "15.0.0-canary.66", + "@next/eslint-plugin-next": "15.0.0-canary.66", "@radix-ui/react-alert-dialog": "^1.0.5", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-label": "^2.0.2", @@ -30,7 +30,7 @@ "cmdk": "^1.0.0", "gray-matter": "^4.0.3", "lucide-react": "^0.394.0", - "next": "15.0.0-canary.56", + "next": "15.0.0-canary.66", "next-mdx-remote": "^5.0.0", "next-themes": "^0.3.0", "react": "19.0.0-rc.0", @@ -52,7 +52,7 @@ "@types/rss": "^0.0.32", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", - "eslint-config-next": "15.0.0-canary.56", + "eslint-config-next": "15.0.0-canary.66", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "husky": "^9.0.11",