create-app: add a yarn.lock seed file
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
# yarn lockfile v1
|
||||
|
||||
// This file is used to seed the yarn.lock file in newly created projects.
|
||||
// It can be used to work around issues in new dependency versions that would otherwise
|
||||
// both break new apps and the E2E tests in this repo.
|
||||
//
|
||||
// In @backstage/create-app this file is read directly from the repo, rather than from
|
||||
// the published package. In the E2E tests it's instead loaded directly from the workspace.
|
||||
// Lines starting with "//" are trimmed, so they can be used to add extra context to the entries.
|
||||
//
|
||||
// To add a new entry, run and commit the result:
|
||||
//
|
||||
// yarn add-lock-seed <package> <query> <version>
|
||||
//
|
||||
// package: the name of the package, e.g. @testing-library/react
|
||||
// query: the version query to pin the version for, e.g. ^14.0.0
|
||||
// version: the version to pin to, must be in range of the query, e.g. 14.11.0
|
||||
|
||||
// Fix for https://github.com/testing-library/jest-dom/issues/574
|
||||
"@testing-library/jest-dom@^6.0.0":
|
||||
version "6.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.3.0.tgz#e8d308e0c0e91d882340cbbfdea0e4daa7987d36"
|
||||
integrity sha512-hJVIrkFizEQxoWsGBlycTcQhrpoCH4DhXfrnHFFXgkx3Xdm15zycsq5Ep+vpw4W8S0NJa8cxDHcuJib+1tEbhg==
|
||||
Reference in New Issue
Block a user