Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update drizzle config to be up to date with the latest version #1881

Merged
merged 13 commits into from
May 10, 2024
Prev Previous commit
Next Next commit
Update dependencyVersionMap
  • Loading branch information
gcjbr committed May 10, 2024
commit e786dc083bcec4923824407d4f981d159302ee39
2 changes: 1 addition & 1 deletion cli/src/installers/dependencyVersionMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const dependencyVersionMap = {

// Drizzle
"drizzle-orm": "^0.29.4",
"drizzle-kit": "^0.20.14",
"drizzle-kit": "^0.21.0",
"eslint-plugin-drizzle": "^0.2.3",
mysql2: "^3.9.1",
"@planetscale/database": "^1.16.0",
Expand Down
Loading