Plazen Logo
Plazen

Dependencies updated, development changes

v1.13.1

January 25, 2026

Back to Release Notes

A small maintenance release with a key bug fix, documentation updates, and several dependency bumps.

Highlights

  • 🐛 Fix: make dev now runs as a standalone command (fixes #208).
  • 📝 Docs: README updated with newer information to make getting started clearer.
  • 🔧 Chores: Multiple development and runtime dependencies were updated to keep the project secure and up to date.

Details

Bug fixes

  • "make dev" now runs standalone
    • Installs all dependencies, creates a prisma client without having to configure anything!
    • Related: PR #208

Documentation

  • Updated README with newer information to improve onboarding and developer experience.

Dependency updates

  • Dev dependencies:
    • @types/node: 25.0.5 → 25.0.9 → 25.0.10
    • @types/react: 19.2.7 → 19.2.8 → 19.2.9
    • eslint-config-next: 16.1.1 → 16.1.3
    • lodash-es: 4.17.21 → 4.17.23
  • Runtime / other deps:
    • @prisma/adapter-pg: 7.2.0 → 7.3.0
    • framer-motion: 12.23.26 → 12.26.2
    • lucide-react: 0.562.0 → 0.563.0
    • next: 16.1.1 → 16.1.3 → 16.1.4
    • tar and npm bumped

These are routine maintenance upgrades intended to keep the codebase compatible with the latest type defs, patches, and upstream improvements. No breaking changes were indicated in the release notes.

Where to find more

  • Full release: https://github.com/plazen/plazen/releases/tag/v1.13.1
  • Compare changes: https://github.com/plazen/plazen/compare/v1.13.0...v1.13.1