api-platform / admin

A beautiful and fully-featured administration interface builder for hypermedia APIs
https://api-platform.com/docs/admin/
MIT License
477 stars 131 forks source link

Fix TS build #571

Closed fzaninotto closed 2 weeks ago

fzaninotto commented 2 weeks ago

Problem

The dependencies aren't fixed by a lock file, so builds can break without any change in the codebase. It happened in a7827cbbe1c2106f2abf67c921a466c5bc17a5cd. main is currently broken.

Solution

  1. Fix latest TS errors
  2. Add a lockfile so that it doesn't happen again.
Q A
Branch? main for features / current stable version branch for bug fixes
Tickets Closes #..., closes #...
License MIT
Doc PR api-platform/docs#...