Files
backstage/.changeset/lucky-bugs-bow.md
T
Patrik Oldsberg c420081a20 create-app: add a yarn.lock seed file
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-02 11:50:54 +01:00

541 B

@backstage/create-app
@backstage/create-app
patch

Add a seed file for yarn.lock in newly created apps. This file is downloaded directly from https://github.com/backstage/backstage at the time of creating a new project, ensuring that users always receive the latest version. The purpose of the seed file is to initialize the lock file with known good versions of individual dependencies that have had bad new releases published. The seed file will have no effect if the dependency is not present, it can not be used to install additional packages.