Migrating to Drizzle ORM 0.39.3
Version 0.39.3 introduces 1 breaking change. This guide details how to update your code.
Released: 2/10/2025
1
Breaking Changes
1
Migration Steps
1
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
peerDependenciesBreaking Changes
●Issue #1
Removed `react` from `peerDependencies`. This may cause issues in environments that do not explicitly include React but rely on it being transitively provided by this package.
Migration Steps
- 1Ensure `react` is explicitly listed in your project's dependencies if your environment requires it.
Release Summary
This release removes the peer dependency on React to provide more flexibility in package management.
Need More Details?
View the full release notes and all changes for Drizzle ORM 0.39.3.
View Full Changelog