Skip to content

Commit

Permalink
Merge pull request #91 from patelvivekdev/react19
Browse files Browse the repository at this point in the history
fix typo and update version
  • Loading branch information
patelvivekdev committed Jul 14, 2024
2 parents aee5367 + 9709680 commit 07eb999
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion content/blogs/drizzle-turso-nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

1 comment on commit 07eb999

@vercel
Copy link

@vercel vercel bot commented on 07eb999 Jul 14, 2024

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.